XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Cannot Reproduce
    • None
    • 1.16.5
    • None
    • all
    • Unconfirmed
    • (Unassigned)

      It affects ALL VERSION

      I created a custom crafting datapack 

      most of json crafting recipes work

      but some don't [ ex: iron_leggings , iron_block , birch_log , warped_hyphae ,.... ]

      ex: iron_helmet [ work ]

      {
      "type": "minecraft:crafting_shaped",
      "pattern": [
      "###",
      "# #"
      ],
      "key": {
      "#":

      { "item": "minecraft:diamond" }

      },
      "result":

      { "item": "minecraft:iron_helmet", "count": 1 }

      ,
      "group": "stuff"
      }

      iron_leggings doesn't work

      {
      "type": "minecraft:crafting_shaped",
      "pattern": [
      "d d",
      "ddd",
      "ddd"
      ],
      "key": {
      "d":

      { "item": "minecraft:diamond" }

      },
      "result":"minecraft:iron_leggings",
      "count": 1
      },
      "group": "stuff"
      }

            Unassigned Unassigned
            biggayboi1943 undyinglegend01
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: