Powered Thingies
Powered Thingies’s non-farming machines CraftTweaker support.
Mod Info
Curseforge: https://minecraft.curseforge.com/projects/powered-thingies
Github: https://github.com/faceofcat/Tesla-Powered-Thingies
Website: https://www.modcrafters.net
CT integration methods
All machines integrated with CT support these methods:
XYZ.clear() // will clear the entire recipe registryXYZ.logKeys() // will output all keys in that registry to CT's logXYZ.removeRecipe(key: String)) // will remove the recipe with that key from registryXYZ.addRecipe(...) // adds a new recipe
To retrieve the Tweaker
class for each machine you have to use the static mods.poweredthingies.Tweaker
class.