Only 1 Biome in world?

Started by Annoy A Moose on

Topic category: Help with Minecraft modding (Java Edition)

Active 2 months ago
Joined Sep 2018
Points:
685

User statistics:

  • Modifications: 0
  • Forum topics: 1
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 2
Only 1 Biome in world?

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?

Active 1 year ago
Joined Oct 2020
Points:
1621

User statistics:

  • Modifications: 0
  • Forum topics: 15
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 1874
probably not if you want to…
Fri, 11/05/2021 - 01:30

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

Active 6 months ago
Joined Mar 2021
Points:
1021

User statistics:

  • Modifications: 3
  • Forum topics: 37
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 451
Use a custom dimension for…
Fri, 11/05/2021 - 06:04

Use a custom dimension for it or can't be done

Active 2 years ago
Joined Oct 2019
Points:
724

User statistics:

  • Modifications: 0
  • Forum topics: 8
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 67
In addition to what…
Sat, 11/06/2021 - 06:18

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.