mirror of
https://github.com/minetest-mods/technic.git
synced 2024-12-22 22:02:32 +01:00
Fix craft guide for alloy cooking et al
A typo in commit d55ecc39f954b33c17ae9a1da4aeff6382fcb790 made recipes for alloy cooking, compressing, and all other craft types sharing that machine code, to be shown with three ingredient slots instead of the correct one or two.
This commit is contained in:
parent
ad157d1b8f
commit
e5cc3359e0
@ -5,7 +5,7 @@ function technic.register_recipe_type(typename, desc, numitems)
|
|||||||
if unified_inventory and unified_inventory.register_craft_type then
|
if unified_inventory and unified_inventory.register_craft_type then
|
||||||
unified_inventory.register_craft_type(typename, {
|
unified_inventory.register_craft_type(typename, {
|
||||||
description = desc,
|
description = desc,
|
||||||
height = numtiems,
|
height = numitems,
|
||||||
width = 1,
|
width = 1,
|
||||||
})
|
})
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user