How do replace the vanilla Nether with custom

Started by Cool_tellow on

Topic category: Help with Minecraft modding (Java Edition)

Active 8 months ago
Joined Oct 2021
Points:
592

User statistics:

  • Modifications: 3
  • Forum topics: 18
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 48
How do replace the vanilla Nether with custom

      Currently, we cannot make custom biomes spawn in the nether, so a workaround is making a brand new dimension with netherlike generation and let all five nether biomes spawn there plus your custom ones. Is there a way to replace the vanilla minecraft nether portal block with a custom one, or make it to where the portal reroots to the custom nether?

Active 7 months ago
Joined Oct 2020
Points:
1585

User statistics:

  • Modifications: 0
  • Forum topics: 15
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 1874
I mean you could try when…
Thu, 10/14/2021 - 23:54

I mean you could try when Player Enters Dimension, switch dimension of event target entity to: CUSTOM_NETHER

also, a workaround for biomes is structures.

Active 8 months ago
Joined Oct 2021
Points:
592

User statistics:

  • Modifications: 3
  • Forum topics: 18
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 48
Hey I know its been a long…
Mon, 02/07/2022 - 03:15

Hey I know its been a long time; my dream of custom nether biomes has been gone. But I suddenly got the motivation to try again. It crashes when I try this, but if I somehow find a way to work around this, is there a way to specify which dimension you would like the player to enter? I am not that skilled with procedures. 

Active 2 years ago
Joined May 2022
Points:
337

User statistics:

  • Modifications: 0
  • Forum topics: 0
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 1
you can create a procedure…
Wed, 05/25/2022 - 12:47

you can create a procedure that if it detects a player in the nether, teleports them to a custom dimension.