diff --git a/config/bcc-common.toml b/config/bcc-common.toml index 327c301..f1d7144 100644 --- a/config/bcc-common.toml +++ b/config/bcc-common.toml @@ -7,7 +7,7 @@ #The name of the modpack modpackName = "Banana" #The version of the modpack - modpackVersion = "1.15" + modpackVersion = "1.16" #Use the metadata.json to determine the modpack version #ONLY ENABLE THIS IF YOU KNOW WHAT YOU ARE DOING useMetadata = false diff --git a/index.toml b/index.toml index fb41184..fee810c 100644 --- a/index.toml +++ b/index.toml @@ -22,7 +22,7 @@ hash = "199780a11fff42f04e8806677fff6255d51e815493b52fa7224be8b6b344306d" [[files]] file = "config/bcc-common.toml" -hash = "d01542ed3920843f713fe74215046371d096adcc0f7878ff67225976fc1359e6" +hash = "dcf576defce1a2ef968dace47fde5f7629c09050d66077c5d937132ac9ba0d16" [[files]] file = "config/blueprint-client.toml" @@ -302,7 +302,7 @@ hash = "4a3db65ffd4e0d119d5b34eb0eef4665c3dc6f94d9652781744a9be76ac8181d" [[files]] file = "kubejs/server_scripts/woods.js" -hash = "75df3ceaf52f5cae288555284366c37af5839f68f5d400b75ce8c7825a0aa210" +hash = "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855" [[files]] file = "mods/3dskinlayers.pw.toml" @@ -664,11 +664,6 @@ file = "mods/continents.pw.toml" hash = "2093cb1975cff3c2e584282bc19340d1d7567dc61c86a0461adce0066d6e3a62" metafile = true -[[files]] -file = "mods/continuity.pw.toml" -hash = "2e082857985c7550efdad38a1997b9805051b07fb61b0cd30921e786a8521130" -metafile = true - [[files]] file = "mods/controlling.pw.toml" hash = "65c8086d2ec3d39acc7bd36c7a0306ccc43b602b38fa07d13291bc478ef7dfff" @@ -1129,6 +1124,11 @@ file = "mods/escalated.pw.toml" hash = "33a5a487efc06e4dc8484e49a5707a52597c5a1dc716f2ec1dfe7bdfb5392187" metafile = true +[[files]] +file = "mods/every-compat.pw.toml" +hash = "e756b52951b3d81c99bfebb6bcf7db8e385bb250cbdf4e8d68cc79d1c727e049" +metafile = true + [[files]] file = "mods/exposure-polaroid.pw.toml" hash = "2ca112cf02d77db5e3bef5f3d18cd0d1393135bd75410989662dda0a9d43ab83" @@ -1268,6 +1268,11 @@ file = "mods/geckolib.pw.toml" hash = "0521ed2becdf2b460511c92e80e2702a4b6e540c85c99fb571844e1c7c505724" metafile = true +[[files]] +file = "mods/gems-realm.pw.toml" +hash = "f8eef1c338297f16e3dbcddd92a63d11130dde0b1823a43be276dcdb02f581b0" +metafile = true + [[files]] file = "mods/glitchcore.pw.toml" hash = "dbd756dd9bb17e6ecebcf2d7052a67a2da1c7dd378bc2089bc154916080fe031" @@ -1378,11 +1383,6 @@ file = "mods/iris.pw.toml" hash = "f67aa60c765593a8c70f78296a460349c6aef5f4a16d173eae02e8803b545ad4" metafile = true -[[files]] -file = "mods/ismah.pw.toml" -hash = "94fd333633e9ce7b25aefb1966f9fc0af8edf76e3c7ca255ff1e30860af8ec4f" -metafile = true - [[files]] file = "mods/it-takes-a-pillage-continuation.pw.toml" hash = "ff691fa51375d8a19ce444fee8f2696c4a89d0449f6a0960c0121aa4502dc663" @@ -2153,6 +2153,11 @@ file = "mods/srdp.pw.toml" hash = "c40cd6e94191418cc6f334ffc37d55f09064ab19623ea119b2e74c9688d82109" metafile = true +[[files]] +file = "mods/stone-zone.pw.toml" +hash = "896b8502bc5b521223d4935c364ee65b5023ac18e2041c0c93b26428c4d87499" +metafile = true + [[files]] file = "mods/structure-essentials-forge-fabric.pw.toml" hash = "dcbf8b45454dc87262ef3660d21e7fb73f035e3a65aa8fb6c1c711c63cec335d" diff --git a/kubejs/server_scripts/woods.js b/kubejs/server_scripts/woods.js index 0738d34..e69de29 100644 --- a/kubejs/server_scripts/woods.js +++ b/kubejs/server_scripts/woods.js @@ -1,13 +0,0 @@ -ServerEvents.recipes((event) => { - event.shaped( - Item.of('minecraft:chest', 1), - [ - 'WWW', - 'W W', - 'WWW' - ], - { - W: '#minecraft:planks' - } - ) -}) \ No newline at end of file diff --git a/mods/continuity.pw.toml b/mods/continuity.pw.toml deleted file mode 100644 index 7119629..0000000 --- a/mods/continuity.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Continuity" -filename = "continuity-3.0.0+1.21.neoforge.jar" -side = "client" - -[download] -url = "https://cdn.modrinth.com/data/1IjD5062/versions/eXGUs5sy/continuity-3.0.0%2B1.21.neoforge.jar" -hash-format = "sha512" -hash = "320b6def6073ce0ffc0ce2bd7cdb66324467ea3e7cec05508f32d78f65c60ff3e155394b94c60f62e059404ec0ca3fc6112987a5764a8f85241d3026a2ee4935" - -[update] -[update.modrinth] -mod-id = "1IjD5062" -version = "eXGUs5sy" diff --git a/mods/every-compat.pw.toml b/mods/every-compat.pw.toml new file mode 100644 index 0000000..fe9e79c --- /dev/null +++ b/mods/every-compat.pw.toml @@ -0,0 +1,13 @@ +name = "Every Compat (Wood Good)" +filename = "everycomp-1.21-2.11.40-neoforge.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/eiktJyw1/versions/YqUPN8JN/everycomp-1.21-2.11.40-neoforge.jar" +hash-format = "sha512" +hash = "0f356bffca3609db6a52d8927fbebc6d4cbdfdc315449e99f49fe78fb38a41aabaee21a71264e0a782fcd26f8547fa5d14d6f4da5a1a126013446eb22122b9ec" + +[update] +[update.modrinth] +mod-id = "eiktJyw1" +version = "YqUPN8JN" diff --git a/mods/gems-realm.pw.toml b/mods/gems-realm.pw.toml new file mode 100644 index 0000000..2ffadf2 --- /dev/null +++ b/mods/gems-realm.pw.toml @@ -0,0 +1,13 @@ +name = "Every Compat (Gems Realm)" +filename = "gemsrealm-1.21-2.11.3-neoforge.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/v259p1An/versions/XIE0asyq/gemsrealm-1.21-2.11.3-neoforge.jar" +hash-format = "sha512" +hash = "8d1416601738c2f60fcb48446527fdcb5db84c8189ddfd92be5b5469bd35389d300a2f85301d2e481fd055374570b261efc4b74eceb83b92d4b89870df834d95" + +[update] +[update.modrinth] +mod-id = "v259p1An" +version = "XIE0asyq" diff --git a/mods/ismah.pw.toml b/mods/ismah.pw.toml deleted file mode 100644 index efe1d9e..0000000 --- a/mods/ismah.pw.toml +++ /dev/null @@ -1,18 +0,0 @@ -name = "I See My Armored Hand" -filename = "ismah-5.6.3-neoforge+1.21.1.jar" -side = "client" - -[download] -url = "https://cdn.modrinth.com/data/o0hnW3gN/versions/urjR23xu/ismah-5.6.3-neoforge%2B1.21.1.jar" -hash-format = "sha512" -hash = "2f7b2f2d83cf54b8ad95298c06b1250575a783daed661a50126c1ba8b289e586a0812f11f28fc39cd35cc93eeb2fc9c6c3fe8dda23e1987f8d5e52e255265e6d" - -[update] -[update.modrinth] -mod-id = "o0hnW3gN" -version = "urjR23xu" - -[option] -optional=true -default=true -description="See armor in first person" diff --git a/mods/stone-zone.pw.toml b/mods/stone-zone.pw.toml new file mode 100644 index 0000000..46dff5f --- /dev/null +++ b/mods/stone-zone.pw.toml @@ -0,0 +1,13 @@ +name = "Every Compat (Stone Zone)" +filename = "stonezone-1.21-2.11.16-neoforge.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/uYwn8IP5/versions/5yz4JuMs/stonezone-1.21-2.11.16-neoforge.jar" +hash-format = "sha512" +hash = "e49f434f56ee0e92bb3ef58bf7200adbc5de19654de03e7c030fe8a63c53ae68fc549aa6ace64f2175dffdacf9fd2c27912f646ac3153a31f1eb9e62cef76560" + +[update] +[update.modrinth] +mod-id = "uYwn8IP5" +version = "5yz4JuMs" diff --git a/pack.toml b/pack.toml index 67d0c5a..8b56c01 100644 --- a/pack.toml +++ b/pack.toml @@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "dcc8dae08809fdf1e20a3a8a14a941c6d671eb17c6b2dc5422b4be02e177da3b" +hash = "c7dd2ebc30c999ccedd8a7882d800d087d54a073c90929b647cb2b5b7bf32c1c" [versions] minecraft = "1.21.1"