From 19e57710b83a8dba0abe36830ba9359b70ed56f4 Mon Sep 17 00:00:00 2001 From: Kalle Struik Date: Wed, 26 Feb 2025 00:50:37 +0100 Subject: [PATCH] Disable sandstorms --- config/yungscavebiomes-fabric-1_20_1.toml | 7 +++++++ index.toml | 4 ++++ pack.toml | 2 +- 3 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 config/yungscavebiomes-fabric-1_20_1.toml diff --git a/config/yungscavebiomes-fabric-1_20_1.toml b/config/yungscavebiomes-fabric-1_20_1.toml new file mode 100644 index 0000000..e905555 --- /dev/null +++ b/config/yungscavebiomes-fabric-1_20_1.toml @@ -0,0 +1,7 @@ +[lostCaves] +enableSandstorms = false +extraSandstormParticles = true +minSandstormDuration = 120 +maxSandstormDuration = 600 +minTimeBetweenSandstorms = 1200 +maxTimeBetweenSandstorms = 2400 diff --git a/index.toml b/index.toml index 73f6d8f..83b9edc 100644 --- a/index.toml +++ b/index.toml @@ -4,6 +4,10 @@ hash-format = "sha256" file = "config/travelersbackpack.json5" hash = "bb96e20580b3bc03e62f71ae7104faf68ecec7e62cbec4e8679bab5b2d45ebdb" +[[files]] +file = "config/yungscavebiomes-fabric-1_20_1.toml" +hash = "8515a01c809a950a698bbb40d2c1f4b1bddc5689568d7d0dd01d278edb30962c" + [[files]] file = "mods/3dskinlayers.pw.toml" hash = "6548800a7f3043473a8ea5f0dd07231d890344dd9bf117ef7ea0e98f1057f0fe" diff --git a/pack.toml b/pack.toml index 09f72d0..8534261 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 = "da01a17a1d6cc2ce8bce964fa1985d201d009c0e3fa9902984973efe7d285ed8" +hash = "5442e8dc68d1babe1a1a796e30255587888856c4ef63d98e31f451e0f861d66d" [versions] fabric = "0.16.10"