From ef61c25c106fffb91881f5ceddbbb2de09b4ff12 Mon Sep 17 00:00:00 2001 From: Sergeant Acoustic Date: Sat, 14 Mar 2026 00:22:22 +0000 Subject: [PATCH] Make looting only work on a hoe --- .../data/minecraft/enchantment/looting.json.patch | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 overrides/global_packs/mc_rebalance_datapack/data/minecraft/enchantment/looting.json.patch diff --git a/overrides/global_packs/mc_rebalance_datapack/data/minecraft/enchantment/looting.json.patch b/overrides/global_packs/mc_rebalance_datapack/data/minecraft/enchantment/looting.json.patch new file mode 100644 index 0000000..90dfaa5 --- /dev/null +++ b/overrides/global_packs/mc_rebalance_datapack/data/minecraft/enchantment/looting.json.patch @@ -0,0 +1,5 @@ +{ + "op": "add", + "path": "/supported_items", + "value": "#mc_rebalance:enchantable/hoe" +}