Fix super-small size of regular item entities
parent
22a5a1fa43
commit
24953ba974
|
@ -46,6 +46,7 @@ minetest.register_entity("__builtin:item", {
|
||||||
if item_texture and item_texture ~= "" then
|
if item_texture and item_texture ~= "" then
|
||||||
prop.visual = "sprite"
|
prop.visual = "sprite"
|
||||||
prop.textures = {item_texture}
|
prop.textures = {item_texture}
|
||||||
|
prop.visual_size = {x=0.50, y=0.50}
|
||||||
else
|
else
|
||||||
prop.visual = "wielditem"
|
prop.visual = "wielditem"
|
||||||
prop.textures = {itemname}
|
prop.textures = {itemname}
|
||||||
|
|
Loading…
Reference in New Issue