Template:CraftingJSON: Difference between revisions

From JCraft Wiki
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>
{
{
  "type": "minecraft:crafting_shaped",
"description": "Generates a visual crafting grid directly from raw Minecraft/JCraft recipe JSON.",
  "category": "equipment",
"params": {
  "key": {
"1": {
    "D": {
"label": "Recipe JSON",
      "item": "minecraft:diamond"
"description": "Paste the raw JSON code for the crafting recipe here.",
    },
"type": "string",
    "G": {
"required": true
      "item": "minecraft:gold_block"
}
    },
},
    "I": {
"format": "block"
      "item": "minecraft:iron_block"
    },
    "L": {
      "item": "minecraft:leather"
    },
    "S": {
      "item": "jcraft:soul_block"
    }
  },
  "pattern": [
    "LSI",
    "SDS",
    "GSL"
  ],
  "result": {
    "item": "jcraft:anubis_sheathed"
  },
  "show_notification": true
}
}
</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