Files
minecraft-assets/data/minecraft/loot_table/entities/sheep/gray.json
2025-03-05 18:31:24 +01:00

16 lines
285 B
JSON

{
"type": "minecraft:entity",
"pools": [
{
"bonus_rolls": 0.0,
"entries": [
{
"type": "minecraft:item",
"name": "minecraft:gray_wool"
}
],
"rolls": 1.0
}
],
"random_sequence": "minecraft:entities/sheep/gray"
}