Charcoal mass producing, BBQ still burning meatSolved
I have been working on this for days with no luck. If I put 1,000 wood in a furnace, I end up with about 25,000 charcoal very quickly. How do I turn that down?? I would like maybe a little extra, but not nearly that much. Also, no matter what I do or what example JSON I try, the BBQ still burns meat. The only meat it doesn't seem to burn is fish??? Very confused and puzzled with this issue. Below is my JSON (it's kind of bare since iv'e been working on it daily). 
{
  "Permission": "quicksmelt.use",
  "Use Permission": true,
  "Speed Multipliers": {
    "furnace": 5.0,
    "small.oil.refinery": 5.0,
    "furnace.large": 5.0,
    "campfire": 5.0,
    "BBQ": 5.0
  },
  "Fuel Usage Speed Multipliers": {
    "global": 1.0,
    "furnace": 1.0
  },
  "Fuel Usage Multipliers": {
    "global": 1,
    "furnace": 1
  },
  "Output Multipliers": {
    "global": {
      "global": 30.0
    },
    "furnace.shortname": {
      "sulfer.ore": 2.0
    }
  },
  "Whitelist": {
    "global": [
      "item.shortname"
    ],
    "furnace.shortname": [
      "item.shortname"
    ]
  },
  "Blacklist": {
    "furnace": [
      "deermeat.cooked",
      "chicken.cooked",
      "humanmeat.cooked",
      "fish.cooked",
      "bearmeat.cooked",
      "wolfmeat.cooked",
      "meat.pork.cooked",
      "horsemeat.cooked"
    ],
    "furnace.large": [
      "deermeat.cooked",
      "chicken.cooked",
      "humanmeat.cooked",
      "fish.cooked",
      "bearmeat.cooked",
      "wolfmeat.cooked",
      "meat.pork.cooked",
      "horsemeat.cooked"
    ],
    "campfire": [
      "deermeat.cooked",
      "chicken.cooked",
      "humanmeat.cooked",
      "fish.cooked",
      "bearmeat.cooked",
      "wolfmeat.cooked",
      "meat.pork.cooked",
      "horsemeat.cooked"
    ],
    "BBQ": [
      "deermeat.cooked",
      "chicken.cooked",
      "humanmeat.cooked",
      "fish.cooked",
      "bearmeat.cooked",
      "wolfmeat.cooked",
      "meat.pork.cooked",
      "horsemeat.cooked"
    ],
    "furnace.shortname": [
      "item.shortname"
    ]
  },
  "Smelting Frequencies (Smelt items every N smelting ticks)": {
    "global": 1,
    "furnace.shortname": 1
  },
  "Debug": false
}​


Merged post

I fixed the charcoal issue, But it still burns meat in BBQ
Hey!
All meat in your configuration burns there except fish?

Deleted to make a new thread

BBQ isn't the correct shortname. Try bbq.deployed.
I'll try that! thank you. One more question, I have my fuel usage turned down to 1, but it still burns wood pretty quickly. Is there a way to turn down the speed a little?
Try changing fuel usage speed, @xxxmisspinkxxx
My fuel usage speed is also at 1. Could it go any lower? like 0.5?
fuel usage can't but speed can
Sweet! thanks for the help!
Locked automatically