mirror of
https://github.com/luanti-org/luanti.git
synced 2025-09-15 18:57:08 +00:00
Feature check for commit ac4884c3d6
(#7618)
adds `entity_independent_selectionbox` to minetest.features
This commit is contained in:
parent
3a95d760e9
commit
ea26076bcb
2 changed files with 4 additions and 1 deletions
|
@ -12,6 +12,7 @@ core.features = {
|
|||
add_entity_with_staticdata = true,
|
||||
no_chat_message_prediction = true,
|
||||
object_use_texture_alpha = true,
|
||||
object_independent_selectionbox = true,
|
||||
}
|
||||
|
||||
function core.has_feature(arg)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue