Reduce lightbeam length of laboratory lamps
This commit is contained in:
parent
7e04cf42ca
commit
56ec34097f
@ -22,7 +22,7 @@ import ru.dbotthepony.mc.otm.core.unaryMinus
|
||||
import ru.dbotthepony.mc.otm.once
|
||||
import ru.dbotthepony.mc.otm.registry.MBlocks
|
||||
|
||||
const val LIGHT_LENGTH = 6
|
||||
const val LIGHT_LENGTH = 3
|
||||
|
||||
class LaboratoryLampLight : Block(Properties.of(Material.AIR).strength(-1.0F, 3600000.8F).noLootTable().noOcclusion().lightLevel { 15 }) {
|
||||
override fun createBlockStateDefinition(builder: StateDefinition.Builder<Block, BlockState>) {
|
||||
|
Loading…
Reference in New Issue
Block a user