Make Enderman hold custom block

Started by Trehmor on

Topic category: Help with modding (Java Edition)

Last seen on 17:39, 15. Jan 2024
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

Last seen on 16:24, 20. Nov 2020
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. 

Last seen on 04:15, 27. Mar 2024
Joined May 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
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.

Last seen on 17:39, 15. Jan 2024
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?

Last seen on 04:15, 27. Mar 2024
Joined May 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
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.