mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-03-07 12:21:52 +09:00
smelter multiplier change
This commit is contained in:
@@ -246,7 +246,7 @@ class FixtureSmelterBasic : FixtureBase, CraftingStation {
|
||||
(productItem == null || oreItemProp.smeltingProduct == productItem!!.itm)
|
||||
) {
|
||||
|
||||
progress += temperature * 5f // debug speedup
|
||||
progress += temperature
|
||||
|
||||
if (progress >= CALORIES_PER_ROASTING) {
|
||||
val smeltingProduct = oreItemProp.smeltingProduct!!
|
||||
|
||||
Reference in New Issue
Block a user