Datapack Configuration
Item Compatibility
Controls which items can have gemstone sockets and what modifier category they belong to.
Prevents items from having gemstone sockets:
{
"blacklist": true,
"items": [
"minecraft:leather_horse_armor",
"minecraft:iron_horse_armor",
"minecraft:golden_horse_armor",
"minecraft:diamond_horse_armor"
],
"tags": []
}{
"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