Initial 1.20 port. Still untested
This commit is contained in:
@@ -60,7 +60,7 @@ public class RenderUtils {
|
||||
}
|
||||
|
||||
public static int renderColorFromDye(DyeColor color) {
|
||||
return color.getMaterialColor().col | 0xFF000000;
|
||||
return color.getMapColor().col | 0xFF000000;
|
||||
}
|
||||
|
||||
public static int alphaColorFromDye(DyeColor color, float alpha) {
|
||||
|
Reference in New Issue
Block a user