Added back LV Furnace Recipe

This commit is contained in:
James David Clarke 2023-12-28 14:02:37 +00:00
parent 588d36ba09
commit b96d32b5ec
No known key found for this signature in database
GPG Key ID: 9F5ECFD0E20F1C4C
1 changed files with 1 additions and 1 deletions

View File

@ -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},