From 460806d2b5379ca68f22df60d1ae6680725ff604 Mon Sep 17 00:00:00 2001 From: WenXin2 Date: Sun, 26 Jan 2025 22:03:36 -0600 Subject: [PATCH] Fix tags --- .../marioverse/loot_modifiers/coin_from_burning_mobs.json | 2 +- .../data/marioverse/tags/block/wrench_effiecient.json | 4 +++- .../marioverse/tags/entity_type/drops_coin_blacklist.json | 5 ----- .../data/marioverse/tags/item/wrench_efficient.json | 6 ------ 4 files changed, 4 insertions(+), 13 deletions(-) delete mode 100644 src/main/resources/data/marioverse/tags/entity_type/drops_coin_blacklist.json delete mode 100644 src/main/resources/data/marioverse/tags/item/wrench_efficient.json diff --git a/src/main/resources/data/marioverse/loot_modifiers/coin_from_burning_mobs.json b/src/main/resources/data/marioverse/loot_modifiers/coin_from_burning_mobs.json index 1ded990b..1a82a6a4 100644 --- a/src/main/resources/data/marioverse/loot_modifiers/coin_from_burning_mobs.json +++ b/src/main/resources/data/marioverse/loot_modifiers/coin_from_burning_mobs.json @@ -35,7 +35,7 @@ "condition": "minecraft:entity_properties", "entity": "this", "predicate": { - "type": "#marioverse:drops_coin_blacklist" + "type": "#marioverse:cannot_drop_coins" } } }, diff --git a/src/main/resources/data/marioverse/tags/block/wrench_effiecient.json b/src/main/resources/data/marioverse/tags/block/wrench_effiecient.json index 74a2f635..b8e2c326 100644 --- a/src/main/resources/data/marioverse/tags/block/wrench_effiecient.json +++ b/src/main/resources/data/marioverse/tags/block/wrench_effiecient.json @@ -1,5 +1,7 @@ { "_comment": "Blocks that will break faster with the wrench", "replace": false, - "values": [] + "values": [ + { "id": "#marioverse:warp_pipes", "required": false } + ] } \ No newline at end of file diff --git a/src/main/resources/data/marioverse/tags/entity_type/drops_coin_blacklist.json b/src/main/resources/data/marioverse/tags/entity_type/drops_coin_blacklist.json deleted file mode 100644 index 713b806a..00000000 --- a/src/main/resources/data/marioverse/tags/entity_type/drops_coin_blacklist.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "_comment": "Prevents burning entities from dropping coins", - "replace": false, - "values": [] -} \ No newline at end of file diff --git a/src/main/resources/data/marioverse/tags/item/wrench_efficient.json b/src/main/resources/data/marioverse/tags/item/wrench_efficient.json deleted file mode 100644 index b8e52e93..00000000 --- a/src/main/resources/data/marioverse/tags/item/wrench_efficient.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - { "id": "#marioverse:warp_pipes", "required": false } - ] -} \ No newline at end of file