config/bcc-common: configure modpack name

This commit is contained in:
2025-06-19 23:31:14 +09:00
parent 24495ee682
commit 985d688019
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