mirror of
https://github.com/neoStudiosLCE/neoLegacy.git
synced 2026-06-17 21:52:54 +00:00
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:
parent
04f96bd254
commit
6ae43a8bfe
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue