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