Template:CraftingJSON: Difference between revisions
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.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Recipe JSON | 1 | Paste the raw JSON code for the crafting recipe here. | String | required |