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,23 @@
{
"biomes": [
[
{
"type": "BIOME_TAG",
"negate": false,
"value": "minecraft:is_ocean"
},
{
"type": "BIOME_TAG",
"negate": false,
"value": "c:is_hot_overworld"
}
],
[
{
"type": "REGISTRY_NAME",
"negate": false,
"value": "minecraft:mangrove_swamp"
}
]
]
}