Added create steam & rails, pushed mod versions and added config
new file: config/puzzle.json modified: index.toml new file: mods/create-steam-n-rails.pw.toml modified: mods/iris.pw.toml modified: pack.toml
This commit is contained in:
parent
8a22785ec4
commit
ff24b7c5f1
5 changed files with 39 additions and 6 deletions
15
config/puzzle.json
Normal file
15
config/puzzle.json
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
{
|
||||||
|
"disabledIntegrations": [],
|
||||||
|
"enablePuzzleButton": true,
|
||||||
|
"debugMessages": false,
|
||||||
|
"checkUpdates": false,
|
||||||
|
"showPuzzleInfo": false,
|
||||||
|
"resourcepackSplashScreen": true,
|
||||||
|
"unlimitedRotations": true,
|
||||||
|
"biggerModels": true,
|
||||||
|
"backgroundColor": 15675965,
|
||||||
|
"progressBarColor": 16777215,
|
||||||
|
"progressBarBackgroundColor": 15675965,
|
||||||
|
"progressFrameColor": 16777215,
|
||||||
|
"disableBlend": false
|
||||||
|
}
|
|
@ -316,6 +316,11 @@ file = "mods/create-fabric.pw.toml"
|
||||||
hash = "19783c9eb3f9c3a9522f47f11fa9b87dd62b64a42e52cadbdf9ce9d5c8d73d46"
|
hash = "19783c9eb3f9c3a9522f47f11fa9b87dd62b64a42e52cadbdf9ce9d5c8d73d46"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "mods/create-steam-n-rails.pw.toml"
|
||||||
|
hash = "8d03cff468c91772a76e3d52e4b81f8c0a29d0038f408a4be88d857568a2914a"
|
||||||
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/createaddition.pw.toml"
|
file = "mods/createaddition.pw.toml"
|
||||||
hash = "8260c756c1da49c5c97ef81d1442018979d6979aac0e37a79c864a680e15cf5d"
|
hash = "8260c756c1da49c5c97ef81d1442018979d6979aac0e37a79c864a680e15cf5d"
|
||||||
|
@ -468,7 +473,7 @@ metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/iris.pw.toml"
|
file = "mods/iris.pw.toml"
|
||||||
hash = "2456ea1de758826e0ff9043ae1241d53de5ad0d8c9773e1798b505571ea542f0"
|
hash = "7aa463e0319211877de7a16e99b5e5315e78ac78e989a5f93d2d14fc448a0ea4"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
|
|
13
mods/create-steam-n-rails.pw.toml
Normal file
13
mods/create-steam-n-rails.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
name = "Create: Steam 'n' Rails"
|
||||||
|
filename = "Steam_Rails-1.2.6+fabric-mc1.19.2.jar"
|
||||||
|
side = "both"
|
||||||
|
|
||||||
|
[download]
|
||||||
|
hash-format = "sha1"
|
||||||
|
hash = "47191eae23dd82fe72baeba179705f7f0777a9a9"
|
||||||
|
mode = "metadata:curseforge"
|
||||||
|
|
||||||
|
[update]
|
||||||
|
[update.curseforge]
|
||||||
|
file-id = 4512538
|
||||||
|
project-id = 688231
|
|
@ -1,16 +1,16 @@
|
||||||
name = "Iris Shaders"
|
name = "Iris Shaders"
|
||||||
filename = "iris-mc1.19.2-1.6.0.jar"
|
filename = "iris-mc1.19.2-1.6.2.jar"
|
||||||
side = "client"
|
side = "client"
|
||||||
|
|
||||||
[download]
|
[download]
|
||||||
url = "https://cdn.modrinth.com/data/YL57xq9U/versions/di8i8GvL/iris-mc1.19.2-1.6.0.jar"
|
url = "https://cdn.modrinth.com/data/YL57xq9U/versions/7MJ26Y79/iris-mc1.19.2-1.6.2.jar"
|
||||||
hash-format = "sha1"
|
hash-format = "sha1"
|
||||||
hash = "2d4343e2e9cbdac41a526f49af43093374229982"
|
hash = "3695441941e6807f38469106758073d9abe07c4e"
|
||||||
|
|
||||||
[update]
|
[update]
|
||||||
[update.modrinth]
|
[update.modrinth]
|
||||||
mod-id = "YL57xq9U"
|
mod-id = "YL57xq9U"
|
||||||
version = "di8i8GvL"
|
version = "7MJ26Y79"
|
||||||
|
|
||||||
[option]
|
[option]
|
||||||
optional = true
|
optional = true
|
||||||
|
|
|
@ -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 = "52ef730a5905feaaeb5f9bd5b88c3999aa0bc6b43c56d43142388d31ea958c75"
|
hash = "5b8926148e0ae6f750ae1ffe0536ef19bd0aff55a4dc5115b55a59734ea70bb4"
|
||||||
|
|
||||||
[versions]
|
[versions]
|
||||||
minecraft = "1.19.2"
|
minecraft = "1.19.2"
|
||||||
|
|
Loading…
Reference in a new issue