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.
This commit is contained in:
Zefram 2014-08-01 17:56:32 +01:00
parent beb480bec2
commit daa6135211
1 changed files with 2 additions and 2 deletions

View File

@ -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 = {}