From 70d88b8fa6ae7e680d1b937067832e50248f6af9 Mon Sep 17 00:00:00 2001 From: NullBite Date: Thu, 19 Oct 2023 17:22:45 -0400 Subject: [PATCH] Disable hoe requirement for Right Click Harvest --- config/yosbr/config/rightclickharvest.json | 4 ++++ index.toml | 4 ++++ pack.toml | 2 +- 3 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 config/yosbr/config/rightclickharvest.json diff --git a/config/yosbr/config/rightclickharvest.json b/config/yosbr/config/rightclickharvest.json new file mode 100644 index 0000000..a89dbd9 --- /dev/null +++ b/config/yosbr/config/rightclickharvest.json @@ -0,0 +1,4 @@ +{ + "requireHoe": false, +} + diff --git a/index.toml b/index.toml index 6138dd6..14a33a7 100644 --- a/index.toml +++ b/index.toml @@ -20,6 +20,10 @@ hash = "b6842d4f8da21a23a32b70c584ba495d6311b5c7e2a8a79b5f7d4ee2a048016b" file = "config/yosbr/config/inventoryprofilesnext/inventoryprofiles.json" hash = "000b31b1c42d90dbc3cd9964df47b9093e698ac08c002771c924b340529e6a18" +[[files]] +file = "config/yosbr/config/rightclickharvest.json" +hash = "a6e4dee4f0775202e07cce4d5a6b7b098199d55039f2c6515bbe8e91a87937a4" + [[files]] file = "config/yosbr/config/roughlyenoughitems/config.json5" hash = "c072599a7c36a2e240d61ea78ee02b57dec67ae1cfb6dfe70f8ea58537099d40" diff --git a/pack.toml b/pack.toml index c15bd26..87b5135 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 = "9315de94cdd5326b20f6c72e52e430adc9ee02ff723e88bd7b02fdb5008308a4" +hash = "862fd914cedd5366362ee61f17435c9238a7d828db478eeafaa610a6f1bf3a9c" [versions] minecraft = "1.20.1"