From e581a7102a62bd9dec072198d2562a9ff7900654 Mon Sep 17 00:00:00 2001 From: Jacob Lifshay Date: Fri, 22 Mar 2024 02:45:35 -0700 Subject: [PATCH] fix typo moreores:tin_ingot -> default:tin_ingot (#7) --- init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.lua b/init.lua index 1ec53b4..0cf9ff2 100644 --- a/init.lua +++ b/init.lua @@ -61,7 +61,7 @@ end if minetest.get_modpath("default") then materials.tin = { name = S("Tin"), - craft_item = "moreores:tin_ingot", + craft_item = "default:tin_ingot", armor = 1.6, heal = 0, use = 750,