Add Desert Cobblestone
This commit is contained in:
parent
253af00743
commit
919c9d152b
4 changed files with 17 additions and 1 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue