fixed typo

This commit is contained in:
webdesigner97 2013-11-28 17:14:56 +01:00
parent b52498c2ac
commit d01e24f057

View File

@ -22,7 +22,7 @@ if streets.extendedBy.technic == true then
minetest.register_craft({ minetest.register_craft({
output = "streets:concrete_wall 3", output = "streets:concrete_wall 3",
recipe = { recipe = {
{"","technic:conrete",""}, {"","technic:concrete",""},
{"","technic:concrete",""}, {"","technic:concrete",""},
{"technic:concrete","technic:concrete","technic:concrete"} {"technic:concrete","technic:concrete","technic:concrete"}
} }