Files
mechanical-smp-v1/web/pack/config/bcc-common.toml
2025-07-26 15:09:57 +02:00

14 lines
380 B
TOML

#General settings
[general]
#modpackProjectID is now deprecated and will be removed soon
# Default: 0
# Range: > 0
modpackProjectID = 0
#The name of the modpack
modpackName = "CHANGE_ME"
#The version of the modpack
modpackVersion = "CHANGE_ME"
#Use the metadata.json to determine the modpack version
#ONLY ENABLE THIS IF YOU KNOW WHAT YOU ARE DOING
useMetadata = false