Download TWBB Tweaks — Minecraft Mods — ModStock

TWBB Tweaks

Active

Downloads

0

Last update

9 years ago
Client
Utils

TWBB Tweaks is a small utility mod I've created to help me fine tune my modpack "There Will Be Blood".  While it doesn't do much currently, I'll be adding to it as time goes on to expand its usefulness in future versions of the pack.

Currently it offers the following config options:

  • Disable Items via Crafting Recipe Removal
  • Ore Dictionary Registration
  • Better Beginnings Tweaks On/Off
    • Enable all Recipe Nerfs
      • Enable all Crafting Recipe Nerfs
        • Enable Armor Recipe Nerfs
        • Enable Tool Recipe Nerfs
        • Enable Misc. Recipe Nerfs
      • Enable all Cooking Recipe Nerfs
        • Enable Campfire Recipe Nerfs
        • Enable Kiln Recipe Nerfs
        • Enable Brick Oven Recipe Nerfs
  • TiC Tweaks On/Off
    • Add new Melting Recipes On/Off
      • List of melting recipes to be added
    • Adjust Alloy Ratios On/Off
      • List of Alloy Fluids to be adjusted (More Detail Below)
    • Adjust Melting Temperatures On/Off
      • List of Fluids to be adjusted (More Detail Below)
    • Adjust Tool Part Costs On/Off
      • List of Tool Parts and their new costs (in whole ingots)

Detailed Config Information:

  • Disabling Items via Crafting Recipe Removal
    • Add items to be disabled formatted as 'modID|itemName|metadata'.  Metadata is optional, meaning that 'modID|itemName' is also accepted, and will disable every item under that name.  If just the ore dictionary name is provided, 'oreDictionaryName', then every item found in that entry will be disabled.
  • Ore Dictionary Registration
    • Add items to the ore dictionary formatted as 'modID|itemName|metadata|oreDictionaryName'.  Metadata is optional, meaning that 'modID|itemName|oreDictionaryName' is also accepted, and will register any/all metadata values to that ore dictionary name.  If just two ore dictionary names are provided, 'oreDictionaryName|oreDictionaryName', then every item found in the first entry will be registered in the second entry as well.
  • Better Beginnings Recipe Nerfs
    • Enabling any of these will convert existing recipes into their Better Beginnings counterpart(s).  Tools and Armor will now require the Advanced Crafting Table, and various cooking recipes will require the campfire (for charred meat, adding a pan to give vanilla output), and kiln for various brick-like items.
  • Add New Melting Recipes
    • Provide a list of parameters for the Tinkers' Construct Smeltery to register a new melting recipe, in the format 'modId|itemName|metadata|fluidName|amount|temperature|modId|blockName|metadata'.  The first three parameters can be shortened to just the 'modId|itemName', or even just simple the 'oreDictionaryName', but the rest of the parameters are required.
  • Adjusting Alloy Ratios
    • Provide a list of fluid dictionary names and their respective amounts in mBs, in the format 'fluidName|amount|fluidName|amount|fluidName|amount'.  There needs to always be at least three sets of 2 pairs of 'fluidName|amount' per line.  The first set will be the output, and every set of pairs afterwards will be the inputs.  This will remove the existing alloy recipe for the output fluid if it exists, and add a new one given the fluids provided.
  • Adjusting Melting Temperatures
    • Provide a list of fluid dictionary names and their desired melting temperature, in the format 'fluidName|temperature'.  For Example, one of the default entries is "iron.molten|1400".  This will search the fluid registry for the forge fluid with the name "iron.molten" and if it can be found, will grab every TiC Smeltery melting recipe that gives that fluid as its output, and set the temperature required to that value.
  • Adjusting Tool Part Costs
    • Provide a list of tool part names and their costs in ingots, in the format 'toolPart|numIngots'.  For Example, one of the default entries is "largeplate|9".  This will find the large plate wooden pattern and set its cost to 9 ingots, as well as search for every table crafting recipe that uses the large plate cast and adjust its molten metal requirement to 9 ingots worth of fluid (144 mB * 9 ingots, or 1296 mB of fluid).

 

Requirements

TWBB Tweaks requires the Nincraft Team's common mod, NincraftLib.  It also requires Tinkers Construct v1.8.8 build991, if you plan on using the tweaks for it.  If the Better Beginnings tweaks are enabled, then obviously it too will be required to have any efffect.

Modpack Permission

Feel free to use this in your own modpack.  I made it with the intention to only use it in TWBB, but I've written it in such a way where it's general enough to be used in any pack that wants or needs to make certain tweaks during modpack startup.

Project members
Undead_Zeratul

Undead_Zeratul