diff options
author | Draknyte1 <Draknyte1@hotmail.com> | 2016-06-20 03:03:48 +1000 |
---|---|---|
committer | Draknyte1 <Draknyte1@hotmail.com> | 2016-06-20 03:03:48 +1000 |
commit | 7d7d8e9a29e06238492ff9b59209f4797b3c679b (patch) | |
tree | f439d5502bb130cf2c28c184cce3ce54d6a2c085 /README.md | |
parent | e0717ecfc4589e9e5a3c1e0b0548fa4c04081a26 (diff) | |
download | GT5-Unofficial-7d7d8e9a29e06238492ff9b59209f4797b3c679b.tar.gz GT5-Unofficial-7d7d8e9a29e06238492ff9b59209f4797b3c679b.tar.bz2 GT5-Unofficial-7d7d8e9a29e06238492ff9b59209f4797b3c679b.zip |
Updated Readme to be useful.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 73 |
1 files changed, 71 insertions, 2 deletions
@@ -1,2 +1,71 @@ -# MiscUtil-Dev -Just something I work on adding various things for my server. +# Welcome to the MiscUtilities 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 +[Click here for the downloads page.](https://github.com/draknyte1/MiscUtilities/wiki/Downloads!) +[Feature List](https://github.com/draknyte1/MiscUtilities/wiki/Features) + +## Features: + +New Machines & Multiblock Structures for GT5. + +This basically equals out to a whole new tier to progress through while trying to to get MAX tier! + +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++; + }
\ No newline at end of file |