1
0
mirror of https://github.com/minetest/minetest_game.git synced 2025-06-29 21:30:26 +02:00

Add Desert Cobblestone

This commit is contained in:
Sfan5
2014-04-07 16:29:00 +02:00
committed by BlockMen
parent 253af00743
commit 919c9d152b
4 changed files with 17 additions and 1 deletions

View File

@ -581,6 +581,12 @@ minetest.register_craft({
recipe = "default:cobble",
})
minetest.register_craft({
type = "cooking",
output = "default:desert_stone",
recipe = "default:desert_cobble",
})
minetest.register_craft({
type = "cooking",
output = "default:steel_ingot",