From 6848f2847c3fc1854601cad926a68b1fc797af22 Mon Sep 17 00:00:00 2001 From: Wuzzy Date: Mon, 16 Jan 2017 18:40:56 +0100 Subject: [PATCH] Fix arrow textures --- mods/throwing/arrow.lua | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/mods/throwing/arrow.lua b/mods/throwing/arrow.lua index c3afea9c9..6bd96230f 100644 --- a/mods/throwing/arrow.lua +++ b/mods/throwing/arrow.lua @@ -36,8 +36,7 @@ local THROWING_ARROW_ENTITY={ timer=0, visual = "wielditem", visual_size = {x=0.4, y=0.4}, - --textures = {"throwing:arrow_box"}, - textures = {"throwing_arrow_back.png"}, + textures = {"throwing:arrow_box"}, lastpos={}, collisionbox = {0,0,0,0,0,0}, }