Hi! Can you help me to configure this plugin, please? It's work perfect, but "Inputs"(ores) smelts by 1.
https://prnt.sc/s3lxso For example in 1 smelt tick, from 1 Metal Ore I got 75 Metal Fragments. How can I get this result(in 1 tick): https://prnt.sc/s3lyua ? I mean, how can I configure "Input" multipliers? Sorry for my English...
https://prnt.sc/s3lxso For example in 1 smelt tick, from 1 Metal Ore I got 75 Metal Fragments. How can I get this result(in 1 tick): https://prnt.sc/s3lyua ? I mean, how can I configure "Input" multipliers? Sorry for my English...
{
"Use Permission": false,
"Speed Multipliers": {
"global": 1.0,
"furnace.shortname": 1.0
},
"Fuel Usage Speed Multipliers": {
"global": 1.0,
"furnace.shortname": 1.0
},
"Fuel Usage Multipliers": {
"global": 25
},
"Output Multipliers": {
"global": {
"global": 25.0,
"metal.fragments": 75.0,
"sulfur": 50.0,
"metal.refined": 25.0
}
},
"Whitelist": {
"global": [
"metal.ore"
],
"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
}