Initial version 1.0.0

This commit is contained in:
Mateusz Słodkowicz 2026-05-01 14:53:52 +02:00
parent 7484dcf91f
commit 421161f075
Signed by: materus
SSH Key Fingerprint: SHA256:rzVduzTiiszuYfLPYD0SDZV+g8lxhpcRgpbOZA1X0Uo
4 changed files with 18 additions and 1 deletions

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

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

BIN
extra_files/Banana.zip Normal file

Binary file not shown.

View File

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

View File

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