Started by
elzeraAOP
on
Topic category: Advanced modding
I would like to create a shield that is unique.
that is to say that there is only one shield of this type per world.
If you have any ideas, I'll take them.
Topic category: Advanced modding
I would like to create a shield that is unique.
that is to say that there is only one shield of this type per world.
If you have any ideas, I'll take them.
you can make it like the shield is obtainable from, let's say, a boss mob which appears only once and in a structure that spawns only one time, if u know what I mean
how to create a structure while spawn 1 time per map in MCreator 2023.4 ?
That is not possible without custom code but you could have a boss in a rare structure then a global variable called "ShieldDropped". When you kill the boss it checks if the variable is true or false then drops the shield depending on that.
Or you could have the boss check the variable when he spawns and if it's true he despawns so he cant drop the shield again.
thank's