How do I make a dungeon with a boss mob?

Started by Exarpo on

Topic category: Help with MCreator software

Last seen on 17:17, 20. Nov 2019
Joined Jul 2019
Points:

User statistics:

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

Last seen on 15:27, 10. Oct 2022
Joined Jan 2017
Points:

User statistics:

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

Last seen on 17:17, 20. Nov 2019
Joined Jul 2019
Points:

User statistics:

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

Oh... thats Genius! Thanks a lot!

Last seen on 17:49, 25. Mar 2021
Joined Jun 2016
Points:

User statistics:

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

Last seen on 15:27, 10. Oct 2022
Joined Jan 2017
Points:

User statistics:

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

np, thats how i did mine.

Last seen on 17:17, 20. Nov 2019
Joined Jul 2019
Points:

User statistics:

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

Last seen on 17:17, 20. Nov 2019
Joined Jul 2019
Points:

User statistics:

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

Last seen on 11:31, 30. Sep 2023
Joined Nov 2015
Points:

User statistics:

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

Last seen on 17:18, 11. Feb 2020
Joined Mar 2018
Points:

User statistics:

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

Last seen on 11:16, 14. Oct 2021
Joined Dec 2013
Points:

User statistics:

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

Last seen on 17:17, 20. Nov 2019
Joined Jul 2019
Points:

User statistics:

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

But how do I it with the minecarft loot?

Last seen on 17:18, 11. Feb 2020
Joined Mar 2018
Points:

User statistics:

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

Only with Java :(