Started by
TalkingScribe
on
Topic category: Help with Minecraft modding (Java Edition)
I'm trying to make a procedure that affects an item entity that has just dropped from a block. I want to test for the entity's Age to ensure it's not another item that just happen to be in the block space when the block was broken.
One would think that [Get <entity> number NBT tag "Age"] would return the age, but it does not.
What am I missing?