anyone know how to make an item that spawns custom mobs

Started by mop3563567 on

Topic category: Help with Minecraft modding (Java Edition)

Active 2 years ago
Joined Feb 2023
Points:
299

User statistics:

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

anyone know how to make an item that spawns custom mobs

Active 2 months ago
Joined Jun 2020
Points:
737

User statistics:

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

Active 2 years ago
Joined Feb 2023
Points:
295

User statistics:

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