From 05e15a8efbb073096d400b49b0a4a33c5122caeb Mon Sep 17 00:00:00 2001 From: Arona Jones Date: Mon, 4 Aug 2014 19:58:07 +0100 Subject: [PATCH] Create codesnippets.html --- codesnippets.html | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 codesnippets.html diff --git a/codesnippets.html b/codesnippets.html new file mode 100644 index 0000000..155933b --- /dev/null +++ b/codesnippets.html @@ -0,0 +1,26 @@ + + + + + + + My first web page + + + + + + + +

List of useful Code Snippets for Forge Modding

+ +
    +
  1. Get a World Obj from the dimension id: World world = DimensionManager.getWorld(worldId);
  2. +
  3. To my friends
  4. +
  5. To my cat
  6. +
  7. To the little talking duck in my brain
  8. +
+ + + +