diff options
author | Calinou <calinou@opmbx.org> | 2014-12-14 10:33:57 +0100 |
---|---|---|
committer | Calinou <calinou@opmbx.org> | 2014-12-27 19:32:45 +0100 |
commit | 4b682f47301e68d83da98f6ee5d57c6f526ba051 (patch) | |
tree | cc2befaecdbe59ae09cad6135bed6b0bfee7a7d2 /nodes.lua | |
parent | 5e5f46b310c49133f60173972d6282aee5b72fba (diff) |
Add compressed cobblestone, crafted with 9 cobblestone.
Diffstat (limited to 'nodes.lua')
-rw-r--r-- | nodes.lua | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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}, |