Is entity an item

Started by LincolnX on

Topic category: Help with Minecraft modding (Java Edition)

Joined Jun 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Is entity an item

Hi, I'm making a block that acts exactly like magma. Whenever I throw an item on it, it gets deleted due to being set on fire. On a vanilla magma block, items do not get deleted on magma blocks. Is there any way to detect an entity is a dropped item?

Joined Mar 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Use is event/target entity …
Mon, 08/26/2024 - 22:45

Use is event/target entity (sub)type of entity in the bottom of the Logic tab and change no entry sellected to item.