2013-03-30 14:36:45 +04:00
|
|
|
-- 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
|
2013-02-02 14:12:10 +04:00
|
|
|
|
2013-03-30 14:36:45 +04:00
|
|
|
dofile(minetest.get_modpath("unified_inventory").."/api.lua")
|
2013-02-02 14:12:10 +04:00
|
|
|
dofile(minetest.get_modpath("unified_inventory").."/bags.lua")
|