Mushrooms generation
This commit is contained in:
parent
989dbdb583
commit
ae3756d9ee
7 changed files with 80 additions and 6 deletions
|
@ -17,11 +17,12 @@ import net.minecraft.world.WorldView;
|
|||
import ru.betterend.util.BlocksHelper;
|
||||
|
||||
public abstract class BlockAttached extends BlockBaseNotFull {
|
||||
public static final DirectionProperty FACING = Properties.FACING;
|
||||
|
||||
public BlockAttached(Settings settings) {
|
||||
super(settings);
|
||||
this.setDefaultState(this.getDefaultState().with(FACING, Direction.UP));
|
||||
}
|
||||
|
||||
public static final DirectionProperty FACING = Properties.FACING;
|
||||
|
||||
@Override
|
||||
protected void appendProperties(StateManager.Builder<Block, BlockState> stateManager) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue