From 4b682f47301e68d83da98f6ee5d57c6f526ba051 Mon Sep 17 00:00:00 2001 From: Calinou Date: Sun, 14 Dec 2014 10:33:57 +0100 Subject: Add compressed cobblestone, crafted with 9 cobblestone. --- nodes.lua | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'nodes.lua') diff --git a/nodes.lua b/nodes.lua index 5efda8f..04159fd 100644 --- a/nodes.lua +++ b/nodes.lua @@ -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}, -- cgit v1.2.3