[Request] Tinkers Compliment Support
KnightMiner opened this issue ยท 6 comments
Currently, Tinkers Compliment has two "recipe" types for the melter which would be nice to have CraftTweaker support.
The Melter has the following two handlers:
- Overrides: basically the same as melting recipes but only for the melter, used to make some recipes return less fluid for example.
- Cancelable event for override removal
- Blacklists: used to block some recipes to have no usage in the melter, like seared stone
- Easiest way to add is with RecipeMatchBlacklist
- Cancelable event for removing blacklists
There is no direct way to add recipes as anything that is not an override or blacklist falls back to the normal Tinkers Smeltery recipes (which already work with the ModTweaker recipes)
I agree, this would be a nice addition, especially for my 1.12 modpack ;)
http://crafttwaeker-docu.readthedocs.io/en/latest/#Mods/Modtweaker/TComplement/TComplement/
Stub, might be expanded if someone who knows more about TComplement checks it ๐
Looks decent. I would just also mention what overrides/blacklist are for. Overrides essentially add a recipe to just the melter (and not the smeltery), while blacklists prevent a smeltery recipe from working in the melter. If there are no blacklists or overrides for the recipe it falls back to normal smeltery recipes