1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2024-12-24 17:50:37 +01:00

Add compressed cobblestone,

crafted with 9 cobblestone (you can uncrafted it)
(From Carbone)
This commit is contained in:
Ombridride 2015-01-01 12:38:56 +01:00
parent b4aed5d07b
commit 65687c5ec9
2 changed files with 16 additions and 0 deletions

View File

@ -432,6 +432,22 @@ minetest.register_craft({
} }
}) })
minetest.register_craft({
output = "moreblocks:cobble_compressed",
recipe = {
{"default:cobble", "default:cobble", "default:cobble"},
{"default:cobble", "default:cobble", "default:cobble"},
{"default:cobble", "default:cobble", "default:cobble"},
}
})
minetest.register_craft({
output = "default:cobble 9",
recipe = {
{"moreblocks:cobble_compressed"},
}
})
minetest.register_craft({ minetest.register_craft({
type = "cooking", output = "moreblocks:tar", recipe = "default:gravel", type = "cooking", output = "moreblocks:tar", recipe = "default:gravel",
}) })

Binary file not shown.

After

Width:  |  Height:  |  Size: 356 B