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
Line 1: Line 1:
{
<includeonly>{{#invoke:CraftingJSON|render|{{{1|}}}}}</includeonly>
  "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_notification": true
}

Revision as of 11:38, 27 April 2026