I made a new way to get to the Nether, but I spawn above lava. How do I make a platform underneath the player?

Started by FkSw FREK on

Topic category: Help with modding (Java Edition)

Last seen on 15:24, 16. Mar 2022
Joined Jun 2020
Points:

User statistics:

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

Last seen on 21:24, 26. Dec 2022
Joined Dec 2017
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
You can use a procedure like…
Thu, 07/02/2020 - 09:18

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..

nether

Last seen on 21:24, 26. Dec 2022
Joined Dec 2017
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I was trying to set up the X…
Thu, 07/02/2020 - 09:20

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..

Last seen on 21:24, 26. Dec 2022
Joined Dec 2017
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
X and Z axis... not the Y,…
Thu, 07/02/2020 - 09:22

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..

Last seen on 15:24, 16. Mar 2022
Joined Jun 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Thank you. I didn't realise…
Thu, 07/02/2020 - 12:33

Thank you. I didn't realise that was a global trigger.

Last seen on 15:24, 16. Mar 2022
Joined Jun 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Also, yes, I needed x2 on…
Thu, 07/02/2020 - 23:56

Also, yes, I needed x2 on the y, just in case the player falls through the first layer while it's being built.

Last seen on 15:24, 16. Mar 2022
Joined Jun 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
All it did was turn what I…
Fri, 07/03/2020 - 02:14

All it did was turn what I used to get to the Nether (which was in the overworld) into obsidian.