#Custom nether wierd issue

1 messages · Page 1 of 1 (latest)

steady hatch
#

Hey all, I'm currently trying to use a custom dimension i downloaded from modrinth as the nether for my world, I already worked my way around the files and folder to make sure the nether points to this dimension instead of vanilla nether.

My issue is this, I can make a nether portal and light it with no issue, but I can't go through it, it just never loads teh other dimension. I can use the /execute in the_nether run tp ~ ~ ~ command to teleport myself there with no issue but as soon as I enter, I take damage as if I was standing in the void. Could anyone point me in the right direction to fix that? Using the dimension normaly (not replacing my nether) works with no issue.

ember roseBOT
#

<@&1201956957406109788>

Someone will come and help soon!

💬 While you wait, take this time to provide more context and details.

🙇 If nobody has answered you by <t:1742523872:t>, feel free to use the Summon Helpers button to ping our helper team.

✅ Once your question has been resolved (or you no longer need it), please click Resolve Question or run /resolve

torpid cave
#

Probably an issue with the logical height in the dimension_type file, trying to spawn the portal at a height that is below the dimension's actual terrain

torpid cave
#

Determine what Y value the dimension's bottom is, and it's height (not necessarily the same as the max build height), and set those values in the dimension_type file for the min_y and logical height

steady hatch
#

Lowest block seem to be -1 and highest point seem to be 255

torpid cave
#

Great

steady hatch
#

So I should change the min_y to -1 and don't touch height?

torpid cave
#

Correct, but also do touch logical_height

#

That probably won't solve the issue since the values are so close, but it may

steady hatch
#

Changed min_y to -1 and logical to 216 to give some free space

torpid cave
#

If it doesn't work, when you go through the portal, switch to spectator and

  • check what Y level you're at
  • fly up to where the terrain ought to be and see if it is in fact generating
steady hatch
#

Okay, right away i get red errors after those changes, seems like min_y needs to be a multiple of 16 so I'll set it back to 0

steady hatch
#

Also just noticed this error message in the console

#

Yes, i'm testing on a local server

torpid cave
steady hatch
torpid cave
torpid cave
torpid cave
#

Gonna produce the most reliable results