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