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

16 lines
No EOL
297 B
JSON

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