config/bcc-common: configure modpack name

This commit is contained in:
Yonah 2025-06-19 23:31:14 +09:00
parent 24495ee682
commit 985d688019
Signed by: yonah
SSH Key Fingerprint: SHA256:57+oNEzV2U/aq2eDPdDtPiJjVykuXMYYJMkcAo8QdRw
3 changed files with 19 additions and 1 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 = "Tecatnical"
#The version of the modpack
modpackVersion = "0.0.1"
#Use the metadata.json to determine the modpack version
#ONLY ENABLE THIS IF YOU KNOW WHAT YOU ARE DOING
useMetadata = false

View File

@ -1,5 +1,9 @@
hash-format = "sha256" hash-format = "sha256"
[[files]]
file = "config/bcc-common.toml"
hash = "9ac8fa60374372082de84c90df2f65baa71a04e1d4427f84e130f4a7751c925d"
[[files]] [[files]]
file = "mods/3dskinlayers.pw.toml" file = "mods/3dskinlayers.pw.toml"
hash = "505dbb620ba28bc0d2d42518976cf0dd1dd574904a96db7dc769d05285ddfef8" hash = "505dbb620ba28bc0d2d42518976cf0dd1dd574904a96db7dc769d05285ddfef8"

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 = "bb43740b9bcc35d1c19f8be1dbea95fffa7a85fe89e4c744dd93fbe190267bd3" hash = "aea16983bf0b58e993330fe93060c9b097ae771bfb91b2d3cb0c342f79ab97c8"
[versions] [versions]
forge = "47.4.0" forge = "47.4.0"