Recipe for alarm and misc fixes
This commit is contained in:
parent
2177b72e41
commit
86d37514a7
3 changed files with 3 additions and 1 deletions
|
@ -46,7 +46,7 @@ public class BlockAlarm extends BaseTileBlock {
|
|||
super(Material.ROCK);
|
||||
setUnlocalizedName("techreborn.alarm");
|
||||
this.setDefaultState(this.blockState.getBaseState().withProperty(FACING, EnumFacing.NORTH).withProperty(ACTIVE, false));
|
||||
this.bbs = GenBoundingBoxes(0.19, 0.8);
|
||||
this.bbs = GenBoundingBoxes(0.19, 0.81);
|
||||
setCreativeTab(TechRebornCreativeTab.instance);
|
||||
ShootingStar.registerModel(new ModelCompound(ModInfo.MOD_ID, this, "machines/lighting"));
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue