diff --git a/config/invmove.json b/config/invmove.json new file mode 100644 index 0000000..9c1d98b --- /dev/null +++ b/config/invmove.json @@ -0,0 +1,19 @@ +{ + "general": { + "enable": true, + "debugDisplay": false + }, + "movement": { + "enable": true, + "jump": true, + "sneak": true, + "dismount": false, + "textFieldDisables": true, + "unrecognizedScreenDefault": true + }, + "background": { + "enable": true, + "hideOnPause": "Show", + "unrecognizedScreenDefault": true + } + } \ No newline at end of file diff --git a/index.toml b/index.toml index 90c9eb1..c00b7b6 100644 --- a/index.toml +++ b/index.toml @@ -1,5 +1,9 @@ hash-format = "sha256" +[[files]] +file = "config/invmove.json" +hash = "ed0434c5b02943a5120aed28e2a61175b6231a2a753f2d0a1725b271ab7c54f5" + [[files]] file = "mods/alloy-forgery.pw.toml" hash = "2adf518c92809d9a8cb8c1bbb8f40f8d631a5702ccbcc4ee617a9365dcf48a4e" diff --git a/pack.toml b/pack.toml index 7e47b2b..1815d84 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 = "e3ad71a3981e1e3c3ac4a92013370421206226ca7a6c2de10dd4575ca16d7eaf" +hash = "e9954a82e31fce8e9aa9c398e800d631c6a0e479187019cf42c8827c562774db" [versions] fabric = "0.16.10"