this repo has no description

fix: bump carry on config version

Falxie_ c1d679a5 5f19e4ad

+1 -1
config/serverconfigupdater-common.toml
··· 2 2 ["Version Configuration"] 3 3 # Define a version here. On world load the mod will look up the serverconfig version and reset all files that specified up to the newest version. 4 4 # Example: ["1=minecraft","2=forge"] will reset minecraft and forge config on first load, but will only reset forge if the world has been loaded before with only version 1 defined 5 - versions = ["1=cofh_core", "1=comforts", "1=corpse", "1=create", "1=curios", "1=doubleslabs", "1=ensorcellation", "1=etched", "1=fastleafdecay", "1=forge", "1=jei", "1=mantle", "1=pickupnotifier", "1=skinnedlanterns", "3=carryon"] 5 + versions = ["1=cofh_core", "1=comforts", "1=corpse", "1=create", "1=curios", "1=doubleslabs", "1=ensorcellation", "1=etched", "1=fastleafdecay", "1=forge", "1=jei", "1=mantle", "1=pickupnotifier", "1=skinnedlanterns", "4=carryon"] 6 6 7 7 ["File Deleter"] 8 8 # This is intended for deleting files for pack updates. This is a last resort! Replace with empty files instead when possible. The file will be deleted every launch if it exists! Specify the path to the file. Comma Separated List. Example: scripts/badscript.zs
+1 -1
index.toml
··· 1362 1362 1363 1363 [[files]] 1364 1364 file = "config/serverconfigupdater-common.toml" 1365 - hash = "daed233347a87c2420f053dfb4c8b856efb223328b27f8b0578ecd735c0960a6" 1365 + hash = "67519b3e4f484d88a6eda9a0af05906dbce60483c0bc1f42c824e3f3ca960f92" 1366 1366 1367 1367 [[files]] 1368 1368 file = "config/skinnedlanterns.toml"
+1 -1
pack.toml
··· 6 6 [index] 7 7 file = "index.toml" 8 8 hash-format = "sha256" 9 - hash = "fe5168f12b0edc53b9b21b60c05e1c395771fc4ca43a1cea9fced32e797c4bee" 9 + hash = "3d27c70c5080ada5f8ce09de58cc3e9ee5fe7d7ffcd8ff1d2370f2efee761d20" 10 10 11 11 [versions] 12 12 forge = "40.1.74"