TerraFirmaCraft

TerraFirmaCraft

2M Downloads

Quern Duplication Bug

firemaster1294 opened this issue ยท 2 comments

commented

TFC Version: 2.2.30
Forge Version: 40.2.10
Minecraft Version: 1.18.2

I have discovered a cheeky way of getting duplicate dyes or powder from the quern:
Step 1. insert at least 2 of the processing item (example: dandelions)
Step 2. process the first item. (example: two yellow dye will be here now)
Step 3. start processing the next item and while this happens, click the output from before to collect it (example: no output will be left now)
Step 4. observe as the output you have consumed magically reappears so you can collect it again along with the next output (example: four yellow dye will be here now)

Rinse and repeat, this can allow you to gain more output than you should be able to get (in the example: first 2, then 6, then 12, then 20...)

commented

I can't reproduce. The quern does not allow you to extract output (or interact in any way) while processing:

if (level.getBlockEntity(pos) instanceof final QuernBlockEntity quern && !quern.isGrinding())

Are you using any other mods? Did you reproduce this on singleplayer or multiplayer (and if the latter, with what server software?) Can you upload a full latest.log file from a run where this issue occurs?

commented

Closing as unreproducible given the lack of a response.