1
0
mirror of https://gitlab.com/rubenwardy/awards.git synced 2025-06-29 22:50:36 +02:00

Add sfinv support

This commit is contained in:
rubenwardy
2016-08-01 22:39:32 +01:00
parent f6515c12b8
commit 9308b95163
4 changed files with 30 additions and 4 deletions

View File

@ -25,6 +25,7 @@ end
dofile(minetest.get_modpath("awards").."/api.lua")
dofile(minetest.get_modpath("awards").."/chat_commands.lua")
dofile(minetest.get_modpath("awards").."/sfinv.lua")
dofile(minetest.get_modpath("awards").."/unified_inventory.lua")
dofile(minetest.get_modpath("awards").."/triggers.lua")
awards.set_intllib(S)