Merge branch 'itemframe'

This commit is contained in:
Elias Fleckenstein 2021-01-06 14:05:09 +01:00
commit 2be8a550dc
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ local VISUAL_SIZE = 0.3
minetest.register_entity("mcl_itemframes:item",{
hp_max = 1,
visual = "wielditem",
visual = "item",
visual_size = {x=VISUAL_SIZE, y=VISUAL_SIZE},
physical = false,
pointable = false,