[Feature] Build for 1.19.4
This commit is contained in:
parent
8a8e73348c
commit
55930d73d5
55 changed files with 380 additions and 304 deletions
|
@ -3,11 +3,12 @@ package org.betterx.bclib.blocks;
|
|||
import net.minecraft.sounds.SoundEvent;
|
||||
import net.minecraft.sounds.SoundEvents;
|
||||
import net.minecraft.world.level.block.Block;
|
||||
import net.minecraft.world.level.block.state.properties.BlockSetType;
|
||||
|
||||
|
||||
public class BaseWoodenButtonBlock extends BaseButtonBlock {
|
||||
public BaseWoodenButtonBlock(Block source) {
|
||||
super(source, Properties.copy(source).strength(0.5F, 0.5F).noOcclusion(), true);
|
||||
public BaseWoodenButtonBlock(Block source, BlockSetType type) {
|
||||
super(source, Properties.copy(source).strength(0.5F, 0.5F).noOcclusion(), true, type);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue