-
Notifications
You must be signed in to change notification settings - Fork 17
Color
Frinn38 edited this page May 21, 2021
·
1 revision
You can specify a color property to apply to a custom machine model.
This property must be specified inside the appearance
property.
The color must be an integer of type: 0xRRGGBB: go here if you don't know how to calculate an integer color from RGB values.
The color will only be applied to faces of the model that have "tintIndex": 4
specified, all other faces will be ignored and not be colored.
You can find some infos about tintIndex
face property on the Minecraft Wiki
The Color property is optional.
Default : 16777215 Full white color, this will not change the texture color.
Example:
This will apply a full red color to all faces of the machine model that have "tintIndex": 4
property.
{
"appearance": {
"color": 16711680
}
}
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