Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tunnel Bores: 1.20.6 version has duplication bug #1009

Open
Bloo-dev opened this issue Jul 8, 2024 · 3 comments
Open

Tunnel Bores: 1.20.6 version has duplication bug #1009

Bloo-dev opened this issue Jul 8, 2024 · 3 comments
Labels
bug Something isn't working

Comments

@Bloo-dev
Copy link
Member

Bloo-dev commented Jul 8, 2024

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:

  1. Place a Tunnel Bore, including a Chest Minecart
  2. Place a single rail and coal into the Chest Minecart
  3. Start the Tunnel Bore
  4. 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.

@Bloo-dev Bloo-dev added the bug Something isn't working label Jul 8, 2024
@BPR02
Copy link
Member

BPR02 commented Aug 5, 2024

Fixed in commit 26034bc
26034bc

@BPR02 BPR02 closed this as completed Aug 5, 2024
@misode
Copy link
Member

misode commented Aug 5, 2024

@BluePsychoRanger That commit was only made to master after ver/1.20.5 was created. This is still an issue in 1.20.5/6

@misode misode reopened this Aug 5, 2024
@BPR02
Copy link
Member

BPR02 commented Aug 5, 2024

I see. My bad. How do we push changes to other branches?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants