add_entity_with_staticdata = true,
no_chat_message_prediction = true,
object_use_texture_alpha = true,
+ object_independent_selectionbox = true,
}
function core.has_feature(arg)
no_chat_message_prediction = true,
-- The transparency channel of textures can optionally be used on
-- objects (ie: players and lua entities)
- object_use_texture_alpha = true
+ object_use_texture_alpha = true,
+ -- Object selectionbox is settable independently from collisionbox
+ object_independent_selectionbox = true,
}
* `minetest.has_feature(arg)`: returns `boolean, missing_features`