How do I make a dungeon with a boss mob?

Started by Exarpo on

Topic category: Help with MCreator software

Active 5 years ago
Joined Jul 2019
Points:
748

User statistics:

  • Modifications: 0
  • Forum topics: 18
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 25
How do I make a dungeon with a boss mob?

So I want to create a dungeon with a boss in it, but when I save the structure with the boss in it, and then load it in mcreator, when I create a world with the mod, the boss is not there, please help me how to do this in another way, or just any ideas about what I could have done wrong.

Active 7 months ago
Joined Jan 2017
Points:
950

User statistics:

  • Modifications: 0
  • Forum topics: 23
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 274
Make a block to spawn the…
Thu, 09/26/2019 - 18:16

Make a block to spawn the boss, and make it "On block added" "Place air at x:x y:y z:z" "Summon 'Boss' "

Active 5 years ago
Joined Jul 2019
Points:
748

User statistics:

  • Modifications: 0
  • Forum topics: 18
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 25
Oh... thats Genius! Thanks a…
Thu, 09/26/2019 - 18:17

Oh... thats Genius! Thanks a lot!

Active 4 years ago
Joined Jun 2016
Points:
3744

User statistics:

  • Modifications: 10
  • Forum topics: 39
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 5490
If the boss is not there,…
Thu, 09/26/2019 - 18:37

If the boss is not there, you probably haven't included entities while saving the structure

Also, try disabling the "despawn when idle" for the boss

Active 7 months ago
Joined Jan 2017
Points:
950

User statistics:

  • Modifications: 0
  • Forum topics: 23
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 274
np, thats how i did mine.
Thu, 09/26/2019 - 18:52

np, thats how i did mine.

Active 5 years ago
Joined Jul 2019
Points:
748

User statistics:

  • Modifications: 0
  • Forum topics: 18
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 25
Good idea, but there is one…
Thu, 09/26/2019 - 19:11

Good idea, but there is one problem... atleast how I se it. Well if there is a procedure for it to dissapeare after being placed, how do I then place it in my dungeon and save it? It deisspaers immediatley, so I cant save it with my structure block

Active 5 years ago
Joined Jul 2019
Points:
748

User statistics:

  • Modifications: 0
  • Forum topics: 18
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 25
And btw you seem to have…
Thu, 09/26/2019 - 19:26

And btw you seem to have experience with MCreator, so could you please help me with how to make so that the chests in my dungeon spawns with random loot? If it is possible...

 

Please...

Active 1 year ago
Joined Nov 2015
Points:
919

User statistics:

  • Modifications: 7
  • Forum topics: 10
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 179
Loot tables at the moment…
Thu, 09/26/2019 - 23:02

Loot tables at the moment are out of the reaches of Mcreator, you will have to custom code one in. It is actually simpler than you think; but you will have to know java.

p.s. because of such limitations I have practically stopped using Mcreator and I have learnt java.

Active 5 years ago
Joined Mar 2018
Points:
1778

User statistics:

  • Modifications: 10
  • Forum topics: 38
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 1615
It dont need java. Make when…
Fri, 09/27/2019 - 12:02

It dont need java. Make when Boss killed, make some structures with loot tables and THEN! Make a Random possibility with 0.3 and then make if do else if do else etc. Then you have it!

Active 3 years ago
Joined Dec 2013
Points:
908

User statistics:

  • Modifications: 3
  • Forum topics: 21
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 103
In fact, if you want to…
Sat, 09/28/2019 - 15:21

In fact, if you want to create random loot for a chest. You can use Minecraft vanilla's loot tables and it's quite easy. If you want to spawn your own loot, will be quite a bit harder. I don't know how to do custom, if you ask :)

Active 5 years ago
Joined Jul 2019
Points:
748

User statistics:

  • Modifications: 0
  • Forum topics: 18
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 25
But how do I it with the…
Mon, 09/30/2019 - 14:08

But how do I it with the minecarft loot?

Active 5 years ago
Joined Mar 2018
Points:
1778

User statistics:

  • Modifications: 10
  • Forum topics: 38
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 1615
Only with Java :(
Mon, 09/30/2019 - 15:09

Only with Java :(