mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2024-12-25 02:00:37 +01:00
This commit is contained in:
parent
c60abcd1cf
commit
1b80d027df
@ -74,7 +74,7 @@ minetest.register_entity(":__builtin:item", {
|
|||||||
is_visible = true,
|
is_visible = true,
|
||||||
visual = "wielditem",
|
visual = "wielditem",
|
||||||
textures = {(itemname or "unknown_item.png")},
|
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,
|
automatic_rotate = math.pi * 0.5,
|
||||||
}
|
}
|
||||||
self.object:set_properties(prop)
|
self.object:set_properties(prop)
|
||||||
|
Loading…
Reference in New Issue
Block a user