Renamed GRASS_PATH to DIRT_PATH for 1.17.

This commit is contained in:
Fernando Pettinelli 2021-06-30 10:13:46 -04:00
parent d4a299f35f
commit b53c4c8c87

View File

@ -678,7 +678,7 @@ public enum CompatibleMaterial {
GRANITE_WALL,
GRASS("LONG_GRASS", (byte) 1),
GRASS_BLOCK("GRASS"),
GRASS_PATH("GRASS_PATH"),
DIRT_PATH("GRASS_PATH"),
GRAVEL,
GRAY_BANNER("BANNER", (byte) 8),
GRAY_BED("BED", (byte) 7),