diff --git a/forge.html b/forge.html index c611087..1490935 100644 --- a/forge.html +++ b/forge.html @@ -50,7 +50,7 @@
-

List of useful Code Snippets for Forge Modding:

+

List of useful Code Snippets for Forge Modding:

  1. Get a World Obj from the dimension id: World world = DimensionManager.getWorld(worldId);
  2. More to come soon!