With the configuration below, if I put bear meat or fish or wolf meat in the campfire, it works fine. If I put boar meat in the campfire, after it cooks one, the campfire turns off. I click Turn On and it burns one more and then shuts off again.
I didn't fiddle with the config as it seems correct but unloading the plugin results in the campfire and boar meat working fine.
Merged post
I didn't fiddle with the config as it seems correct but unloading the plugin results in the campfire and boar meat working fine.
"Blacklist": {
"campfire": [
"chicken.cooked",
"meat.boar.cooked",
"deermeat.cooked",
"wolfmeat.cooked",
"bearmeat.cooked",
"horsemeat.cooked",
"humanmeat.cooked",
"fish.cooked"
]
},Merged post
Also, the BBQ does the same thing as the campfire with the boar meat.
However, I noticed that bear meat, fish or wolf meat burns despite what I have below.
"Blacklist": {
"campfire": [
"chicken.cooked",
"meat.boar.cooked",
"deermeat.cooked",
"wolfmeat.cooked",
"bearmeat.cooked",
"horsemeat.cooked",
"humanmeat.cooked",
"fish.cooked"
],
"BBQ": [
"chicken.cooked",
"meat.boar.cooked",
"deermeat.cooked",
"wolfmeat.cooked",
"bearmeat.cooked",
"horsemeat.cooked",
"humanmeat.cooked",
"fish.cooked"
]
},