forked from VoxeLibre/VoxeLibre
Slightly smaller item in item frame
This commit is contained in:
parent
097b4a95f2
commit
1d075f849f
|
@ -3,7 +3,7 @@ local tmp = {}
|
|||
minetest.register_entity("itemframes:item",{
|
||||
hp_max = 1,
|
||||
visual="wielditem",
|
||||
visual_size={x=.33,y=.33},
|
||||
visual_size={x=0.3,y=0.3},
|
||||
collisionbox = {0,0,0,0,0,0},
|
||||
physical=false,
|
||||
textures={"air"},
|
||||
|
|
Loading…
Reference in New Issue