Rubber Wood Pressure plate for #1739
This commit is contained in:
parent
2f30d848af
commit
7e5ba45eb4
11 changed files with 71 additions and 0 deletions
|
@ -46,6 +46,7 @@ import techreborn.blocks.misc.BlockRubberPlank;
|
|||
import techreborn.blocks.misc.BlockRubberPlankStair;
|
||||
import techreborn.blocks.misc.BlockRubberSapling;
|
||||
import techreborn.blocks.misc.RubberButtonBlock;
|
||||
import techreborn.blocks.misc.RubberPressurePlateBlock;
|
||||
import techreborn.blocks.misc.RubberTrapdoorBlock;
|
||||
import techreborn.config.TechRebornConfig;
|
||||
import techreborn.init.ModFluids;
|
||||
|
@ -130,6 +131,7 @@ public class ModRegistry {
|
|||
RebornRegistry.registerBlock(TRContent.RUBBER_PLANK_STAIR = InitUtils.setup(new BlockRubberPlankStair(), "rubber_plank_stair"), itemGroup);
|
||||
RebornRegistry.registerBlock(TRContent.RUBBER_TRAPDOOR = InitUtils.setup(new RubberTrapdoorBlock(), "rubber_trapdoor"), itemGroup);
|
||||
RebornRegistry.registerBlock(TRContent.RUBBER_BUTTON = InitUtils.setup(new RubberButtonBlock(), "rubber_button"), itemGroup);
|
||||
RebornRegistry.registerBlock(TRContent.RUBBER_PRESSURE_PLATE = InitUtils.setup(new RubberPressurePlateBlock(), "rubber_pressure_plate"), itemGroup);
|
||||
|
||||
TechReborn.LOGGER.debug("TechReborns Blocks Loaded");
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue