Summonable Bosses

Started by 2hotrods on

Topic category: Help with MCreator software

Last seen on 22:47, 23. Jun 2020
Joined Jun 2020
Points:

User statistics:

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

Last seen on 00:28, 24. Jul 2020
Joined May 2020
Points:

User statistics:

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

Last seen on 23:15, 7. Jan 2023
Joined Oct 2019
Points:

User statistics:

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

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