aboutsummaryrefslogtreecommitdiff
path: root/nodes.lua
diff options
context:
space:
mode:
authorCalinou <calinou@opmbx.org>2014-05-29 19:36:28 +0200
committerCalinou <calinou@opmbx.org>2014-05-29 19:36:28 +0200
commit32315c36890a06ade805f69b423087b152c4df3f (patch)
tree6fc338dd82b192b7a5cebcfaa2721caf25ec7569 /nodes.lua
parent306956920b98787d69e92496350ebf898678f7d4 (diff)
downloadmoreblocks-32315c36890a06ade805f69b423087b152c4df3f.tar.gz
moreblocks-32315c36890a06ade805f69b423087b152c4df3f.tar.bz2
moreblocks-32315c36890a06ade805f69b423087b152c4df3f.zip
New cactus brick texture, comment style improved, bricks are now facedir.
Diffstat (limited to 'nodes.lua')
-rw-r--r--nodes.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/nodes.lua b/nodes.lua
index 95718c8..fa113c0 100644
--- a/nodes.lua
+++ b/nodes.lua
@@ -132,6 +132,7 @@ local nodes = {
["cactus_brick"] = {
description = S("Cactus Brick"),
groups = {cracky=3},
+ paramtype2 = "facedir",
sounds = sound_stone,
},
["cactus_checker"] = {