From 9abbe1656fe7a1e9bd43a23b7007e05362264406 Mon Sep 17 00:00:00 2001 From: Sergeant Acoustic Date: Mon, 1 Sep 2025 04:21:54 +0100 Subject: [PATCH] Remove spyglass from curios belt * Also add the recovery compass as a charm because I forgot to do that --- data/curios/tags/items/belt.json | 7 ------- data/curios/tags/items/charm.json | 4 ++-- 2 files changed, 2 insertions(+), 9 deletions(-) delete mode 100644 data/curios/tags/items/belt.json diff --git a/data/curios/tags/items/belt.json b/data/curios/tags/items/belt.json deleted file mode 100644 index b362179..0000000 --- a/data/curios/tags/items/belt.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "replace": false, - "values": [], - "remove": [ - "minecraft:spyglass" - ] -} diff --git a/data/curios/tags/items/charm.json b/data/curios/tags/items/charm.json index 05dca81..776f210 100644 --- a/data/curios/tags/items/charm.json +++ b/data/curios/tags/items/charm.json @@ -2,7 +2,7 @@ "replace": false, "values": [ "minecraft:compass", - "minecraft:clock", - "minecraft:spyglass" + "minecraft:recovery_compass", + "minecraft:clock" ] }