texture merged with diamonds mod

master
juraj 2016-02-22 20:55:03 +01:00
parent 3ba60ec737
commit 1b2361b6dd
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ if (minetest.get_modpath("diamonds")) then
})
minetest.override_item("diamonds:steelsword", {
inventory_image="enhancements_diamond_steel_sword.png",
-- inventory_image="enhancements_diamond_steel_sword.png",
wield_scale = {x=1.5, y=2, z=1},
})
end