More Tag Related Changes

This commit is contained in:
Frank 2022-04-03 22:51:04 +02:00
parent 5ba0488c9b
commit b59eb42d35
16 changed files with 19 additions and 20 deletions

View file

@ -43,7 +43,6 @@ public class EndLilyBlock extends EndUnderwaterPlantBlock implements AddMineable
public EndLilyBlock() {
super(FabricBlockSettings.of(Material.WATER_PLANT)
.breakByHand(true)
.sound(SoundType.WET_GRASS)
.lightLevel((state) -> state.getValue(SHAPE) == TripleShape.TOP ? 13 : 0)
.noCollission());