fix: wrong Step Cross shape

This commit is contained in:
Adrien1106 2024-07-01 02:19:34 +02:00
parent 5281f84a2a
commit e3dac8a77f

View File

@ -60,8 +60,7 @@ public class ReFramedStepsCrossBlock extends WaterloggableReFramedDoubleBlock {
@Override
public VoxelShape getShape(BlockState state, int i) {
// return getStepShape(i == 1 ? state.get(EDGE): state.get(EDGE).opposite());
return getOutlineShape(state, null, null, null);
return getStepShape(i == 1 ? state.get(EDGE): state.get(EDGE).opposite());
}
static {