-
Bug
-
Resolution: Unresolved
-
None
-
Minecraft 1.11.2, 1.14.4, 19w46a, 1.16.4, 20w48a, 1.16.5, 21w05b, 21w18a, 1.17, 1.17.1, 21w37a, 24w40a
-
Confirmed
-
(Unassigned)
The bug
You can only right click a furnace minecart 8 times with fuel, after that you have to wait until enough fuel is used up. But if you reload the world you can right click 8 times again client-side. Once you update the coal item stack you used the count is corrected.
How to reproduce
- Place a furnace minecart
- Switch to Survival or Adventure mode
- Right click the furnace with a stack of more than 16 coal until you cannot right click it anymore
- Reload the world
- Try to right click the furnace minecart with the coal again
→ You will see that coal is used but once you update the coal item stack the count is reset
Code analysis
Based on 1.11.2 decompiled using MCP 9.35 rc1
This happens because the server is not sending the value of the fuel tag to the client.
- relates to
-
MC-112990 Powered data parameter of furnace minecart is set by client as well
- Resolved