Skip to content

Commit a206db4

Browse files
committed
Double Furnace can now also perform normal smelting
1 parent 5e2d707 commit a206db4

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ You need to rename it to "DoubleFurnace_#CurrentVersion" where CurrentVersion ne
1212

1313
# Changelog
1414

15+
## 0.1.3
16+
- Double Furnace can now also perform normal smelting
17+
1518
## 0.1.1
1619
- Fixed a bug: double-iron recipe wasn't enabled by default and wasn't granted by the double-smelting-tech research.
1720
- Improved locale strings

prototypes/entity.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ data:extend({
2525
module_info_icon_shift = {0, 0.8}
2626
},
2727
allowed_effects = {"consumption", "speed", "productivity", "pollution"},
28-
crafting_categories = {"double-smelting"},
28+
crafting_categories = {"smelting", "double-smelting"},
2929
result_inventory_size = 1,
3030
crafting_speed = 1,
3131
energy_usage = "300kW", -- electric furnace = 180kW

0 commit comments

Comments
 (0)