Meat seems to be instantly cooking
Hi,

i seem to be having an issue were meat is instantly cooking. added is the config...
{
  "Permission": "quicksmelt.use",
  "Use Permission": true,
  "Speed Multipliers": {
    "global": 1.5,
    "furnace.shortname": 1.0
  },
  "Fuel Usage Speed Multipliers": {
    "global": 1.5,
    "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": [
      "item.shortname"
    ],
    "furnace.shortname": [
      "item.shortname"
    ]
  },
  "Smelting Frequencies (Smelt items every N smelting ticks)": {
    "global": 1,
    "furnace.shortname": 1
  },
  "Debug": false
}​
You may blacklist cooked meat so it won't burn, I will submit an update this summer that will change the config (all settings will be auto converted).
That is superb. thank you Misticos

Merged post

Hi Misticos,

ive tried adding the bearmeat to the blacklist but im not getting any cooked bearmeat outputted. ive tried adding the cooked bearmeat to the output but still no luck. here is the config changes that i have made...
{
  "Permission": "quicksmelt.use",
  "Use Permission": true,
  "Speed Multipliers": {
    "global": 1.5,
    "furnace.shortname": 1.0
  },
  "Fuel Usage Speed Multipliers": {
    "global": 1.5,
    "furnace.shortname": 1.0
  },
  "Fuel Usage Multipliers": {
    "global": 1,
    "furnace.shortname": 1
  },
  "Output Multipliers": {
    "global": {
      "global": 1.0
    },
    "bbq.deployed": {
      "bearmeat.cooked": 1.0
    }
  },
  "Whitelist": {
    "bbq.deployed": [
      "bearmeat.cooked"
    ]
  },
  "Blacklist": {
    "bbq.deployed": [
      "bearmeat"
    ]
  },
  "Smelting Frequencies (Smelt items every N smelting ticks)": {
    "global": 1,
    "furnace.shortname": 1
  },
  "Debug": false
}​
Add these to the blacklist as you have used the wrong item id's
"wolfmeat.cooked",
"meat.pork.cooked",
"humanmeat.cooked",
"horsemeat.cooked",
"deermeat.cooked",
"chicken.cooked",
"bearmeat.cooked"
"fish.cooked"