update boost carts, mesecons, moreblocks, moretrees, unified inventory,
and worldedit
This commit is contained in:
@@ -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
|
||||
|
1
unified_inventory/description.txt
Normal file
1
unified_inventory/description.txt
Normal 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.
|
1
unified_inventory/mod.conf
Normal file
1
unified_inventory/mod.conf
Normal file
@@ -0,0 +1 @@
|
||||
name = unified_inventory
|
BIN
unified_inventory/screenshot.png
Normal file
BIN
unified_inventory/screenshot.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 149 KiB |
Reference in New Issue
Block a user