15 lines
378 B
TOML
15 lines
378 B
TOML
|
|
#General settings
|
|
[general]
|
|
#The CurseForge project ID for the modpack
|
|
#Range: > 0
|
|
modpackProjectID = 363581
|
|
#The name of the modpack
|
|
modpackName = "Monumental Experience"
|
|
#The version of the modpack
|
|
modpackVersion = "3.0.561"
|
|
#Use the metadata.json to determine the modpack version
|
|
#ONLY ENABLE THIS IF YOU KNOW WHAT YOU ARE DOING
|
|
useMetadata = false
|
|
|