CreateTweaker

CreateTweaker

10M Downloads

Duration argument for the mixing doesn't seem to work

Yarden-zamir opened this issue ยท 4 comments

commented

I'm assuming it's Create's fault but I don't know if it's ok to post an issues about something they don't support.

commented

Please post your script so I know what you're using.

commented
<recipetype:create:mixing>.addRecipe(
"mixing_test_3", "superheated", <fluid:minecraft:water>, [<item:minecraft:glass>, <item:minecraft:dirt>], [<fluid:minecraft:lava>],1000
);
commented

So this is a bit of an awkward one.

The only machines that support duration according to create are:
Crushing Wheel
Millstone
Saw

It seems that I missed that when I added the duration param to the handlers.

So unfortunately Mixing doesn't support duration, it is possible it will in the future, but right now it does not.

Sorry for the confusion that this caused, I'll make the method warn if you use a duration on machines that don't support it.

commented

Oh ok thank you