Selection fix
This commit is contained in:
parent
f0e06418a7
commit
7c737f788f
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ import ru.betterend.registry.BlockTagRegistry;
|
|||
import ru.betterend.util.BlocksHelper;
|
||||
|
||||
public abstract class BlockFeatureSapling extends BlockBaseNotFull implements Fertilizable, IRenderTypeable {
|
||||
private static final VoxelShape SHAPE = Block.createCuboidShape(4, 2, 4, 12, 16, 12);
|
||||
private static final VoxelShape SHAPE = Block.createCuboidShape(4, 0, 4, 12, 14, 12);
|
||||
|
||||
public BlockFeatureSapling() {
|
||||
super(FabricBlockSettings.of(Material.PLANT)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue