MicrosoftDocs / minecraft-creator

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

Explain what "data" and "count" params mean #794

Closed NetLightDev closed 4 months ago

NetLightDev commented 8 months ago

Please add an explanation what "data" and "count" params mean in the "Furnace Recipe Example" :

"input": {
    "item": "minecraft:beef",
    "data": 0,
    "count": 4
},

OR: provide a link to any docs explaining that


Document Details

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

iconicNurdle commented 4 months ago

Done!

This change will be visible after the next document release.

|input| item names| Items used as input for the furnace recipe.datais used to specify the data value of a block or item to an exact id, if the item has variations.countis the quantity of the item being input. |