Add stair, slab and wall blocks for all metal storage blocks
This commit is contained in:
parent
4c400dd9a4
commit
d92343f5a7
443 changed files with 10811 additions and 33 deletions
|
@ -0,0 +1,10 @@
|
|||
package techreborn.blocks.misc;
|
||||
|
||||
import net.minecraft.block.BlockState;
|
||||
import net.minecraft.block.StairsBlock;
|
||||
|
||||
public class TechRebornStairsBlock extends StairsBlock {
|
||||
public TechRebornStairsBlock(BlockState baseBlockState, Settings settings) {
|
||||
super(baseBlockState, settings);
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue