ItemEntities with .setNeverPickUp() can be picked up. #20
Labels
priority: normal
this issue does not break any critical functionality - it must be adressed, but not immediately
status: confirmed
this issue is reproducible or otherwise confirmed to exist
status: scheduled
the resolution of this issue is scheduled for the next release
type: bug
this issue breaks or otherwise adversely affects functionality
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 configrightClickPickup": 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.
The text was updated successfully, but these errors were encountered: