Wood excess when smeltingSolved
I am running my server with the following conifg for the new updated QuickSmelt:
{
  "Permission": "quicksmelt.use",
  "Use Permission": true,
  "Speed Multipliers": {
    "furnace": 10.0,
    "small.oil.refinery": 10.0,
    "furnace.large": 10.0,
    "campfire": 10.0,
    "bbq": 10.0,
    "water.purifier": 10.0
  },
  "Fuel Usage Speed Multipliers": {
    "furnace": 1.0,
    "small.oil.refinery": 1.0,
    "furnace.large": 1.0,
    "campfire": 1.0,
    "bbq": 1.0,
    "water.purifier": 1.0
  },
  "Fuel Usage Multipliers": {
    "furnace": 1,
    "small.oil.refinery": 1,
    "furnace.large": 1,
    "campfire": 1,
    "bbq": 1,
    "water.purifier": 1
  },
  "Output Multipliers": {
    "furnace": {
      "metal.ore": 1.0,
      "sulfur.ore": 1.0,
      "hq.metal.ore": 1.0
    },
    "small.oil.refinery": {
      "crude.oil": 1.0
    },
    "furnace.large": {
      "metal.ore": 1.0,
      "sulfur.ore": 1.0,
      "hq.metal.ore": 1.0,
	  "charcoal": 10.0
    },
    "campfire": {
      "deermeat.raw": 1.0,
      "chicken.raw": 1.0,
      "humanmeat.raw": 1.0,
      "fish.raw": 1.0,
      "bearmeat": 1.0,
      "wolfmeat.raw": 1.0,
      "meat.boar": 1.0,
      "can.tuna.empty": 1.0,
      "can.beans.empty": 1.0
    },
    "BBQ": {
      "deermeat.raw": 1.0,
      "chicken.raw": 1.0,
      "humanmeat.raw": 1.0,
      "fish.raw": 1.0,
      "bearmeat.raw": 1.0,
      "wolfmeat.raw": 1.0,
      "meat.boar": 1.0,
      "can.tuna.empty": 1.0,
      "can.beans.empty": 1.0
    }
  },
  "Whitelist": {
    "furnace": [
      "metal.ore",
      "sulfur.ore",
      "hq.metal.ore"
    ],
    "furnace.large": [
      "metal.ore",
      "sulfure.ore",
      "hq.metal.ore"
    ],
    "small.oil.refinery": [
      "lowgradefuel"
    ],
    "campfire": [
      "deermeat.cooked",
      "chicken.cooked",
      "humanmeat.cooked",
      "fish.cooked",
      "bearmeat.cooked",
      "wolfmeat.cooked",
      "meat.pork.cooked",
      "metal.fragments"
    ],
    "BBQ": [
      "deermeat.cooked",
      "chicken.cooked",
      "humanmeat.cooked",
      "fish.cooked",
      "bearmeat.cooked",
      "wolfmeat.cooked",
      "meat.pork.cooked",
      "metal.fragments"
    ]
  },
  "Blacklist": {
    "furnace.shortname": [
      "item.shortname"
    ]
  },
  "Smelting Frequency (Smelt items every N smelting ticks)": 2,
  "Debug": false
}​


When smelting in both the furnaces everything is x10 but the wood isn't consumed x10 faster. Only way to get it to consume x10 more wood is by adjusting the smelting frequency hwowever then it burns the food when cooking. I have tried adjusting both "Fuel Usage Speed Multipliers" and "Fuel Usage Multipliers" but then I get smelting right and the food burns. I have tried everything. I have no idea what to try any further
Hey!
Thank you for your feedback. I will try to do something with that.
I have reverted back to a previous version I had running on my server as the config is currently a nightmare to setup and requires a lot of trial and error to try and get it working for something as simple as just increasing the overall cooking and smelting to x10 of vanilla rate. I love the idea but it is not clear what does what
Locked automatically