diff options
author | pithydon <pithydon@gmail.com> | 2016-05-18 16:02:28 -0600 |
---|---|---|
committer | Auke Kok <sofar+github@foo-projects.org> | 2016-05-18 15:02:28 -0700 |
commit | eb3f9363d5485838451cfaca5fca79be2d08f44d (patch) | |
tree | 839c6c08d4beb6f3752151b719dbfe8041528123 /nodes.lua | |
parent | fa6937ce7ba1eb4259a73f8458b56b2bcb851313 (diff) |
add node copper patina (#37)
Good for building things like the statue of liberty.
Diffstat (limited to 'nodes.lua')
-rw-r--r-- | nodes.lua | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 |