Files
minecraft-assets/data/minecraft/loot_table/shearing/sheep/green.json
2025-02-26 18:31:02 +01:00

20 lines
371 B
JSON

{
"type": "minecraft:shearing",
"pools": [
{
"bonus_rolls": 0.0,
"entries": [
{
"type": "minecraft:item",
"name": "minecraft:green_wool"
}
],
"rolls": {
"type": "minecraft:uniform",
"max": 3.0,
"min": 1.0
}
}
],
"random_sequence": "minecraft:shearing/sheep/green"
}