Thallasium Chandelier (floor, WIP)
This commit is contained in:
parent
7e9d809814
commit
6b8422dae3
58 changed files with 306 additions and 87 deletions
|
@ -3,9 +3,9 @@ package ru.betterend.blocks;
|
|||
import net.fabricmc.fabric.api.object.builder.v1.block.FabricBlockSettings;
|
||||
import net.minecraft.block.Material;
|
||||
import net.minecraft.sound.BlockSoundGroup;
|
||||
import ru.betterend.blocks.basis.BaseBlock;
|
||||
import ru.betterend.blocks.basis.BlockBase;
|
||||
|
||||
public class DenseSnowBlock extends BaseBlock {
|
||||
public class DenseSnowBlock extends BlockBase {
|
||||
public DenseSnowBlock() {
|
||||
super(FabricBlockSettings.of(Material.SNOW_BLOCK).strength(0.2F).sounds(BlockSoundGroup.SNOW));
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue