crafting recipe for "Station" (latin->chinese character) was missing

master
Och Noe 2019-05-25 13:18:59 +02:00
parent ef61c847b1
commit 995c1c455a
1 changed files with 8 additions and 0 deletions

View File

@ -267,6 +267,14 @@ minetest.register_craft({
}
})
minetest.register_craft({
output = "ehlphabet:231171 7",
recipe = {
{"ehlphabet:83", "ehlphabet:84", "ehlphabet:65"},
{"ehlphabet:84", "ehlphabet:73", "ehlphabet:79"},
{"ehlphabet:78", "", ""},
}
})