
[Suggestion] CraftTweaker Interactions
EdwinYoungSteve opened this issue ยท 0 comments
I hope to add some CraftTweaker or ContentTweaker methods that can customize the Exploration Catalyzer.
For example, I want to create an explosive catalyst made of Infinity Metal, which comes from Tinker's Evolution Mod.
I would like to add ZenScript code similar to the following style to define explosive catalysts:
import mod.totaltinkers.explosionCatalyzer; explosionCatalyzer.addMaterial(string id, int power, etc...);
Hope you can adopt it :)