typo in light level
This commit is contained in:
parent
1e55a57884
commit
faee8a45b4
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||
|
|
Loading…
Reference in a new issue