Update mod

This commit is contained in:
RealBadAngel
2013-09-21 21:40:20 +02:00
parent 0ba8e7eeae
commit e3d391d63f
70 changed files with 145 additions and 200 deletions

11
init.lua Normal file
View File

@ -0,0 +1,11 @@
-- Unified Inventory mod 0.4.6
-- disable default creative inventory
if creative_inventory then
creative_inventory.set_creative_formspec = function(player, start_i, pagenum)
return
end
end
dofile(minetest.get_modpath("unified_inventory").."/api.lua")
dofile(minetest.get_modpath("unified_inventory").."/bags.lua")