paramtype2 = "facedir"

master
Joshua 2017-12-15 09:37:23 -05:00 committed by GitHub
parent 172722f716
commit 1ab9e6976f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

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