Template:CraftingJSON: Difference between revisions

From JCraft Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
Line 1: Line 1:
<includeonly>{{#invoke:CraftingJSON|render|{{{1|}}}}}</includeonly>
<includeonly>{{#invoke:CraftingJSON|render|{{{1|}}}}}</includeonly><noinclude>
<templatedata>
{
"description": "Generates a visual crafting grid directly from raw Minecraft/JCraft recipe JSON.",
"params": {
"1": {
"label": "Recipe JSON",
"description": "Paste the raw JSON code for the crafting recipe here.",
"type": "string",
"required": true
}
},
"format": "block"
}
</templatedata>
</noinclude>

Latest revision as of 12:19, 27 April 2026

Generates a visual crafting grid directly from raw Minecraft/JCraft recipe JSON.

Template parameters[Edit template data]

This template prefers block formatting of parameters.

ParameterDescriptionTypeStatus
Recipe JSON1

Paste the raw JSON code for the crafting recipe here.

Stringrequired