mirror of
https://github.com/minetest-mods/3d_armor.git
synced 2025-07-04 01:00:36 +02:00
Replace 3d_armor_trans.png
w/ engine provided blank.png
(#143)
This commit is contained in:
@ -14,7 +14,7 @@ dofile(minetest.get_modpath(minetest.get_current_modname()).."/get_texture.lua")
|
||||
dofile(minetest.get_modpath(minetest.get_current_modname()).."/transform.lua")
|
||||
|
||||
wieldview.get_item_texture = function(self, item)
|
||||
local texture = "3d_armor_trans.png"
|
||||
local texture = "blank.png"
|
||||
if item ~= "" then
|
||||
texture = armor.get_wield_image(item)
|
||||
|
||||
|
Reference in New Issue
Block a user