mirror of
https://github.com/Sollace/Unicopia.git
synced 2024-11-27 15:17:59 +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
|
||||
public boolean isOpaqueCube(IBlockState state) {
|
||||
return variant != CloudType.NORMAL;
|
||||
return false;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Reference in a new issue