-
Notifications
You must be signed in to change notification settings - Fork 18
Text Component
Frinn38 edited this page Apr 28, 2022
·
2 revisions
Text Components are used to display strings to the player, with more formatting options than a default string (color, bold, etc...)
Custom Machinery use these components in various places such as the machine name or tooltips properties.
A full doc of how to make text components using json can be found on the Minecraft wiki. (be sure to follow the "Java Edition" part.
-
text
(The text to display) -
bold
(true/false) -
italic
(true/false) -
underlined
(true/false) -
striketrough
(true/false) -
obfuscated
(true/false) -
color
("colorID" or "#RRGGBB" hex format) -
font
(custom font id, minecraft only provide "minecraft:default") -
children
Not supported !
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