I've read the plugin page directions over and over. I've read through other threads on this issue. I don't understand what I am doing wrong here. Adding, for example, "wolfmeat.cooked" to Blacklist and/or adding "wolfmeat.raw" to Whitelist changes nothing. I instantly get burned meat and every cooking furance does it. I've tried with and without permissions enabled. The following config gives me burnt meat:
{
"Permission": "quicksmelt.use",
"Use Permission": false,
"Speed Multipliers": {
"global": 1.0,
"furnace.shortname": 1.0
},
"Fuel Usage Speed Multipliers": {
"global": 1.0,
"furnace.shortname": 1.0
},
"Fuel Usage Multipliers": {
"global": 1,
"furnace.shortname": 1
},
"Output Multipliers": {
"global": {
"global": 1.0
},
"furnace.shortname": {
"item.shortname": 1.0
}
},
"Whitelist": {
"global": [
"item.shortname"
],
"furnace.shortname": [
"item.shortname"
]
},
"Blacklist": {
"global": [
"wolfmeat.cooked"
],
"furnace.shortname": [
"item.shortname"
]
},
"Smelting Frequencies (Smelt items every N smelting ticks)": {
"global": 1,
"furnace.shortname": 1
},
"Debug": false
}