summaryrefslogtreecommitdiff
path: root/unified_inventory/init.lua
blob: cc170a0b45cde662e0271e7ac61c93b3e524e2ca (plain)
1
2
3
4
5
6
7
8
9
10
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")