mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-13 16:45:20 +02:00
Add an option to disable object <-> object collision for Lua entities
This commit is contained in:
@@ -31,6 +31,7 @@ struct ObjectProperties
|
||||
// Values are BS=1
|
||||
s16 hp_max;
|
||||
bool physical;
|
||||
bool collideWithObjects;
|
||||
float weight;
|
||||
core::aabbox3d<f32> collisionbox;
|
||||
std::string visual;
|
||||
|
Reference in New Issue
Block a user