Itemframes: Change dummy texture to blank.png

This commit is contained in:
Wuzzy 2020-11-12 10:40:14 +01:00
parent 132db02011
commit daff07269a
1 changed files with 2 additions and 2 deletions

View File

@ -6,8 +6,8 @@ minetest.register_entity("mcl_itemframes:item",{
visual_size = {x=0.3,y=0.3},
physical = false,
pointable = false,
textures = { "empty.png" },
_texture = "empty.png",
textures = { "blank.png" },
_texture = "blank.png",
on_activate = function(self, staticdata)
if staticdata ~= nil and staticdata ~= "" then