Template:CraftingJSON: Difference between revisions
Jump to navigation
Jump to search
Created page with "{ "type": "minecraft:crafting_shaped", "category": "equipment", "key": { "D": { "item": "minecraft:diamond" }, "G": { "item": "minecraft:gold_block" }, "I": { "item": "minecraft:iron_block" }, "L": { "item": "minecraft:leather" }, "S": { "item": "jcraft:soul_block" } }, "pattern": [ "LSI", "SDS", "GSL" ], "result": { "item": "jcraft:anubis_sheathed" }, "show_notificati..." |
No edit summary |
||
| (One intermediate revision by the same user not shown) | |||
| Line 1: | Line 1: | ||
<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 |