Template:CraftingJSON

From JCraft Wiki
Revision as of 11:37, 27 April 2026 by KasaneTetoLover (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

{

 "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

}