Tiny Potato
quark:tiny_potato

Tiny Potato

Quark · by Vazkii, WireSegal, MCVinnyq, Sully
block

Acquisition

Crafting using Any of Diamond Gem / Emerald Gem and Potato, arranged in the pattern shown. Produces Tiny Potato.

Crafting conditional
Any of Diamond Gem / Emerald Gem
Potato
Tiny Potato Tiny Potato guaranteed

Crafting using Heart of Diamond and Potato, arranged in the pattern shown. Produces Tiny Potato.

Crafting conditional
Heart of Diamond
Potato
Tiny Potato Tiny Potato guaranteed

Mining & drops

sourcecountchanceconditions
Tiny Potato1–1100%Survives Explosion

Block drops

Drops itself when broken.

Developer reference
Registry name
quark:tiny_potato
Namespace
quark
Mod ID
quark

Recipe JSON (2):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "D",
    "P"
  ],
  "ingredients": {
    "D": {
      "anyOf": [
        {
          "tag": "forge:gems/diamond"
        },
        {
          "tag": "forge:gems/emerald"
        }
      ]
    },
    "P": {
      "item": "minecraft:potato"
    }
  },
  "conditions": [
    {
      "raw": {
        "type": "forge:and",
        "values": [
          {
            "flag": "tiny_potato",
            "type": "quark:flag"
          },
          {
            "type": "forge:or",
            "values": [
              {
                "flag": "tiny_potato_never_uses_heart",
                "type": "quark:flag"
              },
              {
                "type": "forge:not",
                "value": {
                  "flag": "stonelings",
                  "type": "quark:flag"
                }
              }
            ]
          }
        ]
      },
      "type": "forge:and"
    }
  ],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "H",
    "P"
  ],
  "ingredients": {
    "H": {
      "item": "quark:diamond_heart"
    },
    "P": {
      "item": "minecraft:potato"
    }
  },
  "conditions": [
    {
      "raw": {
        "type": "forge:and",
        "values": [
          {
            "flag": "tiny_potato",
            "type": "quark:flag"
          },
          {
            "flag": "stonelings",
            "type": "quark:flag"
          },
          {
            "type": "forge:not",
            "value": {
              "flag": "tiny_potato_never_uses_heart",
              "type": "quark:flag"
            }
          }
        ]
      },
      "type": "forge:and"
    }
  ],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}