diff options
author | Calinou <calinou@opmbx.org> | 2014-05-29 19:36:28 +0200 |
---|---|---|
committer | Calinou <calinou@opmbx.org> | 2014-05-29 19:36:28 +0200 |
commit | 32315c36890a06ade805f69b423087b152c4df3f (patch) | |
tree | 6fc338dd82b192b7a5cebcfaa2721caf25ec7569 /nodes.lua | |
parent | 306956920b98787d69e92496350ebf898678f7d4 (diff) |
New cactus brick texture, comment style improved, bricks are now facedir.
Diffstat (limited to 'nodes.lua')
-rw-r--r-- | nodes.lua | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -132,6 +132,7 @@ local nodes = { ["cactus_brick"] = { description = S("Cactus Brick"), groups = {cracky=3}, + paramtype2 = "facedir", sounds = sound_stone, }, ["cactus_checker"] = { |