1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-10-17 10:25:21 +02:00

Add a Way of checking for specific Feature with Lua Adds minetest.get_feature() and minetest.has_feature()

This commit is contained in:
Sfan5
2013-05-01 12:31:21 +02:00
parent c824abd7b2
commit a4183994a4
3 changed files with 34 additions and 0 deletions

View File

@@ -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")