-
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, minecraft textformatting names, default GRAY
- Effects, List of Gem Effects
- Filters, List of Filters to define what item(s) will be this type of gem
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": 2,
"Modifier Operation": 0
}
],
"Filters": [
{
"Filter Type": "Item",
"Item Name": "minecraft:egg",
"Item Metadata": 0,
"Strict Metadata": false
}
]
}