Started by
Oskarxisee
on
Topic category: Help with Minecraft modding (Java Edition)
hi! Help me please, how to convert entity to item? It’s like the block checks that y + 1 contains an item, for example, an apple. When an item just lies on the ground, it is supposedly an entity. I want him to check not for any subject, but exactly the one that I will indicate.
I am not quite sure what you mean, but there is a procedure block called something like convert item entity (event/target entity) to itemstack that you could possibly use with for each entity in ratius as entity iterator and an if block to check if it is an item entity