#Make a vanilla block emit light

5 messages · Page 1 of 1 (latest)

queen lark
#

How can i use block events to make a block emit light?

west monolithBOT
#

Once your ticket has been resolved, please close it with </ticket close:1054771505520717835> command!

blazing night
#

@queen lark startup script:

BlockEvents.modification(event => {
  event.modify('minecraft:cactus', block => {
    block.lightEmission = 15
  })
})
queen lark
blazing night
#

it should