Skip to content

Commit

Permalink
crafting recipe for "Station" (latin->chinese character) was missing
Browse files Browse the repository at this point in the history
  • Loading branch information
OchNoe committed May 25, 2019
1 parent ef61c84 commit 995c1c4
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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", "", ""},
}
})



Expand Down

0 comments on commit 995c1c4

Please sign in to comment.