minecraft-src/data/minecraft/loot_table/shearing/sheep/red.json
2025-07-04 02:00:41 +03:00

20 lines
No EOL
367 B
JSON

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