diff --git a/config/bcc-common.toml b/config/bcc-common.toml new file mode 100644 index 0000000..15c3b0a --- /dev/null +++ b/config/bcc-common.toml @@ -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 + diff --git a/index.toml b/index.toml index 6c9dc7d..ee312b5 100644 --- a/index.toml +++ b/index.toml @@ -1,5 +1,9 @@ hash-format = "sha256" +[[files]] +file = "config/bcc-common.toml" +hash = "9ac8fa60374372082de84c90df2f65baa71a04e1d4427f84e130f4a7751c925d" + [[files]] file = "mods/3dskinlayers.pw.toml" hash = "505dbb620ba28bc0d2d42518976cf0dd1dd574904a96db7dc769d05285ddfef8" diff --git a/pack.toml b/pack.toml index 7741f9c..13d7bfb 100644 --- a/pack.toml +++ b/pack.toml @@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "bb43740b9bcc35d1c19f8be1dbea95fffa7a85fe89e4c744dd93fbe190267bd3" +hash = "aea16983bf0b58e993330fe93060c9b097ae771bfb91b2d3cb0c342f79ab97c8" [versions] forge = "47.4.0"