forked from mtcontrib/technic_armor
fix typo moreores:tin_ingot -> default:tin_ingot (#7)
This commit is contained in:
parent
ab4bb34170
commit
e581a7102a
2
init.lua
2
init.lua
|
@ -61,7 +61,7 @@ end
|
||||||
if minetest.get_modpath("default") then
|
if minetest.get_modpath("default") then
|
||||||
materials.tin = {
|
materials.tin = {
|
||||||
name = S("Tin"),
|
name = S("Tin"),
|
||||||
craft_item = "moreores:tin_ingot",
|
craft_item = "default:tin_ingot",
|
||||||
armor = 1.6,
|
armor = 1.6,
|
||||||
heal = 0,
|
heal = 0,
|
||||||
use = 750,
|
use = 750,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user