Trevenant has been shearable since version 1.0 of Unethical Resources
Trevenant's drops are level-based, and Trevenant is capable of dropping between 1-8 Oak Logs on shearing [From the lowest possible at levels 1-25 to the highest possible at levels 76-100]
Trevenant also has a 1/15 chance of dropping a Leftovers on top of the Oak Logs [Do note that the Leftovers are not level-based]
Sheared Trevenant
{
"type": "minecraft:generic",
"pools": [
{
"bonus_rolls": 0,
"entries": [
{
"type": "minecraft:item",
"name": "minecraft:oak_log",
"functions": [
{
"function": "minecraft:set_count",
"count": {
"type": "minecraft:uniform",
"min": 1,
"max": 2
}
}
]
}
],
"rolls": 1,
"conditions": [
{
"condition": "droploottables:pokemon_level",
"range": "1..25"
}
]
},
{
"bonus_rolls": 0,
"entries": [
{
"type": "minecraft:item",
"name": "minecraft:oak_log",
"functions": [
{
"function": "minecraft:set_count",
"count": {
"type": "minecraft:uniform",
"min": 2,
"max": 4
}
}
]
}
],
"rolls": 1,
"conditions": [
{
"condition": "droploottables:pokemon_level",
"range": "26..50"
}
]
},
{
"bonus_rolls": 0,
"entries": [
{
"type": "minecraft:item",
"name": "minecraft:oak_log",
"functions": [
{
"function": "minecraft:set_count",
"count": {
"type": "minecraft:uniform",
"min": 3,
"max": 6
}
}
]
}
],
"rolls": 1,
"conditions": [
{
"condition": "droploottables:pokemon_level",
"range": "51..75"
}
]
},
{
"bonus_rolls": 0,
"entries": [
{
"type": "minecraft:item",
"name": "minecraft:oak_log",
"functions": [
{
"function": "minecraft:set_count",
"count": {
"type": "minecraft:uniform",
"min": 4,
"max": 8
}
}
]
}
],
"rolls": 1,
"conditions": [
{
"condition": "droploottables:pokemon_level",
"range": "76..100"
}
]
},
{
"bonus_rolls": 0,
"entries": [
{
"type": "minecraft:empty",
"weight": 14,
"functions": []
},
{
"type": "minecraft:item",
"name": "cobblemon:leftovers",
"weight": 1,
"functions": []
}
],
"rolls": 1
}
]
}