diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 20 |
1 files changed, 20 insertions, 0 deletions
@@ -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 |