1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2024-12-24 17:50:37 +01:00
crabman77 2016-01-28 10:11:47 +01:00
parent c60abcd1cf
commit 1b80d027df

View File

@ -74,7 +74,7 @@ minetest.register_entity(":__builtin:item", {
is_visible = true,
visual = "wielditem",
textures = {(itemname or "unknown_item.png")},
visual_size = {x=0.25, y=0.25},
visual_size = {x=0.175, y=0.175},
automatic_rotate = math.pi * 0.5,
}
self.object:set_properties(prop)