Remove redundant "Soviet Combat" tab, add stuff

This commit is contained in:
Andrew-71 2023-08-07 19:50:58 +03:00
parent a71bd7762c
commit 8033255f7d
17 changed files with 59 additions and 54 deletions

View file

@ -19,7 +19,6 @@ public class TVBlock extends HorizontalFacingBlock {
setDefaultState(getDefaultState().with(Properties.HORIZONTAL_FACING, Direction.NORTH));
}
@Override
protected void appendProperties(StateManager.Builder<Block, BlockState> builder) {
builder.add(Properties.HORIZONTAL_FACING);