Started by
troglodo
on
Topic category: Help with Minecraft modding (Java Edition)
Hello, first of all, I apologise for any misktake I make, english is not my first lenguage.
Basically I want to make a dimension that is only one biome, I have tried the biome alone and it works fine.
But when I enter the dimension no matter if is through portal or an item, i spawn in the void, any solutions?
Thanks.
This kind of depends on your dimension generation. Sometimes you will spawn at y=0, or on a piece of land/floating island nearby. I have this issue aswell, and you could either use java code to program yourself to teleport to the nearest island block that has air above it, or make it so that being in the dimension will constantly launch you upwards, allowing players to never die from the void. If you don't like that option, then just make the player spawn in on a block with materials to get to a nearby island. Good luck!