From fb9394b63259f60ba26b55beacd6c1dbdfd93c0b Mon Sep 17 00:00:00 2001 From: Frank Date: Tue, 5 Dec 2023 17:30:51 +0100 Subject: [PATCH] [Change] Use new name for short-Grass --- .../org/betterx/worlds/together/tag/v3/CommonBlockTags.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/betterx/worlds/together/tag/v3/CommonBlockTags.java b/src/main/java/org/betterx/worlds/together/tag/v3/CommonBlockTags.java index 9df3f838..aca83981 100644 --- a/src/main/java/org/betterx/worlds/together/tag/v3/CommonBlockTags.java +++ b/src/main/java/org/betterx/worlds/together/tag/v3/CommonBlockTags.java @@ -152,7 +152,7 @@ public class CommonBlockTags { TagManager.BLOCKS.add( PLANT, Blocks.MANGROVE_LEAVES, - Blocks.GRASS, + Blocks.SHORT_GRASS, Blocks.FERN, Blocks.DANDELION, Blocks.TORCHFLOWER,