Started by
BlueAwesomeDinosaur
on
Topic category: Help with MCreator software
If there is a feature that would help with this, I have a problem that I need help with. I made a dimension that has the appearance of the end and I have respawning in it. However, if you do die in that dimension you will perpetually fall to your death if your spawn is not lucky. I was hoping there was some way that a platform could be generated when you respawn and there is no ground, but I could not find a way to make that happen without custom code. Is there a way to make that without custom code. If not, could this be a feature that could be added to MCreator in the future?
There is a block detector in the "Template library" you could use to detect the presence of air or ground.
that may be so but that doesn't really fix the problem because that can't change if the player respawns or not. What you could do is have a procedure that it's global trigger is "when player respawns" and do an if dimension = end like dimension, spawn wood block at x y z or something like that
It can if you place a block under them when they respawn above air.