SMP-MODPACK/.minecraft/config/seasons.json
2024-03-06 10:50:17 +01:00

29 lines
711 B
JSON
Executable file

{
"seasonLength": {
"springLength": 672000,
"summerLength": 672000,
"fallLength": 672000,
"winterLength": 672000
},
"seasonLock": {
"isSeasonLocked": false,
"lockedSeason": "SPRING"
},
"dimensionAllowlist": [
"minecraft:overworld"
],
"doTemperatureChanges": true,
"shouldSnowyBiomesMeltInSummer": true,
"shouldIceNearWaterMelt": false,
"biomeDenylist": [
"terralith:glacial_chasm"
],
"isSeasonTiedWithSystemTime": false,
"isInNorthHemisphere": true,
"isSeasonMessingCrops": true,
"isSeasonMessingBonemeal": false,
"doCropsGrowsNormallyUnderground": false,
"doAnimalsBreedInWinter": true,
"notifyCompat": true,
"debugCommandEnabled": false
}