MicrosoftDocs / minecraft-creator

This is the repository for Minecraft Bedrock documentation.
Creative Commons Attribution 4.0 International
175 stars 130 forks source link

Incorrect identifier in wrench texture data example #790

Closed sereilly closed 6 months ago

sereilly commented 7 months ago
{
  "resource_pack_name": "Wrench Resource Pack",
  "texture_data": {
    "demo:goo": {
      "textures": "textures/items/wrench_ico"
    }
  }
}

Identifier should be demo:wrench, not demo:goo The crown sample also has an incorrect identifier and texture path


Document Details

Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.

iconicNurdle commented 6 months ago

Good catch! That was entirely me. I fixed the same issue in 'crown' too. Thank you!!! :)