Slightly smaller item in item frame

This commit is contained in:
Wuzzy 2017-08-03 16:08:25 +02:00
parent 097b4a95f2
commit 1d075f849f
1 changed files with 1 additions and 1 deletions

View File

@ -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"},