Creating an entity (not mob/creature)

Started by Leonard5779 on

Topic category: Help with Minecraft modding (Java Edition)

Joined Nov 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Creating an entity (not mob/creature)

How do I create a entity (like a minecraft:interaction) that isn't an animal or mob?

Joined Jan 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
i know this is 2 years old…
Sat, 06/28/2025 - 17:28

i know this is 2 years old but im bumping it because want to do this too, a creature hostile towards everything execpt itself.

Joined Oct 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
No clue what Leonard wanted,…
Sat, 06/28/2025 - 18:30

No clue what Leonard wanted, maybe interactions like levers, but for you -DJ_Studios- it should be as simple as adding "Attack entities of type 'Living Entity'" with a start condition of it not being the same entity (sub)type. All mobs are considered Living Entities, even zombies and skeletons, since they use AI or require a Unique Interaction (armour stands equipping armour).