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
+14
View File
@@ -0,0 +1,14 @@
#The renderer to use for monitors. Generally this should be kept at "best" - if
#monitors have performance issues, you may wish to experiment with alternative
#renderers.
#Allowed Values: BEST, TBO, VBO
monitor_renderer = "VBO"
#The maximum distance monitors will render at. This defaults to the standard tile
#entity limit, but may be extended if you wish to build larger monitors.
# Default: 64
# Range: 16 ~ 1024
monitor_distance = 64
#The delay in seconds after which we'll notify about unhandled imports. Set to 0 to disable.
# Default: 5
# Range: 0 ~ 60
upload_nag_delay = 5
@@ -65,7 +65,7 @@
#[@cui:RequiresReload:server]
# Default: 4000
# Range: > 1000
printerFluidCapacity = 8000
printerFluidCapacity = 16000
#.
#If the printing of Written Books function of Printers should be enabled.
#[@cui:RequiresReload:server]
@@ -115,13 +115,13 @@
#[@cui:RequiresReload:server]
# Default: 4000
# Range: > 1000
blazeEnchanterFluidCapacity = 8000
blazeEnchanterFluidCapacity = 16000
#.
#The amount of liquid a Blaze Forger can hold (mB).
#[@cui:RequiresReload:server]
# Default: 4000
# Range: > 1000
blazeForgerFluidCapacity = 8000
blazeForgerFluidCapacity = 16000
#.
#The amount of liquid an Experience Lantern can hold (mB).
#[@cui:RequiresReload:server]
@@ -174,7 +174,7 @@
#Max enchantment level in Super Enchanting will be extended by this value
# Default: 1
# Range: 0 ~ 255
enchantmentMaxLevelExtension = 5
enchantmentMaxLevelExtension = 7
#.
#If Super Enchanting and Super Forging ignores enchantment compatibility
ignoreEnchantmentCompatibility = true
+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": {}
}