You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Tunnel Bores' 1.21 version had a duplication bug where coal and rails were not correctly removed from the chest minecart's inventory once the final item is reached. This bug likely also affects the 1.20.6 version. Confirmation needed.
To Reproduce
Steps to reproduce the behavior:
Place a Tunnel Bore, including a Chest Minecart
Place a single rail and coal into the Chest Minecart
Start the Tunnel Bore
Note how the items are not used up.
Expected behavior
The items should be used up.
Fix
This is due to an item count of 0 being invalid as of 1.20.6, therefore the command fails. An explicit item delete command needs to be added tot he count 0 case.
The text was updated successfully, but these errors were encountered:
Describe the bug
Tunnel Bores' 1.21 version had a duplication bug where coal and rails were not correctly removed from the chest minecart's inventory once the final item is reached. This bug likely also affects the 1.20.6 version. Confirmation needed.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The items should be used up.
Fix
This is due to an item count of
0
being invalid as of 1.20.6, therefore the command fails. An explicit item delete command needs to be added tot he count0
case.The text was updated successfully, but these errors were encountered: