Started by
KantroActual
on
Topic category: Help with MCreator software
how to make mob drop cooked version of food when mob on fire (using loot tables)
like a cow normally drops raw beef , but when it is on fire and dies , it drops Steak instead
You don't necessarily need a loot table to do this, but you need to disable custom drops in the mobs tab.
do on entity dies trigger: https://ibb.co/ygjXky4
For anyone who wants to do it with a loot table, lock the entity's loot table and paste in this:
This factors in looting and assumes that you have a furnace smelting recipe set up for the raw item.
Hope this helped someone!