Fix material typo 2
This commit is contained in:
+1
-1
@@ -61,7 +61,7 @@ public enum EDhApiBlockMaterial
|
||||
}
|
||||
}
|
||||
|
||||
return EDhApiBlockMaterial.UNKOWN;
|
||||
return EDhApiBlockMaterial.UNKNOWN;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
+1
-1
@@ -99,7 +99,7 @@ public class CubicLodTemplate
|
||||
|
||||
switch (EDhApiBlockMaterial.getFromIndex(blockMaterialId))
|
||||
{
|
||||
case UNKOWN:
|
||||
case UNKNOWN:
|
||||
case AIR: // shouldn't normally be rendered, but just in case
|
||||
color = ColorUtil.HOT_PINK;
|
||||
break;
|
||||
|
||||
+1
-1
@@ -210,7 +210,7 @@ public class CloudRenderHandler
|
||||
new DhApiVec3d(minXBlockPos, 0, minZBlockPos),
|
||||
new DhApiVec3d(maxXBlockPos, CLOUD_BOX_THICKNESS, maxZBlockPos),
|
||||
color,
|
||||
EDhApiBlockMaterial.UNKOWN
|
||||
EDhApiBlockMaterial.UNKNOWN
|
||||
);
|
||||
boxList.add(box);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user