minecraft-src/data/minecraft/loot_table/entities/sheep/blue.json
2025-07-04 01:41:11 +03:00

26 lines
No EOL
479 B
JSON

{
"type": "minecraft:entity",
"pools": [
{
"bonus_rolls": 0.0,
"entries": [
{
"type": "minecraft:item",
"name": "minecraft:blue_wool"
}
],
"rolls": 1.0
},
{
"bonus_rolls": 0.0,
"entries": [
{
"type": "minecraft:loot_table",
"value": "minecraft:entities/sheep"
}
],
"rolls": 1.0
}
],
"random_sequence": "minecraft:entities/sheep/blue"
}