Started by
DerexXD
on
Topic category: Feature requests and ideas for MCreator
Right now I'm only managing to do this through procedures which is a huge pain because my mod has a lot of animals, I was if there was a way for raw food to be dropped as cooked if the animal was killed on fire
"function": "minecraft:furnace_smelt",
"conditions": [
{
"condition": "minecraft:entity_properties",
"predicate": {
"flags": {
"is_on_fire": true
}
},
"entity": "this"
}
]