Haunting using Potato. Produces Poisonous Potato.
Poisonous Potato
Minecraft · by Mojang Studios
Acquisition
Crafting using Potato, Potato, Potato, Potato, Poisonous Potato, Potato, Potato, Potato and Potato, arranged in the pattern shown. Produces 4× Poisonous Potato.
Mining & drops
| source | count | chance | conditions |
|---|---|---|---|
Loot table: Shipwreck Supply (minecraft) minecraft:shipwreck_supply | 1–1 | 100% | — |
Block loot table: Potatoes (minecraft) minecraft:potatoes | 1–1 | 100% | Block State Property, Random Chance |
Developer reference
- Registry name
minecraft:poisonous_potato- Namespace
minecraft- Mod ID
minecraft
Recipe JSON (2):
{
"recipe_type": "create:haunting",
"pattern": null,
"ingredients": {
"item": "minecraft:potato"
},
"conditions": [],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
"RRR",
"ROR",
"RRR"
],
"ingredients": {
"O": {
"item": "minecraft:poisonous_potato"
},
"R": {
"item": "minecraft:potato"
}
},
"conditions": [],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}