mirror of
https://github.com/Sollace/Unicopia.git
synced 2024-11-30 16:28:00 +01:00
Fixed banister rendering
This commit is contained in:
parent
fb1decc118
commit
034dd107e1
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ public class BlockCloudFence extends BlockFence implements ICloudBlock {
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public boolean isOpaqueCube(IBlockState state) {
|
public boolean isOpaqueCube(IBlockState state) {
|
||||||
return variant != CloudType.NORMAL;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|
Loading…
Reference in a new issue