fix typos

This commit is contained in:
flux 2022-11-24 13:16:44 -08:00
parent 7783ffa754
commit f08e51778a
1 changed files with 2 additions and 2 deletions

View File

@ -69,7 +69,7 @@ minetest.register_craft({
}) })
minetest.register_craft({ minetest.register_craft({
output = "mesecons_extrawires:insulated_off3", output = "mesecons_extrawires:insulated_off",
type = "shapeless", type = "shapeless",
recipe = {"mesecons_insulated:corner_off "} recipe = {"mesecons_insulated:corner_off"}
}) })