forked from Mirrorlandia_minetest/minetest
Document "wielditem" visual
This commit is contained in:
parent
6f661f77a6
commit
c3eb7fe316
@ -2010,7 +2010,7 @@ Object Properties
|
|||||||
collide_with_objects = true, -- collide with other objects if physical=true
|
collide_with_objects = true, -- collide with other objects if physical=true
|
||||||
weight = 5,
|
weight = 5,
|
||||||
collisionbox = {-0.5,-0.5,-0.5, 0.5,0.5,0.5},
|
collisionbox = {-0.5,-0.5,-0.5, 0.5,0.5,0.5},
|
||||||
visual = "cube"/"sprite"/"upright_sprite"/"mesh",
|
visual = "cube"/"sprite"/"upright_sprite"/"mesh"/"wielditem",
|
||||||
visual_size = {x=1, y=1},
|
visual_size = {x=1, y=1},
|
||||||
mesh = "model",
|
mesh = "model",
|
||||||
textures = {}, -- number of required textures depends on visual
|
textures = {}, -- number of required textures depends on visual
|
||||||
|
Loading…
Reference in New Issue
Block a user