diff options
author | Joshua <ehlodex@users.noreply.github.com> | 2017-12-15 09:37:23 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-12-15 09:37:23 -0500 |
commit | 1ab9e6976f88d449bad7a5dddead687d9eab476a (patch) | |
tree | 84d37433f01fa3e4e3041f73b3d5bba4b44122e0 | |
parent | 172722f7169732f39c471a6c247edb68a74488f1 (diff) | |
download | ehlphabet-1ab9e6976f88d449bad7a5dddead687d9eab476a.tar.gz ehlphabet-1ab9e6976f88d449bad7a5dddead687d9eab476a.tar.bz2 ehlphabet-1ab9e6976f88d449bad7a5dddead687d9eab476a.zip |
paramtype2 = "facedir"
-rw-r--r-- | init.lua | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -21,6 +21,7 @@ minetest.register_node("ehlphabet:machine", { tiles = {"ehlphabet_machine_top.png", "ehlphabet_machine_bottom.png", "ehlphabet_machine_side.png",
"ehlphabet_machine_side.png", "ehlphabet_machine_back.png", "ehlphabet_machine_front.png"},
paramtype = "light",
+ paramtype2 = "facedir",
groups = {cracky=2},
can_dig = function(pos, player) -- "Can you dig it?" -Cyrus
|