config/bcc-common: configure modpack name
This commit is contained in:
parent
24495ee682
commit
985d688019
14
config/bcc-common.toml
Normal file
14
config/bcc-common.toml
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
|
||||||
|
#General settings
|
||||||
|
[general]
|
||||||
|
#The CurseForge project ID for the modpack
|
||||||
|
#Range: > 0
|
||||||
|
modpackProjectID = 0
|
||||||
|
#The name of the modpack
|
||||||
|
modpackName = "Tecatnical"
|
||||||
|
#The version of the modpack
|
||||||
|
modpackVersion = "0.0.1"
|
||||||
|
#Use the metadata.json to determine the modpack version
|
||||||
|
#ONLY ENABLE THIS IF YOU KNOW WHAT YOU ARE DOING
|
||||||
|
useMetadata = false
|
||||||
|
|
@ -1,5 +1,9 @@
|
|||||||
hash-format = "sha256"
|
hash-format = "sha256"
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "config/bcc-common.toml"
|
||||||
|
hash = "9ac8fa60374372082de84c90df2f65baa71a04e1d4427f84e130f4a7751c925d"
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/3dskinlayers.pw.toml"
|
file = "mods/3dskinlayers.pw.toml"
|
||||||
hash = "505dbb620ba28bc0d2d42518976cf0dd1dd574904a96db7dc769d05285ddfef8"
|
hash = "505dbb620ba28bc0d2d42518976cf0dd1dd574904a96db7dc769d05285ddfef8"
|
||||||
|
@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0"
|
|||||||
[index]
|
[index]
|
||||||
file = "index.toml"
|
file = "index.toml"
|
||||||
hash-format = "sha256"
|
hash-format = "sha256"
|
||||||
hash = "bb43740b9bcc35d1c19f8be1dbea95fffa7a85fe89e4c744dd93fbe190267bd3"
|
hash = "aea16983bf0b58e993330fe93060c9b097ae771bfb91b2d3cb0c342f79ab97c8"
|
||||||
|
|
||||||
[versions]
|
[versions]
|
||||||
forge = "47.4.0"
|
forge = "47.4.0"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user