Fixed another small bug

This commit is contained in:
Morippi
2021-12-09 14:31:25 +01:00
parent d1c0ea123a
commit aba392ace4
@@ -28,7 +28,7 @@ public interface IBiomeWrapper
/** Returns a color int for the given biome. */
int getColorForBiome(int x, int z);
int getName();
String getName();
int getGrassTint(int x, int z);