This commit is contained in:
RealBadAngel
2013-03-30 11:36:45 +01:00
parent edd6f8c7e9
commit 279776ff62
49 changed files with 200 additions and 223 deletions

View File

@ -1 +1,2 @@
aaa_recipeshook
creative

View File

@ -1,4 +1,11 @@
-- load api
dofile(minetest.get_modpath("unified_inventory").."/api.lua")
-- 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")