master #5

Merged
epCode merged 255 commits from VoxeLibre/VoxeLibre:master into master 2021-02-02 23:20:01 +01:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit eef5f2cc5b - Show all commits

View File

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