jaredlll08 / ModTweaker

ModTweaker is an addon for CraftTweaker, which provides Integration for an amount of mods.
MIT License
68 stars 63 forks source link

Support Thermal Expansion CentrifugeManager addRecipeMob() and removeRecipeMob() #670

Closed wjrogers closed 6 years ago

wjrogers commented 6 years ago

Issue Description:

The recipes for the Enstabulation Apparatus (aka the Morb Centrifuge) are added/removed via separate methods on CentrifugeManager. Adding these methods to the Centrifuge integration would allow scripts to add support for new mobs.

https://github.com/CoFH/ThermalExpansion/blob/59f7ea1d22d8c034b650ffb014a8ddc2d43ba4ec/src/main/java/cofh/thermalexpansion/util/managers/machine/CentrifugeManager.java#L223-L231 https://github.com/CoFH/ThermalExpansion/blob/59f7ea1d22d8c034b650ffb014a8ddc2d43ba4ec/src/main/java/cofh/thermalexpansion/util/managers/machine/CentrifugeManager.java#L239-L242


Affected Versions (Do not use "latest"):