-
Notifications
You must be signed in to change notification settings - Fork 1
Gem Types
Nischhelm edited this page Feb 26, 2025
·
11 revisions
Gems have the following properties:
- "Display Name", required, lang key recommended
- "Gem Tier", default 0
- "Text Color", default gray
- "Effects", List of Gem Effects
- "Filters", List of Filters
Example:
{
"Display Name": "socketed.tooltip.default.wikigem",
"Gem Tier": 0,
"Text Color": "WHITE",
"Effects": [
{
"Effect Type": "Attribute",
"Equipment Slot Type": "ALL",
"Attribute Name": "generic.luck",
"Modifier Amount": "[1 : 2] int",
"Modifier Operation": 0
}
],
"Filters": [
{
"Item Name": "minecraft:egg",
"Item Metadata": 0,
"Strict Metadata": false,
"Filter Type": "Item"
}
]
}