
ItemEntities with .setNeverPickUp() can be picked up.
Micaxs opened this issue ยท 1 comments
Hello,
I noticed there is a issue where when a mod adds an itementity to the world and set this item with .setNerverPickUp()
, the item can still be picked up with this mod when the config rightClickPickup": true
is set.
This shouldn't be the case as it breaks several mods where an item is being diplayed but shouldn't be allowed to be picked up or interacted with.
Thanks for reporting this, a fix has now been released in 0.2.2
Cheers