mirror of
https://github.com/minetest/minetest.git
synced 2024-11-04 14:53:45 +01:00
Fix minetest.features
This commit is contained in:
parent
d07000ed1d
commit
b28734c82c
@ -1,11 +1,11 @@
|
||||
-- Minetest: builtin/features.lua
|
||||
|
||||
minetest.features = {
|
||||
"glasslike_framed" = true,
|
||||
"nodebox_as_selectionbox" = true,
|
||||
"chat_send_player_param3" = true,
|
||||
"get_all_craft_recipes_works" = true,
|
||||
"use_texture_alpha" = true,
|
||||
glasslike_framed = true,
|
||||
nodebox_as_selectionbox = true,
|
||||
chat_send_player_param3 = true,
|
||||
get_all_craft_recipes_works = true,
|
||||
use_texture_alpha = true,
|
||||
}
|
||||
|
||||
function minetest.has_feature(arg)
|
||||
|
Loading…
Reference in New Issue
Block a user