Fix Fabricators-of-Create/Create#1540 (#7127)

Issue affects forge as-well when using sodium
This commit is contained in:
IThundxr 2025-01-10 12:04:57 -05:00 committed by GitHub
parent 8355dda53b
commit b420e3a3b7
Failed to generate hash of commit

View file

@ -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;