diff --git a/nodes/ocean_stone.lua b/nodes/ocean_stone.lua index d51240c..d953d45 100644 --- a/nodes/ocean_stone.lua +++ b/nodes/ocean_stone.lua @@ -27,8 +27,11 @@ minetest.register_node("xocean:ocean_circular", { minetest.register_node("xocean:ocean_pillar", { description = S("Ocean Pillar"), - tiles = { "xocean_pillar.png" }, + tiles = { "xocean_pillar_top.png", "xocean_pillar_top.png", "xocean_pillar.png" }, + paramtype2 = "facedir", groups = { cracky = 2 }, + + on_place = minetest.rotate_node }) minetest.register_node("xocean:ocean_brick", { diff --git a/textures/xocean_pillar_top.png b/textures/xocean_pillar_top.png new file mode 100644 index 0000000..12a7620 Binary files /dev/null and b/textures/xocean_pillar_top.png differ