Change smelting speed and output multipliers easily!
Permissions
quicksmelt.use
-- Apply configuration to this player's furnaces.
Configuration
Default Configuration
{
"Use Permission": true,
"Speed Multipliers": {
"global": 1.0,
"furnace.shortname": 1.0
},
"Fuel Usage Speed Multipliers": {
"global": 1.0,
"furnace.shortname": 1.0
},
"Fuel Usage Multipliers": {
"global": 1,
"furnace.shortname": 1
},
"Output Multipliers": {
"global": {
"global": 1.0
},
"furnace.shortname": {
"item.shortname": 1.0
}
},
"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
}
How-To
Use Permission - Whether to use the permission.
Speed Multipliers - Changes how frequently the furnace cooks stuff inside, processes the items.
Fuel Usage Speed Multipliers - How fast fuel is consumed.
Fuel Usage Multiplier - Fuel consumption multiplier.
Output Multipliers - Output multipliers.
Whitelist and Blacklist - Items which can(not) be smelted (INPUT, not OUTPUT). Use it to cook food in furnaces and smelt ores in campfires.
Smelting Frequencies - Smelt items only every (N) smelting ticks. Increase the value to make it slower and produce less.
Replace all furnace.shortname
with the shortname of the entity, e.g.: furnace, furnace.large, campfire. Use global
to apply the setting to all entities.
Donate
MIT License
Copyright (c) 2019-2021 misticos
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.