100 and 1000 would be wrong, it is 100.0 and 1000.0. I'd try a lower value though like 5.0 and see if that works after reloading.
QuickSmelt
Moved
Total Downloads: 57,445 - First Release: May 27, 2015 - Last Update: Jun 13, 2018
- 5/5, 106 likes
-
Wulf Community Admin
-
hi, how i cant to set for x2 sanks, need Cooked x2 but default for x4
"ByproductModifier": 100,
"ByproductPercent": 50,
"CookedModifier": 0.1,
"CookedPercent": 100,
"FuelUsageModifier": 1,
"OvercookMeat": false,
"UsePermissions": false -
Wulf Community Admin
-
Wulf please help
How can I make the following?
Amount of Wood consumption at tick= 100
Amount of Melted materials= 100%
Amount of Charcoal produced= 95% or 100%
The only what I want here is Increase speed on the tick
can be possible?¡
I can not find the proper config. -
Wulf Community Admin
CookedPercent = 100
ByproductPercent = 100 -
Code:
"ByproductModifier": 1.0, "ByproductPercent": 100, "CookedModifier": 1.0, "CookedPercent": 100, "FuelUsageModifier": 100, "OvercookMeat": false, "UsePermissions": false
-
Wulf Community Admin
-
Code:
"ByproductModifier": 100.0, "ByproductPercent": 100, "CookedModifier": 1.0, "CookedPercent": 100, "FuelUsageModifier": 100, "OvercookMeat": false, "UsePermissions": false
now
consume 100 wood
and gives charcoal 100
but just 1 melted
on each tick -
Wulf Community Admin
-
Now works Wulfy!! thanks
but I can not understand at all how this works,
I was thinking that Cooked was only for foods
but is all related !!
Sorry for bother u -
Wulf Community Admin
-
will be better put all together and create a Plugin called
FurnaceSetting
or FurnaceSpeed
or something related to smelt and cook
I can create a logo for the plugin -
Wulf Community Admin
-
"FireWorks"
"FireProduction"
something related -
I hope this Likes you, and can help/encourage you to improve the plugin -
how do I set it for fast smelt
-
Wulf Community Admin
-
-
While using the default CookedModifier, 1.0, there is a small chance to smelt two ore on one tick. I'm testing with the current default settings with the current latest version of oxide.
Code:{ "ByproductModifier": 1.0, "ByproductPercent": 50, "CookedModifier": 1.0, "CookedPercent": 100, "FuelUsageModifier": 1, "OvercookMeat": false, "UsePermissions": false }
Last edited by a moderator: Oct 21, 2016 -
Wulf Community Admin