MicrosoftDocs / minecraft-creator

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

Example for minecraft:icon causes content logs #803

Open ThomasOrs opened 6 months ago

ThomasOrs commented 6 months ago

The example for minecraft:icon causes content logs in 1.20.70.

"minecraft:icon":{
    "textures": "oak_slab"
}

The expected value is

"minecraft:icon":{
    "textures": [
       "default": "oak_slab"
    ]
}

Document Details

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