From 3ca559855b171344987dbf856872a8923e7f6d62 Mon Sep 17 00:00:00 2001 From: Arona Jones Date: Sat, 11 Oct 2014 15:43:57 +0100 Subject: [PATCH] Forge Modding Page --- forge.html | 65 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ index.html | 1 + 2 files changed, 66 insertions(+) create mode 100644 forge.html diff --git a/forge.html b/forge.html new file mode 100644 index 0000000..e43bc91 --- /dev/null +++ b/forge.html @@ -0,0 +1,65 @@ + + + + + + + + + + Starter Template for Bootstrap + + + + + + + + + + + + + + + + +
+
+

List of useful Code Snippets for Forge Modding

+
    +
  1. Get a World Obj from the dimension id: World world = DimensionManager.getWorld(worldId);
  2. +
+ +
+
+ + + + + + \ No newline at end of file diff --git a/index.html b/index.html index cd5c6d8..f71ef40 100644 --- a/index.html +++ b/index.html @@ -43,6 +43,7 @@