mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
CAO 'node' visual (#15683)
This commit is contained in:
parent
5a8720a484
commit
27bbe3a873
14 changed files with 267 additions and 91 deletions
|
@ -66,6 +66,15 @@ core.register_entity("testentities:mesh_unshaded", {
|
|||
},
|
||||
})
|
||||
|
||||
core.register_entity("testentities:node", {
|
||||
initial_properties = {
|
||||
visual = "node",
|
||||
node = { name = "stairs:stair_stone" },
|
||||
},
|
||||
})
|
||||
|
||||
-- More complex meshes
|
||||
|
||||
core.register_entity("testentities:sam", {
|
||||
initial_properties = {
|
||||
visual = "mesh",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue