jaredlll08 / ModTweaker

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

Advice/Request: Reuse item in Inspirations Cauldron recipes #761

Closed Echoweaver closed 4 years ago

Echoweaver commented 4 years ago

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?

Echoweaver commented 4 years ago

Sorry. I figured out that I was in the wrong place.