Skip to content

Commit

Permalink
fix typo moreores:tin_ingot -> default:tin_ingot (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
programmerjake committed Mar 22, 2024
1 parent ab4bb34 commit e581a71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit e581a71

Please sign in to comment.