diff options
Diffstat (limited to 'nodes_fences.lua')
-rw-r--r-- | nodes_fences.lua | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/nodes_fences.lua b/nodes_fences.lua index bd7a52d..0a4a26f 100644 --- a/nodes_fences.lua +++ b/nodes_fences.lua @@ -1,12 +1,6 @@ -- 22.01.13 Changed texture to that of the wood from the minimal development game --- Boilerplate to support localized strings if intllib mod is installed. -local S -if intllib then - S = intllib.Getter() -else - S = function(s) return s end -end +local S = cottages.S minetest.register_node("cottages:fence_small", { description = S("small fence"), |