Uploaded image for project: 'Minecraft: Java Edition'
  1. Minecraft: Java Edition
  2. MC-169559

Custom recipe [result problem]

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Awaiting Response
    • None
    • 1.15.1
    • None
    • Unconfirmed
    • (Unassigned)

      Hi,

      I was creating tow custom recipes with nether_brick_slab for an result

      of nether_bricks and nether_brick. But both recipes will going to nether_brick results.

      Watch out:

      First [ nether_brick from nether_brick_slab ]

       
      {
          "type": "crafting_shapeless",
          "ingredients": {
              "#": {
                  "item": "minecraft:nether_brick_slab"
              }
          },
          "result": {
              "item": "minecraft:nether_brick",
              "count": 2
          }
      }
       
      Second [ nether_bricks from nether_brick_slab ]
       
      {
          "type": "crafting_shaped",
          "pattern": [
              "#",
              "#"
          ],
          "ingredients": {
              "#": {
                  "item": "minecraft:nether_brick_slab"
              }
          },
          "result": {
              "item": "minecraft:nether_bricks"
          }
      }
       
      Is this a bug or my mistake?
       

            Unassigned Unassigned
            jirauser143930 user-94f8e (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: