forked from Mineclonia/Mineclonia
Itemframes: Change dummy texture to blank.png
This commit is contained in:
parent
132db02011
commit
daff07269a
|
@ -6,8 +6,8 @@ minetest.register_entity("mcl_itemframes:item",{
|
||||||
visual_size = {x=0.3,y=0.3},
|
visual_size = {x=0.3,y=0.3},
|
||||||
physical = false,
|
physical = false,
|
||||||
pointable = false,
|
pointable = false,
|
||||||
textures = { "empty.png" },
|
textures = { "blank.png" },
|
||||||
_texture = "empty.png",
|
_texture = "blank.png",
|
||||||
|
|
||||||
on_activate = function(self, staticdata)
|
on_activate = function(self, staticdata)
|
||||||
if staticdata ~= nil and staticdata ~= "" then
|
if staticdata ~= nil and staticdata ~= "" then
|
||||||
|
|
Loading…
Reference in New Issue