mirror of
https://github.com/minetest-mods/technic.git
synced 2024-11-15 15:00:45 +01:00
Added back LV Furnace Recipe
This commit is contained in:
parent
588d36ba09
commit
b96d32b5ec
|
@ -3,7 +3,7 @@
|
|||
|
||||
-- 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 = {
|
||||
{technic_compat.cobble_ingredient, technic_compat.cobble_ingredient, technic_compat.cobble_ingredient},
|
||||
{technic_compat.cobble_ingredient, 'technic:machine_casing', technic_compat.cobble_ingredient},
|
||||
|
|
Loading…
Reference in New Issue
Block a user