Files
minecraft-assets/data/minecraft/loot_table/entities/sheep/lime.json
2024-06-13 21:50:08 +02:00

26 lines
479 B
JSON

{
"type": "minecraft:entity",
"pools": [
{
"bonus_rolls": 0.0,
"entries": [
{
"type": "minecraft:item",
"name": "minecraft:lime_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/lime"
}