Advice/Request: Reuse item in Inspirations Cauldron recipes
Echoweaver opened this issue ยท 1 comments
I'm a bit unclear if Modtweaker (Jared?) codes the mod support or the mod developers do. Sorry if I'm in the wrong place.
I am trying to make a (somewhat silly) butter churn recipe for the cauldron. The idea is that I fill the cauldron with milk and then use a stick on it to get Harvestcraft butter. The stick may be a standin for a custom item if I get the momentum to model something.
The problem is that I haven't been able to keep the stick from being consumed. I can see this as being something other folks might want to do with a cauldron -- use a spoon to stir or a magic wand to transform something.
Since the input for a fluid recipe is IIngredient, I tried using a .reuse transform method on the stick, but that doesn't seem to work.
Is this sort of thing supported? If not, would you consider adding support?