mirror of
https://github.com/luanti-org/luanti.git
synced 2025-09-15 18:57:08 +00:00
Add a Way of checking for specific Feature with Lua Adds minetest.get_feature() and minetest.has_feature()
This commit is contained in:
parent
c824abd7b2
commit
a4183994a4
3 changed files with 34 additions and 0 deletions
|
@ -24,4 +24,5 @@ dofile(minetest.get_modpath("__builtin").."/chatcommands.lua")
|
|||
dofile(minetest.get_modpath("__builtin").."/static_spawn.lua")
|
||||
dofile(minetest.get_modpath("__builtin").."/detached_inventory.lua")
|
||||
dofile(minetest.get_modpath("__builtin").."/falling.lua")
|
||||
dofile(minetest.get_modpath("__builtin").."/features.lua")
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue