summaryrefslogtreecommitdiff
path: root/nodes_roof.lua
diff options
context:
space:
mode:
authorh-v-smacker <hans-von-smacker+github@gmail.com>2018-07-15 02:24:40 +0300
committerh-v-smacker <hans-von-smacker+github@gmail.com>2018-07-15 02:24:40 +0300
commitdb05f23b54d775d7f0de1618c80aeb9938896d91 (patch)
treebd302ceeeff777001437ea43e9324d41de08043c /nodes_roof.lua
parent0539c2123cdb75610d8d6c4d8ac35491b1dd480e (diff)
formspec fixes and cleanup
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,
})