SirEdvin / Turtlematic

ComputerCraft addon that makes turtle great again!
MIT License
11 stars 2 forks source link

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

Closed SirEdvin closed 1 year ago

SirEdvin commented 1 year ago

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 commented 1 year ago

Fixed in 1.2.5