defaultly turned off Particular splashes to fix a crash
This commit is contained in:
parent
130b81e116
commit
6be4af7f46
4 changed files with 59 additions and 1 deletions
Binary file not shown.
54
config/particular.json5
Normal file
54
config/particular.json5
Normal file
|
|
@ -0,0 +1,54 @@
|
|||
{
|
||||
"waterSplash": true,
|
||||
"cascades": true,
|
||||
"waterfallSpray": true,
|
||||
"fireflies": true,
|
||||
"fallingLeaves": true,
|
||||
"caveDust": true,
|
||||
"chestBubbles": true,
|
||||
"soulSandBubbles": true,
|
||||
"barrelBubbles": true,
|
||||
"poppingBubbles": true,
|
||||
"rainRipples": true,
|
||||
"waterDripRipples": true,
|
||||
"cakeEatingParticles": true,
|
||||
"emissiveLavaDrips": true,
|
||||
"fireflySettings": {
|
||||
"startTime": 12000,
|
||||
"endTime": 23000,
|
||||
"minTemp": 0.5,
|
||||
"maxTemp": 0.9900000095367432,
|
||||
"canSpawnInRain": false,
|
||||
"dailyRandom": [
|
||||
0.0,
|
||||
0.0,
|
||||
0.0,
|
||||
0.33000001311302185,
|
||||
0.6600000262260437,
|
||||
1.0
|
||||
],
|
||||
"grass": 0.1666666716337204,
|
||||
"tallGrass": 0.0833333358168602,
|
||||
"flowers": 1.0,
|
||||
"tallFlowers": 0.5
|
||||
},
|
||||
"fallingLeavesSettings": {
|
||||
"spawnChance": 60,
|
||||
"spawnRipples": true,
|
||||
"layFlatOnGround": true,
|
||||
"layFlatRightAngles": false
|
||||
},
|
||||
"caveDustSettings": {
|
||||
"spawnChance": 700,
|
||||
"baseMaxAge": 200,
|
||||
"color": "#FF808080",
|
||||
"fadeDuration": 20,
|
||||
"maxAcceleration": 0.029999999329447746,
|
||||
"accelChangeChance": 180,
|
||||
"excludeBiomes": [
|
||||
"minecraft:lush_caves",
|
||||
"minecraft:dripstone_caves",
|
||||
"minecraft:deep_dark"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
@ -8,6 +8,10 @@ hash = "5ce6e50fd29658a5e612978c86a555ec7f1260089ec221d0594b37714612901c"
|
|||
file = "config/item_obliterator.json5"
|
||||
hash = "4b7686fc8b5d365b204be4bca9b516b599863bd1df90673338aa17875f817806"
|
||||
|
||||
[[files]]
|
||||
file = "config/particular.json5"
|
||||
hash = "2ef28c4cf7a2e6d8316f665219b7c8e307931734e02ba1dc05a9ff6f35bb07a0"
|
||||
|
||||
[[files]]
|
||||
file = "configureddefaults/config/DistantHorizons.toml"
|
||||
hash = "da2034687d2a8a2ecfb0c1ca07f756e02b3b2266b1f11a5566d9dcaa5af3118a"
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0"
|
|||
[index]
|
||||
file = "index.toml"
|
||||
hash-format = "sha256"
|
||||
hash = "6b92124542a4c449bfe8a755e4528c55fd1140e61758011cb6ba66e70decbfce"
|
||||
hash = "fa5e3be40007bf172a022a7bd87644008a5e049d1d7c517de1705d37ffb2a1a3"
|
||||
|
||||
[versions]
|
||||
minecraft = "1.20.1"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue