{ "pools": [ { "rolls": 1, "entries": [ { "type": "item", "name": "minecraft:salmon", "weight": 1, "functions": [ { "function": "furnace_smelt", "conditions": [ { "condition": "entity_properties", "entity": "this", "properties": { "on_fire": true } } ] } ] } ] }, { "rolls": 1, "conditions": [ { "condition": "random_chance_with_looting", "chance": 0.25, "looting_multiplier": 0.01 } ], "entries": [ { "type": "item", "name": "minecraft:bone", "weight": 2, "functions": [ { "function": "set_count", "count": { "min": 1, "max": 2 } }, { "function": "looting_enchant", "count": { "min": 1, "max": 2 } } ] } ] } ] }