Updated API reference for recipes.
This commit is contained in:
parent
4a369d0ee7
commit
111ee7630a
60 changed files with 76 additions and 156 deletions
|
@ -140,6 +140,7 @@ public class BlockAlarm extends BaseTileBlock {
|
|||
return new TileAlarm();
|
||||
}
|
||||
|
||||
@Override
|
||||
public IBlockState getStateForPlacement(World world, BlockPos pos, EnumFacing facing, float hitX, float hitY,
|
||||
float hitZ, int meta, EntityLivingBase placer, EnumHand hand) {
|
||||
return this.getDefaultState().withProperty(FACING, facing);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue