Small.oil.refinery

Hey, plugin is working great on all but the refinery's. Below is my config, any ideas why Refinery's are vanilla? What did I break? :P

 

{
"Use Permission": true,
"Speed Multipliers": {
"global": 1,
"furnace": 30,
"furnace.large": 30,
"campfire": 30,
"fireplace.stone": 30,
"small.oil.refinery": 30
},
"Fuel Usage Speed Multipliers": {
"global": 1,
"furnace.shortname": 1
},
"Fuel Usage Multipliers": {
"global": 1,
"furnace.shortname": 1
},
"Output Multipliers": {
"global": {
"global": 1
},
"furnace.shortname": {
"item.shortname": 1
}
},
"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

"small.oil.refinery": 2,
"refinery_small_deployed": 2,
"small_refinery_static": 2,
I add all 3 and it works. 

Just change global to 30 if you want everything to be 30 times faster.
With your config you're saying that everything is vanilla except furnace, furnace.large etc...