Data pack with custom grill recipes don't appear to work
djmattyg007 opened this issue ยท 1 comments
Using this file for inspiration:
I created a datapack with the following recipe for the Aquaculture fish fillet:
{
"type": "cfm:grill_cooking",
"ingredient": {
"item": "aquaculture:fish_fillet_raw"
},
"result": {
"item": "aquaculture:fish_fillet_cooked"
},
"experience": 4.0,
"cookingtime": 600
}
But it doesn't appear to have done anything. Am I missing something?
After testing, it's seems it's working as normal.
Test Pack: Test.zip