fix water render issues
This commit is contained in:
@@ -39,7 +39,7 @@ export default class Block {
|
||||
return 0.0;
|
||||
}
|
||||
|
||||
isTransparent() {
|
||||
isTranslucent() {
|
||||
return this.getTransparency() > 0.0;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user