forked from thunderdog1138/star_wars
Update 'mods/minetest-3d_armor/3d_armor/api.lua'
This commit is contained in:
parent
cbe27658be
commit
3ce8d31aab
|
@ -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 = {}
|
||||
|
|
Loading…
Reference in New Issue