Changed autocrafter formspec.

This commit is contained in:
Novatux 2013-01-20 09:20:26 +01:00
parent 4759791034
commit 26414588a5
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ minetest.register_node("pipeworks:autocrafter",{
meta:set_string("formspec",
"size[8,11]"..
"list[current_name;recipe;0,0;3,3;]"..
"list[current_name;src;0,3;8,3;]"..
"list[current_name;src;0,3.5;8,3;]"..
"list[current_name;dst;4,0;4,3;]"..
"list[current_player;main;0,7;8,4;]")
meta:set_string("infotext", "Autocrafter")