Gemstone Logo

Legendary
Gemstones

Datapack Configuration

Item Compatibility

Controls which items can have gemstone sockets and what modifier category they belong to.

Prevents items from having gemstone sockets:

data/gemstones/items/horse_armor.json
{
  "blacklist": true,
  "items": [
    "minecraft:leather_horse_armor",
    "minecraft:iron_horse_armor",
    "minecraft:golden_horse_armor",
    "minecraft:diamond_horse_armor"
  ],
  "tags": []
}
data/gemstones/items/wolf_armor.json
{
  "blacklist": true,
  "items": ["minecraft:wolf_armor"],
  "tags": []
}

Assigns items to a modifier category. Example:

{
  "items": ["minecraft:diamond_sword"],
  "tags": ["minecraft:axes"],
  "category": "MELEE"
}

Prop

Type