summaryrefslogtreecommitdiff
path: root/nodes_fences.lua
diff options
context:
space:
mode:
Diffstat (limited to 'nodes_fences.lua')
-rw-r--r--nodes_fences.lua6
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"},