-
Notifications
You must be signed in to change notification settings - Fork 17
Light
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
}
3. Machine GUI
- Dump Element
- Energy Element
- Fluid Element
- Fuel Element
- Player Inventory Element
- Progress Bar Element
- Reset Element
- Slot Element
- Status Element
- Text Element
- Texture Element
5. Catalysts
- Biome Requirement
- Block Requirement
- Command Requirement
- Dimension Requirement
- Drop Requirement
- Durability Requirement
- Effect Requirement
- Energy Requirement
- Energy Per Tick Requirement
- Entity Requirement
- Fluid Requirement
- Fluid Per Tick Requirement
- Fuel Requirement
- Item Requirement
- Light Requirement
- Loot Table Requirement
- Position Requirement
- Structure Requirement
- Redstone Requirement
- Time Requirement
- Weather Requirement