diff options
author | h-v-smacker <hans-von-smacker+github@gmail.com> | 2018-07-14 21:41:51 +0300 |
---|---|---|
committer | h-v-smacker <hans-von-smacker+github@gmail.com> | 2018-07-14 21:41:51 +0300 |
commit | 69709206eb0264e348694b64b5749593bf2a8b69 (patch) | |
tree | d25543502a4bc68ac0d505fd510c7c456abd24da /nodes_fences.lua | |
parent | 96e3d6365be1bd5c8ea8a4efdd13a59f505aed80 (diff) |
cleanup
Diffstat (limited to 'nodes_fences.lua')
-rw-r--r-- | nodes_fences.lua | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/nodes_fences.lua b/nodes_fences.lua index 0a4a26f..c912f2a 100644 --- a/nodes_fences.lua +++ b/nodes_fences.lua @@ -3,7 +3,7 @@ local S = cottages.S minetest.register_node("cottages:fence_small", { - description = S("small fence"), + description = S("Small fence"), drawtype = "nodebox", -- top, bottom, side1, side2, inner, outer tiles = {"cottages_minimal_wood.png"}, @@ -32,7 +32,7 @@ minetest.register_node("cottages:fence_small", { minetest.register_node("cottages:fence_corner", { - description = S("small fence corner"), + description = S("Small fence corner"), drawtype = "nodebox", -- top, bottom, side1, side2, inner, outer tiles = {"cottages_minimal_wood.png"}, @@ -68,7 +68,7 @@ minetest.register_node("cottages:fence_corner", { minetest.register_node("cottages:fence_end", { - description = S("small fence end"), + description = S("Small fence end"), drawtype = "nodebox", -- top, bottom, side1, side2, inner, outer tiles = {"cottages_minimal_wood.png"}, |