forked from VoxeLibre/VoxeLibre
Revert 2be8a550dc
according to Wuzzy/MineClone2#973
This commit is contained in:
parent
fd4ce3c688
commit
eef5f2cc5b
|
@ -4,7 +4,7 @@ local VISUAL_SIZE = 0.3
|
||||||
|
|
||||||
minetest.register_entity("mcl_itemframes:item",{
|
minetest.register_entity("mcl_itemframes:item",{
|
||||||
hp_max = 1,
|
hp_max = 1,
|
||||||
visual = "item",
|
visual = "wielditem",
|
||||||
visual_size = {x=VISUAL_SIZE, y=VISUAL_SIZE},
|
visual_size = {x=VISUAL_SIZE, y=VISUAL_SIZE},
|
||||||
physical = false,
|
physical = false,
|
||||||
pointable = false,
|
pointable = false,
|
||||||
|
|
Loading…
Reference in New Issue