mirror of
https://github.com/minetest-mods/technic.git
synced 2024-12-22 13:52:31 +01:00
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:
parent
beb480bec2
commit
daa6135211
@ -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
|
if unified_inventory and unified_inventory.register_craft_type and data.output_size == 1 then
|
||||||
unified_inventory.register_craft_type(typename, {
|
unified_inventory.register_craft_type(typename, {
|
||||||
description = data.description,
|
description = data.description,
|
||||||
height = data.input_size,
|
width = data.input_size,
|
||||||
width = 1,
|
height = 1,
|
||||||
})
|
})
|
||||||
end
|
end
|
||||||
data.recipes = {}
|
data.recipes = {}
|
||||||
|
Loading…
Reference in New Issue
Block a user