Sableye has been shearable since version 1.0 of Unethical Resources
Sableye's drops are NOT level-based, and Sableye will always drop 2 Amethyst Shards when sheared
Sableye also has an additional 1/5 chance to drop either a Dark Gem or a Ghost Gem on top of the 2 guaranteed Amethyst Shards
Sheared Sableye
{
"type": "minecraft:generic",
"pools": [
{
"bonus_rolls": 0,
"entries": [
{
"type": "minecraft:item",
"name": "minecraft:amethyst_shard",
"weight": 5,
"functions": [
{
"function": "minecraft:set_count",
"count": 2
}
]
}
],
"rolls": 1
},
{
"bonus_rolls": 0,
"entries": [
{
"type": "minecraft:empty",
"weight": 8,
"functions": []
},
{
"type": "minecraft:item",
"name": "cobblemon:dark_gem",
"weight": 1,
"functions": []
},
{
"type": "minecraft:item",
"name": "cobblemon:ghost_gem",
"weight": 1,
"functions": []
}
],
"rolls": 1
}
]
}