mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-12-23 16:39:33 +01:00
Itemframes: Change dummy texture to blank.png
This commit is contained in:
parent
132db02011
commit
daff07269a
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue