Migrating to BCLib (WIP)
This commit is contained in:
parent
61d4a33cf6
commit
3668a4694a
184 changed files with 802 additions and 4348 deletions
|
@ -3,9 +3,9 @@ package ru.betterend.blocks;
|
|||
import net.fabricmc.fabric.api.object.builder.v1.block.FabricBlockSettings;
|
||||
import net.minecraft.world.level.block.SoundType;
|
||||
import net.minecraft.world.level.material.Material;
|
||||
import ru.betterend.blocks.basis.BlockBase;
|
||||
import ru.bclib.blocks.BaseBlock;
|
||||
|
||||
public class DenseSnowBlock extends BlockBase {
|
||||
public class DenseSnowBlock extends BaseBlock {
|
||||
public DenseSnowBlock() {
|
||||
super(FabricBlockSettings.of(Material.SNOW).strength(0.2F).sound(SoundType.SNOW));
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue