Add compressed cobblestone, crafted with 9 cobblestone.

This commit is contained in:
Calinou
2014-12-14 10:33:57 +01:00
parent 5e5f46b310
commit 4b682f4730
5 changed files with 28 additions and 6 deletions

View File

@ -116,6 +116,11 @@ local nodes = {
groups = {cracky = 2},
sounds = sound_stone,
},
["cobble_compressed"] = {
description = S("Compressed Cobblestone"),
groups = {cracky = 1},
sounds = sound_stone,
},
["plankstone"] = {
description = S("Plankstone"),
groups = {cracky = 3},