this repo has no description

feat: nerf chunk loaders

Falxie_ cd2bcaa2 79825354

+3 -3
+1 -1
config/chunkloaders-common.toml
··· 9 9 10 10 # After how many minutes of offline time should players' chunk loaders be disabled? Use -1 to disable the inactivity timeout. 11 11 # Allowed range: -1 ~ 525600 - Default: 10080 12 - inactivityTimeout = 10080 12 + inactivityTimeout = 1440 13 13 14 14 # Chunk loaders from before version 1.2.0 are not bound to a player. Should these chunk loaders' loaded chunks stay loaded? 15 15 # Allowed values: true, false - Default: true
+1 -1
index.toml
··· 642 642 643 643 [[files]] 644 644 file = "config/chunkloaders-common.toml" 645 - hash = "8291d0a8b4ec641108ab2c48c828fba61fc326e73cea56fadaa1940370186cc3" 645 + hash = "93e6ca2712f7ad986fdfb1ecc3352f4ffbb87ffaeac5d5091708f282076dd008" 646 646 647 647 [[files]] 648 648 file = "config/chunky.json"
+1 -1
pack.toml
··· 6 6 [index] 7 7 file = "index.toml" 8 8 hash-format = "sha256" 9 - hash = "aa3d62fb9f1579ae19f09a059eeebe800176e8d000c9fef423beb3250edb3650" 9 + hash = "335f093bbe17a5a8202ff1884b6d5836cd2ac805a4325126dfa839635271a692" 10 10 11 11 [versions] 12 12 forge = "40.1.74"