Make Enderman hold custom block

Started by Trehmor on

Topic category: Help with Minecraft modding (Java Edition)

Joined Feb 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Make Enderman hold custom block

I want to spawn an enderman holding a custom block from my mod, but when i put the command (/summon enderman ~ ~ ~ {carriedBlockState:{Name:plasmablock}}) it spawns the enderman without the block :c

Joined Jun 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I think the only way to get…
Wed, 08/26/2020 - 23:34

I think the only way to get an enderman to hold your block is by editing the enderman code. 

Nope, create a tag called…
Tue, 09/29/2020 - 02:19

Nope, create a tag called enderman_holdable, set the namespace to minecraft so it knows you're modifying a vanilla tag, and add your block to it.

Joined Feb 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
This way i can see the block…
Tue, 09/29/2020 - 04:11

This way i can see the block the enderman is holding in the hands?

Yes. Check the wiki page on…
Wed, 09/30/2020 - 16:40

Yes. Check the wiki page on custom tags, it'll explain better than I can.