mirror of
https://github.com/minetest-mods/technic.git
synced 2025-06-29 23:00:52 +02:00
Consistently use cable in electric machine recipes
All electric machine recipes now include cable of the appropriate tier as the bottom-middle ingredient, immediately below the casing ingredient. Many LV machines were using a copper ingot in that location.
This commit is contained in:
@ -6,7 +6,7 @@ minetest.register_craft({
|
||||
recipe = {
|
||||
{'default:brick', 'default:brick', 'default:brick'},
|
||||
{'default:brick', 'technic:machine_casing', 'default:brick'},
|
||||
{'default:brick', 'default:copper_ingot', 'default:brick'},
|
||||
{'default:brick', 'technic:lv_cable0', 'default:brick'},
|
||||
}
|
||||
})
|
||||
|
||||
|
Reference in New Issue
Block a user