Implement the other suggestions.

This commit is contained in:
Anthony Zhang
2012-01-26 16:39:03 -05:00
parent cbe6b4f7be
commit cf37e5e439
3 changed files with 12 additions and 6 deletions

View File

@@ -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),
})