From: Zefram Date: Fri, 1 Aug 2014 16:56:32 +0000 (+0100) Subject: Update alloying craft guide to match machine X-Git-Url: http://81.2.79.47:8989/gitweb/?a=commitdiff_plain;h=daa61352111cbee9588efad2a5762fea7ad37cda;p=zefram%2Fminetest%2Ftechnic.git Update alloying craft guide to match machine The alloy furnaces have been changed to lay out the input slots horizontally. The craft guide should match that, for mnemonic value. --- diff --git a/technic/machines/register/recipes.lua b/technic/machines/register/recipes.lua index 28a0275..22e9866 100644 --- a/technic/machines/register/recipes.lua +++ b/technic/machines/register/recipes.lua @@ -8,8 +8,8 @@ function technic.register_recipe_type(typename, origdata) if unified_inventory and unified_inventory.register_craft_type and data.output_size == 1 then unified_inventory.register_craft_type(typename, { description = data.description, - height = data.input_size, - width = 1, + width = data.input_size, + height = 1, }) end data.recipes = {}