Move chests to new mcl_chests mod

This commit is contained in:
Wuzzy 2017-01-27 12:42:05 +01:00
parent 3bafea382e
commit 191b09f62a
14 changed files with 275 additions and 284 deletions

View file

@ -271,7 +271,7 @@ crafting.set_creative_formspec = function(player, start_i, pagenum, show, page,
"item_image_button[4.938,8.37;1,1;default:stick;matr;]".. --materials
tab(name, "matr") ..
"tooltip[matr;Materials]"..
"item_image_button[9.19,8.37;1,1;default:chest;inv;]".. --inventory
"item_image_button[9.19,8.37;1,1;mcl_chests:chest;inv;]".. --inventory
tab(name, "inv") ..
"tooltip[inv;Survival Inventory]"..
"list[detached:trash;main;9,7;1,1;]"..