Inventory Profiles Next: Do not drop item if it's held on cursor and the inventory gui is exited.
This commit is contained in:
parent
031494d8b0
commit
d61626055c
3 changed files with 7 additions and 2 deletions
|
@ -44,5 +44,10 @@
|
||||||
"keys": "BUTTON_3"
|
"keys": "BUTTON_3"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"Tweaks": {
|
||||||
|
"prevent_close_gui_drop_item": {
|
||||||
|
"value": true
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
2
index.toml
generated
2
index.toml
generated
|
@ -38,7 +38,7 @@ hash = "3c94c0003a7616bea1a38887fafbe1c8a3e35f0ef0d0f4d5aad974ac73801b1a"
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "config/inventoryprofilesnext/inventoryprofiles.json"
|
file = "config/inventoryprofilesnext/inventoryprofiles.json"
|
||||||
hash = "738ce3f5ad9505949f1e95c8e63c299293a74f34a36b57686c31d298df8f849c"
|
hash = "38e71a8b0a52b4fef2b1fa418d3bf2336b67992ed01f93a2ad469d68e1097cd2"
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "config/malilib.json"
|
file = "config/malilib.json"
|
||||||
|
|
|
@ -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 = "67ff6f86bc25c58534db90198351f1d84f41429e0f3b41f75a1752a34de7d413"
|
hash = "72220259b30a57f3eb9ca13963e86a1fe16ecd0189cfd5e60751eeb517df8136"
|
||||||
|
|
||||||
[versions]
|
[versions]
|
||||||
minecraft = "1.19.2"
|
minecraft = "1.19.2"
|
||||||
|
|
Loading…
Reference in a new issue