diff --git a/swords.lua b/swords.lua index f3fd498..bac6b19 100644 --- a/swords.lua +++ b/swords.lua @@ -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 diff --git a/textures/enhancements_diamond_steel_sword.png b/textures/enhancements_diamond_steel_sword.png index d3ff83f..da82daa 100644 Binary files a/textures/enhancements_diamond_steel_sword.png and b/textures/enhancements_diamond_steel_sword.png differ diff --git a/textures/enhancements_diamond_steel_sword_1.png b/textures/enhancements_diamond_steel_sword_1.png new file mode 100644 index 0000000..d3ff83f Binary files /dev/null and b/textures/enhancements_diamond_steel_sword_1.png differ diff --git a/textures/enhancements_diamond_sword.png b/textures/enhancements_diamond_sword.png index ab41e66..d3e4fec 100644 Binary files a/textures/enhancements_diamond_sword.png and b/textures/enhancements_diamond_sword.png differ diff --git a/textures/enhancements_diamond_sword_1.png b/textures/enhancements_diamond_sword_1.png new file mode 100644 index 0000000..ab41e66 Binary files /dev/null and b/textures/enhancements_diamond_sword_1.png differ