anyone know how to make an item that spawns custom mobs

Started by mop3563567 on

Topic category: Help with modding (Java Edition)

Last seen on 07:19, 26. Feb 2023
Joined Feb 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
anyone know how to make an item that spawns custom mobs

anyone know how to make an item that spawns custom mobs

Last seen on 00:46, 5. Dec 2023
Joined Jun 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
It's simple, I'll tell you…
Sat, 02/25/2023 - 00:23

It's simple, I'll tell you in steps:

1- create an item

2- go to the triggers section

3- create a procedure in the "when right-clicked" section

4- Once inside, go to the "World management" section and look for the procedural block called "spawn entity..."

5- choose the entity you want

6- enjoy your item that summons creatures :D

Last seen on 02:27, 6. Mar 2023
Joined Feb 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Its really easy 1 make the…
Sat, 02/25/2023 - 00:27

Its really easy

1 make the item you want

2 create a trigger and make a procedure whenRightClicked

3 Attach spawn entity (the entity) 

4 Attach remove (you're custom item) from main inventory

for a final touch you can disable the spawn egg