Differences From
Artifact [cdf0329a68]:
101 101 on_construct = function(pos)
102 102 local meta = minetest.get_meta(pos)
103 103 local inv = meta:get_inventory()
104 104 inv:set_size('ingot',1)
105 105 inv:set_size('gem',1)
106 106 inv:set_size('output',1)
107 107 meta:set_string('formspec', [[
108 - formspec_version[3] real_coordinates[true]
109 108 size[8,6]
110 109 list[context;ingot;2,0.5;1,1;]
111 110 image[2,0.5;1,1;sorcery_ingot_outline.png]
112 111 list[context;gem;3,0.5;1,1;]
113 112 image[3,0.5;1,1;sorcery_diamond_outline.png]
114 113 list[context;output;5,0.5;1,1;]
115 114 list[current_player;main;0,2;8,4;]