diff options
author | Draknyte1 <Draknyte1@hotmail.com> | 2016-09-06 03:27:37 +1000 |
---|---|---|
committer | Draknyte1 <Draknyte1@hotmail.com> | 2016-09-06 03:27:37 +1000 |
commit | 6aca751710805eab1ee2eac42dda2ebdb10a2bc5 (patch) | |
tree | ee233d3144271f3306648c88dd76cfad2fafb276 | |
parent | ff1e5b2335845617e0e3cf2297975c905211a038 (diff) | |
download | GT5-Unofficial-6aca751710805eab1ee2eac42dda2ebdb10a2bc5.tar.gz GT5-Unofficial-6aca751710805eab1ee2eac42dda2ebdb10a2bc5.tar.bz2 GT5-Unofficial-6aca751710805eab1ee2eac42dda2ebdb10a2bc5.zip |
% Updated README.md
-rw-r--r-- | README.md | 77 |
1 files changed, 1 insertions, 76 deletions
@@ -1,4 +1,4 @@ -# Welcome to the MiscUtilities wiki! +# Welcome to the GT++ wiki! Here I may or may not add info on what this mod contains! I will Happily take the form of code criticism or suggestions in the form of PRs @@ -14,78 +14,3 @@ This basically equals out to a whole new tier to progress through while trying t New Items for xcompat between > 20 mods. Some handy items, including a 3x3 pickaxe and an axe which cuts entire trees. (Saves using other mods) - -### Mods Supported (There is others, but these are the main ones) - - if (Loader.isModLoaded("gregtech") == true ){ - Gregtech = true; - totalMods++; - } - if (Loader.isModLoaded("EnderIO") == true){ - EnderIO = true; - totalMods++; - } - if (Loader.isModLoaded("BigReactors") == true){ - Big_Reactors = true; - totalMods++; - } - if (Loader.isModLoaded("IC2") == true){ - IndustrialCraft2 = true; - totalMods++; - } - if (Loader.isModLoaded("simplyjetpacks") == true){ - Simply_Jetpacks = true; - totalMods++; - } - if (Loader.isModLoaded("rftools") == true){ - RFTools = true; - totalMods++; - } - if (Loader.isModLoaded("Thaumcraft") == true){ - Thaumcraft = true; - totalMods++; - } - if (Loader.isModLoaded("ExtraUtilities") == true){ - Extra_Utils = true; - totalMods++; - } - if (Loader.isModLoaded("PneumaticCraft") == true){ - PneumaticCraft = true; - totalMods++; - } - if (Loader.isModLoaded("MorePlanet") == true){ - MorePlanets = true; - totalMods++; - } - if (Loader.isModLoaded("ForbiddenMagic") == true){ - ForbiddenMagic = true; - totalMods++; - } - if (Loader.isModLoaded("CompactWindmills") == true){ - CompactWindmills = true; - totalMods++; - } - 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 |