update boost carts, mesecons, moreblocks, moretrees, unified inventory,

and worldedit
This commit is contained in:
Vanessa Ezekowitz
2016-07-14 09:03:38 -04:00
parent 4b4687ee84
commit f9cae7314e
36 changed files with 931 additions and 114 deletions

View File

@@ -25,7 +25,8 @@ minetest.after(0.01, function()
for _,chk in pairs(recipe.items) do
local groupchk = string.find(chk, "group:")
if (not groupchk and not minetest.registered_items[chk])
or (groupchk and not unified_inventory.get_group_item(string.gsub(chk, "group:", "")).item) then
or (groupchk and not unified_inventory.get_group_item(string.gsub(chk, "group:", "")).item)
or minetest.get_item_group(chk, "exclude_from_craft_guide") ~= 0 then
unknowns = true
end
end

View File

@@ -0,0 +1 @@
Unified Inventory replaces the default survival and creative inventory. It adds a nicer interface and a number of features, such as a crafting guide.

View File

@@ -0,0 +1 @@
name = unified_inventory

Binary file not shown.

After

Width:  |  Height:  |  Size: 149 KiB