Summonable Bosses

Started by 2hotrods on

Topic category: Help with MCreator software

Active 5 years ago
Joined Jun 2020
Points:
625

User statistics:

  • Modifications: 0
  • Forum topics: 1
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 0
Summonable Bosses

So I created a boss and I want to make it summonable by the player like so they have to place certain blocks in a certain order to summon the boss, how can I do that?

Active 5 years ago
Joined May 2020
Points:
654

User statistics:

  • Modifications: 0
  • Forum topics: 1
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 52
You should make a when block…
Tue, 06/23/2020 - 23:07

You should make a when block added procedure for the last block that need to be placed:

Check for the x, y and z of the other blocks, IF they are on the right place, THEN both summon the boss or do it and remove the blocks.

Active 2 years ago
Joined Oct 2019
Points:
771

User statistics:

  • Modifications: 0
  • Forum topics: 17
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 72
Hey im kinda doing the same…
Fri, 11/06/2020 - 01:11

Hey im kinda doing the same thing, can you explain?