Primitive Utilities

Primitive Utilities

49.7k Downloads

Millstone only works the first time

PineJamX opened this issue ยท 4 comments

commented
javaw.2022-03-16.10-07-59-349.mp4

Millstone can place multiple items. But, millstone only processes one item when place multiple items. In this case, I think the millstone needs to be processed continuously.
This is the CraftTweaker script used in the video.
<recipetype:primutils:milling>.addJSONRecipe("pj_milling_plant2flour", { "input": { "tag": "forge:flour_plants" }, "total_progress": 2, "output": [ { "result": { "item": "pamhc2foodcore:flouritem" }, "chance": 100 } ] });
(I'm not English speaker, so it may be an unnatural sentence.)

commented

Thanks for reporting, I'll take a look. :)

commented

Ok, I think this should fix it, can you try it out before I publish the changes? https://github.com/W1nter-isHere/PrimitiveUtilities/releases/tag/Beta

commented

It works perfectly!
Thank you for your support!

commented

No problem, glad it works. The changes will be published.