Use machine casing in most machine recipes

This commit is contained in:
Zefram
2014-07-06 17:13:11 +01:00
committed by Novatux
parent 430b310eb4
commit e8a5a6652d
18 changed files with 46 additions and 46 deletions

View File

@ -10,8 +10,8 @@ local S = technic.getter
minetest.register_craft({
output = 'technic:geothermal',
recipe = {
{'default:stone', 'default:stone', 'default:stone'},
{'default:copper_ingot', 'default:diamond', 'default:copper_ingot'},
{'default:stone', 'default:diamond', 'default:stone'},
{'default:copper_ingot', 'technic:machine_casing', 'default:copper_ingot'},
{'default:stone', 'default:copper_ingot', 'default:stone'},
}
})