this repo has no description

feat: add smooth boot (reloaded)

Falxie_ b6b9ffa2 4cfb4abb

+36 -1
+13
config/smoothboot.json
··· 1 + { 2 + "threadCount": { 3 + "bootstrap": 1, 4 + "main": 31 5 + }, 6 + "threadPriority": { 7 + "game": 5, 8 + "bootstrap": 1, 9 + "main": 1, 10 + "io": 1, 11 + "integratedServer": 5 12 + } 13 + }
+9
index.toml
··· 1373 1373 hash = "bfc728d2a529c76cd53b37a7a00d9628f3692aef67d04cb84e4d5e0dcf2587a5" 1374 1374 1375 1375 [[files]] 1376 + file = "config/smoothboot.json" 1377 + hash = "af3ec0963c7d5a04427f6fd3ea9c8e239d2cb61be6f6a1a9aaa394e312333b2f" 1378 + 1379 + [[files]] 1376 1380 file = "config/smoothchunk-common.toml" 1377 1381 hash = "0b5e7f9386e0f8d1933d9ac9b67154b7574afb3bcc459624484d001204a0d623" 1378 1382 ··· 2275 2279 [[files]] 2276 2280 file = "mods/skinned-lanterns.pw.toml" 2277 2281 hash = "cd74b7a9228e69bc1e515f72013268f8630411bddb43fdb4a5cb0f2806136d7a" 2282 + metafile = true 2283 + 2284 + [[files]] 2285 + file = "mods/smooth-boot-reloaded.pw.toml" 2286 + hash = "a324d3d1904f018fd24bb1d03c3b00fa7adb0c920c2f798ab7fa49cb0a6cbaad" 2278 2287 metafile = true 2279 2288 2280 2289 [[files]]
+13
mods/smooth-boot-reloaded.pw.toml
··· 1 + name = "Smooth Boot (Reloaded)" 2 + filename = "smoothboot-mc1.18.2-1.0.1.jar" 3 + side = "both" 4 + 5 + [download] 6 + hash-format = "sha1" 7 + hash = "31ad696edbd9eb90e46241cacd6c81230b013d79" 8 + mode = "metadata:curseforge" 9 + 10 + [update] 11 + [update.curseforge] 12 + file-id = 3894617 13 + project-id = 633412
+1 -1
pack.toml
··· 6 6 [index] 7 7 file = "index.toml" 8 8 hash-format = "sha256" 9 - hash = "d8d2f00ba5a6e6640c3f573e425699a06a37c63cba45c9eb09b72287391df51f" 9 + hash = "e72a5a63f06f34556d2da2c436924ff479992ada1aed4ad4eef946cbd7e2cfa8" 10 10 11 11 [versions] 12 12 forge = "40.1.80"