summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortriethyl <triethylammonium@pm.me>2026-03-01 15:05:25 -0500
committertriethyl <triethylammonium@pm.me>2026-03-01 15:05:25 -0500
commitd18201b1a4d0ba1d3ccef5a5e8d3f53d6b47ee81 (patch)
tree04435f186c6f5c0117eb8807684a4b4a5c125a62
parent538e9039b018e81ee077acb3288e9f20f454f78f (diff)
removed old mod config
-rw-r--r--config/configurabledespawntimer.json510
-rw-r--r--index.toml4
-rw-r--r--pack.toml2
3 files changed, 1 insertions, 15 deletions
diff --git a/config/configurabledespawntimer.json5 b/config/configurabledespawntimer.json5
deleted file mode 100644
index 0b217ec..0000000
--- a/config/configurabledespawntimer.json5
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- // The delay in ticks when an item should despawn. Minecraft's default time is 6000 ticks. 1 second is 20 ticks.
- // min: 1, max: 2.147483647E9
- "globalItemDespawnTimeInTicks": 12000,
- // The delay in ticks when experience orbs should despawn. Minecraft's default time is 6000 ticks. 1 second is 20 ticks.
- // min: 1, max: 2.147483647E9
- "globalExperienceOrbDespawnTimeInTicks": 12000,
- // Whether items thrown/dropped by players should not despawn at all. Works for manual dropping and also on death. Overrides the other time settings.
- "preventDespawnForPlayerItems": true
-}
diff --git a/index.toml b/index.toml
index 81d272c..5c2e6d0 100644
--- a/index.toml
+++ b/index.toml
@@ -9,10 +9,6 @@ file = "config/betterf3.json"
hash = "dd8fb3650e64ccbd550763bd8a7c0c3aa3d20b1c9bfa85cadb00b19bb0193952"
[[files]]
-file = "config/configurabledespawntimer.json5"
-hash = "0c371c3796db74f3ac35500ebaee7c856a89153d9e0f4454cdacec844927a9bf"
-
-[[files]]
file = "config/defaultoptions/keybindings.txt"
hash = "3a9f533141a279557331a57594a61f862ae0f28d46006a2e4a0581d3abe40408"
diff --git a/pack.toml b/pack.toml
index 45d5cbb..ed11edf 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 = "461418775ef637d5633d6aefe8872b95308fce3e142530261efb4339f21bd21a"
+hash = "d4c6fa88aaeaf10e4c910ecee014938426c2c02a1ad45b4c2402aeb429c00a64"
[versions]
fabric = "0.18.4"