aboutsummaryrefslogtreecommitdiff
path: root/games/minimal/mods/default/textures/default_rail_crossing.png
diff options
context:
space:
mode:
Diffstat (limited to 'games/minimal/mods/default/textures/default_rail_crossing.png')
0 files changed, 0 insertions, 0 deletions
true, object_use_texture_alpha = true, object_independent_selectionbox = true, httpfetch_binary_data = true, formspec_version_element = true, area_store_persistent_ids = true, pathfinder_works = true, object_step_has_moveresult = true, direct_velocity_on_players = true, use_texture_alpha_string_modes = true, degrotate_240_steps = true, } function core.has_feature(arg) if type(arg) == "table" then local missing_features = {} local result = true for ftr in pairs(arg) do if not core.features[ftr] then missing_features[ftr] = true result = false end end return result, missing_features elseif type(arg) == "string" then if not core.features[arg] then return false, {[arg]=true} end return true, {} end end