Add 1.21.30

This commit is contained in:
AkmalFairuz
2025-01-01 05:00:42 +07:00
parent a8442c7a2a
commit 45cfb78b30
14 changed files with 7174 additions and 13 deletions

View File

@@ -75,5 +75,7 @@ func (x *TexturePackInfo) Marshal(r protocol.IO) {
r.Bool(&x.HasScripts)
r.Bool(&x.AddonPack)
r.Bool(&x.RTXEnabled)
r.String(&x.DownloadURL)
if IsProtoGTE(r, ID748) {
r.String(&x.DownloadURL)
}
}