From 69709206eb0264e348694b64b5749593bf2a8b69 Mon Sep 17 00:00:00 2001 From: h-v-smacker Date: Sat, 14 Jul 2018 21:41:51 +0300 Subject: cleanup --- nodes_fences.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'nodes_fences.lua') 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"}, -- cgit v1.2.3