Fix MC-137018
90 lines
{
{
"type": "minecraft:entity",
"type": "minecraft:entity",
"pools": [
"pools": [
{
{
"rolls": 1,
"rolls": 1,
"entries": [
"entries": [
{
{
"type": "minecraft:item",
"type": "minecraft:item",
"functions": [
"functions": [
{
{
"function": "minecraft:set_count",
"function": "minecraft:set_count",
"count": {
"count": {
"min": 0.0,
"min": 0.0,
"max": 1.0,
"max": 1.0,
"type": "minecraft:uniform"
"type": "minecraft:uniform"
}
}
},
},
{
{
"function": "minecraft:looting_enchant",
"function": "minecraft:looting_enchant",
"count": {
"count": {
"min": 0.0,
"min": 0.0,
"max": 1.0
"max": 1.0
}
}
}
}
],
],
"name": "minecraft:rabbit_hide"
"name": "minecraft:rabbit_hide"
}
}
]
]
},
},
{
{
"rolls": 1,
"rolls": 1,
"entries": [
"entries": [
{
{
"type": "minecraft:item",
"type": "minecraft:item",
"functions": [
"functions": [
{
{
Text moved to lines 51-58
"function": "minecraft:set_count",
"count": {
"min": 0.0,
"max": 1.0,
"type": "minecraft:uniform"
}
},
{
"function": "minecraft:furnace_smelt",
"function": "minecraft:furnace_smelt",
"conditions": [
"conditions": [
{
{
"condition": "minecraft:entity_properties",
"condition": "minecraft:entity_properties",
"predicate": {
"predicate": {
"flags": {
"flags": {
"is_on_fire": true
"is_on_fire": true
}
}
},
},
"entity": "this"
"entity": "this"
}
}
]
]
},
},
{
{
Text moved from lines 37-44
"function": "minecraft:set_count",
"count": {
"min": 0.0,
"max": 1.0,
"type": "minecraft:uniform"
}
},
{
"function": "minecraft:looting_enchant",
"function": "minecraft:looting_enchant",
"count": {
"count": {
"min": 0.0,
"min": 0.0,
"max": 1.0
"max": 1.0
}
}
}
}
],
],
"name": "minecraft:rabbit"
"name": "minecraft:rabbit"
}
}
]
]
},
},
{
{
"rolls": 1,
"rolls": 1,
"entries": [
"entries": [
{
{
"type": "minecraft:item",
"type": "minecraft:item",
"name": "minecraft:rabbit_foot"
"name": "minecraft:rabbit_foot"
}
}
],
],
"conditions": [
"conditions": [
{
{
"condition": "minecraft:killed_by_player"
"condition": "minecraft:killed_by_player"
},
},
{
{
"condition": "minecraft:random_chance_with_looting",
"condition": "minecraft:random_chance_with_looting",
"chance": 0.1,
"chance": 0.1,
"looting_multiplier": 0.03
"looting_multiplier": 0.03
}
}
]
]
}
}
]
]
}
}