| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071 |
- {
- "type": "minecraft:entity",
- "pools": [
- {
- "rolls": 1,
- "entries": [
- {
- "type": "minecraft:item",
- "functions": [
- {
- "function": "minecraft:set_count",
- "count": {
- "min": 0.0,
- "max": 2.0,
- "type": "minecraft:uniform"
- }
- },
- {
- "function": "minecraft:looting_enchant",
- "count": {
- "min": 0.0,
- "max": 1.0
- }
- }
- ],
- "name": "minecraft:leather"
- }
- ]
- },
- {
- "rolls": 1,
- "entries": [
- {
- "type": "minecraft:item",
- "functions": [
- {
- "function": "minecraft:set_count",
- "count": {
- "min": 1.0,
- "max": 3.0,
- "type": "minecraft:uniform"
- }
- },
- {
- "function": "minecraft:furnace_smelt",
- "conditions": [
- {
- "condition": "minecraft:entity_properties",
- "predicate": {
- "flags": {
- "is_on_fire": true
- }
- },
- "entity": "this"
- }
- ]
- },
- {
- "function": "minecraft:looting_enchant",
- "count": {
- "min": 0.0,
- "max": 1.0
- }
- }
- ],
- "name": "minecraft:beef"
- }
- ]
- }
- ]
- }
|