Continue
This commit is contained in:
parent
df94a0d12f
commit
99ade39404
7 changed files with 13 additions and 6 deletions
|
@ -19,7 +19,7 @@ import ru.betterend.util.BlocksHelper;
|
|||
public abstract class AttachedBlock extends BlockBaseNotFull {
|
||||
public static final DirectionProperty FACING = Properties.FACING;
|
||||
|
||||
public AttachedBlock(Properties settings) {
|
||||
public AttachedBlock(net.minecraft.world.level.block.state.BlockBehaviour.Properties settings) {
|
||||
super(settings);
|
||||
this.setDefaultState(this.defaultBlockState().with(FACING, Direction.UP));
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue