summaryrefslogtreecommitdiff
path: root/nodes_roof.lua
diff options
context:
space:
mode:
Diffstat (limited to 'nodes_roof.lua')
-rw-r--r--nodes_roof.lua12
1 files changed, 7 insertions, 5 deletions
diff --git a/nodes_roof.lua b/nodes_roof.lua
index 9503e86..27d5aea 100644
--- a/nodes_roof.lua
+++ b/nodes_roof.lua
@@ -187,11 +187,13 @@ cottages.register_roof( 'slate',
-- slate roofs are sometimes on vertical fronts of houses
---------------------------------------------------------------------------------------
minetest.register_node("cottages:slate_vertical", {
- description = S("Vertical Slate"),
- tiles = {"cottages_slate.png",cottages.texture_roof_sides,"cottages_slate.png","cottages_slate.png",cottages.texture_roof_sides,"cottages_slate.png"},
- paramtype2 = "facedir",
- groups = {cracky=2, stone=1},
- sounds = default.node_sound_stone_defaults,
+ description = S("Vertical Slate"),
+ tiles = {"cottages_slate.png", cottages.texture_roof_sides,
+ "cottages_slate.png", "cottages_slate.png",
+ cottages.texture_roof_sides, "cottages_slate.png"},
+ paramtype2 = "facedir",
+ groups = {cracky=2, stone=1},
+ sounds = default.node_sound_stone_defaults,
is_ground_content = false,
})