Crafting using Any of Diamond Gem / Emerald Gem and Potato, arranged in the pattern shown. Produces Tiny Potato.
Tiny Potato
Quark · by Vazkii, WireSegal, MCVinnyq, Sully
Acquisition
Crafting using Heart of Diamond and Potato, arranged in the pattern shown. Produces Tiny Potato.
Mining & drops
| source | count | chance | conditions |
|---|---|---|---|
| Tiny Potato | 1–1 | 100% | 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
}