diff --git a/Vanilla Plus Plus-1.0.0.mrpack b/Vanilla Plus Plus-1.0.0.mrpack index 136203f..2e6450b 100644 Binary files a/Vanilla Plus Plus-1.0.0.mrpack and b/Vanilla Plus Plus-1.0.0.mrpack differ diff --git a/config/particular.json5 b/config/particular.json5 new file mode 100644 index 0000000..383f3ba --- /dev/null +++ b/config/particular.json5 @@ -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" + ] + } +} \ No newline at end of file diff --git a/index.toml b/index.toml index ed7c70f..b11d70c 100644 --- a/index.toml +++ b/index.toml @@ -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" diff --git a/pack.toml b/pack.toml index 2ed789d..d9c6f58 100644 --- a/pack.toml +++ b/pack.toml @@ -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"