More Tag Related Changes
This commit is contained in:
parent
5ba0488c9b
commit
b59eb42d35
16 changed files with 19 additions and 20 deletions
|
@ -34,7 +34,6 @@ public class HydraluxBlock extends UnderwaterPlantBlock implements AddMineableS
|
|||
|
||||
public HydraluxBlock() {
|
||||
super(FabricBlockSettings.of(Material.WATER_PLANT)
|
||||
.breakByHand(true)
|
||||
.sound(SoundType.WET_GRASS)
|
||||
.lightLevel((state) -> state.getValue(SHAPE).hasGlow() ? 15 : 0)
|
||||
.noCollission());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue