Simple Magnets

Simple Magnets

31M Downloads

[1.16.2] Magnets don't seem to respect PreventRemoteMovement item entity tag

WhitePhant0m opened this issue ยท 1 comments

commented

I tried using demagnetize mod to stop the magnet from pulling items in a specific area so it wouldn't mess up my automation that involves dropped items, but the magnet still pulled items even though the items should've not been pulled since they had PreventRemoteMovement NBT tag on the EntityItem.
image
This image is from the demagnetize mod page.

commented

I added a check for the 'PreventRemoteMovement' tag now in version 1.0.7.

Thanks for the suggestion!