diff --git a/src/main/resources/data/minecraft/tags/blocks/enchantment_power_transmitter.json b/src/main/resources/data/minecraft/tags/blocks/enchantment_power_transmitter.json new file mode 100644 index 000000000..25d6c1c32 --- /dev/null +++ b/src/main/resources/data/minecraft/tags/blocks/enchantment_power_transmitter.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "quark:cut_vine" + ] +} \ No newline at end of file diff --git a/src/main/resources/data/minecraft/tags/blocks/fall_damage_resetting.json b/src/main/resources/data/minecraft/tags/blocks/fall_damage_resetting.json new file mode 100644 index 000000000..25d6c1c32 --- /dev/null +++ b/src/main/resources/data/minecraft/tags/blocks/fall_damage_resetting.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "quark:cut_vine" + ] +} \ No newline at end of file diff --git a/src/main/resources/data/minecraft/tags/blocks/mangrove_logs_can_grow_through.json b/src/main/resources/data/minecraft/tags/blocks/mangrove_logs_can_grow_through.json new file mode 100644 index 000000000..25d6c1c32 --- /dev/null +++ b/src/main/resources/data/minecraft/tags/blocks/mangrove_logs_can_grow_through.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "quark:cut_vine" + ] +} \ No newline at end of file diff --git a/src/main/resources/data/minecraft/tags/blocks/mangrove_roots_can_grow_through.json b/src/main/resources/data/minecraft/tags/blocks/mangrove_roots_can_grow_through.json new file mode 100644 index 000000000..25d6c1c32 --- /dev/null +++ b/src/main/resources/data/minecraft/tags/blocks/mangrove_roots_can_grow_through.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "quark:cut_vine" + ] +} \ No newline at end of file diff --git a/src/main/resources/data/minecraft/tags/blocks/mineable/axe.json b/src/main/resources/data/minecraft/tags/blocks/mineable/axe.json index a3c5c391b..7f498923e 100644 --- a/src/main/resources/data/minecraft/tags/blocks/mineable/axe.json +++ b/src/main/resources/data/minecraft/tags/blocks/mineable/axe.json @@ -191,6 +191,7 @@ "quark:ancient_pressure_plate", "quark:ancient_hedge", "quark:feeding_trough", + "quark:cut_vine", { "id": "quark:lootr_oak_chest", "required": false }, { "id": "quark:lootr_spruce_chest", "required": false }, { "id": "quark:lootr_birch_chest", "required": false }, diff --git a/src/main/resources/data/minecraft/tags/blocks/replaceable.json b/src/main/resources/data/minecraft/tags/blocks/replaceable.json new file mode 100644 index 000000000..25d6c1c32 --- /dev/null +++ b/src/main/resources/data/minecraft/tags/blocks/replaceable.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "quark:cut_vine" + ] +} \ No newline at end of file diff --git a/src/main/resources/data/minecraft/tags/blocks/replaceable_by_trees.json b/src/main/resources/data/minecraft/tags/blocks/replaceable_by_trees.json new file mode 100644 index 000000000..25d6c1c32 --- /dev/null +++ b/src/main/resources/data/minecraft/tags/blocks/replaceable_by_trees.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "quark:cut_vine" + ] +} \ No newline at end of file diff --git a/src/main/resources/data/minecraft/tags/blocks/sword_efficient.json b/src/main/resources/data/minecraft/tags/blocks/sword_efficient.json index e7129fd7e..20b7d61c7 100644 --- a/src/main/resources/data/minecraft/tags/blocks/sword_efficient.json +++ b/src/main/resources/data/minecraft/tags/blocks/sword_efficient.json @@ -1,6 +1,7 @@ { "replace": false, "values": [ - "quark:water_pink_petals" + "quark:water_pink_petals", + "quark:cut_vine" ] } \ No newline at end of file