Skip to content
Frinn38 edited this page Aug 23, 2021 · 3 revisions

Custom Machines support light emission, to make your machine emit light you will need to define the lightlevel property inside the machine appearance property.

The lightlevel property define the light the mahine will be emitting.

The light level must be an integer between 0 and 15 (defined by vanilla, a torch emit 14 and a redstone torch 7 for example).

Default : 0

Example :

"appearance": {
    "lightlevel": 15
}
Clone this wiki locally