Additional Behaviours
This commit is contained in:
parent
78b39e8506
commit
d694a09cdf
11 changed files with 146 additions and 86 deletions
|
@ -1,5 +1,6 @@
|
|||
package org.betterx.bclib.blocks;
|
||||
|
||||
import org.betterx.bclib.complexmaterials.BehaviourBuilders;
|
||||
import org.betterx.bclib.util.BlocksHelper;
|
||||
|
||||
import net.minecraft.core.BlockPos;
|
||||
|
@ -30,11 +31,11 @@ public abstract class BaseWallPlantBlock extends BasePlantBlock {
|
|||
public static final DirectionProperty FACING = HorizontalDirectionalBlock.FACING;
|
||||
|
||||
public BaseWallPlantBlock() {
|
||||
this(basePlantSettings());
|
||||
this(BehaviourBuilders.applyBasePlantSettings());
|
||||
}
|
||||
|
||||
public BaseWallPlantBlock(int light) {
|
||||
this(basePlantSettings(light));
|
||||
this(BehaviourBuilders.applyBasePlantSettings(light));
|
||||
}
|
||||
|
||||
protected BaseWallPlantBlock(Properties settings) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue