smelter multiplier change

This commit is contained in:
minjaesong
2024-02-02 00:20:41 +09:00
parent 0769899b55
commit cfd0f0302e

View File

@@ -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!!