diff --git a/config/bcc-common.toml b/config/bcc-common.toml new file mode 100644 index 0000000..9ef3439 --- /dev/null +++ b/config/bcc-common.toml @@ -0,0 +1,13 @@ +#General settings +[general] + #modpackProjectID is now deprecated and will be removed soon + # Default: 0 + # Range: > 0 + modpackProjectID = 0 + #The name of the modpack + modpackName = "Banana" + #The version of the modpack + modpackVersion = "1.0.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/extra_files/Banana.zip b/extra_files/Banana.zip new file mode 100644 index 0000000..439d20a Binary files /dev/null and b/extra_files/Banana.zip differ diff --git a/index.toml b/index.toml index fc206fa..2ab8db0 100644 --- a/index.toml +++ b/index.toml @@ -20,6 +20,10 @@ hash = "e209b32acf4d663457ea3786435f600679e616cd6b2dd779e52acf63f756f37e" file = "config/alexsmobs-common.toml" hash = "199780a11fff42f04e8806677fff6255d51e815493b52fa7224be8b6b344306d" +[[files]] +file = "config/bcc-common.toml" +hash = "18d5831e3a3c4cd8da8771b065516c05bcb48c504ff3639ba75a6c2db2756669" + [[files]] file = "config/chalk-common.toml" hash = "53e4b119392d7c5dbe0c41d45ee00cd4607b67781c87226a17a5898b34744fec" diff --git a/pack.toml b/pack.toml index ecce5bf..cdd397c 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 = "128e102645345e071f2951d86dac343a541746e6215891d7b6ac4b6135702d13" +hash = "401f59caaeffb67a80e4d33e297449860090debb733f0eec4c568490a59c784f" [versions] minecraft = "1.21.1"