diff --git a/config/TPPI/TPPITweaks.cfg b/config/TPPI/TPPITweaks.cfg index 627cb34..624be91 100755 --- a/config/TPPI/TPPITweaks.cfg +++ b/config/TPPI/TPPITweaks.cfg @@ -108,17 +108,6 @@ item { B:change_MPSA_recipes=true } - -#################### -# options -#################### - -options { - # Big Reactors fuel rods take just a touch of reactor glass. - B:glassFuelRods=true -} - - #################### # other mod tweaks #################### @@ -130,12 +119,21 @@ options { # Add a recipe for impure osmium dust to clean osmium dust in the IC2 ore washer. B:addOsmiumToOreWasher=true + # Remove the recipe for the cardboard box (it can move ANY tile entity including nodes and spanwers) + B:disableCardboardBox=true + # OpenBlocks block breakers and placers have the same recipes as Redpower 2's. B:eloraamBreakersAndDeployers=true # Current version of ExU has broken recipes for the unstable ingot block. This fixes that. B:fixExtraUtilsRecipes=true + # Big Reactors fuel rods take just a touch of reactor glass. + B:glassFuelRods=true + + # Makes the recipe for the Atomic Disassembler much more difficult + B:harderAtomicDisassembler=true + # IC2 reinforced glass (glassReinforced) and Thermal Expansion hardened glass (glassHardened) # will be cross-registered as each other in the ore dictionary. B:ic2TEGlassInterchangeability=true @@ -170,6 +168,9 @@ options { # The title of the changelog S:changelogTitle=TPPI Changelog + + # The file name of the file to read the mod documentation from (used to support translation). Do not include the extension in the filename (it is .txt) + S:supportedModsFilename=SupportedMods }