Animal dropping cooked food with loot tables

Started by DerexXD on

Topic category: Feature requests and ideas for MCreator

Last seen on 05:39, 24. Apr 2024
Joined Jan 2016
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Animal dropping cooked food with loot tables

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

Last seen on 22:38, 10. Nov 2021
Joined Jul 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
"function": "minecraft…
Sun, 08/16/2020 - 03:10

"function": "minecraft:furnace_smelt",
              "conditions": [
                {
                  "condition": "minecraft:entity_properties",
                  "predicate": {
                    "flags": {
                      "is_on_fire": true
                    }
                  },
                  "entity": "this"
                }
              ]