Slightly reduce visual_size of vault item entity

To prevent clipping into the node textures.
This commit is contained in:
Jürgen Rühle 2024-10-28 14:52:55 +01:00 committed by ryvnf
parent ebc65e1516
commit 5cb18fed5e

View File

@ -77,7 +77,7 @@ minetest.register_entity("mcl_vaults:item_entity", {
initial_properties = {
physical = false,
visual = "wielditem",
visual_size = {x=0.28, y=0.28},
visual_size = {x=0.25, y=0.25},
collisionbox = {0,0,0,0,0,0},
pointable = true,
static_save = false,