refactor: rename material id 175 from LONG_GRASS to DOUBLE_PLANT

The material enum entry for ID 175 was incorrectly named LONG_GRASS.
This commit is contained in:
George V. 2026-04-21 01:42:09 +03:00
parent 04f96bd254
commit 6ae43a8bfe
No known key found for this signature in database
GPG key ID: 1DB61094F2DD4982

View file

@ -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,