fixed typo
This commit is contained in:
parent
b52498c2ac
commit
d01e24f057
@ -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"}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user