More Mod Scripts: Full Recipe Control for Mods
When you are assembling a custom modpack or running a dedicated server, the default recipe system often feels restrictive. CraftTweaker handles the basics, and ModTweaker covers many popular mods, but gaps remain. More Mod Scripts: Full Recipe Control for Mods is an addon built to close those gaps, giving you direct ZenScript control over machines and mechanics that other tools ignore.
This addon does not replace your existing toolkit. It works alongside CraftTweaker and ModTweaker, filling in the missing handlers for specific blocks and devices. If you have ever wanted to change an alchemy table output, adjust a mana infusion recipe, or rebalance an industrial machine, this is the tool you need.
Why You Need This Addon
The core purpose of More Mod Scripts is to provide integration for mods that ModTweaker does not support. The developer originally created it for a personal modpack, so some design choices are pragmatic rather than polished. However, the practical value is undeniable. You gain the ability to modify recipes for magical altars, industrial machines, and even elven trading mechanics, all through simple ZenScript scripts.
Every change you make is reflected in JEI immediately. This visual feedback is essential when debugging complex production lines. Players see the custom recipes right in the item viewer, which removes confusion and reduces the need for external documentation. The Undo function also works reliably, which is a lifesaver during long tuning sessions.
JEI Is a Required Dependency
You cannot run this addon without JEI installed. This is not an arbitrary requirement. The developer made JEI a dependency so that all modified recipes appear directly in the interface. Instead of memorizing dozens of custom crafts, players simply open JEI and see the current valid recipes. For server administrators, this means fewer support tickets and less player frustration.
Supported Mods and Mechanics
The compatibility list is broad and covers several major tech and magic mods. Here is what you can control:
- Blood Magic: Alchemy table, Blood Altar, and Hellfire Forge.
- Botania: Elven Trade portal, Mana Infusion, Petal Apothecary, Pure Daisy, and Runic Altar.
- IndustrialCraft 2: Blast Furnace, Compressor, Cutter, Extractor, Macerator, Metal Former, Ore Washing Plant, and Thermal Centrifuge.
- Thermal Expansion: Centrifugal Separator, Fluid Transposer, Induction Smelter, Pulverizer, and Redstone Furnace.
Each of these machines gets its own ZenScript handler. You can define input items, input fluids, required energy, and the resulting output. The documentation on the project page includes simple examples to get you started quickly.
Practical Example
Imagine you want to change the Runic Altar recipe in Botania to include a rare resource from another mod. With More Mod Scripts, you write a short script, specify the ingredients, and reload the world. The new recipe appears in JEI, and players can use it immediately without any extra explanation.
The same approach works for IndustrialCraft 2. You can make the Thermal Centrifuge produce an unexpected byproduct, creating a unique progression path for your pack. This level of control is what separates a generic modpack from a carefully crafted experience.
How to Install and Get Started
This addon is built for Minecraft 1.11.2. Porting to newer versions is not currently planned, so this is the target version for stable builds. To install, place the addon jar file into the mods folder along with CraftTweaker and JEI. Ensure you have the correct versions of all dependencies to avoid crashes.
To quickly test the addon without building a full pack, use a launcher that supports direct mod downloads. This saves time and lets you evaluate the scripting features right away. After launching, create a test world, write a simple script, and reload to see the changes in JEI.
Combining with ModTweaker
More Mod Scripts does not conflict with ModTweaker. In fact, the two work best together. Use ModTweaker for the majority of recipe changes, and let More Mod Scripts handle the specific blocks that ModTweaker misses. This combination gives you maximum flexibility when designing custom progression or server rules.
Limitations and Future Plans
The developer is honest about the project's limitations. It was built for specific needs, so some handlers may behave unpredictably with unusual mod combinations. For standard use cases, the addon is stable and reliable. If time permits, the developer may consider porting to newer Minecraft versions, which would make the tool available to a wider audience.
In summary, More Mod Scripts is aimed at modpack creators, server admins, and advanced players who want full control over ZenScript. If you work with Blood Magic, Botania, IndustrialCraft 2, or Thermal Expansion on Minecraft 1.11.2, this addon is a dependable addition to your toolkit. The clear documentation, solid JEI integration, and cooperative relationship with ModTweaker make it a valuable asset for any technical player.