Files
Redcraft.Dragon.V3.Push/overrides/config/bcc-common.toml

14 lines
378 B
TOML
Raw Normal View History

2026-03-09 23:30:55 +08: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 = "RD project!"
#The version of the modpack
2026-03-27 20:26:17 +08:00
modpackVersion = "3.2.1"
2026-03-09 23:30:55 +08:00
#Use the metadata.json to determine the modpack version
#ONLY ENABLE THIS IF YOU KNOW WHAT YOU ARE DOING
useMetadata = false