From cf37e5e4396a4e5d5aab2a469ec922dc08754100 Mon Sep 17 00:00:00 2001 From: Anthony Zhang Date: Thu, 26 Jan 2012 16:39:03 -0500 Subject: Implement the other suggestions. --- jeija/movestone.lua | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'jeija/movestone.lua') diff --git a/jeija/movestone.lua b/jeija/movestone.lua index 8644620..85fdb38 100644 --- a/jeija/movestone.lua +++ b/jeija/movestone.lua @@ -60,7 +60,8 @@ end minetest.register_node("jeija:movestone", { tile_images = {"jeija_movestone_side.png", "jeija_movestone_side.png", "jeija_movestone_side.png", "jeija_movestone_side.png", "jeija_movestone_arrows.png", "jeija_movestone_arrows.png"}, - paramtype = "facedir_simple", + paramtype2 = "facedir", + legacy_facedir = true, material = minetest.digprop_stonelike(0.8), }) @@ -167,7 +168,8 @@ end) minetest.register_node("jeija:sticky_movestone", { tile_images = {"jeija_movestone_side.png", "jeija_movestone_side.png", "jeija_movestone_side.png", "jeija_movestone_side.png", "jeija_sticky_movestone.png", "jeija_sticky_movestone.png"}, inventory_image = minetest.inventorycube("jeija_sticky_movestone.png", "jeija_movestone_side.png", "jeija_movestone_side.png"), - paramtype = "facedir_simple", + paramtype2 = "facedir", + legacy_facedir = true, material = minetest.digprop_stonelike(0.8), }) -- cgit v1.2.3