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

[Bug] Item that was received from villager disappear #16

Closed
SirEdvin opened this issue Oct 15, 2023 · 1 comment
Closed

[Bug] Item that was received from villager disappear #16

SirEdvin opened this issue Oct 15, 2023 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@SirEdvin
Copy link
Owner

SirEdvin commented Oct 15, 2023

there is a bug with the mercantile core where if you grab the item the turtle traded the villager's trade dissapears

version 1.20.1-1.2.4 and possibly others too (i haven't checked)

this is most likely caused by the turtle putting the itemstack reference into it's inventory rather than copying the itemstack and putting the copy into it's inventory,

so basically you need to make the turtle copy the item into it's inventory rather than the exact thing in the villager

Reported by dapimasta via Curseforge

@SirEdvin SirEdvin added the bug Something isn't working label Oct 15, 2023
@SirEdvin SirEdvin self-assigned this Oct 15, 2023
@SirEdvin
Copy link
Owner Author

SirEdvin commented Nov 3, 2023

Fixed in 1.2.5

@SirEdvin SirEdvin closed this as completed Nov 3, 2023
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

1 participant