Oil Refinery is not getting boosted?Solved
Hello Community,

the small.oil.refinery gets no boost from Quicksmelt. Here the Config:

{
  "Permission": "quicksmelt.use",
  "Use Permission": false,
  "Speed Multipliers": {
    "furnace": 320.0,
    "small.oil.refinery": 320.0,
    "furnace.large": 320.0,
    "campfire": 1.0,
    "BBQ": 1.0
  },
  "Fuel Usage Speed Multipliers": {
    "furnace": 1.0
  },
  "Fuel Usage Multipliers": {
    "furnace": 2,
    "small.oil.refinery": 2,
    "furnace.large": 2,
    "campfire": 1,
    "BBQ": 1
  },
  "Output Multipliers": {
    "furnace": {
      "charcoal": 1.0,
      "metal.fragments": 3.0,
      "sulfur": 1.0,
      "metal.refined": 2.0
    },
    "small.oil.refinery": {
      "lowgradefuel": 1.0
    },
    "furnace.large": {
      "charcoal": 1.0,
      "metal.fragments": 3.0,
      "sulfur": 1.0,
      "metal.refined": 2.0
    }
  },
  "Whitelist": {
    "furnace": [
      "metal.ore",
      "sulfur.ore",
      "hq.metal.ore"
    ],
    "furnace.large": [
      "metal.ore",
      "sulfur.ore",
      "hq.metal.ore"
    ],
    "small.oil.refinery": [
      "lowgradefuel"
    ],
    "campfire": [
      "deermeat.raw",
      "chicken.raw",
      "humanmeat.raw",
      "fish.raw",
      "bearmeat",
      "wolfmeat.raw",
      "meat.pork.raw"
    ],
    "BBQ": [
      "deermeat.raw",
      "chicken.raw",
      "humanmeat.raw",
      "fish.raw",
      "bearmeat",
      "wolfmeat.raw",
      "meat.pork.raw"
    ]
  },
  "Blacklist": {
    "furnace": [
      "deermeat.cooked",
      "chicken.cooked",
      "humanmeat.cooked",
      "fish.cooked",
      "bearmeat.cooked",
      "wolfmeat.cooked",
      "meat.pork.cooked"
    ],
    "furnace.large": [
      "deermeat.cooked",
      "chicken.cooked",
      "humanmeat.cooked",
      "fish.cooked",
      "bearmeat.cooked",
      "wolfmeat.cooked",
      "meat.pork.cooked"
    ],
    "campfire": [
      "deermeat.cooked",
      "chicken.cooked",  
      "humanmeat.cooked",
      "fish.cooked",
      "bearmeat.cooked",
      "wolfmeat.cooked",
      "meat.pork.cooked"
    ],
    "BBQ": [
      "deermeat.cooked",
      "chicken.cooked",
      "humanmeat.cooked",
      "fish.cooked",
      "bearmeat.cooked",
      "wolfmeat.cooked",
      "meat.pork.cooked"
    ]
  },
  "Smelting Frequencies (Smelt items every N smelting ticks)": {
    "global": 1,
  },
  "Debug": false
}


Is there a problem in the config? Or is it not possible to configurate it for the oil refinery?
Furnace and the big one is working.

MfG Bi0

Hey!
Maybe that's because you are using the wrong shortname?
Correct one: `refinery_small_deployed` - try using this one
Yes, thats it. THX :)
Locked automatically