From eb3f9363d5485838451cfaca5fca79be2d08f44d Mon Sep 17 00:00:00 2001 From: pithydon Date: Wed, 18 May 2016 16:02:28 -0600 Subject: add node copper patina (#37) Good for building things like the statue of liberty. --- nodes.lua | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'nodes.lua') diff --git a/nodes.lua b/nodes.lua index 810df36..2d35cd2 100644 --- a/nodes.lua +++ b/nodes.lua @@ -331,6 +331,11 @@ local nodes = { sounds = sound_leaves, no_stairs = true, }, + ["copperpatina"] = { + description = S("Copper Patina Block"), + groups = {cracky = 1, level = 2}, + sounds = sound_stone, + }, } for name, def in pairs(nodes) do -- cgit v1.2.3