From ced29d3a375803fa0a9118d990cef0090522df3c Mon Sep 17 00:00:00 2001 From: LimePot Date: Sat, 7 Jan 2023 20:00:28 -0700 Subject: [PATCH] Added Flower Pot Tags --- .../resources/data/minecraft/tags/blocks/flower_pots.json | 7 +++++++ .../resources/data/minecraft/tags/items/flower_pots.json | 7 +++++++ .../resources/data/minecraft/tags/items/small_flowers.json | 5 +++-- 3 files changed, 17 insertions(+), 2 deletions(-) create mode 100644 src/main/resources/data/minecraft/tags/blocks/flower_pots.json create mode 100644 src/main/resources/data/minecraft/tags/items/flower_pots.json 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" ] } +