Add constants to BlockStateWrapper
This commit is contained in:
+2
-2
@@ -177,12 +177,12 @@ public class BlockStateWrapper implements IBlockStateWrapper
|
||||
if (this.isAir() || !this.blockState.canOcclude())
|
||||
{
|
||||
// completely transparent
|
||||
return 0;
|
||||
return FULLY_TRANSPARENT;
|
||||
}
|
||||
else
|
||||
{
|
||||
// completely opaque
|
||||
return 16;
|
||||
return FULLY_OPAQUE;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
+1
-1
Submodule coreSubProjects updated: fc248d0956...e693e2f9e0
Reference in New Issue
Block a user