Compare commits

...

2 Commits

Author SHA1 Message Date
09e96c6450
Remove continuity and ismah for minecolonies compat 2026-05-18 06:59:01 +02:00
5d565791d9
Revert "Update to 1.16, remove continutiy and ismah for minecolonies compat. Add wood,stone,gem compats"
This reverts commit f124e1279d98542521069fd7b6a21f4c2ec5787f.
2026-05-18 06:58:14 +02:00
7 changed files with 17 additions and 58 deletions

View File

@ -7,7 +7,7 @@
#The name of the modpack #The name of the modpack
modpackName = "Banana" modpackName = "Banana"
#The version of the modpack #The version of the modpack
modpackVersion = "1.16" modpackVersion = "1.15"
#Use the metadata.json to determine the modpack version #Use the metadata.json to determine the modpack version
#ONLY ENABLE THIS IF YOU KNOW WHAT YOU ARE DOING #ONLY ENABLE THIS IF YOU KNOW WHAT YOU ARE DOING
useMetadata = false useMetadata = false

View File

@ -22,7 +22,7 @@ hash = "199780a11fff42f04e8806677fff6255d51e815493b52fa7224be8b6b344306d"
[[files]] [[files]]
file = "config/bcc-common.toml" file = "config/bcc-common.toml"
hash = "dcf576defce1a2ef968dace47fde5f7629c09050d66077c5d937132ac9ba0d16" hash = "dcf320b998ceb4fc0392bcca76ba9f6be04c402783641cb924387ebb2a250920"
[[files]] [[files]]
file = "config/blueprint-client.toml" file = "config/blueprint-client.toml"
@ -302,7 +302,7 @@ hash = "4a3db65ffd4e0d119d5b34eb0eef4665c3dc6f94d9652781744a9be76ac8181d"
[[files]] [[files]]
file = "kubejs/server_scripts/woods.js" file = "kubejs/server_scripts/woods.js"
hash = "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855" hash = "75df3ceaf52f5cae288555284366c37af5839f68f5d400b75ce8c7825a0aa210"
[[files]] [[files]]
file = "mods/3dskinlayers.pw.toml" file = "mods/3dskinlayers.pw.toml"
@ -1124,11 +1124,6 @@ file = "mods/escalated.pw.toml"
hash = "33a5a487efc06e4dc8484e49a5707a52597c5a1dc716f2ec1dfe7bdfb5392187" hash = "33a5a487efc06e4dc8484e49a5707a52597c5a1dc716f2ec1dfe7bdfb5392187"
metafile = true metafile = true
[[files]]
file = "mods/every-compat.pw.toml"
hash = "e756b52951b3d81c99bfebb6bcf7db8e385bb250cbdf4e8d68cc79d1c727e049"
metafile = true
[[files]] [[files]]
file = "mods/exposure-polaroid.pw.toml" file = "mods/exposure-polaroid.pw.toml"
hash = "2ca112cf02d77db5e3bef5f3d18cd0d1393135bd75410989662dda0a9d43ab83" hash = "2ca112cf02d77db5e3bef5f3d18cd0d1393135bd75410989662dda0a9d43ab83"
@ -1268,11 +1263,6 @@ file = "mods/geckolib.pw.toml"
hash = "0521ed2becdf2b460511c92e80e2702a4b6e540c85c99fb571844e1c7c505724" hash = "0521ed2becdf2b460511c92e80e2702a4b6e540c85c99fb571844e1c7c505724"
metafile = true metafile = true
[[files]]
file = "mods/gems-realm.pw.toml"
hash = "f8eef1c338297f16e3dbcddd92a63d11130dde0b1823a43be276dcdb02f581b0"
metafile = true
[[files]] [[files]]
file = "mods/glitchcore.pw.toml" file = "mods/glitchcore.pw.toml"
hash = "dbd756dd9bb17e6ecebcf2d7052a67a2da1c7dd378bc2089bc154916080fe031" hash = "dbd756dd9bb17e6ecebcf2d7052a67a2da1c7dd378bc2089bc154916080fe031"
@ -2153,11 +2143,6 @@ file = "mods/srdp.pw.toml"
hash = "c40cd6e94191418cc6f334ffc37d55f09064ab19623ea119b2e74c9688d82109" hash = "c40cd6e94191418cc6f334ffc37d55f09064ab19623ea119b2e74c9688d82109"
metafile = true metafile = true
[[files]]
file = "mods/stone-zone.pw.toml"
hash = "896b8502bc5b521223d4935c364ee65b5023ac18e2041c0c93b26428c4d87499"
metafile = true
[[files]] [[files]]
file = "mods/structure-essentials-forge-fabric.pw.toml" file = "mods/structure-essentials-forge-fabric.pw.toml"
hash = "dcbf8b45454dc87262ef3660d21e7fb73f035e3a65aa8fb6c1c711c63cec335d" hash = "dcbf8b45454dc87262ef3660d21e7fb73f035e3a65aa8fb6c1c711c63cec335d"

View File

@ -0,0 +1,13 @@
ServerEvents.recipes((event) => {
event.shaped(
Item.of('minecraft:chest', 1),
[
'WWW',
'W W',
'WWW'
],
{
W: '#minecraft:planks'
}
)
})

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0"
[index] [index]
file = "index.toml" file = "index.toml"
hash-format = "sha256" hash-format = "sha256"
hash = "33e8f37d1e6dec41af3cc9c39ac9fe86ab2a7cc2c3ba53287559dbb771dcc44c" hash = "d3e6c79893d3659b54ddb6efef813a9530349107e6315776cc444d58e475dba2"
[versions] [versions]
minecraft = "1.21.1" minecraft = "1.21.1"