Drone duplication bug on drone coloring recipe.
KodYazanDruid opened this issue ยท 0 comments
Describe the bug
ItemStack drone = stacks.get(0).copy(); This method copies whole stack instead of copying with single count.
How to reproduce the bug
Simply try to color drone stack that has more than 1 item.
Expected behavior
It should given onlye one drone instead of whole stack.
Additional details
I think it is a critical bug. This also exists on 1.20.4 maybe even earleir versions.
Which Minecraft version are you using?
1.21
Which version of PneumaticCraft: Repressurized are you using?
1.21 and 1.20.4
Crash log
No response