Refactor configuration files for improved clarity and organization; update seasonal properties in sereneseasons and streamline server variable settings for better performance.

This commit is contained in:
Leonid Pershin
2026-05-08 02:36:26 +03:00
parent 45f96d5b62
commit 1dcdd18c89
134 changed files with 9526 additions and 0 deletions
@@ -0,0 +1,25 @@
{
"biomes": [
[
{
"type": "REGISTRY_NAME",
"negate": false,
"value": "minecraft:birch_forest"
}
],
[
{
"type": "REGISTRY_NAME",
"negate": false,
"value": "minecraft:old_growth_birch_forest"
}
],
[
{
"type": "REGISTRY_NAME",
"negate": false,
"value": "terralith:white_cliffs"
}
]
]
}