From 30b12a1f49f7e883e5c8e84226373897ec0a1230 Mon Sep 17 00:00:00 2001 From: Xanthin Date: Wed, 16 Apr 2014 00:16:04 +0200 Subject: typo --- streetsconcrete/init.lua | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'streetsconcrete') diff --git a/streetsconcrete/init.lua b/streetsconcrete/init.lua index 92820e3..f4d0205 100644 --- a/streetsconcrete/init.lua +++ b/streetsconcrete/init.lua @@ -28,7 +28,7 @@ if streets.extendedBy.technic == true then } }) minetest.register_node(":streets:concrete_wall_flat",{ - description = S("Conrete wall"), + description = S("Concrete wall"), tiles = {"technic_concrete_block.png"}, groups = {cracky=2}, drawtype = "nodebox", @@ -52,7 +52,7 @@ if streets.extendedBy.technic == true then elseif streets.extendedBy.prefab then minetest.register_alias("streets:concrete","prefab:concrete") minetest.register_node(":streets:concrete_wall",{ - description = S("Conrete wall"), + description = S("Concrete wall"), tiles = {"prefab_concrete.png"}, groups = {cracky=2}, drawtype = "nodebox", @@ -75,7 +75,7 @@ elseif streets.extendedBy.prefab then } }) minetest.register_node(":streets:concrete_wall_flat",{ - description = S("Conrete wall"), + description = S("Concrete wall"), tiles = {"prefab_concrete.png"}, groups = {cracky=2}, drawtype = "nodebox", @@ -104,7 +104,7 @@ else groups = {cracky=2} }) minetest.register_node(":streets:concrete_wall",{ - description = S("Conrete wall"), + description = S("Concrete wall"), tiles = {"streets_concrete.png"}, groups = {cracky=2}, drawtype = "nodebox", @@ -127,7 +127,7 @@ else } }) minetest.register_node(":streets:concrete_wall_flat",{ - description = S("Conrete wall"), + description = S("Concrete wall"), tiles = {"streets_concrete.png"}, groups = {cracky=2}, drawtype = "nodebox", @@ -153,4 +153,4 @@ else output = "streets:concrete", recipe = {"default:stone"} }) -end \ No newline at end of file +end -- cgit v1.2.3