banana-mc/config/bcc-common.toml

14 lines
373 B
TOML
Raw Normal View History

2026-05-01 14:53:52 +02:00
#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