typo in light level

This commit is contained in:
yrsegal@gmail.com 2022-04-09 15:17:20 -04:00
parent 1e55a57884
commit faee8a45b4

View file

@ -48,7 +48,7 @@ public class HexBlocks {
() -> new BlockConjured(
BlockBehaviour.Properties.of(Material.AMETHYST, MaterialColor.DIAMOND)
.sound(SoundType.AMETHYST)
.lightLevel((state) -> 15)
.lightLevel((state) -> 2)
.noDrops()
.isValidSpawn((state, world, pos, entityType) -> false)
.instabreak()