this repo has no description

feat: remove dynamic view

Falxie_ 1ad67920 b5a0e2b9

+1 -52
-29
config/dynview-common.toml
··· 1 - 2 - ["Dynamic Chunk View Distance Settings"] 3 - #The minimum chunk view distance allowed to use. Default: 4 4 - #Range: 3 ~ 200 5 - minChunkViewDist = 5 6 - #The maximum chunk view distance allowed to use. Set to the max a player could benefit from. Default: 15 7 - #Range: 1 ~ 200 8 - maxChunkViewDist = 15 9 - #The minimum simulation distance allowed to use. Default: 4 10 - #Range: 1 ~ 200 11 - minSimulationDist = 4 12 - #The maximum simulation distance allowed to use. Default: 10 13 - #Range: 1 ~ 200 14 - maxSimulationDist = 10 15 - #The average tick time to stabilize the chunk view distance around. Setting it higher than 50ms is not advised, as after 50ms the TPS will go below 20. Default: 45ms 16 - #Range: 10 ~ 100 17 - meanAvgTickTime = 45 18 - #The update frequency of average server tick time checks to update view distances. Default: 30sec 19 - #Range: 1 ~ 1000 20 - viewDistanceUpdateRate = 60 21 - #Whether to adjust the simulation distance aswell, default: true. 22 - adjustSimulationDistance = true 23 - #Whether to output log messages for actions done. This can be helpful to balance the other settings nicely. 24 - logMessages = true 25 - 26 - ["Chunk slow unload settings"] 27 - #Enable slow chunk unloading(~1minute) after load, helps with mods hot-loading chunks frequently. Default: true 28 - chunkunload = true 29 -
-9
index.toml
··· 761 761 hash = "4ea3289ec75cea2f67f19855a8226adb8f688d84fe7892081197eab2ee08bae4" 762 762 763 763 [[files]] 764 - file = "config/dynview-common.toml" 765 - hash = "a0372e5ab4826bbdb0c252ea701e5f576105e63eab0d37d1f8e1b806d36167b5" 766 - 767 - [[files]] 768 764 file = "config/ecologics.toml" 769 765 hash = "bfede6a60889d12bffbc6652ee50c06ba8a309a4804e1f3edb6a907601d22f0f" 770 766 ··· 1901 1897 [[files]] 1902 1898 file = "mods/dynamic-asset-generator.pw.toml" 1903 1899 hash = "1c771c4d65538d8e5d667915e88e9a0e7cd8ad385fb04c2af689cfd6acb58e46" 1904 - metafile = true 1905 - 1906 - [[files]] 1907 - file = "mods/dynamic-view.pw.toml" 1908 - hash = "72fb1aee0a9fc8b3f032bc1d769709a8bc5eec3b1776d9430d22b6d1d0d3a546" 1909 1900 metafile = true 1910 1901 1911 1902 [[files]]
-13
mods/dynamic-view.pw.toml
··· 1 - name = "Dynamic View[Forge]" 2 - filename = "dynview-1.18.2-2.8.jar" 3 - side = "server" 4 - 5 - [download] 6 - hash-format = "sha1" 7 - hash = "2199ad1c21d6ad650434c895b4123461c250edde" 8 - mode = "metadata:curseforge" 9 - 10 - [update] 11 - [update.curseforge] 12 - file-id = 3814624 13 - project-id = 366140
+1 -1
pack.toml
··· 6 6 [index] 7 7 file = "index.toml" 8 8 hash-format = "sha256" 9 - hash = "4a1d04b18c6725041b1b7e351fede604322b590b003634dbaaa859349e56bb0b" 9 + hash = "c2f6aaf433419d50d1042aeb4e330e03d9ed93ca581360f6ef0413273fac2d96" 10 10 11 11 [versions] 12 12 forge = "40.1.76"