add Open Loader, change how slot lock looks
Now we can include own resources!
This commit is contained in:
parent
1425255070
commit
ff4203d0e4
6 changed files with 49 additions and 1 deletions
12
config/openloader/advanced_options.json
Normal file
12
config/openloader/advanced_options.json
Normal file
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"resourcePacks": {
|
||||
"enabled": true,
|
||||
"additionalFolders": [
|
||||
"resources"
|
||||
]
|
||||
},
|
||||
"dataPacks": {
|
||||
"enabled": false,
|
||||
"additionalFolders": []
|
||||
}
|
||||
}
|
17
index.toml
17
index.toml
|
@ -32,6 +32,10 @@ hash = "7817c58d7d83c19b764bcc7b261340ee18a1aaf36883c7f4b514c4b3a4eba13e"
|
|||
file = "config/mousewheelie.hjson"
|
||||
hash = "e0d25973400d429e5bae4abaf5474e8d5e8fab5a2e9f362d683bd46a3698e725"
|
||||
|
||||
[[files]]
|
||||
file = "config/openloader/advanced_options.json"
|
||||
hash = "87cf97e95d3565087c517d7153bb25f8b08dbd59468ae1493fcbee4ebe25c3a5"
|
||||
|
||||
[[files]]
|
||||
file = "config/perspectivemod/main.json5"
|
||||
hash = "6a5944f13d0a3f8434f4143514d27dc8709a5624267505a56bfa63b0c7f46764"
|
||||
|
@ -169,6 +173,11 @@ file = "mods/nmuk.pw.toml"
|
|||
hash = "505eb4c112dc747ce878e9de79c911a5ef7f5a632d91c5ebe818b299fd0102c4"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/open-loader.pw.toml"
|
||||
hash = "1298a4d54e27a347e1f4ed200a536ff1be45574f623a08ccf9e36bbc90b25fcb"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/perspektive.pw.toml"
|
||||
hash = "a54b1960b697ef680d690fe2c0369f53cf131509a6ce5ba7def207d8699a770d"
|
||||
|
@ -243,3 +252,11 @@ metafile = true
|
|||
file = "mods/zoomify.pw.toml"
|
||||
hash = "eda1cc1a41819d633cc5161ea985aa3f4cbf8f7901496bbde160c885ea808628"
|
||||
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
13
mods/open-loader.pw.toml
Normal 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
|
|
@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0"
|
|||
[index]
|
||||
file = "index.toml"
|
||||
hash-format = "sha256"
|
||||
hash = "c30bc5dbf79144532f05c3384334c53c5e66c1a2cc4aa93307fb74d2bfcb2238"
|
||||
hash = "323b565ac45b4e91b788312fd67638b8ac54ef4b3b02fcfb51d8e801c6024706"
|
||||
|
||||
[versions]
|
||||
minecraft = "1.19"
|
||||
|
|
Binary file not shown.
After Width: | Height: | Size: 1.9 KiB |
6
resources/Resources/pack.mcmeta
Normal file
6
resources/Resources/pack.mcmeta
Normal file
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"pack": {
|
||||
"pack_format": 9,
|
||||
"description": "VMU resources"
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue