#1262: Update Minecraft Wiki URLs

This commit is contained in:
Doc 2023-09-25 18:53:44 +10:00 committed by md_5
parent e62905aabe
commit 8d0fea4576
No known key found for this signature in database
GPG Key ID: E8E901AC7C617C11

View File

@ -251,7 +251,7 @@ final class CraftPlayerTextures implements PlayerTextures {
// This produces a new textures property that does not contain any attributes that are specific to official // This produces a new textures property that does not contain any attributes that are specific to official
// GameProfiles (such as the property signature, timestamp, profileId, playerName, etc.). // GameProfiles (such as the property signature, timestamp, profileId, playerName, etc.).
// Information on the format of the textures property: // Information on the format of the textures property:
// * https://minecraft.fandom.com/wiki/Head#Item_data // * https://minecraft.wiki/w/Head#Item_data
// * https://wiki.vg/Mojang_API#UUID_to_Profile_and_Skin.2FCape // * https://wiki.vg/Mojang_API#UUID_to_Profile_and_Skin.2FCape
// The order of Json object elements is important. // The order of Json object elements is important.
JsonObject propertyData = new JsonObject(); JsonObject propertyData = new JsonObject();