Replace 3d_armor_trans.png w/ engine provided blank.png (#143)

This commit is contained in:
Niklp
2024-04-04 07:25:05 +02:00
committed by GitHub
parent fb86c02e43
commit 1fcbf64d53
6 changed files with 14 additions and 14 deletions

View File

@ -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)