mirror of
https://github.com/Creators-of-Create/Create.git
synced 2025-03-04 06:44:40 +01:00
Fix Fabricators-of-Create/Create#1540 (#7127)
Issue affects forge as-well when using sodium
This commit is contained in:
parent
8355dda53b
commit
b420e3a3b7
1 changed files with 5 additions and 0 deletions
|
@ -164,6 +164,11 @@ public class CopycatPanelBlock extends WaterloggedCopycatBlock {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public boolean skipRendering(BlockState state, BlockState adjacentState, Direction direction) {
|
||||||
|
return state.equals(adjacentState) && direction.getAxis().isHorizontal();
|
||||||
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public boolean supportsExternalFaceHiding(BlockState state) {
|
public boolean supportsExternalFaceHiding(BlockState state) {
|
||||||
return true;
|
return true;
|
||||||
|
|
Loading…
Add table
Reference in a new issue