mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-12 16:15:20 +02:00
CAO 'node' visual (#15683)
This commit is contained in:
@@ -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",
|
||||
|
Reference in New Issue
Block a user