Started by
FkSw FREK
on
Topic category: Help with Minecraft modding (Java Edition)
I made a new way to get to the Nether, but I spawn above lava. How do I make a platform underneath the player? I tried to use a procedure to repeat itself until the player arrives at the Nether, and then make a 9x2x9 platform made of netherrack underneath the player once they arrive. I went to test this. When I initiated the event, I received the "saving world" screen and the game crashed, and the square next to "Gradle idle" turned red. I received no explanation for why it went wrong. I'm still fairly new to MCreator and have only slight experience with block coding. Can I possibly receive some help?
You can use a procedure like this. then add all the place blocks for the X and Z axis for your platform..
It would mess up nether portals though.. So it'd be better to make the platform of obsidian, like the nether portal does when it spawns in the air..
I was trying to set up the X and Ys, but I had a heck of a time making a tree (seriously hours).. I can't think in 3d..
X and Z axis... not the Y, the up is up and down.. that's easy for me :D, its the X and Zs that are hard for me..
Thank you. I didn't realise that was a global trigger.
Also, yes, I needed x2 on the y, just in case the player falls through the first layer while it's being built.
All it did was turn what I used to get to the Nether (which was in the overworld) into obsidian.