diff --git a/data/entity/gen_entity.go b/data/entity/gen_entity.go index 06e95ab..f6b7c39 100644 --- a/data/entity/gen_entity.go +++ b/data/entity/gen_entity.go @@ -15,7 +15,7 @@ import ( ) const ( - version = "1.20" + version = "1.20.2" infoURL = "https://raw.githubusercontent.com/PrismarineJS/minecraft-data/master/data/pc/" + version + "/entities.json" // language=gohtml entityTmpl = `// Code generated by gen_entity.go DO NOT EDIT. diff --git a/data/item/gen_item.go b/data/item/gen_item.go index 79e9982..159c9fb 100644 --- a/data/item/gen_item.go +++ b/data/item/gen_item.go @@ -15,7 +15,7 @@ import ( ) const ( - version = "1.20" + version = "1.20.2" infoURL = "https://raw.githubusercontent.com/PrismarineJS/minecraft-data/master/data/pc/" + version + "/items.json" // language=gohtml itemTmpl = `// Code generated by gen_item.go DO NOT EDIT.