Files
minecraft-assets/data/minecraft/loot_tables/entities/tropical_fish.json
2018-12-21 06:38:40 +00:00

39 lines
984 B
JSON

{
"pools": [
{
"rolls": 1,
"entries": [
{
"type": "item",
"name": "minecraft:tropical_fish",
"weight": 1,
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 1
}
}
]
}
]
},
{
"conditions": [
{
"condition": "random_chance",
"chance": 0.05
}
],
"rolls": 1,
"entries": [
{
"type": "item",
"name": "minecraft:bone_meal",
"weight": 1
}
]
}
]
}