update language data, blocks and items

This commit is contained in:
Tnze
2019-12-14 22:00:42 +08:00
parent 739a89468b
commit 0efefc0f94
126 changed files with 2934 additions and 3660 deletions

View File

@ -79,7 +79,8 @@ func lang(name, hash string, size int64) {
// write code
_, err = fmt.Fprintf(f,
"package %s\n\n"+
"// Code generated by downloader.go; DO NOT EDIT. \n"+
"package %s\n\n"+
"import \"github.com/Tnze/go-mc/chat\"\n\n"+
"func init() { chat.SetLanguage(Map) }\n\n"+
"var Map = %#v\n",