Carbink has been shearable since version 1.0 of Unethical Resources
Carbink's drops are level-based, and Carbink is capable of dropping either 1-4 Diamonds on shearing [From the lowest possible at levels 1-25 to the highest possible at levels 76-100], with a 5/7 chance, or either one Rock Gem or one Fairy Gem, with a 2/7 chance
Sheared Carbink
{
"type": "minecraft:generic",
"pools": [
{
"bonus_rolls": 0,
"entries": [
{
"type": "minecraft:item",
"name": "minecraft:diamond",
"weight": 5,
"functions": [
{
"function": "minecraft:set_count",
"count": {
"type": "minecraft:uniform",
"min": 1,
"max": 1
}
}
]
},
{
"type": "minecraft:item",
"name": "cobblemon:rock_gem",
"weight": 1,
"functions": []
},
{
"type": "minecraft:item",
"name": "cobblemon:fairy_gem",
"weight": 1,
"functions": []
}
],
"rolls": 1,
"conditions": [
{
"condition": "droploottables:pokemon_level",
"range": "1..25"
}
]
},
{
"bonus_rolls": 0,
"entries": [
{
"type": "minecraft:item",
"name": "minecraft:diamond",
"weight": 5,
"functions": [
{
"function": "minecraft:set_count",
"count": {
"type": "minecraft:uniform",
"min": 1,
"max": 2
}
}
]
},
{
"type": "minecraft:item",
"name": "cobblemon:rock_gem",
"weight": 1,
"functions": []
},
{
"type": "minecraft:item",
"name": "cobblemon:fairy_gem",
"weight": 1,
"functions": []
}
],
"rolls": 1,
"conditions": [
{
"condition": "droploottables:pokemon_level",
"range": "26..50"
}
]
},
{
"bonus_rolls": 0,
"entries": [
{
"type": "minecraft:item",
"name": "minecraft:diamond",
"weight": 5,
"functions": [
{
"function": "minecraft:set_count",
"count": {
"type": "minecraft:uniform",
"min": 1,
"max": 3
}
}
]
},
{
"type": "minecraft:item",
"name": "cobblemon:rock_gem",
"weight": 1,
"functions": []
},
{
"type": "minecraft:item",
"name": "cobblemon:fairy_gem",
"weight": 1,
"functions": []
}
],
"rolls": 1,
"conditions": [
{
"condition": "droploottables:pokemon_level",
"range": "51..75"
}
]
},
{
"bonus_rolls": 0,
"entries": [
{
"type": "minecraft:item",
"name": "minecraft:diamond",
"weight": 5,
"functions": [
{
"function": "minecraft:set_count",
"count": {
"type": "minecraft:uniform",
"min": 2,
"max": 4
}
}
]
},
{
"type": "minecraft:item",
"name": "cobblemon:rock_gem",
"weight": 1,
"functions": []
},
{
"type": "minecraft:item",
"name": "cobblemon:fairy_gem",
"weight": 1,
"functions": []
}
],
"rolls": 1,
"conditions": [
{
"condition": "droploottables:pokemon_level",
"range": "76..100"
}
]
}
]
}