mirror of
https://github.com/italicsjenga/valence.git
synced 2024-12-24 06:51:30 +11:00
11 lines
415 B
Markdown
11 lines
415 B
Markdown
|
# valence_biome
|
||
|
|
||
|
Contains biomes and the biome registry. Minecraft's default biomes are added to the registry by default.
|
||
|
|
||
|
### **NOTE:**
|
||
|
- Modifying the biome registry after the server has started can
|
||
|
break invariants within instances and clients! Make sure there are no
|
||
|
instances or clients spawned before mutating.
|
||
|
- A biome named "minecraft:plains" must exist. Otherwise, vanilla clients
|
||
|
will be disconnected.
|