[Fix] Mining Behaviour is missing (#224)
This commit is contained in:
parent
55e4af0f9c
commit
10732633b1
25 changed files with 106 additions and 47 deletions
|
@ -1,5 +1,6 @@
|
|||
package org.betterx.betterend.blocks;
|
||||
|
||||
import org.betterx.bclib.behaviours.interfaces.BehaviourIce;
|
||||
import org.betterx.bclib.blocks.BaseBlock;
|
||||
import org.betterx.bclib.util.BlocksHelper;
|
||||
import org.betterx.bclib.util.MHelper;
|
||||
|
@ -25,7 +26,7 @@ import net.fabricmc.fabric.api.object.builder.v1.block.FabricBlockSettings;
|
|||
import java.util.Collections;
|
||||
import java.util.List;
|
||||
|
||||
public class AncientEmeraldIceBlock extends BaseBlock {
|
||||
public class AncientEmeraldIceBlock extends BaseBlock implements BehaviourIce {
|
||||
public AncientEmeraldIceBlock() {
|
||||
super(FabricBlockSettings.copyOf(Blocks.BLUE_ICE).randomTicks());
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue