This commit is contained in:
Mateusz Słodkowicz 2025-07-21 14:07:07 +02:00
parent 2d0950a11c
commit 8a44da82af
Signed by: materus
SSH Key Fingerprint: SHA256:rzVduzTiiszuYfLPYD0SDZV+g8lxhpcRgpbOZA1X0Uo
4 changed files with 38 additions and 2 deletions

14
config/bcc-common.toml Normal file
View File

@ -0,0 +1,14 @@
#General settings
[general]
#The CurseForge project ID for the modpack
#Range: > 0
modpackProjectID = 0
#The name of the modpack
modpackName = "WORLD_OF_BANANA"
#The version of the modpack
modpackVersion = "1.0"
#Use the metadata.json to determine the modpack version
#ONLY ENABLE THIS IF YOU KNOW WHAT YOU ARE DOING
useMetadata = false

View File

@ -24,6 +24,10 @@ hash = "da8cdc3b43e0cdf585a22ffb1f6e0ccab34bbb3552008b07857433349852d332"
file = "config/backupbeds-common.toml" file = "config/backupbeds-common.toml"
hash = "16b359fbd94031d59091f2c2ce4f301725d389417703406e622b6899ee6da090" hash = "16b359fbd94031d59091f2c2ce4f301725d389417703406e622b6899ee6da090"
[[files]]
file = "config/bcc-common.toml"
hash = "700cce5459791902ac52fe9ca317a71fdca8660ceffdaf5454ab451d339c6165"
[[files]] [[files]]
file = "config/biomesize.json" file = "config/biomesize.json"
hash = "448e2e6499e49e06f203bcb6ca75d51d2db9eb14116012017b2b54bfaa69fd1f" hash = "448e2e6499e49e06f203bcb6ca75d51d2db9eb14116012017b2b54bfaa69fd1f"
@ -486,6 +490,11 @@ file = "mods/better-combat.pw.toml"
hash = "f2772ac30db5760b191049f87d2315f1652d9b04357e644df9d8a2bafdc269e5" hash = "f2772ac30db5760b191049f87d2315f1652d9b04357e644df9d8a2bafdc269e5"
metafile = true metafile = true
[[files]]
file = "mods/better-compatibility-checker.pw.toml"
hash = "f5eabbef8dbed2bc19e632718a720a6d77466eeb66b9b220930f7f66e8a9d032"
metafile = true
[[files]] [[files]]
file = "mods/better-fps-render-distance.pw.toml" file = "mods/better-fps-render-distance.pw.toml"
hash = "bfce4b91fe7c691dc04afda24f60453a74f49c8d3cf763e80095673d1299375d" hash = "bfce4b91fe7c691dc04afda24f60453a74f49c8d3cf763e80095673d1299375d"

View File

@ -0,0 +1,13 @@
name = "Better Compatibility Checker"
filename = "BetterCompatibilityChecker-3.0.1-build.58+mc1.20.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/KJhXPbHQ/versions/auZ4x8at/BetterCompatibilityChecker-3.0.1-build.58%2Bmc1.20.jar"
hash-format = "sha512"
hash = "4b7e47858fdc91540dcde025bf9d771a45fb9071d2a5c9d40becf045532ea19d6a517b2d8008b2d00dc4d6705a929e56ab1116cb314abb1d3b4d46710af08f3b"
[update]
[update.modrinth]
mod-id = "KJhXPbHQ"
version = "auZ4x8at"

View File

@ -1,4 +1,4 @@
name = "PodKos" name = "World of Banana"
author = "Mateusz \"materus\" Słodkowicz" author = "Mateusz \"materus\" Słodkowicz"
version = "1.0.0" version = "1.0.0"
pack-format = "packwiz:1.1.0" pack-format = "packwiz:1.1.0"
@ -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 = "1764e8c55a6a256503dd68c6ea9abfd26d61dc894738fd006e43cbbb5508a936" hash = "4bfeea35fad8fc6b2cf7ec452650d01a08a01c2edcf61666d760149eb0dc8c3d"
[versions] [versions]
forge = "47.4.4" forge = "47.4.4"