mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-31 23:45:22 +01:00
Add an option to disable object <-> object collision for Lua entities
This commit is contained in:
@@ -1812,6 +1812,7 @@ Object Properties
|
||||
{
|
||||
hp_max = 1,
|
||||
physical = true,
|
||||
collide_with_objects = true, -- collide with other objects if physical=true
|
||||
weight = 5,
|
||||
collisionbox = {-0.5,-0.5,-0.5, 0.5,0.5,0.5},
|
||||
visual = "cube"/"sprite"/"upright_sprite"/"mesh",
|
||||
|
||||
Reference in New Issue
Block a user