diff --git a/src/main/resources/data/minecraft/tags/blocks/flower_pots.json b/src/main/resources/data/minecraft/tags/blocks/flower_pots.json new file mode 100644 index 0000000..6ca60b7 --- /dev/null +++ b/src/main/resources/data/minecraft/tags/blocks/flower_pots.json @@ -0,0 +1,7 @@ +{ + "replace": false, + "values": [ + "roses_mod:potted_rose", + "roses_mod:cyan_rose" + ] +} diff --git a/src/main/resources/data/minecraft/tags/items/flower_pots.json b/src/main/resources/data/minecraft/tags/items/flower_pots.json new file mode 100644 index 0000000..a3d9bce --- /dev/null +++ b/src/main/resources/data/minecraft/tags/items/flower_pots.json @@ -0,0 +1,7 @@ +{ + "replace": false, + "values": [ + "roses_mod:potted_rose", + "roses_mod:potted_cyan" + ] +} diff --git a/src/main/resources/data/minecraft/tags/items/small_flowers.json b/src/main/resources/data/minecraft/tags/items/small_flowers.json index fdecf80..60ff1c9 100644 --- a/src/main/resources/data/minecraft/tags/items/small_flowers.json +++ b/src/main/resources/data/minecraft/tags/items/small_flowers.json @@ -1,7 +1,8 @@ { "replace": false, "values": [ - "roses_mod:rose_flower", - "roses_mod:cyan_rose" + "roses_mod:potted_rose", + "roses_mod:potted_cyan" ] } +