[Feature] Build for 1.19.4
This commit is contained in:
parent
8a8e73348c
commit
55930d73d5
55 changed files with 380 additions and 304 deletions
|
@ -1,9 +1,10 @@
|
|||
package org.betterx.bclib.blocks;
|
||||
|
||||
import net.minecraft.world.level.block.Block;
|
||||
import net.minecraft.world.level.block.state.properties.BlockSetType;
|
||||
|
||||
public class WoodenPressurePlateBlock extends BasePressurePlateBlock {
|
||||
public WoodenPressurePlateBlock(Block source) {
|
||||
super(Sensitivity.EVERYTHING, source);
|
||||
public WoodenPressurePlateBlock(Block source, BlockSetType type) {
|
||||
super(Sensitivity.EVERYTHING, source, type);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue