From 7a59c5a04a8f1883c45a3e283e076150920a6f52 Mon Sep 17 00:00:00 2001 From: Mogwump <136357423+Mogwump@users.noreply.github.com> Date: Mon, 22 Jun 2026 22:02:39 +0100 Subject: [PATCH] disallow drills to be used as paddles --- common/src/main/resources/data/sable/tags/item/paddles.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/common/src/main/resources/data/sable/tags/item/paddles.json b/common/src/main/resources/data/sable/tags/item/paddles.json index 6fa1ee77..c7995250 100644 --- a/common/src/main/resources/data/sable/tags/item/paddles.json +++ b/common/src/main/resources/data/sable/tags/item/paddles.json @@ -2,5 +2,8 @@ "replace": false, "values": [ "#minecraft:shovels" + ], + "remove": [ + "#c:tools/drill" ] } \ No newline at end of file