Revert "Update to 1.16, remove continutiy and ismah for minecolonies compat. Add wood,stone,gem compats"
This reverts commit f124e1279d98542521069fd7b6a21f4c2ec5787f.
This commit is contained in:
parent
be43228b04
commit
5d565791d9
@ -7,7 +7,7 @@
|
||||
#The name of the modpack
|
||||
modpackName = "Banana"
|
||||
#The version of the modpack
|
||||
modpackVersion = "1.16"
|
||||
modpackVersion = "1.15"
|
||||
#Use the metadata.json to determine the modpack version
|
||||
#ONLY ENABLE THIS IF YOU KNOW WHAT YOU ARE DOING
|
||||
useMetadata = false
|
||||
|
||||
29
index.toml
29
index.toml
@ -22,7 +22,7 @@ hash = "199780a11fff42f04e8806677fff6255d51e815493b52fa7224be8b6b344306d"
|
||||
|
||||
[[files]]
|
||||
file = "config/bcc-common.toml"
|
||||
hash = "dcf576defce1a2ef968dace47fde5f7629c09050d66077c5d937132ac9ba0d16"
|
||||
hash = "dcf320b998ceb4fc0392bcca76ba9f6be04c402783641cb924387ebb2a250920"
|
||||
|
||||
[[files]]
|
||||
file = "config/blueprint-client.toml"
|
||||
@ -302,7 +302,7 @@ hash = "4a3db65ffd4e0d119d5b34eb0eef4665c3dc6f94d9652781744a9be76ac8181d"
|
||||
|
||||
[[files]]
|
||||
file = "kubejs/server_scripts/woods.js"
|
||||
hash = "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
|
||||
hash = "75df3ceaf52f5cae288555284366c37af5839f68f5d400b75ce8c7825a0aa210"
|
||||
|
||||
[[files]]
|
||||
file = "mods/3dskinlayers.pw.toml"
|
||||
@ -664,6 +664,11 @@ 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"
|
||||
@ -1124,11 +1129,6 @@ 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,11 +1268,6 @@ 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"
|
||||
@ -1383,6 +1378,11 @@ 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,11 +2153,6 @@ 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"
|
||||
|
||||
@ -0,0 +1,13 @@
|
||||
ServerEvents.recipes((event) => {
|
||||
event.shaped(
|
||||
Item.of('minecraft:chest', 1),
|
||||
[
|
||||
'WWW',
|
||||
'W W',
|
||||
'WWW'
|
||||
],
|
||||
{
|
||||
W: '#minecraft:planks'
|
||||
}
|
||||
)
|
||||
})
|
||||
13
mods/continuity.pw.toml
Normal file
13
mods/continuity.pw.toml
Normal file
@ -0,0 +1,13 @@
|
||||
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"
|
||||
@ -1,13 +0,0 @@
|
||||
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"
|
||||
@ -1,13 +0,0 @@
|
||||
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"
|
||||
18
mods/ismah.pw.toml
Normal file
18
mods/ismah.pw.toml
Normal file
@ -0,0 +1,18 @@
|
||||
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"
|
||||
@ -1,13 +0,0 @@
|
||||
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"
|
||||
Loading…
x
Reference in New Issue
Block a user