Started by
Annoy A Moose
on
Topic category: Help with Minecraft modding (Java Edition)
I have a brief idea of a mod, where there's only gonna be one biome, like a desert biome or something. Is there a way i can make the biome replace all the original Minecraft biomes?
probably not if you want to avoid crashing the game or enter coding, but you can do this with the default world generation of Minecraft
Use a custom dimension for it or can't be done
In addition to what woodcreatures said, you can use a custom dimension, make the dimension only use desert biomes, and when a player joins the world, it sends them to the custom dimension.