mirror of
https://github.com/minetest-mods/technic.git
synced 2025-02-06 07:10:27 +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
|
-- FIXME: kpoppel I'd like to introduce an induction heating element here also
|
||||||
minetest.register_craft({
|
minetest.register_craft({
|
||||||
output = 'technic:electric_furnace',
|
output = 'technic:lv_electric_furnace',
|
||||||
recipe = {
|
recipe = {
|
||||||
{technic_compat.cobble_ingredient, technic_compat.cobble_ingredient, technic_compat.cobble_ingredient},
|
{technic_compat.cobble_ingredient, technic_compat.cobble_ingredient, technic_compat.cobble_ingredient},
|
||||||
{technic_compat.cobble_ingredient, 'technic:machine_casing', technic_compat.cobble_ingredient},
|
{technic_compat.cobble_ingredient, 'technic:machine_casing', technic_compat.cobble_ingredient},
|
||||||
|
Loading…
Reference in New Issue
Block a user