diff --git a/shooter_crossbow/init.lua b/shooter_crossbow/init.lua index c01c33d..4500ccd 100644 --- a/shooter_crossbow/init.lua +++ b/shooter_crossbow/init.lua @@ -46,7 +46,7 @@ end -- name is the overlay texture name, colour is used to select the wool texture local function get_texture(name, colour) - return "shooter_"..name..".png^wool_"..colour..".png^shooter_"..name..".png^[makealpha:255,126,126" + return "wool_"..colour..".png^shooter_"..name..".png^[makealpha:255,126,126" end minetest.register_entity("shooter_crossbow:arrow_entity", {