Custom Machinery 1.16
  • Welcome
  • Creating custom machines
    • Creating a custom machine
    • Machine Appearance
      • Block appearance
      • Item appearance
      • Sound
      • Light
      • Color
      • Hardness
      • Resistance
      • Tool type
      • Mining level
      • Shape
    • Machine components
      • Energy component
      • Fluid component
      • Item component
      • Redstone component
    • Machine GUI
      • Dump Element
      • Energy element
      • Fluid element
      • Fuel element
      • Player inventory element
      • Progress bar element
      • Reset element
      • Size element
      • Slot element
      • Status element
      • Text element
      • Texture element
    • JEI Recipe GUI
    • Catalysts
  • Recipes
    • Creating a recipe
    • Requirements
      • Biome
      • Block
      • Command
      • Dimension
      • Drop
      • Durability
      • Effect
      • Energy
      • Energy per tick
      • Entity
      • Fluid
      • Fluid per tick
      • Fuel
      • Item
      • Light
      • Loot table
      • Position
      • Structure
      • Redstone
      • Time
      • Weather
    • Upgrades
      • Modifiers
  • Mod integrations
    • Crafttweaker
      • Recipes
        • Context
        • Machine
      • Upgrades
    • KubeJS
      • Recipes
        • Context
        • Machine
      • Upgrades
  • Misc
    • Crafting your machine
    • Text component
    • Comparator
Powered by GitBook
On this page
  1. Creating custom machines
  2. Machine Appearance

Light

Customize the light the machine emits.

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

The light property define the light the machine 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).

Example :

"appearance": {
    "light": 15
}

The default light is 0.

PreviousSoundNextColor

Last updated 3 years ago