mirror of
https://github.com/minetest-mods/technic.git
synced 2025-06-30 23:30:38 +02:00
Added Mineclone2 support apart from special machines own recipes within the machines
This commit is contained in:
@ -135,7 +135,7 @@ minetest.register_craft({
|
||||
output = 'technic:river_water_can 1',
|
||||
recipe = {
|
||||
{'technic:zinc_ingot', 'technic:rubber', 'technic:zinc_ingot'},
|
||||
{'default:steel_ingot', '', 'default:steel_ingot'},
|
||||
{'technic:zinc_ingot', 'default:steel_ingot', 'technic:zinc_ingot'},
|
||||
{iron_ingrediant, '', iron_ingrediant},
|
||||
{'technic:zinc_ingot', iron_ingrediant, 'technic:zinc_ingot'},
|
||||
}
|
||||
})
|
||||
|
Reference in New Issue
Block a user