Gigalith has been shearable since version 1.1 of Unethical Resources
Gigalith's drops are level-based, and Gigalith is capable of dropping between 1-9 Cobbled Deepslate on shearing [From the lowest possible at levels 1-25 to the highest possible at levels 76-100]
Sheared Gigalith
{
"type": "minecraft:generic",
"pools": [
{
"bonus_rolls": 0,
"entries": [
{
"type": "minecraft:item",
"name": "minecraft:cobbled_deepslate",
"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": "minecraft:cobbled_deepslate",
"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": "minecraft:cobbled_deepslate",
"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": "minecraft:cobbled_deepslate",
"functions": [
{
"function": "minecraft:set_count",
"count": {
"type": "minecraft:uniform",
"min": 4,
"max": 9
}
}
]
}
],
"rolls": 1,
"conditions": [
{
"condition": "droploottables:pokemon_level",
"range": "76..100"
}
]
}
]
}