mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-12 16:15:20 +02:00
Feature check for commit ac4884c3d6
(#7618)
adds `entity_independent_selectionbox` to minetest.features
This commit is contained in:
@@ -3287,7 +3287,9 @@ Utilities
|
||||
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`
|
||||
|
Reference in New Issue
Block a user