Update joy of painting, remove copper age backport

This commit is contained in:
2026-06-20 10:51:08 +02:00
parent 43a5572d8b
commit 36b66d4a8e
8 changed files with 146 additions and 29 deletions
+66
View File
@@ -0,0 +1,66 @@
{
"configVersion": 5,
"perf": {
"maxParticleAmount": 1500,
"particleDensity": 100,
"particleStormDensity": 200,
"particleDistance": 16,
"surfaceRange": 100
},
"sound": {
"rainVolume": 0.2,
"snowVolume": 0.1,
"windVolume": 0.1
},
"wind": {
"strength": 0.4,
"strengthVariance": 0.3,
"gustFrequency": 0.2,
"modulationSpeed": 0.04,
"yLevelAdjustment": true
},
"compat": {
"renderDefaultWeather": false,
"doDefaultSplashing": false,
"waterTint": true,
"tintMix": 0.6,
"shaderpackTint": true,
"syncRegistries": true,
"crossBiomeBorder": false,
"useHeightmapTemp": true,
"weatherIgnoreBlocks": {
"entries": [
"#minecraft:fences",
"#minecraft:all_signs",
"minecraft:barrier"
],
"isWhitelist": true
},
"doSpawnHeightLimit": false,
"spawnHeightLimit": 0
},
"shrub": {
"gravity": 0.2,
"windStrength": 0.2,
"stormWindStrength": 0.3,
"size": 0.5,
"rotationAmount": 0.6,
"bounciness": 0.2
},
"ripple": {
"opacity": 0.8,
"size": 0.25,
"resolution": 16,
"useResourcepackResolution": true
},
"streak": {
"opacity": 0.9,
"size": 0.5
},
"mist": {
"lifetime": 250,
"opacity": 1.0,
"size": 3.0,
"renderStyle": "BLENDED"
}
}
+43
View File
@@ -0,0 +1,43 @@
{
"rain": {},
"heavy_dust": {
"blockList": {
"entries": [
"#minecraft:camel_sand_step_sound_blocks",
"#minecraft:sand",
"#minecraft:terracotta",
"#c:sandstone_blocks",
"biomesoplenty:dried_salt"
],
"isWhitelist": true
}
},
"splatter": {},
"smoke": {},
"streak": {},
"mist": {
"enabled": false
},
"shrub": {
"enabled": true,
"density": 0.013
},
"snow_haze": {},
"mist_after_rain": {},
"ripple": {},
"rain_haze": {},
"snow": {},
"dust": {
"blockList": {
"entries": [
"#minecraft:camel_sand_step_sound_blocks",
"#minecraft:sand",
"#minecraft:terracotta",
"#c:sandstone_blocks",
"biomesoplenty:dried_salt"
],
"isWhitelist": true
}
},
"dust_haze": {}
}