TerraFirmaCraft

TerraFirmaCraft

2M Downloads

Quern recipes always consume 1 input, even if told to use multiple.

UnlimatedStone9 opened this issue ยท 0 comments

commented

Describe the bug
Make sure to include:
Expected:
Quern to consume multiple items (a feature that also worked in Classic if a recipe existed), and not work if there weren't enough items.
Happened:
Quern consumed 1 input item and gave the output. Ignoring the stack size.

``import mods.terrafirmacraft.Quern;

Quern.addRecipe("test", ore:stone * 4, minecraft:cobblestone);
``
image