cod.json
0 B
Empty File
{
"type": "minecraft:entity",
"pools": [
{
"bonus_rolls": 0.0,
"entries": [
{
"type": "minecraft:item",
"functions": [
{
"conditions": [
{
"condition": "minecraft:entity_properties",
"entity": "this",
"predicate": {
"flags": {
"is_on_fire": true
}
}
}
],
"function": "minecraft:furnace_smelt"
}
],
"name": "minecraft:cod"
}
],
"rolls": 1.0
},
{
"bonus_rolls": 0.0,
"conditions": [
{
"chance": 0.05,
"condition": "minecraft:random_chance"
}
],
"entries": [
{
"type": "minecraft:item",
"name": "minecraft:bone_meal"
}
],
"rolls": 1.0
}
],
"random_sequence": "minecraft:entities/cod"
}