this repo has no description

fix: update serverconfigupdater-common.toml

Falxie_ 89efb420 35a81508

+3 -3
+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,comforts,corpse,create,curios,doubleslabs,ensorcellation,etched,fastleafdecay,forge,jei,mantle,pickupnotifier,skinnedlanterns", "5=solcarrot", "6=carryon,framedblocks"] 5 + versions = ["1=cofh_core,comforts,corpse,curios,doubleslabs,ensorcellation,etched,fastleafdecay,forge,jei,mantle,pickupnotifier,skinnedlanterns", "6=carryon,framedblocks", "7=solcarrot,create"] 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
··· 1370 1370 1371 1371 [[files]] 1372 1372 file = "config/serverconfigupdater-common.toml" 1373 - hash = "21fe200096c881ba8877adf9a6b2529a936d91128407ccf87c29fd31f0a53b89" 1373 + hash = "23aa1240da81b928b2d162cc49b703ae78b9d7997d5f141c1bf400e34bcf25f9" 1374 1374 1375 1375 [[files]] 1376 1376 file = "config/skinnedlanterns.toml"
+1 -1
pack.toml
··· 6 6 [index] 7 7 file = "index.toml" 8 8 hash-format = "sha256" 9 - hash = "6bf69fdffa749bfab1bb0d18950ce87a04a56f7ac1dbd44c19797147ea233bab" 9 + hash = "8f910d3caf3df3204dbf33cae9b1ab0f2062802ab0bc21508c6b95683adba200" 10 10 11 11 [versions] 12 12 forge = "40.1.80"