Make Every Biome Spawnable Lol
What This Mod Does
In vanilla Minecraft, players can only spawn in a limited set of biomes - plains, forests, taiga, and jungles. This mod completely removes this restriction, allowing spawn point selection in absolutely any biome of the game world.
Settings and Configuration
The mod provides flexible settings: you can create a blacklist of specific biomes or, conversely, convert it into a whitelist of permitted spawn zones.
Example Configuration File:
{
"IS_WHITELIST": false,
"BIOMES": [
"minecraft:badlands",
"minecraft:ocean",
"minecraft:plains",
"anothermod:biome_name"
]
}
Important Note: Minecraft only checks a 256-block radius around the spawn point. If a whitelist is used and no suitable biomes are found in this area, the spawn point will be set randomly. A similar situation occurs with a blacklist if all biomes within the radius are blocked.
Technical Requirements
The mod requires Fabric mod loader and Fabric API. Versions for Forge and older Minecraft releases are not planned.