add obsidian mese to swords properties

master
Juraj Vajda 2016-10-16 11:16:54 +01:00
parent b45c02aed7
commit aad0b045f8
1 changed files with 7 additions and 0 deletions

View File

@ -34,6 +34,13 @@ if (minetest.get_modpath("moreores")) then
})
end
-- OBSIDIANMESE
if (minetest.get_modpath("obsidianmese")) then
minetest.override_item("obsidianmese:sword", {
wield_scale = {x=1.5, y=2, z=1},
})
end
-- SWORDS SUPER DIAMONDS
if (minetest.get_modpath("diamonds")) then
minetest.override_item("diamonds:sword", {