From 6de8c90660c282bd28619c728816dc7ff59d79cf Mon Sep 17 00:00:00 2001 From: Draknyte1 Date: Sun, 3 Jul 2016 02:31:13 +1000 Subject: + Updated README.md :D --- README.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/README.md b/README.md index 2bc5811014..dda982fc39 100644 --- a/README.md +++ b/README.md @@ -68,4 +68,24 @@ Some handy items, including a 3x3 pickaxe and an axe which cuts entire trees. (S if (Loader.isModLoaded("Railcraft") == true){ Railcraft = true; totalMods++; + } + if (Loader.isModLoaded("Growthcraft") == true){ + Growthcraft = true; + totalMods++; + } + if (Loader.isModLoaded("CoFHCore") == true){ + CoFHCore = true; + totalMods++; + } + if (Loader.isModLoaded("Forestry") == true){ + Forestry = true; + totalMods++; + } + if (Loader.isModLoaded("MagicBees") == true){ + MagicBees = true; + totalMods++; + } + if (Loader.isModLoaded("psychedelicraft") == true){ + Psychedelicraft = true; + totalMods++; } \ No newline at end of file -- cgit