Procedure: Spawn at x y z Entity ENTITYNAME spawns mobs without weapons

Started by StellaeLux on

Topic category: Help with MCreator software

Joined Aug 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Procedure: Spawn at x y z Entity ENTITYNAME spawns mobs without weapons

When calling the procedure Spawn at x y z Entity ENTITYNAME it will spawn a mob without a weapon. This makes the mob "Skeleton" and "Witherskeleton" useless.

1. Is it possible to spawn mobs with their original weapon?

2. Is it possible to spawn mobs with any weapon?

3. Will there be a procedure in the future that simply does: Spawn at x y z Entity [entityname] with item [itemicon]

Spawning a simple mob like a skeleton with a bow or any entity with a weapon seems to be a core feature, yet I don't know how to do it. Does anyone have a clue?

Joined Nov 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
You can run command /summon…
Sat, 07/01/2023 - 19:54

You can run command /summon minecraft:skeleton ~ ~ ~ {HandItems:[{Count:1,id:"minecraft:iron_sword"}]} but there doesn't seem to be any way to do it just with blocks as far as I know