add node copper patina (#37)

Good for building things like the statue of liberty.
This commit is contained in:
pithydon
2016-05-18 16:02:28 -06:00
committed by Auke Kok
parent fa6937ce7b
commit eb3f9363d5
3 changed files with 21 additions and 0 deletions

View File

@ -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