From 6ae43a8bfe3df760ec789bb9283a2cd6622e27ca Mon Sep 17 00:00:00 2001 From: "George V." Date: Tue, 21 Apr 2026 01:42:09 +0300 Subject: [PATCH] refactor: rename material id 175 from LONG_GRASS to DOUBLE_PLANT The material enum entry for ID 175 was incorrectly named LONG_GRASS. --- Minecraft.Server.FourKit/Material.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Minecraft.Server.FourKit/Material.cs b/Minecraft.Server.FourKit/Material.cs index 56d562c9..b9480672 100644 --- a/Minecraft.Server.FourKit/Material.cs +++ b/Minecraft.Server.FourKit/Material.cs @@ -178,7 +178,7 @@ public enum Material HARD_CLAY = 172, COAL_BLOCK = 173, PACKED_ICE = 174, - LONG_GRASS = 175, + DOUBLE_PLANT = 175, DAYLIGHT_DETECTOR_INVERTED = 178, RED_SANDSTONE = 179, RED_SANDSTONE_STAIRS = 180,