diff options
author | Draknyte1 <Draknyte1@hotmail.com> | 2016-07-03 02:31:13 +1000 |
---|---|---|
committer | Draknyte1 <Draknyte1@hotmail.com> | 2016-07-03 02:31:13 +1000 |
commit | 6de8c90660c282bd28619c728816dc7ff59d79cf (patch) | |
tree | 184c5ffa46d63724617c8cf0c3fccff8a20b0bef /README.md | |
parent | d88846726dbae938255c7c87094cd96d11005399 (diff) | |
download | GT5-Unofficial-6de8c90660c282bd28619c728816dc7ff59d79cf.tar.gz GT5-Unofficial-6de8c90660c282bd28619c728816dc7ff59d79cf.tar.bz2 GT5-Unofficial-6de8c90660c282bd28619c728816dc7ff59d79cf.zip |
+ Updated README.md :D
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 |