Update crossbow.lua

shooter_"..name..".png  was in there twice
This commit is contained in:
doyousketch2 2018-02-23 11:53:04 -05:00 committed by stujones11
parent 79cfae5dad
commit 075cbe2e52

View file

@ -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", {