summaryrefslogtreecommitdiff
path: root/config/configurabledespawntimer.json5
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 /config/configurabledespawntimer.json5
parent538e9039b018e81ee077acb3288e9f20f454f78f (diff)
removed old mod config
Diffstat (limited to 'config/configurabledespawntimer.json5')
-rw-r--r--config/configurabledespawntimer.json510
1 files changed, 0 insertions, 10 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
-}