Started by
BrownBear85
on
Topic category: Help with Minecraft modding (Java Edition)
I'm making an enchantment that makes dropped items not despawn and makes them invulnerable. I can't change NBT tags of the items, however. Is there a different block I should use?
Do something like this:
Execute command / "data merge entity @s {Invulnerable:1b,Age:-32000}" in the name of event/target entity
Hey! When it is possible to manage dropped items, can you please help me with changing itemstack's NBT while it's dropped and i don't have the Entity given, only the Itemstack value.