Mimikyu has been shearable since version 1.0 of Unethical Resources
Mimikyu's drops are level-based, and Mimikyu is capable of dropping either 1-9 String on shearing [From the lowest possible at levels 1-25 to the highest possible at levels 76-100] at a 9/10 chance or a Reaper Cloth at a 1/10 chance
Additionally, Mimikyu will always drop 1 Stick when sheared [This drop is not level-based]
I am not liable for any death or injury that comes about from shearing your Mimikyu
Sheared Mimikyu
{
"type": "minecraft:generic",
"pools": [
{
"bonus_rolls": 0,
"entries": [
{
"type": "minecraft:item",
"name": "cobblemon:reaper_cloth",
"weight": 1,
"functions": []
},
{
"type": "minecraft:item",
"name": "minecraft:string",
"weight": 9,
"functions": [
{
"function": "minecraft:set_count",
"count": {
"type": "minecraft:uniform",
"min": 1,
"max": 3
}
}
]
}
],
"rolls": 1,
"conditions": [
{
"condition": "droploottables:pokemon_level",
"range": "1..25"
}
]
},
{
"bonus_rolls": 0,
"entries": [
{
"type": "minecraft:item",
"name": "cobblemon:reaper_cloth",
"weight": 1,
"functions": []
},
{
"type": "minecraft:item",
"name": "minecraft:string",
"weight": 9,
"functions": [
{
"function": "minecraft:set_count",
"count": {
"type": "minecraft:uniform",
"min": 2,
"max": 5
}
}
]
}
],
"rolls": 1,
"conditions": [
{
"condition": "droploottables:pokemon_level",
"range": "26..50"
}
]
},
{
"bonus_rolls": 0,
"entries": [
{
"type": "minecraft:item",
"name": "cobblemon:reaper_cloth",
"weight": 1,
"functions": []
},
{
"type": "minecraft:item",
"name": "minecraft:string",
"weight": 9,
"functions": [
{
"function": "minecraft:set_count",
"count": {
"type": "minecraft:uniform",
"min": 3,
"max": 7
}
}
]
}
],
"rolls": 1,
"conditions": [
{
"condition": "droploottables:pokemon_level",
"range": "51..75"
}
]
},
{
"bonus_rolls": 0,
"entries": [
{
"type": "minecraft:item",
"name": "cobblemon:reaper_cloth",
"weight": 1,
"functions": []
},
{
"type": "minecraft:item",
"name": "minecraft:string",
"weight": 9,
"functions": [
{
"function": "minecraft:set_count",
"count": {
"type": "minecraft:uniform",
"min": 4,
"max": 9
}
}
]
}
],
"rolls": 1,
"conditions": [
{
"condition": "droploottables:pokemon_level",
"range": "76..100"
}
]
},
{
"bonus_rolls": 0,
"entries": [
{
"type": "minecraft:item",
"name": "minecraft:stick",
"functions": []
}
],
"rolls": 1
}
]
}