Fix support for crafting modpack

This commit is contained in:
stujones11 2015-09-09 19:07:31 +01:00
parent 1c56ee4bd6
commit 741faf3520
1 changed files with 4 additions and 0 deletions

View File

@ -84,6 +84,10 @@ if minetest.get_modpath("inventory_plus") then
.."label[5,1.5;Heal: armor_heal]"
.."label[5,2;Fire: armor_fire]"
.."list[current_player;main;0,4.5;8,4;]"
if minetest.get_modpath("crafting") then
inventory_plus.get_formspec = function(player, page)
end
end
elseif minetest.get_modpath("unified_inventory") then
inv_mod = "unified_inventory"
unified_inventory.register_button("armor", {