Started by
2hotrods
on
Topic category: Help with MCreator software
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?
Topic category: Help with MCreator software
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?
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.
Hey im kinda doing the same thing, can you explain?