fix typo moreores:tin_ingot -> default:tin_ingot (#7)

This commit is contained in:
Jacob Lifshay 2024-03-22 02:45:35 -07:00 committed by GitHub
parent ab4bb34170
commit e581a7102a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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