generate entity and items (but they didn't change)

This commit is contained in:
Tnze
2023-11-17 00:09:17 +08:00
parent 13a97a6fec
commit 88afd00f0d
2 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@ import (
) )
const ( const (
version = "1.20" version = "1.20.2"
infoURL = "https://raw.githubusercontent.com/PrismarineJS/minecraft-data/master/data/pc/" + version + "/entities.json" infoURL = "https://raw.githubusercontent.com/PrismarineJS/minecraft-data/master/data/pc/" + version + "/entities.json"
// language=gohtml // language=gohtml
entityTmpl = `// Code generated by gen_entity.go DO NOT EDIT. entityTmpl = `// Code generated by gen_entity.go DO NOT EDIT.

View File

@ -15,7 +15,7 @@ import (
) )
const ( const (
version = "1.20" version = "1.20.2"
infoURL = "https://raw.githubusercontent.com/PrismarineJS/minecraft-data/master/data/pc/" + version + "/items.json" infoURL = "https://raw.githubusercontent.com/PrismarineJS/minecraft-data/master/data/pc/" + version + "/items.json"
// language=gohtml // language=gohtml
itemTmpl = `// Code generated by gen_item.go DO NOT EDIT. itemTmpl = `// Code generated by gen_item.go DO NOT EDIT.