Fix super-small size of regular item entities

master
Perttu Ahola 2012-04-04 22:57:29 +03:00
parent 22a5a1fa43
commit 24953ba974
1 changed files with 1 additions and 0 deletions

View File

@ -46,6 +46,7 @@ minetest.register_entity("__builtin:item", {
if item_texture and item_texture ~= "" then
prop.visual = "sprite"
prop.textures = {item_texture}
prop.visual_size = {x=0.50, y=0.50}
else
prop.visual = "wielditem"
prop.textures = {itemname}