From 7c5ae82bcc0508b6f0d472ca4ab8f8b0b050ba79 Mon Sep 17 00:00:00 2001 From: UpcraftLP Date: Thu, 12 Dec 2019 18:42:33 +0100 Subject: [PATCH] update block tags --- src/main/resources/data/c/tags/blocks/crop_like.json | 11 +++++++++++ src/main/resources/data/c/tags/blocks/grass_like.json | 8 ++++++-- .../resources/data/sweed/tags/blocks/crop_like.json | 9 ++------- 3 files changed, 19 insertions(+), 9 deletions(-) create mode 100644 src/main/resources/data/c/tags/blocks/crop_like.json diff --git a/src/main/resources/data/c/tags/blocks/crop_like.json b/src/main/resources/data/c/tags/blocks/crop_like.json new file mode 100644 index 0000000..e89aa03 --- /dev/null +++ b/src/main/resources/data/c/tags/blocks/crop_like.json @@ -0,0 +1,11 @@ +{ + "replace": false, + "values": [ + "minecraft:beetroots", + "minecraft:carrots", + "minecraft:melon_stem", + "minecraft:potatoes", + "minecraft:pumpkin_stem", + "minecraft:wheat" + ] +} \ No newline at end of file diff --git a/src/main/resources/data/c/tags/blocks/grass_like.json b/src/main/resources/data/c/tags/blocks/grass_like.json index 909822f..1dbb2f7 100644 --- a/src/main/resources/data/c/tags/blocks/grass_like.json +++ b/src/main/resources/data/c/tags/blocks/grass_like.json @@ -1,6 +1,10 @@ { "replace": false, "values": [ - "sweed:sweed" + "minecraft:fern", + "minecraft:grass", + "minecraft:large_fern", + "sweed:sweed", + "minecraft:tall_grass" ] -} \ No newline at end of file +} diff --git a/src/main/resources/data/sweed/tags/blocks/crop_like.json b/src/main/resources/data/sweed/tags/blocks/crop_like.json index e89aa03..1a62315 100644 --- a/src/main/resources/data/sweed/tags/blocks/crop_like.json +++ b/src/main/resources/data/sweed/tags/blocks/crop_like.json @@ -1,11 +1,6 @@ { "replace": false, "values": [ - "minecraft:beetroots", - "minecraft:carrots", - "minecraft:melon_stem", - "minecraft:potatoes", - "minecraft:pumpkin_stem", - "minecraft:wheat" + "#c:crop_like" ] -} \ No newline at end of file +}