Update 'mods/minetest-3d_armor/3d_armor/api.lua'

This commit is contained in:
thunderdog1138 2020-07-23 13:33:23 +00:00
parent cbe27658be
commit 3ce8d31aab
1 changed files with 1 additions and 1 deletions

View File

@ -178,7 +178,7 @@ armor.set_player_armor = function(self, player)
local count = 0
local material = {count=1}
local preview = armor:get_preview(name)
local texture = "3d_armor_trans.png"
local texture = "trans.png"
local textures = {}
local physics = {}
local attributes = {}