add Open Loader, change how slot lock looks

Now we can include own resources!
This commit is contained in:
Wroclaw 2022-06-19 18:14:20 +02:00
parent 1425255070
commit ff4203d0e4
6 changed files with 49 additions and 1 deletions

View file

@ -0,0 +1,12 @@
{
"resourcePacks": {
"enabled": true,
"additionalFolders": [
"resources"
]
},
"dataPacks": {
"enabled": false,
"additionalFolders": []
}
}

View file

@ -32,6 +32,10 @@ hash = "7817c58d7d83c19b764bcc7b261340ee18a1aaf36883c7f4b514c4b3a4eba13e"
file = "config/mousewheelie.hjson" file = "config/mousewheelie.hjson"
hash = "e0d25973400d429e5bae4abaf5474e8d5e8fab5a2e9f362d683bd46a3698e725" hash = "e0d25973400d429e5bae4abaf5474e8d5e8fab5a2e9f362d683bd46a3698e725"
[[files]]
file = "config/openloader/advanced_options.json"
hash = "87cf97e95d3565087c517d7153bb25f8b08dbd59468ae1493fcbee4ebe25c3a5"
[[files]] [[files]]
file = "config/perspectivemod/main.json5" file = "config/perspectivemod/main.json5"
hash = "6a5944f13d0a3f8434f4143514d27dc8709a5624267505a56bfa63b0c7f46764" hash = "6a5944f13d0a3f8434f4143514d27dc8709a5624267505a56bfa63b0c7f46764"
@ -169,6 +173,11 @@ file = "mods/nmuk.pw.toml"
hash = "505eb4c112dc747ce878e9de79c911a5ef7f5a632d91c5ebe818b299fd0102c4" hash = "505eb4c112dc747ce878e9de79c911a5ef7f5a632d91c5ebe818b299fd0102c4"
metafile = true metafile = true
[[files]]
file = "mods/open-loader.pw.toml"
hash = "1298a4d54e27a347e1f4ed200a536ff1be45574f623a08ccf9e36bbc90b25fcb"
metafile = true
[[files]] [[files]]
file = "mods/perspektive.pw.toml" file = "mods/perspektive.pw.toml"
hash = "a54b1960b697ef680d690fe2c0369f53cf131509a6ce5ba7def207d8699a770d" hash = "a54b1960b697ef680d690fe2c0369f53cf131509a6ce5ba7def207d8699a770d"
@ -243,3 +252,11 @@ metafile = true
file = "mods/zoomify.pw.toml" file = "mods/zoomify.pw.toml"
hash = "eda1cc1a41819d633cc5161ea985aa3f4cbf8f7901496bbde160c885ea808628" hash = "eda1cc1a41819d633cc5161ea985aa3f4cbf8f7901496bbde160c885ea808628"
metafile = true metafile = true
[[files]]
file = "resources/Resources/assets/inventoryprofilesnext/textures/gui/overlay_new.png"
hash = "ff44c6c4b8c88cd72640df141880c3027d0eb2e849897e27f28d00e947ec1db0"
[[files]]
file = "resources/Resources/pack.mcmeta"
hash = "0e7e59f50aa193c82d8f672abc7f433e59f04a0d83d490e2f24df6290bf7f2bb"

13
mods/open-loader.pw.toml Normal file
View file

@ -0,0 +1,13 @@
name = "Open Loader"
filename = "OpenLoader-Fabric-1.19-13.0.1.jar"
side = "both"
[download]
hash-format = "sha1"
hash = "51e7fa24ab7a0a222efcca21b9a89545dd7a8e8d"
mode = "metadata:curseforge"
[update]
[update.curseforge]
file-id = 3824179
project-id = 354339

View file

@ -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 = "c30bc5dbf79144532f05c3384334c53c5e66c1a2cc4aa93307fb74d2bfcb2238" hash = "323b565ac45b4e91b788312fd67638b8ac54ef4b3b02fcfb51d8e801c6024706"
[versions] [versions]
minecraft = "1.19" minecraft = "1.19"

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

View file

@ -0,0 +1,6 @@
{
"pack": {
"pack_format": 9,
"description": "VMU resources"
}
}