Skip to content
Alkalus edited this page Jun 19, 2016 · 22 revisions

Welcome to the MiscUtilities wiki!

Here I may or may not add info on what this mod contains!

Features: New Multiblock Structures for GT5. New Machines for GT5. 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)

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++; }

Clone this wiki locally