mirror of
https://github.com/luanti-org/luanti.git
synced 2025-07-02 16:38:41 +00:00
Fix super-small size of regular item entities
This commit is contained in:
parent
22a5a1fa43
commit
24953ba974
1 changed files with 1 additions and 0 deletions
|
@ -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}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue