diff --git a/config/bcc-common.toml b/config/bcc-common.toml new file mode 100644 index 0000000..92a06af --- /dev/null +++ b/config/bcc-common.toml @@ -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 + diff --git a/index.toml b/index.toml index c52b172..d1b2444 100644 --- a/index.toml +++ b/index.toml @@ -24,6 +24,10 @@ hash = "da8cdc3b43e0cdf585a22ffb1f6e0ccab34bbb3552008b07857433349852d332" file = "config/backupbeds-common.toml" hash = "16b359fbd94031d59091f2c2ce4f301725d389417703406e622b6899ee6da090" +[[files]] +file = "config/bcc-common.toml" +hash = "700cce5459791902ac52fe9ca317a71fdca8660ceffdaf5454ab451d339c6165" + [[files]] file = "config/biomesize.json" hash = "448e2e6499e49e06f203bcb6ca75d51d2db9eb14116012017b2b54bfaa69fd1f" @@ -486,6 +490,11 @@ file = "mods/better-combat.pw.toml" hash = "f2772ac30db5760b191049f87d2315f1652d9b04357e644df9d8a2bafdc269e5" metafile = true +[[files]] +file = "mods/better-compatibility-checker.pw.toml" +hash = "f5eabbef8dbed2bc19e632718a720a6d77466eeb66b9b220930f7f66e8a9d032" +metafile = true + [[files]] file = "mods/better-fps-render-distance.pw.toml" hash = "bfce4b91fe7c691dc04afda24f60453a74f49c8d3cf763e80095673d1299375d" diff --git a/mods/better-compatibility-checker.pw.toml b/mods/better-compatibility-checker.pw.toml new file mode 100644 index 0000000..fd5d152 --- /dev/null +++ b/mods/better-compatibility-checker.pw.toml @@ -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" diff --git a/pack.toml b/pack.toml index da77833..cf67b1f 100644 --- a/pack.toml +++ b/pack.toml @@ -1,4 +1,4 @@ -name = "PodKos" +name = "World of Banana" author = "Mateusz \"materus\" Słodkowicz" version = "1.0.0" pack-format = "packwiz:1.1.0" @@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "1764e8c55a6a256503dd68c6ea9abfd26d61dc894738fd006e43cbbb5508a936" +hash = "4bfeea35fad8fc6b2cf7ec452650d01a08a01c2edcf61666d760149eb0dc8c3d" [versions] forge = "47.4.4"