Skip to content

Commit

Permalink
fix technic:electric_furnace alias in craft recipe
Browse files Browse the repository at this point in the history
technic:electric_furnace is an alias (in legacy.lua) to actual node technic:lv_electric_furnace
  • Loading branch information
nonfreegithub committed Nov 8, 2023
1 parent 5aa8739 commit 718fedf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion technic/machines/LV/electric_furnace.lua
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ local S = technic.getter

-- FIXME: kpoppel I'd like to introduce an induction heating element here also
minetest.register_craft({
output = 'technic:electric_furnace',
output = 'technic:lv_electric_furnace',
recipe = {
{'group:cobble', 'group:cobble', 'group:cobble'},
{'group:cobble', 'technic:machine_casing', 'group:cobble'},
Expand Down

0 comments on commit 718fedf

Please sign in to comment.