Not working with map-generated quarries/refineries

Like the title says, I noticed the refineries at monuments on the map and the quarries labelled on the map don't work with quicksmelt (it also doesn't seem to work with increased gather rates, but that is for another mod, obviously).

I don't know if I am just missing something in my config or what. Any help is greatly appreciated. 

 

{
"Permission": "quicksmelt.use",
"Use Permission": false,
"Speed Multipliers": {
"furnace": 30.0,
"furnace.large": 50.0,
"refinery_small_deployed": 1.0,
"campfire": 1.0,
"skull_fire_pit": 1.0,
"fireplace.deployed": 1.0,
"bbq.deployed": 1.0
},
"Fuel Usage Speed Multipliers": {
"furnace": 2.0,
"furnace.large": 2.0,
"refinery_small_deployed": 1.0,
"campfire": 1.0,
"skull_fire_pit": 1.0,
"fireplace.deployed": 1.0,
"bbq.deployed": 1.0
},
"Fuel Usage Multipliers": {
"furnace": 1,
"furnace.large": 1,
"refinery_small_deployed": 1,
"campfire": 1,
"skull_fire_pit": 1,
"fireplace.deployed": 1,
"bbq.deployed": 1
},
"Output Multipliers": {
"furnace": {
"metal.fragments": 1.0,
"sulfur": 1.0,
"metal.refined": 1.0,
"charcoal": 1.0
},
"furnace.large": {
"metal.fragments": 1.0,
"sulfur": 1.0,
"metal.refined": 1.0,
"charcoal": 1.0
},
"refinery_small_deployed": {
"lowgradefuel": 1.0,
"charcoal": 1.0
},
"campfire": {
"bearmeat.cooked": 1.0,
"chicken.cooked": 1.0,
"deermeat.cooked": 1.0,
"fish.cooked": 1.0,
"horsemeat.cooked": 1.0,
"humanmeat.cooked": 1.0,
"meat.pork.cooked": 1.0,
"wolfmeat.cooked": 1.0,
"charcoal": 1.0
},
"skull_fire_pit": {
"bearmeat.cooked": 1.0,
"chicken.cooked": 1.0,
"deermeat.cooked": 1.0,
"fish.cooked": 1.0,
"horsemeat.cooked": 1.0,
"humanmeat.cooked": 1.0,
"meat.pork.cooked": 1.0,
"wolfmeat.cooked": 1.0,
"charcoal": 1.0
},
"fireplace.deployed": {
"bearmeat.cooked": 1.0,
"chicken.cooked": 1.0,
"deermeat.cooked": 1.0,
"fish.cooked": 1.0,
"horsemeat.cooked": 1.0,
"humanmeat.cooked": 1.0,
"meat.pork.cooked": 1.0,
"wolfmeat.cooked": 1.0,
"charcoal": 1.0
},
"bbq.deployed": {
"bearmeat.cooked": 1.0,
"chicken.cooked": 1.0,
"deermeat.cooked": 1.0,
"fish.cooked": 1.0,
"horsemeat.cooked": 1.0,
"humanmeat.cooked": 1.0,
"meat.pork.cooked": 1.0,
"wolfmeat.cooked": 1.0,
"charcoal": 1.0
}
},
"Whitelist": {
"furnace": [
"metal.ore",
"sulfur.ore",
"hq.metal.ore",
"can.tuna.empty",
"can.beans.empty"
],
"furnace.large": [
"metal.ore",
"sulfur.ore",
"hq.metal.ore",
"can.tuna.empty",
"can.beans.empty"
],
"small.oil.refinery": [
"crude.oil"
],
"campfire": [
"bearmeat",
"chicken.raw",
"deermeat.raw",
"fish.raw",
"horsemeat.raw",
"humanmeat.raw",
"meat.boar",
"wolfmeat.raw",
"can.tuna.empty",
"can.beans.empty"
],
"skull_fire_pit": [
"bearmeat",
"chicken.raw",
"deermeat.raw",
"fish.raw",
"horsemeat.raw",
"humanmeat.raw",
"meat.boar",
"wolfmeat.raw",
"can.tuna.empty",
"can.beans.empty"
],
"fireplace.deployed": [
"bearmeat",
"chicken.raw",
"deermeat.raw",
"fish.raw",
"horsemeat.raw",
"humanmeat.raw",
"meat.boar",
"wolfmeat.raw",
"can.tuna.empty",
"can.beans.empty"
],
"bbq.deployed": [
"bearmeat",
"chicken.raw",
"deermeat.raw",
"fish.raw",
"horsemeat.raw",
"humanmeat.raw",
"meat.boar",
"wolfmeat.raw",
"can.tuna.empty",
"can.beans.empty"
]
},
"Blacklist": {
"global": [
"bearmeat.cooked",
"chicken.cooked",
"deermeat.cooked",
"fish.cooked",
"horsemeat.cooked",
"humanmeat.cooked",
"meat.pork.cooked",
"wolfmeat.cooked"
]
},
"Smelting Frequencies (Smelt items every N smelting ticks)": {
"global": 1
},
"Debug": false
}
They have a different shortname. For instaince, small_refinery_static

Merged post

Usually all map refineries and etc have "static" in their name
5b6ed4c9ac8e4.jpg misticos
They have a different shortname. For instaince, small_refinery_static

Merged post

Usually all map refineries and etc have "static" in their name

Ah, okay. Never knew that. Good to know. I'll try it out. Thank you! 

5b6ed4c9ac8e4.jpg misticos
They have a different shortname. For instaince, small_refinery_static

Merged post

Usually all map refineries and etc have "static" in their name

Quite odd. I tried refinery_small_static, small change from what you suggested because small_refinery_static was giving me an error. Doesn't seem to affect the one at dome, which is what I'm testing it on. 

I just added "refinery_small_static": 30.0 to the Speed multipliers section. Not sure what else ot try... 

You can get the entity you're looking at or delete it with ent kill, you'll see prefab in server console :d