diff --git a/lib/data/SignedTexturesResponse.go b/lib/data/SignedTexturesResponse.go index cf0ec16..4c5eef9 100644 --- a/lib/data/SignedTexturesResponse.go +++ b/lib/data/SignedTexturesResponse.go @@ -9,6 +9,6 @@ type SignedTexturesResponse struct { type Property struct { Name string `json:"name"` - Signature string `json:"signature"` + Signature string `json:"signature,omitempty"` Value string `json:"value"` } diff --git a/lib/routes/SignedTextures.go b/lib/routes/SignedTextures.go index 090a32f..916042b 100644 --- a/lib/routes/SignedTextures.go +++ b/lib/routes/SignedTextures.go @@ -31,6 +31,10 @@ func SignedTextures(w http.ResponseWriter, r *http.Request) { Signature: rec.MojangSignature, Value: rec.MojangTextures, }, + { + Name: "ely", + Value: "but why are you asking?", + }, }, }