generate entity and items (but they didn't change)
This commit is contained in:
@ -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.
|
||||||
|
@ -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.
|
||||||
|
Reference in New Issue
Block a user