<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.cobblemon.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=PushedTester</id>
	<title>Cobblemon Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.cobblemon.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=PushedTester"/>
	<link rel="alternate" type="text/html" href="https://wiki.cobblemon.com/index.php/Special:Contributions/PushedTester"/>
	<updated>2026-05-30T17:09:57Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.39.10</generator>
	<entry>
		<id>https://wiki.cobblemon.com/index.php?title=Template:InfoboxPokemon/doc&amp;diff=8175</id>
		<title>Template:InfoboxPokemon/doc</title>
		<link rel="alternate" type="text/html" href="https://wiki.cobblemon.com/index.php?title=Template:InfoboxPokemon/doc&amp;diff=8175"/>
		<updated>2026-01-13T00:01:41Z</updated>

		<summary type="html">&lt;p&gt;PushedTester: Updated to clarify usage&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This template is the infobox used on all the Pokémon pages. The title is the Name of the Page&lt;br /&gt;
&lt;br /&gt;
==Usage==&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
{{InfoboxPokemon&lt;br /&gt;
| Image = Poke Ball (model).png&lt;br /&gt;
| Generation = 1&lt;br /&gt;
| DexNumber = 0002&lt;br /&gt;
| Primary = Grass&lt;br /&gt;
| Secondary = Poison&lt;br /&gt;
| Width = 0.9&lt;br /&gt;
| Height = 1&lt;br /&gt;
| Previous = [[Bulbasaur]]&lt;br /&gt;
| Next = [[Venusaur]]&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
produces:&lt;br /&gt;
{{InfoboxPokemon&lt;br /&gt;
| Image = Poke Ball (model).png&lt;br /&gt;
| Generation = 1&lt;br /&gt;
| DexNumber = 0002&lt;br /&gt;
| Primary = Grass&lt;br /&gt;
| Secondary = Poison&lt;br /&gt;
| Width = 0.9&lt;br /&gt;
| Height = 1&lt;br /&gt;
| Previous = [[Bulbasaur]]&lt;br /&gt;
| Next = [[Venusaur]]&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>PushedTester</name></author>
	</entry>
	<entry>
		<id>https://wiki.cobblemon.com/index.php?title=Template:InfoboxPokemon&amp;diff=8173</id>
		<title>Template:InfoboxPokemon</title>
		<link rel="alternate" type="text/html" href="https://wiki.cobblemon.com/index.php?title=Template:InfoboxPokemon&amp;diff=8173"/>
		<updated>2026-01-12T22:21:14Z</updated>

		<summary type="html">&lt;p&gt;PushedTester: Added Documentation&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;div class=&amp;quot;infobox&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;div class=&amp;quot;infobox-title&amp;quot;&amp;gt;&#039;&#039;&#039;{{{title|{{PAGENAME}}}}}&#039;&#039;&#039;&amp;lt;/div&amp;gt;&lt;br /&gt;
    {{#if:{{{Image|}}}|&amp;lt;div class=&amp;quot;infobox-image&amp;quot;&amp;gt; &amp;lt;div class=&amp;quot;infobox-image-row&amp;quot;&amp;gt;[[File:{{{Image}}}]]&amp;lt;/div&amp;gt;&amp;lt;/div&amp;gt;}}&lt;br /&gt;
    &amp;lt;table class=&amp;quot;infobox-table nospace&amp;quot;&amp;gt;&lt;br /&gt;
        {{#if:{{{Generation|}}}|&amp;lt;tr&amp;gt;&lt;br /&gt;
            &amp;lt;th&amp;gt;Generation&amp;lt;/th&amp;gt;&lt;br /&gt;
            &amp;lt;td&amp;gt;{{{Generation}}}&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;/tr&amp;gt;}}&lt;br /&gt;
        {{#if:{{{DexNumber|}}}|&amp;lt;tr&amp;gt;&lt;br /&gt;
            &amp;lt;th&amp;gt;National Number&amp;lt;/th&amp;gt;&lt;br /&gt;
            &amp;lt;td&amp;gt;{{{DexNumber}}}&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;/tr&amp;gt;}}&lt;br /&gt;
        {{#if:{{{Primary|}}}|&amp;lt;tr&amp;gt;&lt;br /&gt;
            &amp;lt;th style=&amp;quot;text-align:center&amp;quot;&amp;gt;Typing&amp;lt;/th&amp;gt;&lt;br /&gt;
            &amp;lt;/tr&amp;gt;&amp;lt;tr&amp;gt;&lt;br /&gt;
            &amp;lt;th&amp;gt;Primary&amp;lt;/th&amp;gt;&lt;br /&gt;
            &amp;lt;td&amp;gt;{{{Primary}}}&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;/tr&amp;gt;}}&lt;br /&gt;
        {{#if:{{{Secondary|}}}|&amp;lt;tr&amp;gt;&lt;br /&gt;
            &amp;lt;th&amp;gt;Secondary&amp;lt;/th&amp;gt;&lt;br /&gt;
            &amp;lt;td&amp;gt;{{{Secondary}}}&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;/tr&amp;gt;}}&lt;br /&gt;
        {{#if:{{{Width|}}}|&amp;lt;tr&amp;gt;&lt;br /&gt;
            &amp;lt;th style=&amp;quot;text-align:center&amp;quot;&amp;gt;Hitbox&amp;lt;/th&amp;gt;&lt;br /&gt;
            &amp;lt;/tr&amp;gt;&amp;lt;tr&amp;gt;&lt;br /&gt;
            &amp;lt;th&amp;gt;Width&amp;lt;/th&amp;gt;&lt;br /&gt;
            &amp;lt;td&amp;gt;{{{Width}}}&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;/tr&amp;gt;}}&lt;br /&gt;
        {{#if:{{{Height|}}}|&amp;lt;tr&amp;gt;&lt;br /&gt;
            &amp;lt;th&amp;gt;Height&amp;lt;/th&amp;gt;&lt;br /&gt;
            &amp;lt;td&amp;gt;{{{Height}}}&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;/tr&amp;gt;}}&lt;br /&gt;
        {{#switch:{{#if:{{{Previous|}}}|P}}{{#if:{{{Next|}}}|N}}|&lt;br /&gt;
            PN=&lt;br /&gt;
                &amp;lt;tr&amp;gt;&lt;br /&gt;
                &amp;lt;td style=&amp;quot;text-align:center;&amp;quot;&amp;gt;&#039;&#039;&#039;Previous&#039;&#039;&#039;&amp;lt;br&amp;gt;{{{Previous}}}&amp;lt;/td&amp;gt;&lt;br /&gt;
                &amp;lt;td style=&amp;quot;text-align:center;&amp;quot;&amp;gt;&#039;&#039;&#039;Next&#039;&#039;&#039;&amp;lt;br&amp;gt;{{{Next}}}&amp;lt;/td&amp;gt;&lt;br /&gt;
                &amp;lt;/tr&amp;gt;&lt;br /&gt;
            |&lt;br /&gt;
            P=&lt;br /&gt;
                &amp;lt;tr&amp;gt;&lt;br /&gt;
                &amp;lt;td colspan=&amp;quot;2&amp;quot; style=&amp;quot;text-align:center;&amp;quot;&amp;gt;&#039;&#039;&#039;Previous&#039;&#039;&#039;&amp;lt;br&amp;gt;{{{Previous}}}&amp;lt;/td&amp;gt;&lt;br /&gt;
                &amp;lt;/tr&amp;gt;&lt;br /&gt;
            |&lt;br /&gt;
            N=&lt;br /&gt;
                &amp;lt;tr&amp;gt;&lt;br /&gt;
                &amp;lt;td colspan=&amp;quot;2&amp;quot; style=&amp;quot;text-align:center;&amp;quot;&amp;gt;&#039;&#039;&#039;Next&#039;&#039;&#039;&amp;lt;br&amp;gt;{{{Next}}}&amp;lt;/td&amp;gt;&lt;br /&gt;
                &amp;lt;/tr&amp;gt;&lt;br /&gt;
            |&lt;br /&gt;
            #default=&lt;br /&gt;
        }}&lt;br /&gt;
    &amp;lt;/table&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;noinclude&amp;gt;&lt;br /&gt;
{{documentation}}&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>PushedTester</name></author>
	</entry>
	<entry>
		<id>https://wiki.cobblemon.com/index.php?title=Template:InfoboxPokemon/doc&amp;diff=8172</id>
		<title>Template:InfoboxPokemon/doc</title>
		<link rel="alternate" type="text/html" href="https://wiki.cobblemon.com/index.php?title=Template:InfoboxPokemon/doc&amp;diff=8172"/>
		<updated>2026-01-12T22:20:38Z</updated>

		<summary type="html">&lt;p&gt;PushedTester: Created Template Documentation&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This template is the infobox used on all the Pokémon pages&lt;br /&gt;
&lt;br /&gt;
==Usage==&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
{{InfoboxPokemon&lt;br /&gt;
| Image = Poke Ball (model).png&lt;br /&gt;
| Generation = 1&lt;br /&gt;
| DexNumber = 0002&lt;br /&gt;
| Primary = Grass&lt;br /&gt;
| Secondary = Poison&lt;br /&gt;
| Width = 0.9&lt;br /&gt;
| Height = 1&lt;br /&gt;
| Previous = [[Bulbasaur]]&lt;br /&gt;
| Next = [[Venusaur]]&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
produces:&lt;br /&gt;
{{InfoboxPokemon&lt;br /&gt;
| Image = Poke Ball (model).png&lt;br /&gt;
| Generation = 1&lt;br /&gt;
| DexNumber = 0002&lt;br /&gt;
| Primary = Grass&lt;br /&gt;
| Secondary = Poison&lt;br /&gt;
| Width = 0.9&lt;br /&gt;
| Height = 1&lt;br /&gt;
| Previous = [[Bulbasaur]]&lt;br /&gt;
| Next = [[Venusaur]]&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>PushedTester</name></author>
	</entry>
	<entry>
		<id>https://wiki.cobblemon.com/index.php?title=Template:InfoboxPokemon&amp;diff=8171</id>
		<title>Template:InfoboxPokemon</title>
		<link rel="alternate" type="text/html" href="https://wiki.cobblemon.com/index.php?title=Template:InfoboxPokemon&amp;diff=8171"/>
		<updated>2026-01-12T22:18:41Z</updated>

		<summary type="html">&lt;p&gt;PushedTester: Removed example to add to documentation&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;div class=&amp;quot;infobox&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;div class=&amp;quot;infobox-title&amp;quot;&amp;gt;&#039;&#039;&#039;{{{title|{{PAGENAME}}}}}&#039;&#039;&#039;&amp;lt;/div&amp;gt;&lt;br /&gt;
    {{#if:{{{Image|}}}|&amp;lt;div class=&amp;quot;infobox-image&amp;quot;&amp;gt; &amp;lt;div class=&amp;quot;infobox-image-row&amp;quot;&amp;gt;[[File:{{{Image}}}]]&amp;lt;/div&amp;gt;&amp;lt;/div&amp;gt;}}&lt;br /&gt;
    &amp;lt;table class=&amp;quot;infobox-table nospace&amp;quot;&amp;gt;&lt;br /&gt;
        {{#if:{{{Generation|}}}|&amp;lt;tr&amp;gt;&lt;br /&gt;
            &amp;lt;th&amp;gt;Generation&amp;lt;/th&amp;gt;&lt;br /&gt;
            &amp;lt;td&amp;gt;{{{Generation}}}&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;/tr&amp;gt;}}&lt;br /&gt;
        {{#if:{{{DexNumber|}}}|&amp;lt;tr&amp;gt;&lt;br /&gt;
            &amp;lt;th&amp;gt;National Number&amp;lt;/th&amp;gt;&lt;br /&gt;
            &amp;lt;td&amp;gt;{{{DexNumber}}}&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;/tr&amp;gt;}}&lt;br /&gt;
        {{#if:{{{Primary|}}}|&amp;lt;tr&amp;gt;&lt;br /&gt;
            &amp;lt;th style=&amp;quot;text-align:center&amp;quot;&amp;gt;Typing&amp;lt;/th&amp;gt;&lt;br /&gt;
            &amp;lt;/tr&amp;gt;&amp;lt;tr&amp;gt;&lt;br /&gt;
            &amp;lt;th&amp;gt;Primary&amp;lt;/th&amp;gt;&lt;br /&gt;
            &amp;lt;td&amp;gt;{{{Primary}}}&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;/tr&amp;gt;}}&lt;br /&gt;
        {{#if:{{{Secondary|}}}|&amp;lt;tr&amp;gt;&lt;br /&gt;
            &amp;lt;th&amp;gt;Secondary&amp;lt;/th&amp;gt;&lt;br /&gt;
            &amp;lt;td&amp;gt;{{{Secondary}}}&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;/tr&amp;gt;}}&lt;br /&gt;
        {{#if:{{{Width|}}}|&amp;lt;tr&amp;gt;&lt;br /&gt;
            &amp;lt;th style=&amp;quot;text-align:center&amp;quot;&amp;gt;Hitbox&amp;lt;/th&amp;gt;&lt;br /&gt;
            &amp;lt;/tr&amp;gt;&amp;lt;tr&amp;gt;&lt;br /&gt;
            &amp;lt;th&amp;gt;Width&amp;lt;/th&amp;gt;&lt;br /&gt;
            &amp;lt;td&amp;gt;{{{Width}}}&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;/tr&amp;gt;}}&lt;br /&gt;
        {{#if:{{{Height|}}}|&amp;lt;tr&amp;gt;&lt;br /&gt;
            &amp;lt;th&amp;gt;Height&amp;lt;/th&amp;gt;&lt;br /&gt;
            &amp;lt;td&amp;gt;{{{Height}}}&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;/tr&amp;gt;}}&lt;br /&gt;
        {{#switch:{{#if:{{{Previous|}}}|P}}{{#if:{{{Next|}}}|N}}|&lt;br /&gt;
            PN=&lt;br /&gt;
                &amp;lt;tr&amp;gt;&lt;br /&gt;
                &amp;lt;td style=&amp;quot;text-align:center;&amp;quot;&amp;gt;&#039;&#039;&#039;Previous&#039;&#039;&#039;&amp;lt;br&amp;gt;{{{Previous}}}&amp;lt;/td&amp;gt;&lt;br /&gt;
                &amp;lt;td style=&amp;quot;text-align:center;&amp;quot;&amp;gt;&#039;&#039;&#039;Next&#039;&#039;&#039;&amp;lt;br&amp;gt;{{{Next}}}&amp;lt;/td&amp;gt;&lt;br /&gt;
                &amp;lt;/tr&amp;gt;&lt;br /&gt;
            |&lt;br /&gt;
            P=&lt;br /&gt;
                &amp;lt;tr&amp;gt;&lt;br /&gt;
                &amp;lt;td colspan=&amp;quot;2&amp;quot; style=&amp;quot;text-align:center;&amp;quot;&amp;gt;&#039;&#039;&#039;Previous&#039;&#039;&#039;&amp;lt;br&amp;gt;{{{Previous}}}&amp;lt;/td&amp;gt;&lt;br /&gt;
                &amp;lt;/tr&amp;gt;&lt;br /&gt;
            |&lt;br /&gt;
            N=&lt;br /&gt;
                &amp;lt;tr&amp;gt;&lt;br /&gt;
                &amp;lt;td colspan=&amp;quot;2&amp;quot; style=&amp;quot;text-align:center;&amp;quot;&amp;gt;&#039;&#039;&#039;Next&#039;&#039;&#039;&amp;lt;br&amp;gt;{{{Next}}}&amp;lt;/td&amp;gt;&lt;br /&gt;
                &amp;lt;/tr&amp;gt;&lt;br /&gt;
            |&lt;br /&gt;
            #default=&lt;br /&gt;
        }}&lt;br /&gt;
    &amp;lt;/table&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>PushedTester</name></author>
	</entry>
	<entry>
		<id>https://wiki.cobblemon.com/index.php?title=Template:InfoboxPokemon&amp;diff=8170</id>
		<title>Template:InfoboxPokemon</title>
		<link rel="alternate" type="text/html" href="https://wiki.cobblemon.com/index.php?title=Template:InfoboxPokemon&amp;diff=8170"/>
		<updated>2026-01-12T22:01:35Z</updated>

		<summary type="html">&lt;p&gt;PushedTester: Fixed Typo&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;div class=&amp;quot;infobox&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;div class=&amp;quot;infobox-title&amp;quot;&amp;gt;&#039;&#039;&#039;{{{title|{{PAGENAME}}}}}&#039;&#039;&#039;&amp;lt;/div&amp;gt;&lt;br /&gt;
    {{#if:{{{Image|}}}|&amp;lt;div class=&amp;quot;infobox-image&amp;quot;&amp;gt; &amp;lt;div class=&amp;quot;infobox-image-row&amp;quot;&amp;gt;[[File:{{{Image}}}]]&amp;lt;/div&amp;gt;&amp;lt;/div&amp;gt;}}&lt;br /&gt;
    &amp;lt;table class=&amp;quot;infobox-table nospace&amp;quot;&amp;gt;&lt;br /&gt;
        {{#if:{{{Generation|}}}|&amp;lt;tr&amp;gt;&lt;br /&gt;
            &amp;lt;th&amp;gt;Generation&amp;lt;/th&amp;gt;&lt;br /&gt;
            &amp;lt;td&amp;gt;{{{Generation}}}&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;/tr&amp;gt;}}&lt;br /&gt;
        {{#if:{{{DexNumber|}}}|&amp;lt;tr&amp;gt;&lt;br /&gt;
            &amp;lt;th&amp;gt;National Number&amp;lt;/th&amp;gt;&lt;br /&gt;
            &amp;lt;td&amp;gt;{{{DexNumber}}}&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;/tr&amp;gt;}}&lt;br /&gt;
        {{#if:{{{Primary|}}}|&amp;lt;tr&amp;gt;&lt;br /&gt;
            &amp;lt;th style=&amp;quot;text-align:center&amp;quot;&amp;gt;Typing&amp;lt;/th&amp;gt;&lt;br /&gt;
            &amp;lt;/tr&amp;gt;&amp;lt;tr&amp;gt;&lt;br /&gt;
            &amp;lt;th&amp;gt;Primary&amp;lt;/th&amp;gt;&lt;br /&gt;
            &amp;lt;td&amp;gt;{{{Primary}}}&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;/tr&amp;gt;}}&lt;br /&gt;
        {{#if:{{{Secondary|}}}|&amp;lt;tr&amp;gt;&lt;br /&gt;
            &amp;lt;th&amp;gt;Secondary&amp;lt;/th&amp;gt;&lt;br /&gt;
            &amp;lt;td&amp;gt;{{{Secondary}}}&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;/tr&amp;gt;}}&lt;br /&gt;
        {{#if:{{{Width|}}}|&amp;lt;tr&amp;gt;&lt;br /&gt;
            &amp;lt;th style=&amp;quot;text-align:center&amp;quot;&amp;gt;Hitbox&amp;lt;/th&amp;gt;&lt;br /&gt;
            &amp;lt;/tr&amp;gt;&amp;lt;tr&amp;gt;&lt;br /&gt;
            &amp;lt;th&amp;gt;Width&amp;lt;/th&amp;gt;&lt;br /&gt;
            &amp;lt;td&amp;gt;{{{Width}}}&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;/tr&amp;gt;}}&lt;br /&gt;
        {{#if:{{{Height|}}}|&amp;lt;tr&amp;gt;&lt;br /&gt;
            &amp;lt;th&amp;gt;Height&amp;lt;/th&amp;gt;&lt;br /&gt;
            &amp;lt;td&amp;gt;{{{Height}}}&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;/tr&amp;gt;}}&lt;br /&gt;
        {{#switch:{{#if:{{{Previous|}}}|P}}{{#if:{{{Next|}}}|N}}|&lt;br /&gt;
            PN=&lt;br /&gt;
                &amp;lt;tr&amp;gt;&lt;br /&gt;
                &amp;lt;td style=&amp;quot;text-align:center;&amp;quot;&amp;gt;&#039;&#039;&#039;Previous&#039;&#039;&#039;&amp;lt;br&amp;gt;{{{Previous}}}&amp;lt;/td&amp;gt;&lt;br /&gt;
                &amp;lt;td style=&amp;quot;text-align:center;&amp;quot;&amp;gt;&#039;&#039;&#039;Next&#039;&#039;&#039;&amp;lt;br&amp;gt;{{{Next}}}&amp;lt;/td&amp;gt;&lt;br /&gt;
                &amp;lt;/tr&amp;gt;&lt;br /&gt;
            |&lt;br /&gt;
            P=&lt;br /&gt;
                &amp;lt;tr&amp;gt;&lt;br /&gt;
                &amp;lt;td colspan=&amp;quot;2&amp;quot; style=&amp;quot;text-align:center;&amp;quot;&amp;gt;&#039;&#039;&#039;Previous&#039;&#039;&#039;&amp;lt;br&amp;gt;{{{Previous}}}&amp;lt;/td&amp;gt;&lt;br /&gt;
                &amp;lt;/tr&amp;gt;&lt;br /&gt;
            |&lt;br /&gt;
            N=&lt;br /&gt;
                &amp;lt;tr&amp;gt;&lt;br /&gt;
                &amp;lt;td colspan=&amp;quot;2&amp;quot; style=&amp;quot;text-align:center;&amp;quot;&amp;gt;&#039;&#039;&#039;Next&#039;&#039;&#039;&amp;lt;br&amp;gt;{{{Next}}}&amp;lt;/td&amp;gt;&lt;br /&gt;
                &amp;lt;/tr&amp;gt;&lt;br /&gt;
            |&lt;br /&gt;
            #default=&lt;br /&gt;
        }}&lt;br /&gt;
    &amp;lt;/table&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;noinclude&amp;gt;&lt;br /&gt;
Ivysaur as example (Previous and Next are automatically centered if one is not used)&lt;br /&gt;
{{InfoboxPokemon&lt;br /&gt;
| Image = Poke Ball (model).png&lt;br /&gt;
| Generation = 1&lt;br /&gt;
| DexNumber = 0002&lt;br /&gt;
| Primary = Grass&lt;br /&gt;
| Secondary = Poison&lt;br /&gt;
| Width = 0.9&lt;br /&gt;
| Height = 1&lt;br /&gt;
| Previous = [[Bulbasaur]]&lt;br /&gt;
| Next = [[Venusaur]]&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>PushedTester</name></author>
	</entry>
	<entry>
		<id>https://wiki.cobblemon.com/index.php?title=Template:InfoboxPokemon&amp;diff=8169</id>
		<title>Template:InfoboxPokemon</title>
		<link rel="alternate" type="text/html" href="https://wiki.cobblemon.com/index.php?title=Template:InfoboxPokemon&amp;diff=8169"/>
		<updated>2026-01-12T22:01:15Z</updated>

		<summary type="html">&lt;p&gt;PushedTester: Clarified some cases&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;div class=&amp;quot;infobox&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;div class=&amp;quot;infobox-title&amp;quot;&amp;gt;&#039;&#039;&#039;{{{title|{{PAGENAME}}}}}&#039;&#039;&#039;&amp;lt;/div&amp;gt;&lt;br /&gt;
    {{#if:{{{Image|}}}|&amp;lt;div class=&amp;quot;infobox-image&amp;quot;&amp;gt; &amp;lt;div class=&amp;quot;infobox-image-row&amp;quot;&amp;gt;[[File:{{{Image}}}]]&amp;lt;/div&amp;gt;&amp;lt;/div&amp;gt;}}&lt;br /&gt;
    &amp;lt;table class=&amp;quot;infobox-table nospace&amp;quot;&amp;gt;&lt;br /&gt;
        {{#if:{{{Generation|}}}|&amp;lt;tr&amp;gt;&lt;br /&gt;
            &amp;lt;th&amp;gt;Generation&amp;lt;/th&amp;gt;&lt;br /&gt;
            &amp;lt;td&amp;gt;{{{Generation}}}&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;/tr&amp;gt;}}&lt;br /&gt;
        {{#if:{{{DexNumber|}}}|&amp;lt;tr&amp;gt;&lt;br /&gt;
            &amp;lt;th&amp;gt;National Number&amp;lt;/th&amp;gt;&lt;br /&gt;
            &amp;lt;td&amp;gt;{{{DexNumber}}}&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;/tr&amp;gt;}}&lt;br /&gt;
        {{#if:{{{Primary|}}}|&amp;lt;tr&amp;gt;&lt;br /&gt;
            &amp;lt;th style=&amp;quot;text-align:center&amp;quot;&amp;gt;Typing&amp;lt;/th&amp;gt;&lt;br /&gt;
            &amp;lt;/tr&amp;gt;&amp;lt;tr&amp;gt;&lt;br /&gt;
            &amp;lt;th&amp;gt;Primary&amp;lt;/th&amp;gt;&lt;br /&gt;
            &amp;lt;td&amp;gt;{{{Primary}}}&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;/tr&amp;gt;}}&lt;br /&gt;
        {{#if:{{{Secondary|}}}|&amp;lt;tr&amp;gt;&lt;br /&gt;
            &amp;lt;th&amp;gt;Secondary&amp;lt;/th&amp;gt;&lt;br /&gt;
            &amp;lt;td&amp;gt;{{{Secondary}}}&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;/tr&amp;gt;}}&lt;br /&gt;
        {{#if:{{{Width|}}}|&amp;lt;tr&amp;gt;&lt;br /&gt;
            &amp;lt;th style=&amp;quot;text-align:center&amp;quot;&amp;gt;Hitbox&amp;lt;/th&amp;gt;&lt;br /&gt;
            &amp;lt;/tr&amp;gt;&amp;lt;tr&amp;gt;&lt;br /&gt;
            &amp;lt;th&amp;gt;Width&amp;lt;/th&amp;gt;&lt;br /&gt;
            &amp;lt;td&amp;gt;{{{Width}}}&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;/tr&amp;gt;}}&lt;br /&gt;
        {{#if:{{{Height|}}}|&amp;lt;tr&amp;gt;&lt;br /&gt;
            &amp;lt;th&amp;gt;Height&amp;lt;/th&amp;gt;&lt;br /&gt;
            &amp;lt;td&amp;gt;{{{Height}}}&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;/tr&amp;gt;}}&lt;br /&gt;
        {{#switch:{{#if:{{{Previous|}}}|P}}{{#if:{{{Next|}}}|N}}|&lt;br /&gt;
            PN=&lt;br /&gt;
                &amp;lt;tr&amp;gt;&lt;br /&gt;
                &amp;lt;td style=&amp;quot;text-align:center;&amp;quot;&amp;gt;&#039;&#039;&#039;Previous&#039;&#039;&#039;&amp;lt;br&amp;gt;{{{Previous}}}&amp;lt;/td&amp;gt;&lt;br /&gt;
                &amp;lt;td style=&amp;quot;text-align:center;&amp;quot;&amp;gt;&#039;&#039;&#039;Next&#039;&#039;&#039;&amp;lt;br&amp;gt;{{{Next}}}&amp;lt;/td&amp;gt;&lt;br /&gt;
                &amp;lt;/tr&amp;gt;&lt;br /&gt;
            |&lt;br /&gt;
            P=&lt;br /&gt;
                &amp;lt;tr&amp;gt;&lt;br /&gt;
                &amp;lt;td colspan=&amp;quot;2&amp;quot; style=&amp;quot;text-align:center;&amp;quot;&amp;gt;&#039;&#039;&#039;Previous&#039;&#039;&#039;&amp;lt;br&amp;gt;{{{Previous}}}&amp;lt;/td&amp;gt;&lt;br /&gt;
                &amp;lt;/tr&amp;gt;&lt;br /&gt;
            |&lt;br /&gt;
            N=&lt;br /&gt;
                &amp;lt;tr&amp;gt;&lt;br /&gt;
                &amp;lt;td colspan=&amp;quot;2&amp;quot; style=&amp;quot;text-align:center;&amp;quot;&amp;gt;&#039;&#039;&#039;Next&#039;&#039;&#039;&amp;lt;br&amp;gt;{{{Next}}}&amp;lt;/td&amp;gt;&lt;br /&gt;
                &amp;lt;/tr&amp;gt;&lt;br /&gt;
            |&lt;br /&gt;
            #default=&lt;br /&gt;
        }}&lt;br /&gt;
    &amp;lt;/table&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;noinclude&amp;gt;&lt;br /&gt;
Ivysaur as example (Previous and Next are automatically centered if onme is not used)&lt;br /&gt;
{{InfoboxPokemon&lt;br /&gt;
| Image = Poke Ball (model).png&lt;br /&gt;
| Generation = 1&lt;br /&gt;
| DexNumber = 0002&lt;br /&gt;
| Primary = Grass&lt;br /&gt;
| Secondary = Poison&lt;br /&gt;
| Width = 0.9&lt;br /&gt;
| Height = 1&lt;br /&gt;
| Previous = [[Bulbasaur]]&lt;br /&gt;
| Next = [[Venusaur]]&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>PushedTester</name></author>
	</entry>
	<entry>
		<id>https://wiki.cobblemon.com/index.php?title=Template:InfoboxPokemon&amp;diff=8168</id>
		<title>Template:InfoboxPokemon</title>
		<link rel="alternate" type="text/html" href="https://wiki.cobblemon.com/index.php?title=Template:InfoboxPokemon&amp;diff=8168"/>
		<updated>2026-01-12T21:59:40Z</updated>

		<summary type="html">&lt;p&gt;PushedTester: Created Template&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;div class=&amp;quot;infobox&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;div class=&amp;quot;infobox-title&amp;quot;&amp;gt;&#039;&#039;&#039;{{{title|{{PAGENAME}}}}}&#039;&#039;&#039;&amp;lt;/div&amp;gt;&lt;br /&gt;
    {{#if:{{{Image|}}}|&amp;lt;div class=&amp;quot;infobox-image&amp;quot;&amp;gt; &amp;lt;div class=&amp;quot;infobox-image-row&amp;quot;&amp;gt;[[File:{{{Image}}}]]&amp;lt;/div&amp;gt;&amp;lt;/div&amp;gt;}}&lt;br /&gt;
    &amp;lt;table class=&amp;quot;infobox-table nospace&amp;quot;&amp;gt;&lt;br /&gt;
        {{#if:{{{Generation|}}}|&amp;lt;tr&amp;gt;&lt;br /&gt;
            &amp;lt;th&amp;gt;Generation&amp;lt;/th&amp;gt;&lt;br /&gt;
            &amp;lt;td&amp;gt;{{{Generation}}}&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;/tr&amp;gt;}}&lt;br /&gt;
        {{#if:{{{DexNumber|}}}|&amp;lt;tr&amp;gt;&lt;br /&gt;
            &amp;lt;th&amp;gt;National Number&amp;lt;/th&amp;gt;&lt;br /&gt;
            &amp;lt;td&amp;gt;{{{DexNumber}}}&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;/tr&amp;gt;}}&lt;br /&gt;
        {{#if:{{{Primary|}}}|&amp;lt;tr&amp;gt;&lt;br /&gt;
            &amp;lt;th style=&amp;quot;text-align:center&amp;quot;&amp;gt;Typing&amp;lt;/th&amp;gt;&lt;br /&gt;
            &amp;lt;/tr&amp;gt;&amp;lt;tr&amp;gt;&lt;br /&gt;
            &amp;lt;th&amp;gt;Primary&amp;lt;/th&amp;gt;&lt;br /&gt;
            &amp;lt;td&amp;gt;{{{Primary}}}&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;/tr&amp;gt;}}&lt;br /&gt;
        {{#if:{{{Secondary|}}}|&amp;lt;tr&amp;gt;&lt;br /&gt;
            &amp;lt;th&amp;gt;Secondary&amp;lt;/th&amp;gt;&lt;br /&gt;
            &amp;lt;td&amp;gt;{{{Secondary}}}&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;/tr&amp;gt;}}&lt;br /&gt;
        {{#if:{{{Width|}}}|&amp;lt;tr&amp;gt;&lt;br /&gt;
            &amp;lt;th style=&amp;quot;text-align:center&amp;quot;&amp;gt;Hitbox&amp;lt;/th&amp;gt;&lt;br /&gt;
            &amp;lt;/tr&amp;gt;&amp;lt;tr&amp;gt;&lt;br /&gt;
            &amp;lt;th&amp;gt;Width&amp;lt;/th&amp;gt;&lt;br /&gt;
            &amp;lt;td&amp;gt;{{{Width}}}&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;/tr&amp;gt;}}&lt;br /&gt;
        {{#if:{{{Height|}}}|&amp;lt;tr&amp;gt;&lt;br /&gt;
            &amp;lt;th&amp;gt;Height&amp;lt;/th&amp;gt;&lt;br /&gt;
            &amp;lt;td&amp;gt;{{{Height}}}&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;/tr&amp;gt;}}&lt;br /&gt;
        {{#switch:{{#if:{{{Previous|}}}|P}}{{#if:{{{Next|}}}|N}}|&lt;br /&gt;
            PN=&lt;br /&gt;
                &amp;lt;tr&amp;gt;&lt;br /&gt;
                &amp;lt;td style=&amp;quot;text-align:center;&amp;quot;&amp;gt;&#039;&#039;&#039;Previous&#039;&#039;&#039;&amp;lt;br&amp;gt;{{{Previous}}}&amp;lt;/td&amp;gt;&lt;br /&gt;
                &amp;lt;td style=&amp;quot;text-align:center;&amp;quot;&amp;gt;&#039;&#039;&#039;Next&#039;&#039;&#039;&amp;lt;br&amp;gt;{{{Next}}}&amp;lt;/td&amp;gt;&lt;br /&gt;
                &amp;lt;/tr&amp;gt;&lt;br /&gt;
            |&lt;br /&gt;
            P=&lt;br /&gt;
                &amp;lt;tr&amp;gt;&lt;br /&gt;
                &amp;lt;td colspan=&amp;quot;2&amp;quot; style=&amp;quot;text-align:center;&amp;quot;&amp;gt;&#039;&#039;&#039;Previous&#039;&#039;&#039;&amp;lt;br&amp;gt;{{{Previous}}}&amp;lt;/td&amp;gt;&lt;br /&gt;
                &amp;lt;/tr&amp;gt;&lt;br /&gt;
            |&lt;br /&gt;
            N=&lt;br /&gt;
                &amp;lt;tr&amp;gt;&lt;br /&gt;
                &amp;lt;td colspan=&amp;quot;2&amp;quot; style=&amp;quot;text-align:center;&amp;quot;&amp;gt;&#039;&#039;&#039;Next&#039;&#039;&#039;&amp;lt;br&amp;gt;{{{Next}}}&amp;lt;/td&amp;gt;&lt;br /&gt;
                &amp;lt;/tr&amp;gt;&lt;br /&gt;
            |&lt;br /&gt;
            #default=&lt;br /&gt;
        }}&lt;br /&gt;
    &amp;lt;/table&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;noinclude&amp;gt;&lt;br /&gt;
Ivysaur as example&lt;br /&gt;
{{InfoboxPokemon&lt;br /&gt;
| Image = Poke Ball (model).png&lt;br /&gt;
| Generation = 1&lt;br /&gt;
| DexNumber = 0002&lt;br /&gt;
| Primary = Grass&lt;br /&gt;
| Secondary = Poison&lt;br /&gt;
| Width = 0.9&lt;br /&gt;
| Height = 1&lt;br /&gt;
| Previous = [[Bulbasaur]]&lt;br /&gt;
| Next = [[Venusaur]]&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>PushedTester</name></author>
	</entry>
	<entry>
		<id>https://wiki.cobblemon.com/index.php?title=Ancient_Pok%C3%A9_Ball&amp;diff=8166</id>
		<title>Ancient Poké Ball</title>
		<link rel="alternate" type="text/html" href="https://wiki.cobblemon.com/index.php?title=Ancient_Pok%C3%A9_Ball&amp;diff=8166"/>
		<updated>2026-01-12T20:03:30Z</updated>

		<summary type="html">&lt;p&gt;PushedTester: /* History */ Updated History &amp;amp; changed wording&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{InfoboxPokeball&lt;br /&gt;
| image = Ancient Poke Ball (model).png&lt;br /&gt;
| image2 = Ancient Citrine Ball (model).png&lt;br /&gt;
| image3 = Ancient Verdant Ball (model).png&lt;br /&gt;
| image4 = Ancient Azure Ball (model).png&lt;br /&gt;
| image5 = Ancient Roseate Ball (model).png&lt;br /&gt;
| image6 = Ancient Slate Ball (model).png&lt;br /&gt;
| image7 = Ancient Ivory Ball (model).png&lt;br /&gt;
| image8 = Ancient Great Ball (model).png&lt;br /&gt;
| image9 = Ancient Ultra Ball (model).png&lt;br /&gt;
| image10 = Ancient Feather Ball (model).png&lt;br /&gt;
| image11 = Ancient Wing Ball (model).png&lt;br /&gt;
| image12 = Ancient Jet Ball (model).png&lt;br /&gt;
| image13 = Ancient Heavy Ball (model).png&lt;br /&gt;
| image14 = Ancient Leaden Ball (model).png&lt;br /&gt;
| image15 = Ancient Gigaton Ball (model).png&lt;br /&gt;
| image16 = Ancient Origin Ball (model).png&lt;br /&gt;
| item = Ancient Poke Ball.png&lt;br /&gt;
| itemtooltip = Ancient Poké Ball&lt;br /&gt;
| item2 = Ancient Citrine Ball.png&lt;br /&gt;
| itemtooltip2 = Ancient Citrine Ball&lt;br /&gt;
| item3 = Ancient Verdant Ball.png&lt;br /&gt;
| itemtooltip3 = Ancient Verdant Ball&lt;br /&gt;
| item4 = Ancient Azure Ball.png&lt;br /&gt;
| itemtooltip4 = Ancient Azure Ball&lt;br /&gt;
| item5 = Ancient Roseate Ball.png&lt;br /&gt;
| itemtooltip5 = Ancient Roseate Ball&lt;br /&gt;
| item6 = Ancient Slate Ball.png&lt;br /&gt;
| itemtooltip6 = Ancient Slate Ball&lt;br /&gt;
| item7 = Ancient Ivory Ball.png&lt;br /&gt;
| itemtooltip7 = Ancient Ivory Ball&lt;br /&gt;
| item8 = Ancient Great Ball.png&lt;br /&gt;
| itemtooltip8 = Ancient Great Ball&lt;br /&gt;
| item9 = Ancient Ultra Ball.png&lt;br /&gt;
| itemtooltip9 = Ancient Ultra Ball&lt;br /&gt;
| item10 = Ancient Feather Ball.png&lt;br /&gt;
| itemtooltip10 = Ancient Feather Ball&lt;br /&gt;
| item11 = Ancient Wing Ball.png&lt;br /&gt;
| itemtooltip11 = Ancient Wing Ball&lt;br /&gt;
| item12 = Ancient Jet Ball.png&lt;br /&gt;
| itemtooltip12 = Ancient Jet Ball&lt;br /&gt;
| item13 = Ancient Heavy Ball.png&lt;br /&gt;
| itemtooltip13 = Ancient Heavy Ball&lt;br /&gt;
| item14 = Ancient Leaden Ball.png&lt;br /&gt;
| itemtooltip14 = Ancient Leaden Ball&lt;br /&gt;
| item15 = Ancient Gigaton Ball.png&lt;br /&gt;
| itemtooltip15 = Ancient Gigaton Ball&lt;br /&gt;
| item16 = Ancient Origin Ball.png&lt;br /&gt;
| itemtooltip16 = Ancient Origin Ball&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
An &#039;&#039;&#039;Ancient Poké Ball&#039;&#039;&#039; is a tool used for catching and storing caught Pokémon.&lt;br /&gt;
&lt;br /&gt;
There are 16 variants of Ancient Poké Balls, 1 of which is currently unobtainable in survival.&lt;br /&gt;
&lt;br /&gt;
==Obtaining==&lt;br /&gt;
All Ancient Poké Balls must be crafted or found in [[Ruins|ruins]].&lt;br /&gt;
&lt;br /&gt;
The Ancient Origin Ball is currently unobtainable in survival gameplay and can only be obtained through Creative Mode or commands. It can freely be used for any purpose, such as for event distributions on servers.&lt;br /&gt;
&lt;br /&gt;
==Usage==&lt;br /&gt;
Ancient Poké Balls are no different in usage than regular [[Poké Ball]]s. The core difference lies in their crafting; all Ancient Poké Balls require one of the 3 types of [[Tumblestone]] to craft.&lt;br /&gt;
&lt;br /&gt;
==Ancient Poké Ball Types==&lt;br /&gt;
===Ancient Poké Ball===&lt;br /&gt;
{{InfoboxItem&lt;br /&gt;
| image = Ancient Poke Ball (model).png&lt;br /&gt;
| image2 = Ancient Poke Ball (model, open).png&lt;br /&gt;
| item = Ancient Poke Ball.png&lt;br /&gt;
| itemtooltip = Ancient Poké Ball&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
An Ancient Poké Ball is one of the 7 basic Ancient Poké Balls.&lt;br /&gt;
&lt;br /&gt;
As with the other 6 basic Ancient Poké Balls, it is relatively easy to make, requiring 2 red [[apricorn]]s, 2 tumblestones and a [[minecraftwiki:Copper ingot|copper ingot]] to craft.&lt;br /&gt;
&lt;br /&gt;
It has a static catch rate of 1×.&lt;br /&gt;
&lt;br /&gt;
{{CraftingInterface&lt;br /&gt;
| A2 = {{ItemSlot| item = Red Apricorn | link = Red Apricorn}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Tumblestone | link = Tumblestone}}&lt;br /&gt;
| B2 = {{ItemSlot| item = Copper Ingot | link = minecraftwiki:Copper Ingot}}&lt;br /&gt;
| B3 = {{ItemSlot| item = Tumblestone | link = Tumblestone}}&lt;br /&gt;
| C2 = {{ItemSlot| item = Red Apricorn | link = Red Apricorn}}&lt;br /&gt;
| output = {{ItemSlot| item = Ancient Poké Ball | amount = 4}}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
===Ancient Citrine Ball===&lt;br /&gt;
{{InfoboxItem&lt;br /&gt;
| title = Ancient Citrine Ball&lt;br /&gt;
| image = Ancient Citrine Ball (model).png&lt;br /&gt;
| image2 = Ancient Citrine Ball (model, open).png&lt;br /&gt;
| item = Ancient Citrine Ball.png&lt;br /&gt;
| itemtooltip = Ancient Citrine Ball&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
An Ancient Citrine Ball is one of the 7 basic Ancient Poké Balls.&lt;br /&gt;
&lt;br /&gt;
As with the other 6 basic Ancient Poké Balls, it is relatively easy to make, requiring 2 yellow apricorns, 2 tumblestones and a copper ingot to craft.&lt;br /&gt;
&lt;br /&gt;
It has a static catch rate of 1×.&lt;br /&gt;
&lt;br /&gt;
{{CraftingInterface&lt;br /&gt;
| A2 = {{ItemSlot| item = Yellow Apricorn | link = Yellow Apricorn}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Tumblestone | link = Tumblestone}}&lt;br /&gt;
| B2 = {{ItemSlot| item = Copper Ingot | link = minecraftwiki:Copper Ingot}}&lt;br /&gt;
| B3 = {{ItemSlot| item = Tumblestone | link = Tumblestone}}&lt;br /&gt;
| C2 = {{ItemSlot| item = Yellow Apricorn  | link = Yellow Apricorn}}&lt;br /&gt;
| output = {{ItemSlot| item = Ancient Citrine Ball | amount = 4}}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Ancient Verdant Ball===&lt;br /&gt;
{{InfoboxItem&lt;br /&gt;
| title = Ancient Verdant Ball&lt;br /&gt;
| image = Ancient Verdant Ball (model).png&lt;br /&gt;
| image2 = Ancient Verdant Ball (model, open).png&lt;br /&gt;
| item = Ancient Verdant Ball.png&lt;br /&gt;
| itemtooltip = Ancient Verdant Ball&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
An Ancient Verdant Ball is one of the 7 basic Ancient Poké Balls.&lt;br /&gt;
&lt;br /&gt;
As with the other 6 basic Ancient Poké Balls, it is relatively easy to make, requiring 2 green apricorns, 2 tumblestones and a copper ingot to craft.&lt;br /&gt;
&lt;br /&gt;
It has a static catch rate of 1×.&lt;br /&gt;
&lt;br /&gt;
{{CraftingInterface&lt;br /&gt;
| A2 = {{ItemSlot| item = Green Apricorn | link = Green Apricorn}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Tumblestone | link = Tumblestone}}&lt;br /&gt;
| B2 = {{ItemSlot| item = Copper Ingot | link = minecraftwiki:Copper Ingot}}&lt;br /&gt;
| B3 = {{ItemSlot| item = Tumblestone | link = Tumblestone}}&lt;br /&gt;
| C2 = {{ItemSlot| item = Green Apricorn | link = Green Apricorn}}&lt;br /&gt;
| output = {{ItemSlot| item = Ancient Verdant Ball | amount = 4}}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
===Ancient Azure Ball===&lt;br /&gt;
{{InfoboxItem&lt;br /&gt;
| title = Ancient Azure Ball&lt;br /&gt;
| image = Ancient Azure Ball (model).png&lt;br /&gt;
| image2 = Ancient Azure Ball (model, open).png&lt;br /&gt;
| item = Ancient Azure Ball.png&lt;br /&gt;
| itemtooltip = Ancient Azure Ball&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
An Ancient Azure Ball is one of the 7 basic Ancient Poké Balls.&lt;br /&gt;
&lt;br /&gt;
As with the other 6 basic Ancient Poké Balls, it is relatively easy to make, requiring 2 blue apricorns, 2 tumblestones and a copper ingot to craft.&lt;br /&gt;
&lt;br /&gt;
It has a static catch rate of 1×.&lt;br /&gt;
&lt;br /&gt;
{{CraftingInterface&lt;br /&gt;
| A2 = {{ItemSlot| item = Blue Apricorn | link = Blue Apricorn}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Tumblestone | link = Tumblestone}}&lt;br /&gt;
| B2 = {{ItemSlot| item = Copper Ingot | link = minecraftwiki:Copper Ingot}}&lt;br /&gt;
| B3 = {{ItemSlot| item = Tumblestone | link = Tumblestone}}&lt;br /&gt;
| C2 = {{ItemSlot| item = Blue Apricorn | link = Blue Apricorn}}&lt;br /&gt;
| output = {{ItemSlot| item = Ancient Azure Ball | amount = 4}}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
===Ancient Roseate Ball===&lt;br /&gt;
{{InfoboxItem&lt;br /&gt;
| title = Ancient Roseate Ball&lt;br /&gt;
| image = Ancient Roseate Ball (model).png&lt;br /&gt;
| image2 = Ancient Roseate Ball (model, open).png&lt;br /&gt;
| item = Ancient Roseate Ball.png&lt;br /&gt;
| itemtooltip = Ancient Roseate Ball&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
An Ancient Roseate Ball is one of the 7 basic Ancient Poké Balls.&lt;br /&gt;
&lt;br /&gt;
As with the other 6 basic Ancient Poké Balls, it is relatively easy to make, requiring 2 pink apricorns, 2 tumblestones and a copper ingot to craft.&lt;br /&gt;
&lt;br /&gt;
It has a static catch rate of 1×.&lt;br /&gt;
&lt;br /&gt;
{{CraftingInterface&lt;br /&gt;
| A2 = {{ItemSlot| item = Pink Apricorn | link = Pink Apricorn}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Tumblestone | link = Tumblestone}}&lt;br /&gt;
| B2 = {{ItemSlot| item = Copper Ingot | link = minecraftwiki:Copper Ingot}}&lt;br /&gt;
| B3 = {{ItemSlot| item = Tumblestone | link = Tumblestone}}&lt;br /&gt;
| C2 = {{ItemSlot| item = Pink Apricorn | link = Pink Apricorn}}&lt;br /&gt;
| output = {{ItemSlot| item = Ancient Roseate Ball | amount = 4}}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Ancient Slate Ball===&lt;br /&gt;
{{InfoboxItem&lt;br /&gt;
| title = Ancient Slate Ball&lt;br /&gt;
| image = Ancient Slate Ball (model).png&lt;br /&gt;
| image2 = Ancient Slate Ball (model, open).png&lt;br /&gt;
| item = Ancient Slate Ball.png&lt;br /&gt;
| itemtooltip = Ancient Slate Ball&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
An Ancient Slate Ball is one of the 7 basic Ancient Poké Balls.&lt;br /&gt;
&lt;br /&gt;
As with the other 6 basic Ancient Poké Balls, it is relatively easy to make, requiring 2 black apricorns, 2 tumblestones and a copper ingot to craft.&lt;br /&gt;
&lt;br /&gt;
It has a static catch rate of 1×.&lt;br /&gt;
&lt;br /&gt;
{{CraftingInterface&lt;br /&gt;
| A2 = {{ItemSlot| item = Black Apricorn | link = Black Apricorn}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Tumblestone | link = Tumblestone}}&lt;br /&gt;
| B2 = {{ItemSlot| item = Copper Ingot | link = minecraftwiki:Copper Ingot}}&lt;br /&gt;
| B3 = {{ItemSlot| item = Tumblestone | link = Tumblestone}}&lt;br /&gt;
| C2 = {{ItemSlot| item = Black Apricorn | link = Black Apricorn}}&lt;br /&gt;
| output = {{ItemSlot| item = Ancient Slate Ball | amount = 4}}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
===Ancient Ivory Ball===&lt;br /&gt;
{{InfoboxItem&lt;br /&gt;
| title = Ancient Ivory Ball&lt;br /&gt;
| image = Ancient Ivory Ball (model).png&lt;br /&gt;
| image2 = Ancient Ivory Ball (model, open).png&lt;br /&gt;
| item = Ancient Ivory Ball.png&lt;br /&gt;
| itemtooltip = Ancient Ivory Ball&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
An Ancient Ivory Ball is one of the 7 basic Ancient Poké Balls.&lt;br /&gt;
&lt;br /&gt;
As with the other 6 basic Ancient Poké Balls, it is relatively easy to make, requiring 2 white apricorns, 2 tumblestones and a copper ingot to craft.&lt;br /&gt;
&lt;br /&gt;
It has a static catch rate of 1×.&lt;br /&gt;
&lt;br /&gt;
{{CraftingInterface&lt;br /&gt;
| A2 = {{ItemSlot| item = White Apricorn | link = White Apricorn}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Tumblestone | link = Tumblestone}}&lt;br /&gt;
| B2 = {{ItemSlot| item = Copper Ingot | link = minecraftwiki:Copper Ingot}}&lt;br /&gt;
| B3 = {{ItemSlot| item = Tumblestone | link = Tumblestone}}&lt;br /&gt;
| C2 = {{ItemSlot| item = White Apricorn | link = White Apricorn}}&lt;br /&gt;
| output = {{ItemSlot| item = Ancient Ivory Ball | amount = 4}}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
===Ancient Great Ball===&lt;br /&gt;
{{InfoboxItem&lt;br /&gt;
| title = Ancient Great Ball&lt;br /&gt;
| image = Ancient Great Ball (model).png&lt;br /&gt;
| image2 = Ancient Great Ball (model, open).png&lt;br /&gt;
| item = Ancient Great Ball.png&lt;br /&gt;
| itemtooltip = Ancient Great Ball&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
An Ancient Great Ball is a second tier Ancient Poké Ball.&lt;br /&gt;
&lt;br /&gt;
Unlike first tier Ancient Poké Balls, Ancient Great Balls require 2 tumblestones, an [[minecraftwiki:Iron ingot|iron ingot]], a red apricorn and a blue apricorn to craft.&lt;br /&gt;
&lt;br /&gt;
It functions as a direct upgrade to the Ancient Poké Ball, as it has a higher static catch rate.&lt;br /&gt;
&lt;br /&gt;
It has a static catch rate of 1.5×.&lt;br /&gt;
&lt;br /&gt;
{{CraftingInterface&lt;br /&gt;
| A2 = {{ItemSlot| item = Red Apricorn | link = Red Apricorn}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Tumblestone | link = Tumblestone}}&lt;br /&gt;
| B2 = {{ItemSlot| item = Iron Ingot | link = minecraftwiki:Iron Ingot}}&lt;br /&gt;
| B3 = {{ItemSlot| item = Tumblestone | link = Tumblestone}}&lt;br /&gt;
| C2 = {{ItemSlot| item = Blue Apricorn | link = Blue Apricorn}}&lt;br /&gt;
| output = {{ItemSlot| item = Ancient Great Ball | amount = 4}}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
===Ancient Ultra Ball===&lt;br /&gt;
{{InfoboxItem&lt;br /&gt;
| title = Ancient Ultra Ball&lt;br /&gt;
| image = Ancient Ultra Ball (model).png&lt;br /&gt;
| image2 = Ancient Ultra Ball (model, open).png&lt;br /&gt;
| item = Ancient Ultra Ball.png&lt;br /&gt;
| itemtooltip = Ancient Ultra Ball&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
An Ancient Ultra Ball is a third tier Ancient Poké Ball.&lt;br /&gt;
&lt;br /&gt;
Unlike first and second tier Ancient Poké Balls, Ancient Ultra Balls require 2 tumblestones, a [[minecraftwiki:Gold ingot|gold ingot]], yellow apricorn and a black apricorn to craft.&lt;br /&gt;
&lt;br /&gt;
It functions as a direct upgrade to the Ancient Great Ball, as it has a higher static catch rate.&lt;br /&gt;
&lt;br /&gt;
It has a static catch rate of 2×.&lt;br /&gt;
&lt;br /&gt;
{{CraftingInterface&lt;br /&gt;
| A2 = {{ItemSlot| item = Yellow Apricorn | link = Yellow Apricorn}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Tumblestone | link = Tumblestone}}&lt;br /&gt;
| B2 = {{ItemSlot| item = Gold Ingot | link = minecraftwiki:Gold Ingot}}&lt;br /&gt;
| B3 = {{ItemSlot| item = Tumblestone | link = Tumblestone}}&lt;br /&gt;
| C2 = {{ItemSlot| item = Black Apricorn | link = Black Apricorn}}&lt;br /&gt;
| output = {{ItemSlot| item = Ancient Ultra Ball | amount = 4}}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
===Ancient Feather Ball===&lt;br /&gt;
{{InfoboxItem&lt;br /&gt;
| title = Ancient Feather Ball&lt;br /&gt;
| image = Ancient Feather Ball (model).png&lt;br /&gt;
| image2 = Ancient Feather Ball (model, open).png&lt;br /&gt;
| item = Ancient Feather Ball.png&lt;br /&gt;
| itemtooltip = Ancient Feather Ball&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
An Ancient Feather Ball is a first tier Ancient Poké Ball.&lt;br /&gt;
&lt;br /&gt;
Unlike the basic Ancient Poké Balls, Ancient Feather Balls requires a blue apricorn, a white apricorn and Sky Tumblestones instead of regular tumblestones to craft.&lt;br /&gt;
&lt;br /&gt;
It functions similarly to the Ancient Poké Ball, but is capable of being thrown further.&lt;br /&gt;
&lt;br /&gt;
It has a static catch rate of 1×.&lt;br /&gt;
&lt;br /&gt;
{{CraftingInterface&lt;br /&gt;
| A2 = {{ItemSlot| item = Blue Apricorn | link = Blue Apricorn}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Sky Tumblestone | link = Sky Tumblestone}}&lt;br /&gt;
| B2 = {{ItemSlot| item = Copper Ingot | link = minecraftwiki:Copper Ingot}}&lt;br /&gt;
| B3 = {{ItemSlot| item = Sky Tumblestone | link = Sky Tumblestone}}&lt;br /&gt;
| C2 = {{ItemSlot| item = White Apricorn | link = White Apricorn}}&lt;br /&gt;
| output = {{ItemSlot| item = Ancient Feather Ball | amount = 4}}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
===Ancient Wing Ball===&lt;br /&gt;
{{InfoboxItem&lt;br /&gt;
| title = Ancient Wing Ball&lt;br /&gt;
| image = Ancient Wing Ball (model).png&lt;br /&gt;
| image2 = Ancient Wing Ball (model, open).png&lt;br /&gt;
| item = Ancient Wing Ball.png&lt;br /&gt;
| itemtooltip = Ancient Wing Ball&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
An Ancient Wing Ball is a second tier Ancient Poké Ball.&lt;br /&gt;
&lt;br /&gt;
Unlike first tier Ancient Poké Balls, Ancient Wing Balls require an iron ingot, a blue apricorn, a white apricorn and Sky Tumblestones instead of regular tumblestones to craft.&lt;br /&gt;
&lt;br /&gt;
It functions similarly to the Ancient Great Ball, but is capable of being thrown further.&lt;br /&gt;
&lt;br /&gt;
It has a static catch rate of 1.5×.&lt;br /&gt;
&lt;br /&gt;
{{CraftingInterface&lt;br /&gt;
| A2 = {{ItemSlot| item = Blue Apricorn | link = Blue Apricorn}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Sky Tumblestone | link = Sky Tumblestone}}&lt;br /&gt;
| B2 = {{ItemSlot| item = Iron Ingot | link = minecraftwiki:Iron Ingot}}&lt;br /&gt;
| B3 = {{ItemSlot| item = Sky Tumblestone | link = Sky Tumblestone}}&lt;br /&gt;
| C2 = {{ItemSlot| item = White Apricorn | link = White Apricorn}}&lt;br /&gt;
| output = {{ItemSlot| item = Ancient Wing Ball | amount = 4}}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
===Ancient Jet Ball===&lt;br /&gt;
{{InfoboxItem&lt;br /&gt;
| title = Ancient Jet Ball&lt;br /&gt;
| image = Ancient Jet Ball (model).png&lt;br /&gt;
| image2 = Ancient Jet Ball (model, open).png&lt;br /&gt;
| item = Ancient Jet Ball.png&lt;br /&gt;
| itemtooltip = Ancient Jet Ball&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
An Ancient Jet Ball is a third tier Ancient Poké Ball.&lt;br /&gt;
&lt;br /&gt;
Unlike first and second tier Ancient Poké Balls, Ancient Jet Balls require a gold ingot, a blue apricorn, a white apricorn and Sky Tumblestones instead of regular tumblestones to craft.&lt;br /&gt;
&lt;br /&gt;
It functions similarly to the Ancient Ultra Ball, but is capable of being thrown further.&lt;br /&gt;
&lt;br /&gt;
It has a static catch rate of 2×.&lt;br /&gt;
&lt;br /&gt;
{{CraftingInterface&lt;br /&gt;
| A2 = {{ItemSlot| item = Blue Apricorn | link = Blue Apricorn}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Sky Tumblestone  | link = Sky Tumblestone}}&lt;br /&gt;
| B2 = {{ItemSlot| item = Gold Ingot | link = minecraftwiki:Gold Ingot}}&lt;br /&gt;
| B3 = {{ItemSlot| item = Sky Tumblestone | link = Sky Tumblestone}}&lt;br /&gt;
| C2 = {{ItemSlot| item = White Apricorn | link = White Apricorn}}&lt;br /&gt;
| output = {{ItemSlot| item = Ancient Jet Ball | amount = 4}}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
===Ancient Heavy Ball===&lt;br /&gt;
{{InfoboxItem&lt;br /&gt;
| title = Ancient Heavy Ball&lt;br /&gt;
| image = Ancient Heavy Ball (model).png&lt;br /&gt;
| image2 = Ancient Heavy Ball (model, open).png&lt;br /&gt;
| item = Ancient Heavy Ball.png&lt;br /&gt;
| itemtooltip = Ancient Heavy Ball&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
An Ancient Heavy Ball is a first tier Ancient Poké Ball.&lt;br /&gt;
&lt;br /&gt;
Unlike Ancient Poké Balls, Ancient Heavy Balls require 2 black apricorns and Black Tumblestones instead of regular tumblestones to craft.&lt;br /&gt;
&lt;br /&gt;
It functions similarly to the Ancient Poké Ball, but does not throw as far.&lt;br /&gt;
&lt;br /&gt;
It has a static catch rate of 1×. This will eventually change, and a unique mechanic will effect this ball&#039;s catch rate.&lt;br /&gt;
&lt;br /&gt;
{{CraftingInterface&lt;br /&gt;
| A2 = {{ItemSlot| item = Black Apricorn | link = Black Apricorn}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Black Tumblestone | link = Black Tumblestone}}&lt;br /&gt;
| B2 = {{ItemSlot| item = Copper Ingot | link = minecraftwiki:Copper Ingot}}&lt;br /&gt;
| B3 = {{ItemSlot| item = Black Tumblestone | link = Black Tumblestone}}&lt;br /&gt;
| C2 = {{ItemSlot| item = Black Apricorn | link = Black Apricorn}}&lt;br /&gt;
| output = {{ItemSlot| item = Ancient Heavy Ball | amount = 4}}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
===Ancient Leaden Ball===&lt;br /&gt;
{{InfoboxItem&lt;br /&gt;
| title = Ancient Leaden Ball&lt;br /&gt;
| image = Ancient Leaden Ball (model).png&lt;br /&gt;
| image2 = Ancient Leaden Ball (model, open).png&lt;br /&gt;
| item = Ancient Leaden Ball.png&lt;br /&gt;
| itemtooltip = Ancient Leaden Ball&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
An Ancient Leaden Ball is a second tier Ancient Poké Ball.&lt;br /&gt;
&lt;br /&gt;
Unlike first tier Ancient Poké Balls, Ancient Leaden Balls require an iron ingot, 2 black apricorns and Black Tumblestones instead of regular tumblestones to craft.&lt;br /&gt;
&lt;br /&gt;
It functions similarly to the Ancient Great Ball, but does not throw as far.&lt;br /&gt;
&lt;br /&gt;
It has a static catch rate of 1.5×. This will eventually change, and a unique mechanic will effect this ball&#039;s catch rate.&lt;br /&gt;
&lt;br /&gt;
{{CraftingInterface&lt;br /&gt;
| A2 = {{ItemSlot| item = Black Apricorn | link = Black Apricorn}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Black Tumblestone | link = Black Tumblestone}}&lt;br /&gt;
| B2 = {{ItemSlot| item = Iron Ingot | link = minecraftwiki:Iron Ingot}}&lt;br /&gt;
| B3 = {{ItemSlot| item = Black Tumblestone | link = Black Tumblestone}}&lt;br /&gt;
| C2 = {{ItemSlot| item = Black Apricorn | link = Black Apricorn}}&lt;br /&gt;
| output = {{ItemSlot| item = Ancient Leaden Ball | amount = 4}}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
===Ancient Gigaton Ball===&lt;br /&gt;
{{InfoboxItem&lt;br /&gt;
| title = Ancient Gigaton Ball&lt;br /&gt;
| image = Ancient Gigaton Ball (model).png&lt;br /&gt;
| image2 = Ancient Gigaton Ball (model, open).png&lt;br /&gt;
| item = Ancient Gigaton Ball.png&lt;br /&gt;
| itemtooltip = Ancient Gigaton Ball&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
An Ancient Gigaton Ball is a third tier Ancient Poké Ball.&lt;br /&gt;
&lt;br /&gt;
Unlike first and second tier Ancient Poké Balls, Ancient Gigaton Balls require a gold ingot, 2 black apricorns and Black Tumblestones instead of regular tumblestones to craft.&lt;br /&gt;
&lt;br /&gt;
It functions similarly to the Ancient Ultra Ball, but does not throw as far.&lt;br /&gt;
&lt;br /&gt;
It has a static catch rate of 2×. This will eventually change, and a unique mechanic will effect this ball&#039;s catch rate.&lt;br /&gt;
&lt;br /&gt;
{{CraftingInterface&lt;br /&gt;
| A2 = {{ItemSlot| item = Black Apricorn | link = Black Apricorn}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Black Tumblestone | link = Black Tumblestone}}&lt;br /&gt;
| B2 = {{ItemSlot| item = Gold Ingot | link = minecraftwiki:Gold Ingot}}&lt;br /&gt;
| B3 = {{ItemSlot| item = Black Tumblestone | link = Black Tumblestone}}&lt;br /&gt;
| C2 = {{ItemSlot| item = Black Apricorn | link = Black Apricorn}}&lt;br /&gt;
| output = {{ItemSlot| item = Ancient Gigaton Ball | amount = 4}}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
===Ancient Origin Ball===&lt;br /&gt;
{{InfoboxItem&lt;br /&gt;
| title = Ancient Origin Ball&lt;br /&gt;
| image = Ancient Origin Ball (model).png&lt;br /&gt;
| image2 = Ancient Origin Ball (model, open).png&lt;br /&gt;
| item = Ancient Origin Ball.png&lt;br /&gt;
| itemtooltip = Ancient Origin Ball&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
An Ancient Origin Ball is an untiered Poké Ball.&lt;br /&gt;
&lt;br /&gt;
Unlike other Poké Balls, the Ancient Origin Ball is not craftable or obtainable in normal gameplay.&lt;br /&gt;
&lt;br /&gt;
Ancient Origin Balls can freely be used for any purpose, such as for event distributions on servers.&lt;br /&gt;
&lt;br /&gt;
Despite appearances resembling the Cherish Ball, the Ancient Origin Ball functions more similar to the Master Ball, possessing a 100% catch rate, meaning it will never fail to catch a Pokémon.&lt;br /&gt;
&lt;br /&gt;
==History==&lt;br /&gt;
{{HistoryTable|rows=&lt;br /&gt;
&lt;br /&gt;
{{HistoryRow|version=1.5.0|changes=&lt;br /&gt;
{{-}}&lt;br /&gt;
{{ScaledImage|Ancient Poke Ball (model).png|32px}}{{ScaledImage|Ancient Citrine Ball (model).png|32px}}{{ScaledImage|Ancient Verdant Ball (model).png|32px}}{{ScaledImage|Ancient Azure Ball (model).png|32px}}{{ScaledImage|Ancient Roseate Ball (model).png|32px}}{{ScaledImage|Ancient Slate Ball (model).png|32px}}{{ScaledImage|Ancient Ivory Ball (model).png|32px}}{{ScaledImage|Ancient Great Ball (model).png|32px}}{{ScaledImage|Ancient Ultra Ball (model).png|32px}}{{ScaledImage|Ancient Feather Ball (model).png|32px}}{{ScaledImage|Ancient Wing Ball (model).png|32px}}{{ScaledImage|Ancient Jet Ball (model).png|32px}}{{ScaledImage|Ancient Heavy Ball (model).png|32px}}{{ScaledImage|Ancient Leaden Ball (model).png|32px}}{{ScaledImage|Ancient Gigaton Ball (model).png|32px}}{{ScaledImage|Ancient Origin Ball (model).png|32px}} Added Ancient Pokeballs.&lt;br /&gt;
* Hisui starters, when chosen, are now given to the player inside of ancient Poké Balls.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{HistoryRow|version=1.5.1|changes=Added unique send out particles for the Ancient Origin balls.}}&lt;br /&gt;
&lt;br /&gt;
{{HistoryRow|version=1.6.0|changes=&lt;br /&gt;
{{-}}&lt;br /&gt;
* Added a unique set of sounds for Ancient Poké Balls.&lt;br /&gt;
* Ancient Poké Balls now jump once rather than shaking 3 times when capturing Pokémon.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{HistoryRow|version=1.7.0|changes=Grouped the recipes together}}&lt;br /&gt;
&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Items}}&lt;/div&gt;</summary>
		<author><name>PushedTester</name></author>
	</entry>
	<entry>
		<id>https://wiki.cobblemon.com/index.php?title=Galarica_Nuts&amp;diff=8165</id>
		<title>Galarica Nuts</title>
		<link rel="alternate" type="text/html" href="https://wiki.cobblemon.com/index.php?title=Galarica_Nuts&amp;diff=8165"/>
		<updated>2026-01-12T19:59:53Z</updated>

		<summary type="html">&lt;p&gt;PushedTester: /* History */ Fixed typo&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{InfoboxItem&lt;br /&gt;
| image = Galarica Nut Bush (block, stage 0).png&lt;br /&gt;
| image2 = Galarica Nut Bush (block, stage 1).png&lt;br /&gt;
| image3 = Galarica Nut Bush (block, stage 2).png&lt;br /&gt;
| image4 = Galarica Nut Bush (block, stage 3).png&lt;br /&gt;
| item = Galarica Nuts.png&lt;br /&gt;
| itemtooltip = Galarica Nuts&lt;br /&gt;
| stacklimit = 64&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Galarica Nuts&#039;&#039;&#039; are a [[items|crafting item]] that is used to craft [[Galarica Cuff]] and [[Galarica Wreath]].&lt;br /&gt;
&lt;br /&gt;
==Obtaining==&lt;br /&gt;
===Natural  Generation===&lt;br /&gt;
===Farming===&lt;br /&gt;
Galarica Nuts can be placed on Dirt or Grass Blocks. After being placed, it goes through four stages of growth.&lt;br /&gt;
&lt;br /&gt;
When bone meal is used on a Galarica Nut Bush, its growth stage will increase by one.&lt;br /&gt;
&lt;br /&gt;
===Drops===&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot; style=&amp;quot;margin:auto&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! &#039;&#039;&#039;Dex No.&#039;&#039;&#039; !! &#039;&#039;&#039;Pokémon&#039;&#039;&#039; !! &#039;&#039;&#039;Rate&#039;&#039;&#039; !! &#039;&#039;&#039;Quantity&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| 0079 || Slowpoke (Galarian) || 2.5% || style=&amp;quot;text-align:center&amp;quot; | 0-1&lt;br /&gt;
|-&lt;br /&gt;
| 0080 || Slowbro (Galarian) || 100% || style=&amp;quot;text-align:center&amp;quot; | 0-2&lt;br /&gt;
|-&lt;br /&gt;
| 0199 || Slowking (Galarian) || 100% || style=&amp;quot;text-align:center&amp;quot; | 0-3&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Usage==&lt;br /&gt;
===Crafting Ingredient===&lt;br /&gt;
{|&lt;br /&gt;
|{{CraftingInterface&lt;br /&gt;
| A1 = {{ItemSlot| item = Galarica Nuts}}&lt;br /&gt;
| A2 = {{ItemSlot| item = Galarica Nuts}}&lt;br /&gt;
| A3 = {{ItemSlot| item = Galarica Nuts}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Galarica Nuts}}&lt;br /&gt;
| B3 = {{ItemSlot| item = Galarica Nuts}}&lt;br /&gt;
| C1 = {{ItemSlot| item = Galarica Nuts}}&lt;br /&gt;
| C2 = {{ItemSlot| item = Galarica Nuts}}&lt;br /&gt;
| C3 = {{ItemSlot| item = Galarica Nuts}}&lt;br /&gt;
| output = {{ItemSlot| item = Galarica Wreath | link = Galarica Wreath}}&lt;br /&gt;
}}&lt;br /&gt;
| || ||&lt;br /&gt;
|{{CraftingInterface&lt;br /&gt;
| A1 = {{ItemSlot| item = Stick}}&lt;br /&gt;
| A2 = {{ItemSlot| item = Galarica Nuts}}&lt;br /&gt;
| A3 = {{ItemSlot| item = Stick}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Galarica Nuts}}&lt;br /&gt;
| B3 = {{ItemSlot| item = Galarica Nuts}}&lt;br /&gt;
| C1 = {{ItemSlot| item = Stick}}&lt;br /&gt;
| C2 = {{ItemSlot| item = Galarica Nuts}}&lt;br /&gt;
| C3 = {{ItemSlot| item = Stick}}&lt;br /&gt;
| output = {{ItemSlot| item = Galarica Cuff | link = Galarica Cuff}}&lt;br /&gt;
}}&lt;br /&gt;
| || ||&lt;br /&gt;
|{{CraftingInterface&lt;br /&gt;
| A1 = {{ItemSlot| item = Remedy | link = Remedy}}&lt;br /&gt;
| A2 = {{ItemSlot| item = Galarica Nuts}}&lt;br /&gt;
| output = {{ItemSlot| item = Fine Remedy | link = Fine Remedy}}&lt;br /&gt;
}}&lt;br /&gt;
| || ||&lt;br /&gt;
|{{CraftingInterface&lt;br /&gt;
| A1 = {{ItemSlot| item = Remedy | link = Remedy}}&lt;br /&gt;
| A2 = {{ItemSlot| item = Galarica Nuts}}&lt;br /&gt;
| A3 = {{ItemSlot| item = Energy Root | link = Energy Root}}&lt;br /&gt;
| output = {{ItemSlot| item = Superb Remedy | link = Superb Remedy}}&lt;br /&gt;
}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Cooking Ingredient===&lt;br /&gt;
{|&lt;br /&gt;
|{{CookingInterface&lt;br /&gt;
| A1 = {{ItemSlot| item = Unremarkable Teacup | link = Unremarkable Teacup}}&lt;br /&gt;
| A2 = {{ItemSlot| item = Unremarkable Teacup | link = Unremarkable Teacup}}&lt;br /&gt;
| A3 = {{ItemSlot| item = Unremarkable Teacup | link = Unremarkable Teacup}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Milk Bucket; Moomoo Milk | link = Moomoo Milk | tooltip = Any Milk}}&lt;br /&gt;
| S1 = {{ItemSlot| item = Galarica Nuts}}&lt;br /&gt;
| S2 = {{ItemSlot| item = Galarica Nuts}}&lt;br /&gt;
| S3 = {{ItemSlot| item = Galarica Nuts}}&lt;br /&gt;
| output = {{ItemSlot| item = Sinister Tea (Unremarkable Teacup) | amount = 3 | tooltip = Sinister Tea | link = Sinister Tea}}&lt;br /&gt;
}}&lt;br /&gt;
| || ||&lt;br /&gt;
|{{CookingInterface&lt;br /&gt;
| A1 = {{ItemSlot| item = Bowl}}&lt;br /&gt;
| A2 = {{ItemSlot| item = Bowl}}&lt;br /&gt;
| A3 = {{ItemSlot| item = Bowl}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Milk Bucket; Moomoo Milk | link = Moomoo Milk | tooltip = Any Milk}}&lt;br /&gt;
| S1 = {{ItemSlot| item = Galarica Nuts}}&lt;br /&gt;
| S2 = {{ItemSlot| item = Galarica Nuts}}&lt;br /&gt;
| S3 = {{ItemSlot| item = Galarica Nuts}}&lt;br /&gt;
| output = {{ItemSlot| item = Sinister Tea | amount = 3 | tooltip = Sinister Tea | link = Sinister Tea}}&lt;br /&gt;
}}&lt;br /&gt;
| || ||&lt;br /&gt;
|{{CookingInterface&lt;br /&gt;
| A1 = {{ItemSlot| item = Masterpiece Teacup | link = Masterpiece Teacup}}&lt;br /&gt;
| A2 = {{ItemSlot| item = Masterpiece Teacup | link = Masterpiece Teacup}}&lt;br /&gt;
| A3 = {{ItemSlot| item = Masterpiece Teacup | link = Masterpiece Teacup}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Milk Bucket; Moomoo Milk | link = Moomoo Milk | tooltip = Any Milk}}&lt;br /&gt;
| S1 = {{ItemSlot| item = Galarica Nuts}}&lt;br /&gt;
| S2 = {{ItemSlot| item = Galarica Nuts}}&lt;br /&gt;
| S3 = {{ItemSlot| item = Galarica Nuts}}&lt;br /&gt;
| output = {{ItemSlot| item = Sinister Tea (Masterpiece Teacup) | amount = 3 | tooltip = Sinister Tea | link = Sinister Tea}}&lt;br /&gt;
}}&lt;br /&gt;
|-&lt;br /&gt;
|{{CookingInterface&lt;br /&gt;
| A1 = {{ItemSlot| item = Hearty Grains | link = Hearty Grains}}&lt;br /&gt;
| A2 = {{ItemSlot| item = Tasty Tail | link = Tasty Tail}}&lt;br /&gt;
| A3 =  {{ItemSlot| item = Carrot}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Galarica Nuts}}&lt;br /&gt;
| output = {{ItemSlot| item = Smoked-Tail Curry | link = Smoked-Tail Curry}}&lt;br /&gt;
}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Composting===&lt;br /&gt;
Putting a Galarica Nut in a Composter has a 30% chance of raising the compost level by 1.&lt;br /&gt;
&lt;br /&gt;
==History==&lt;br /&gt;
{{HistoryTable|rows=&lt;br /&gt;
&lt;br /&gt;
{{HistoryRow|version=1.6.1|changes=Added Galarica Nuts.}}&lt;br /&gt;
&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Items}}&lt;/div&gt;</summary>
		<author><name>PushedTester</name></author>
	</entry>
	<entry>
		<id>https://wiki.cobblemon.com/index.php?title=Galarica_Nuts&amp;diff=8164</id>
		<title>Galarica Nuts</title>
		<link rel="alternate" type="text/html" href="https://wiki.cobblemon.com/index.php?title=Galarica_Nuts&amp;diff=8164"/>
		<updated>2026-01-12T19:59:36Z</updated>

		<summary type="html">&lt;p&gt;PushedTester: /* History */ Fixed typo&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{InfoboxItem&lt;br /&gt;
| image = Galarica Nut Bush (block, stage 0).png&lt;br /&gt;
| image2 = Galarica Nut Bush (block, stage 1).png&lt;br /&gt;
| image3 = Galarica Nut Bush (block, stage 2).png&lt;br /&gt;
| image4 = Galarica Nut Bush (block, stage 3).png&lt;br /&gt;
| item = Galarica Nuts.png&lt;br /&gt;
| itemtooltip = Galarica Nuts&lt;br /&gt;
| stacklimit = 64&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Galarica Nuts&#039;&#039;&#039; are a [[items|crafting item]] that is used to craft [[Galarica Cuff]] and [[Galarica Wreath]].&lt;br /&gt;
&lt;br /&gt;
==Obtaining==&lt;br /&gt;
===Natural  Generation===&lt;br /&gt;
===Farming===&lt;br /&gt;
Galarica Nuts can be placed on Dirt or Grass Blocks. After being placed, it goes through four stages of growth.&lt;br /&gt;
&lt;br /&gt;
When bone meal is used on a Galarica Nut Bush, its growth stage will increase by one.&lt;br /&gt;
&lt;br /&gt;
===Drops===&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot; style=&amp;quot;margin:auto&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! &#039;&#039;&#039;Dex No.&#039;&#039;&#039; !! &#039;&#039;&#039;Pokémon&#039;&#039;&#039; !! &#039;&#039;&#039;Rate&#039;&#039;&#039; !! &#039;&#039;&#039;Quantity&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| 0079 || Slowpoke (Galarian) || 2.5% || style=&amp;quot;text-align:center&amp;quot; | 0-1&lt;br /&gt;
|-&lt;br /&gt;
| 0080 || Slowbro (Galarian) || 100% || style=&amp;quot;text-align:center&amp;quot; | 0-2&lt;br /&gt;
|-&lt;br /&gt;
| 0199 || Slowking (Galarian) || 100% || style=&amp;quot;text-align:center&amp;quot; | 0-3&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Usage==&lt;br /&gt;
===Crafting Ingredient===&lt;br /&gt;
{|&lt;br /&gt;
|{{CraftingInterface&lt;br /&gt;
| A1 = {{ItemSlot| item = Galarica Nuts}}&lt;br /&gt;
| A2 = {{ItemSlot| item = Galarica Nuts}}&lt;br /&gt;
| A3 = {{ItemSlot| item = Galarica Nuts}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Galarica Nuts}}&lt;br /&gt;
| B3 = {{ItemSlot| item = Galarica Nuts}}&lt;br /&gt;
| C1 = {{ItemSlot| item = Galarica Nuts}}&lt;br /&gt;
| C2 = {{ItemSlot| item = Galarica Nuts}}&lt;br /&gt;
| C3 = {{ItemSlot| item = Galarica Nuts}}&lt;br /&gt;
| output = {{ItemSlot| item = Galarica Wreath | link = Galarica Wreath}}&lt;br /&gt;
}}&lt;br /&gt;
| || ||&lt;br /&gt;
|{{CraftingInterface&lt;br /&gt;
| A1 = {{ItemSlot| item = Stick}}&lt;br /&gt;
| A2 = {{ItemSlot| item = Galarica Nuts}}&lt;br /&gt;
| A3 = {{ItemSlot| item = Stick}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Galarica Nuts}}&lt;br /&gt;
| B3 = {{ItemSlot| item = Galarica Nuts}}&lt;br /&gt;
| C1 = {{ItemSlot| item = Stick}}&lt;br /&gt;
| C2 = {{ItemSlot| item = Galarica Nuts}}&lt;br /&gt;
| C3 = {{ItemSlot| item = Stick}}&lt;br /&gt;
| output = {{ItemSlot| item = Galarica Cuff | link = Galarica Cuff}}&lt;br /&gt;
}}&lt;br /&gt;
| || ||&lt;br /&gt;
|{{CraftingInterface&lt;br /&gt;
| A1 = {{ItemSlot| item = Remedy | link = Remedy}}&lt;br /&gt;
| A2 = {{ItemSlot| item = Galarica Nuts}}&lt;br /&gt;
| output = {{ItemSlot| item = Fine Remedy | link = Fine Remedy}}&lt;br /&gt;
}}&lt;br /&gt;
| || ||&lt;br /&gt;
|{{CraftingInterface&lt;br /&gt;
| A1 = {{ItemSlot| item = Remedy | link = Remedy}}&lt;br /&gt;
| A2 = {{ItemSlot| item = Galarica Nuts}}&lt;br /&gt;
| A3 = {{ItemSlot| item = Energy Root | link = Energy Root}}&lt;br /&gt;
| output = {{ItemSlot| item = Superb Remedy | link = Superb Remedy}}&lt;br /&gt;
}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Cooking Ingredient===&lt;br /&gt;
{|&lt;br /&gt;
|{{CookingInterface&lt;br /&gt;
| A1 = {{ItemSlot| item = Unremarkable Teacup | link = Unremarkable Teacup}}&lt;br /&gt;
| A2 = {{ItemSlot| item = Unremarkable Teacup | link = Unremarkable Teacup}}&lt;br /&gt;
| A3 = {{ItemSlot| item = Unremarkable Teacup | link = Unremarkable Teacup}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Milk Bucket; Moomoo Milk | link = Moomoo Milk | tooltip = Any Milk}}&lt;br /&gt;
| S1 = {{ItemSlot| item = Galarica Nuts}}&lt;br /&gt;
| S2 = {{ItemSlot| item = Galarica Nuts}}&lt;br /&gt;
| S3 = {{ItemSlot| item = Galarica Nuts}}&lt;br /&gt;
| output = {{ItemSlot| item = Sinister Tea (Unremarkable Teacup) | amount = 3 | tooltip = Sinister Tea | link = Sinister Tea}}&lt;br /&gt;
}}&lt;br /&gt;
| || ||&lt;br /&gt;
|{{CookingInterface&lt;br /&gt;
| A1 = {{ItemSlot| item = Bowl}}&lt;br /&gt;
| A2 = {{ItemSlot| item = Bowl}}&lt;br /&gt;
| A3 = {{ItemSlot| item = Bowl}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Milk Bucket; Moomoo Milk | link = Moomoo Milk | tooltip = Any Milk}}&lt;br /&gt;
| S1 = {{ItemSlot| item = Galarica Nuts}}&lt;br /&gt;
| S2 = {{ItemSlot| item = Galarica Nuts}}&lt;br /&gt;
| S3 = {{ItemSlot| item = Galarica Nuts}}&lt;br /&gt;
| output = {{ItemSlot| item = Sinister Tea | amount = 3 | tooltip = Sinister Tea | link = Sinister Tea}}&lt;br /&gt;
}}&lt;br /&gt;
| || ||&lt;br /&gt;
|{{CookingInterface&lt;br /&gt;
| A1 = {{ItemSlot| item = Masterpiece Teacup | link = Masterpiece Teacup}}&lt;br /&gt;
| A2 = {{ItemSlot| item = Masterpiece Teacup | link = Masterpiece Teacup}}&lt;br /&gt;
| A3 = {{ItemSlot| item = Masterpiece Teacup | link = Masterpiece Teacup}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Milk Bucket; Moomoo Milk | link = Moomoo Milk | tooltip = Any Milk}}&lt;br /&gt;
| S1 = {{ItemSlot| item = Galarica Nuts}}&lt;br /&gt;
| S2 = {{ItemSlot| item = Galarica Nuts}}&lt;br /&gt;
| S3 = {{ItemSlot| item = Galarica Nuts}}&lt;br /&gt;
| output = {{ItemSlot| item = Sinister Tea (Masterpiece Teacup) | amount = 3 | tooltip = Sinister Tea | link = Sinister Tea}}&lt;br /&gt;
}}&lt;br /&gt;
|-&lt;br /&gt;
|{{CookingInterface&lt;br /&gt;
| A1 = {{ItemSlot| item = Hearty Grains | link = Hearty Grains}}&lt;br /&gt;
| A2 = {{ItemSlot| item = Tasty Tail | link = Tasty Tail}}&lt;br /&gt;
| A3 =  {{ItemSlot| item = Carrot}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Galarica Nuts}}&lt;br /&gt;
| output = {{ItemSlot| item = Smoked-Tail Curry | link = Smoked-Tail Curry}}&lt;br /&gt;
}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Composting===&lt;br /&gt;
Putting a Galarica Nut in a Composter has a 30% chance of raising the compost level by 1.&lt;br /&gt;
&lt;br /&gt;
==History==&lt;br /&gt;
{{HistoryTable|rows=&lt;br /&gt;
&lt;br /&gt;
{{HistoryRow|versionm=1.6.1|changes=Added Galarica Nuts.}}&lt;br /&gt;
&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Items}}&lt;/div&gt;</summary>
		<author><name>PushedTester</name></author>
	</entry>
	<entry>
		<id>https://wiki.cobblemon.com/index.php?title=Galarica_Nuts&amp;diff=8163</id>
		<title>Galarica Nuts</title>
		<link rel="alternate" type="text/html" href="https://wiki.cobblemon.com/index.php?title=Galarica_Nuts&amp;diff=8163"/>
		<updated>2026-01-12T19:59:21Z</updated>

		<summary type="html">&lt;p&gt;PushedTester: /* History */ Created History&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{InfoboxItem&lt;br /&gt;
| image = Galarica Nut Bush (block, stage 0).png&lt;br /&gt;
| image2 = Galarica Nut Bush (block, stage 1).png&lt;br /&gt;
| image3 = Galarica Nut Bush (block, stage 2).png&lt;br /&gt;
| image4 = Galarica Nut Bush (block, stage 3).png&lt;br /&gt;
| item = Galarica Nuts.png&lt;br /&gt;
| itemtooltip = Galarica Nuts&lt;br /&gt;
| stacklimit = 64&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Galarica Nuts&#039;&#039;&#039; are a [[items|crafting item]] that is used to craft [[Galarica Cuff]] and [[Galarica Wreath]].&lt;br /&gt;
&lt;br /&gt;
==Obtaining==&lt;br /&gt;
===Natural  Generation===&lt;br /&gt;
===Farming===&lt;br /&gt;
Galarica Nuts can be placed on Dirt or Grass Blocks. After being placed, it goes through four stages of growth.&lt;br /&gt;
&lt;br /&gt;
When bone meal is used on a Galarica Nut Bush, its growth stage will increase by one.&lt;br /&gt;
&lt;br /&gt;
===Drops===&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot; style=&amp;quot;margin:auto&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! &#039;&#039;&#039;Dex No.&#039;&#039;&#039; !! &#039;&#039;&#039;Pokémon&#039;&#039;&#039; !! &#039;&#039;&#039;Rate&#039;&#039;&#039; !! &#039;&#039;&#039;Quantity&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| 0079 || Slowpoke (Galarian) || 2.5% || style=&amp;quot;text-align:center&amp;quot; | 0-1&lt;br /&gt;
|-&lt;br /&gt;
| 0080 || Slowbro (Galarian) || 100% || style=&amp;quot;text-align:center&amp;quot; | 0-2&lt;br /&gt;
|-&lt;br /&gt;
| 0199 || Slowking (Galarian) || 100% || style=&amp;quot;text-align:center&amp;quot; | 0-3&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Usage==&lt;br /&gt;
===Crafting Ingredient===&lt;br /&gt;
{|&lt;br /&gt;
|{{CraftingInterface&lt;br /&gt;
| A1 = {{ItemSlot| item = Galarica Nuts}}&lt;br /&gt;
| A2 = {{ItemSlot| item = Galarica Nuts}}&lt;br /&gt;
| A3 = {{ItemSlot| item = Galarica Nuts}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Galarica Nuts}}&lt;br /&gt;
| B3 = {{ItemSlot| item = Galarica Nuts}}&lt;br /&gt;
| C1 = {{ItemSlot| item = Galarica Nuts}}&lt;br /&gt;
| C2 = {{ItemSlot| item = Galarica Nuts}}&lt;br /&gt;
| C3 = {{ItemSlot| item = Galarica Nuts}}&lt;br /&gt;
| output = {{ItemSlot| item = Galarica Wreath | link = Galarica Wreath}}&lt;br /&gt;
}}&lt;br /&gt;
| || ||&lt;br /&gt;
|{{CraftingInterface&lt;br /&gt;
| A1 = {{ItemSlot| item = Stick}}&lt;br /&gt;
| A2 = {{ItemSlot| item = Galarica Nuts}}&lt;br /&gt;
| A3 = {{ItemSlot| item = Stick}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Galarica Nuts}}&lt;br /&gt;
| B3 = {{ItemSlot| item = Galarica Nuts}}&lt;br /&gt;
| C1 = {{ItemSlot| item = Stick}}&lt;br /&gt;
| C2 = {{ItemSlot| item = Galarica Nuts}}&lt;br /&gt;
| C3 = {{ItemSlot| item = Stick}}&lt;br /&gt;
| output = {{ItemSlot| item = Galarica Cuff | link = Galarica Cuff}}&lt;br /&gt;
}}&lt;br /&gt;
| || ||&lt;br /&gt;
|{{CraftingInterface&lt;br /&gt;
| A1 = {{ItemSlot| item = Remedy | link = Remedy}}&lt;br /&gt;
| A2 = {{ItemSlot| item = Galarica Nuts}}&lt;br /&gt;
| output = {{ItemSlot| item = Fine Remedy | link = Fine Remedy}}&lt;br /&gt;
}}&lt;br /&gt;
| || ||&lt;br /&gt;
|{{CraftingInterface&lt;br /&gt;
| A1 = {{ItemSlot| item = Remedy | link = Remedy}}&lt;br /&gt;
| A2 = {{ItemSlot| item = Galarica Nuts}}&lt;br /&gt;
| A3 = {{ItemSlot| item = Energy Root | link = Energy Root}}&lt;br /&gt;
| output = {{ItemSlot| item = Superb Remedy | link = Superb Remedy}}&lt;br /&gt;
}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Cooking Ingredient===&lt;br /&gt;
{|&lt;br /&gt;
|{{CookingInterface&lt;br /&gt;
| A1 = {{ItemSlot| item = Unremarkable Teacup | link = Unremarkable Teacup}}&lt;br /&gt;
| A2 = {{ItemSlot| item = Unremarkable Teacup | link = Unremarkable Teacup}}&lt;br /&gt;
| A3 = {{ItemSlot| item = Unremarkable Teacup | link = Unremarkable Teacup}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Milk Bucket; Moomoo Milk | link = Moomoo Milk | tooltip = Any Milk}}&lt;br /&gt;
| S1 = {{ItemSlot| item = Galarica Nuts}}&lt;br /&gt;
| S2 = {{ItemSlot| item = Galarica Nuts}}&lt;br /&gt;
| S3 = {{ItemSlot| item = Galarica Nuts}}&lt;br /&gt;
| output = {{ItemSlot| item = Sinister Tea (Unremarkable Teacup) | amount = 3 | tooltip = Sinister Tea | link = Sinister Tea}}&lt;br /&gt;
}}&lt;br /&gt;
| || ||&lt;br /&gt;
|{{CookingInterface&lt;br /&gt;
| A1 = {{ItemSlot| item = Bowl}}&lt;br /&gt;
| A2 = {{ItemSlot| item = Bowl}}&lt;br /&gt;
| A3 = {{ItemSlot| item = Bowl}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Milk Bucket; Moomoo Milk | link = Moomoo Milk | tooltip = Any Milk}}&lt;br /&gt;
| S1 = {{ItemSlot| item = Galarica Nuts}}&lt;br /&gt;
| S2 = {{ItemSlot| item = Galarica Nuts}}&lt;br /&gt;
| S3 = {{ItemSlot| item = Galarica Nuts}}&lt;br /&gt;
| output = {{ItemSlot| item = Sinister Tea | amount = 3 | tooltip = Sinister Tea | link = Sinister Tea}}&lt;br /&gt;
}}&lt;br /&gt;
| || ||&lt;br /&gt;
|{{CookingInterface&lt;br /&gt;
| A1 = {{ItemSlot| item = Masterpiece Teacup | link = Masterpiece Teacup}}&lt;br /&gt;
| A2 = {{ItemSlot| item = Masterpiece Teacup | link = Masterpiece Teacup}}&lt;br /&gt;
| A3 = {{ItemSlot| item = Masterpiece Teacup | link = Masterpiece Teacup}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Milk Bucket; Moomoo Milk | link = Moomoo Milk | tooltip = Any Milk}}&lt;br /&gt;
| S1 = {{ItemSlot| item = Galarica Nuts}}&lt;br /&gt;
| S2 = {{ItemSlot| item = Galarica Nuts}}&lt;br /&gt;
| S3 = {{ItemSlot| item = Galarica Nuts}}&lt;br /&gt;
| output = {{ItemSlot| item = Sinister Tea (Masterpiece Teacup) | amount = 3 | tooltip = Sinister Tea | link = Sinister Tea}}&lt;br /&gt;
}}&lt;br /&gt;
|-&lt;br /&gt;
|{{CookingInterface&lt;br /&gt;
| A1 = {{ItemSlot| item = Hearty Grains | link = Hearty Grains}}&lt;br /&gt;
| A2 = {{ItemSlot| item = Tasty Tail | link = Tasty Tail}}&lt;br /&gt;
| A3 =  {{ItemSlot| item = Carrot}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Galarica Nuts}}&lt;br /&gt;
| output = {{ItemSlot| item = Smoked-Tail Curry | link = Smoked-Tail Curry}}&lt;br /&gt;
}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Composting===&lt;br /&gt;
Putting a Galarica Nut in a Composter has a 30% chance of raising the compost level by 1.&lt;br /&gt;
&lt;br /&gt;
==History==&lt;br /&gt;
{{HisytoryTable|rows=&lt;br /&gt;
&lt;br /&gt;
{{HistoryRow|versionm=1.6.1|changes=Added Galarica Nuts.}}&lt;br /&gt;
&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Items}}&lt;/div&gt;</summary>
		<author><name>PushedTester</name></author>
	</entry>
	<entry>
		<id>https://wiki.cobblemon.com/index.php?title=Apricorn&amp;diff=8162</id>
		<title>Apricorn</title>
		<link rel="alternate" type="text/html" href="https://wiki.cobblemon.com/index.php?title=Apricorn&amp;diff=8162"/>
		<updated>2026-01-12T19:57:20Z</updated>

		<summary type="html">&lt;p&gt;PushedTester: /* History */ Updated History&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{InfoboxBlock&lt;br /&gt;
| image = Apricorn (block, stage 0).png&lt;br /&gt;
| image2 = Apricorn (block, stage 1).png&lt;br /&gt;
| image3 = Apricorn (block, stage 2).png&lt;br /&gt;
| image4 = Red Apricorn (block).png&lt;br /&gt;
| image5 = Apricorn (block, stage 0).png&lt;br /&gt;
| image6 = Apricorn (block, stage 1).png&lt;br /&gt;
| image7 = Apricorn (block, stage 2).png&lt;br /&gt;
| image8 = Yellow Apricorn (block).png&lt;br /&gt;
| image9 = Apricorn (block, stage 0).png&lt;br /&gt;
| image10 = Apricorn (block, stage 1).png&lt;br /&gt;
| image11 = Apricorn (block, stage 2).png&lt;br /&gt;
| image12 = Green Apricorn (block).png&lt;br /&gt;
| image13 = Apricorn (block, stage 0).png&lt;br /&gt;
| image14 = Apricorn (block, stage 1).png&lt;br /&gt;
| image15 = Apricorn (block, stage 2).png&lt;br /&gt;
| image16 = Blue Apricorn (block).png&lt;br /&gt;
| image17 = Apricorn (block, stage 0).png&lt;br /&gt;
| image18 = Apricorn (block, stage 1).png&lt;br /&gt;
| image19 = Apricorn (block, stage 2).png&lt;br /&gt;
| image20 = Pink Apricorn (block).png&lt;br /&gt;
| image21 = Apricorn (block, stage 0).png&lt;br /&gt;
| image22 = Apricorn (block, stage 1).png&lt;br /&gt;
| image23 = Apricorn (block, stage 2).png&lt;br /&gt;
| image24 = White Apricorn (block).png&lt;br /&gt;
| image25 = Apricorn (block, stage 0).png&lt;br /&gt;
| image26 = Apricorn (block, stage 1).png&lt;br /&gt;
| image27 = Apricorn (block, stage 2).png&lt;br /&gt;
| image28 = Black Apricorn (block).png&lt;br /&gt;
| item = Red Apricorn.png&lt;br /&gt;
| itemtooltip = Red Apricorn&lt;br /&gt;
| item2 = Yellow Apricorn.png&lt;br /&gt;
| itemtooltip2 = Yellow Apricorn&lt;br /&gt;
| item3 = Green Apricorn.png&lt;br /&gt;
| itemtooltip3 = Green Apricorn&lt;br /&gt;
| item4 = Blue Apricorn.png&lt;br /&gt;
| itemtooltip4 = Blue Apricorn&lt;br /&gt;
| item5 = Pink Apricorn.png&lt;br /&gt;
| itemtooltip5 = Pink Apricorn&lt;br /&gt;
| item6 = White Apricorn.png&lt;br /&gt;
| itemtooltip6 = White Apricorn&lt;br /&gt;
| item7 = Black Apricorn.png&lt;br /&gt;
| itemtooltip7 = Black Apricorn&lt;br /&gt;
| stacklimit = 64&lt;br /&gt;
| tool = Hand&lt;br /&gt;
| hardness = 0.2&lt;br /&gt;
| resistance = 3&lt;br /&gt;
| flammable = No&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
An &#039;&#039;&#039;apricorn&#039;&#039;&#039; is a plant that grows in a variety of colors on [[Apricorn Tree|apricorn trees]]. They are used to craft most [[Poké Ball]]s.&lt;br /&gt;
&lt;br /&gt;
==Obtaining==&lt;br /&gt;
Apricorns can be found growing naturally on [[Apricorn Tree|apricorn trees]]. Interacting with one when fully grown will yield a single apricorn item and will leave behind an apricorn bud in its first growth stage. &lt;br /&gt;
&lt;br /&gt;
Apricorns can be harvested by powering a redstone dispenser containing shears.&amp;lt;ref group=&amp;quot;fn&amp;quot;&amp;gt;Does not work as of 1.4. Fixed in 1.4.1.&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Apricorn Seed|Apricorn seeds]] have a 10% chance of dropping when an apricorn is harvested.&lt;br /&gt;
&lt;br /&gt;
==Usage==&lt;br /&gt;
&lt;br /&gt;
===Farming===&lt;br /&gt;
Apricorns have 4 stages of growth. During its first stage, the bud is small and black. In its second and third stages, the bud becomes progressively larger and lighter brown. Finally, in its last stage, the Apricorn will grow to its largest size and reflect the color of apricorn that it will yield.&lt;br /&gt;
&lt;br /&gt;
Apricorns, on average, take one Minecraft day to go from their first stage to their last stage. Bonemeal can be used on a growing apricorn to automatically progress to the next stage in its growth.&lt;br /&gt;
&lt;br /&gt;
Destroying an apricorn in any stage besides its final stage will yield no items and the apricorn will be destroyed.&lt;br /&gt;
&lt;br /&gt;
Apricorns can be placed on [[Apricorn Leaves|apricorn leaves]] in Creative Mode to create new buds. Similarly, apricorn seeds can be placed on apricorn leaves in Survival Mode to create new buds.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Composting===&lt;br /&gt;
Putting an apricorn in a composter has a 65% chance of raising the compost level by 1.&lt;br /&gt;
&lt;br /&gt;
===Crafting Ingredient===&lt;br /&gt;
{|&lt;br /&gt;
|{{CraftingInterface&lt;br /&gt;
| A2 = {{ItemSlot| item = Red Apricorn}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Red Apricorn}}&lt;br /&gt;
| B2 = {{ItemSlot| item = Copper Ingot}}&lt;br /&gt;
| B3 = {{ItemSlot| item = Red Apricorn}}&lt;br /&gt;
| C2 = {{ItemSlot| item = Red Apricorn}}&lt;br /&gt;
| output = {{ItemSlot| item = Poke Ball | amount = 4 | link = Poké Ball | text = Poké Ball}}&lt;br /&gt;
}}&lt;br /&gt;
| || ||&lt;br /&gt;
|{{CraftingInterface&lt;br /&gt;
| A2 = {{ItemSlot| item = Yellow Apricorn}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Yellow Apricorn}}&lt;br /&gt;
| B2 = {{ItemSlot| item = Copper Ingot}}&lt;br /&gt;
| B3 = {{ItemSlot| item = Yellow Apricorn}}&lt;br /&gt;
| C2 = {{ItemSlot| item = Yellow Apricorn}}&lt;br /&gt;
| output = {{ItemSlot| item = Citrine Ball | amount = 4 | link = Poké Ball | text = Citrine Ball}}&lt;br /&gt;
}}&lt;br /&gt;
| || ||&lt;br /&gt;
|{{CraftingInterface&lt;br /&gt;
| A2 = {{ItemSlot| item = Green Apricorn}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Green Apricorn}}&lt;br /&gt;
| B2 = {{ItemSlot| item = Copper Ingot}}&lt;br /&gt;
| B3 = {{ItemSlot| item = Green Apricorn}}&lt;br /&gt;
| C2 = {{ItemSlot| item = Green Apricorn}}&lt;br /&gt;
| output = {{ItemSlot| item = Verdant Ball | amount = 4 | link = Poké Ball | text = Verdant Ball}}&lt;br /&gt;
}}&lt;br /&gt;
| || ||&lt;br /&gt;
|{{CraftingInterface&lt;br /&gt;
| A2 = {{ItemSlot| item = Blue Apricorn}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Blue Apricorn}}&lt;br /&gt;
| B2 = {{ItemSlot| item = Copper Ingot}}&lt;br /&gt;
| B3 = {{ItemSlot| item = Blue Apricorn}}&lt;br /&gt;
| C2 = {{ItemSlot| item = Blue Apricorn}}&lt;br /&gt;
| output = {{ItemSlot| item = Azure Ball | amount = 4 | link = Poké Ball | text = Azure Ball}}&lt;br /&gt;
}}&lt;br /&gt;
|-&lt;br /&gt;
|{{CraftingInterface&lt;br /&gt;
| A2 = {{ItemSlot| item = Pink Apricorn}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Pink Apricorn}}&lt;br /&gt;
| B2 = {{ItemSlot| item = Copper Ingot}}&lt;br /&gt;
| B3 = {{ItemSlot| item = Pink Apricorn}}&lt;br /&gt;
| C2 = {{ItemSlot| item = Pink Apricorn}}&lt;br /&gt;
| output = {{ItemSlot| item = Roseate Ball | amount = 4 | link = Poké Ball | text = Roseate Ball}}&lt;br /&gt;
}}&lt;br /&gt;
| || ||&lt;br /&gt;
|{{CraftingInterface&lt;br /&gt;
| A2 = {{ItemSlot| item = Black Apricorn}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Black Apricorn}}&lt;br /&gt;
| B2 = {{ItemSlot| item = Copper Ingot}}&lt;br /&gt;
| B3 = {{ItemSlot| item = Black Apricorn}}&lt;br /&gt;
| C2 = {{ItemSlot| item = Black Apricorn}}&lt;br /&gt;
| output = {{ItemSlot| item = Slate Ball | amount = 4 | link = Poké Ball | text = Slate Ball}}&lt;br /&gt;
}}&lt;br /&gt;
| || ||&lt;br /&gt;
|{{CraftingInterface&lt;br /&gt;
| A2 = {{ItemSlot| item = White Apricorn}}&lt;br /&gt;
| B1 = {{ItemSlot| item = White Apricorn}}&lt;br /&gt;
| B2 = {{ItemSlot| item = Copper Ingot}}&lt;br /&gt;
| B3 = {{ItemSlot| item = White Apricorn}}&lt;br /&gt;
| C2 = {{ItemSlot| item = White Apricorn}}&lt;br /&gt;
| output = {{ItemSlot| item = Premier Ball | amount = 4 | link = Poké Ball | text = Premier Ball}}&lt;br /&gt;
}}&lt;br /&gt;
| || ||&lt;br /&gt;
|{{CraftingInterface&lt;br /&gt;
| A2 = {{ItemSlot| item = Blue Apricorn}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Red Apricorn}}&lt;br /&gt;
| B2 = {{ItemSlot| item = Iron Ingot}}&lt;br /&gt;
| B3 = {{ItemSlot| item = Red Apricorn}}&lt;br /&gt;
| C2 = {{ItemSlot| item = Blue Apricorn}}&lt;br /&gt;
| output = {{ItemSlot| item = Great Ball | amount = 4 | link = Poké Ball | text = Great Ball}}&lt;br /&gt;
}}&lt;br /&gt;
|-&lt;br /&gt;
|{{CraftingInterface&lt;br /&gt;
| A2 = {{ItemSlot| item = Black Apricorn}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Yellow Apricorn}}&lt;br /&gt;
| B2 = {{ItemSlot| item = Gold Ingot}}&lt;br /&gt;
| B3 = {{ItemSlot| item = Yellow Apricorn}}&lt;br /&gt;
| C2 = {{ItemSlot| item = Black Apricorn}}&lt;br /&gt;
| output = {{ItemSlot| item = Ultra Ball | amount = 4 | link = Poké Ball | text = Ultra Ball}}&lt;br /&gt;
}}&lt;br /&gt;
| || ||&lt;br /&gt;
|{{CraftingInterface&lt;br /&gt;
| A2 = {{ItemSlot| item = Yellow Apricorn}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Green Apricorn}}&lt;br /&gt;
| B2 = {{ItemSlot| item = Copper Ingot}}&lt;br /&gt;
| B3 = {{ItemSlot| item = Green Apricorn}}&lt;br /&gt;
| C2 = {{ItemSlot| item = White Apricorn}}&lt;br /&gt;
| output = {{ItemSlot| item = Safari Ball | amount = 4 | link = Poké Ball | text = Safari Ball}}&lt;br /&gt;
}}&lt;br /&gt;
| || ||&lt;br /&gt;
|{{CraftingInterface&lt;br /&gt;
| A2 = {{ItemSlot| item = Red Apricorn}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Yellow Apricorn}}&lt;br /&gt;
| B2 = {{ItemSlot| item = Iron Ingot}}&lt;br /&gt;
| B3 = {{ItemSlot| item = Yellow Apricorn}}&lt;br /&gt;
| C2 = {{ItemSlot| item = White Apricorn}}&lt;br /&gt;
| output = {{ItemSlot| item = Fast Ball | amount = 4 | link = Poké Ball | text = Fast Ball}}&lt;br /&gt;
}}&lt;br /&gt;
| || ||&lt;br /&gt;
|{{CraftingInterface&lt;br /&gt;
| A2 = {{ItemSlot| item = Black Apricorn}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Yellow Apricorn}}&lt;br /&gt;
| B2 = {{ItemSlot| item = Iron Ingot}}&lt;br /&gt;
| B3 = {{ItemSlot| item = Pink Apricorn}}&lt;br /&gt;
| C2 = {{ItemSlot| item = Red Apricorn}}&lt;br /&gt;
| output = {{ItemSlot| item = Level Ball | amount = 4 | link = Poké Ball | text = Level Ball}}&lt;br /&gt;
}}&lt;br /&gt;
|-&lt;br /&gt;
|{{CraftingInterface&lt;br /&gt;
| A2 = {{ItemSlot| item = Red Apricorn}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Blue Apricorn}}&lt;br /&gt;
| B2 = {{ItemSlot| item = Iron Ingot}}&lt;br /&gt;
| B3 = {{ItemSlot| item = Green Apricorn}}&lt;br /&gt;
| C2 = {{ItemSlot| item = Red Apricorn}}&lt;br /&gt;
| output = {{ItemSlot| item = Lure Ball | amount = 4 | link = Poké Ball | text = Lure Ball}}&lt;br /&gt;
}}&lt;br /&gt;
| || ||&lt;br /&gt;
|{{CraftingInterface&lt;br /&gt;
| A2 = {{ItemSlot| item = Black Apricorn}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Blue Apricorn}}&lt;br /&gt;
| B2 = {{ItemSlot| item = Iron Ingot}}&lt;br /&gt;
| B3 = {{ItemSlot| item = Blue Apricorn}}&lt;br /&gt;
| C2 = {{ItemSlot| item = Black Apricorn}}&lt;br /&gt;
| output = {{ItemSlot| item = Heavy Ball | amount = 4 | link = Poké Ball | text = Heavy Ball}}&lt;br /&gt;
}}&lt;br /&gt;
| || ||&lt;br /&gt;
|{{CraftingInterface&lt;br /&gt;
| A2 = {{ItemSlot| item = White Apricorn}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Pink Apricorn}}&lt;br /&gt;
| B2 = {{ItemSlot| item = Gold Ingot}}&lt;br /&gt;
| B3 = {{ItemSlot| item = Pink Apricorn}}&lt;br /&gt;
| C2 = {{ItemSlot| item = Pink Apricorn}}&lt;br /&gt;
| output = {{ItemSlot| item = Love Ball | amount = 4 | link = Poké Ball | text = Love Ball}}&lt;br /&gt;
}}&lt;br /&gt;
| || ||&lt;br /&gt;
|{{CraftingInterface&lt;br /&gt;
| A2 = {{ItemSlot| item = Yellow Apricorn}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Green Apricorn}}&lt;br /&gt;
| B2 = {{ItemSlot| item = Iron Ingot}}&lt;br /&gt;
| B3 = {{ItemSlot| item = Green Apricorn}}&lt;br /&gt;
| C2 = {{ItemSlot| item = Red Apricorn}}&lt;br /&gt;
| output = {{ItemSlot| item = Friend Ball | amount = 4 | link = Poké Ball | text = Friend Ball}}&lt;br /&gt;
}}&lt;br /&gt;
|-&lt;br /&gt;
|{{CraftingInterface&lt;br /&gt;
| A2 = {{ItemSlot| item = Yellow Apricorn}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Blue Apricorn}}&lt;br /&gt;
| B2 = {{ItemSlot| item = Iron Ingot}}&lt;br /&gt;
| B3 = {{ItemSlot| item = Black Apricorn}}&lt;br /&gt;
| C2 = {{ItemSlot| item = White Apricorn}}&lt;br /&gt;
| output = {{ItemSlot| item = Moon Ball | amount = 4 | link = Poké Ball | text = Moon Ball}}&lt;br /&gt;
}}&lt;br /&gt;
| || ||&lt;br /&gt;
|{{CraftingInterface&lt;br /&gt;
| A2 = {{ItemSlot| item = White Apricorn}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Red Apricorn}}&lt;br /&gt;
| B2 = {{ItemSlot| item = Iron Ingot}}&lt;br /&gt;
| B3 = {{ItemSlot| item = Red Apricorn}}&lt;br /&gt;
| C2 = {{ItemSlot| item = Red Apricorn}}&lt;br /&gt;
| output = {{ItemSlot| item = Sport Ball | amount = 4 | link = Poké Ball | text = Sport Ball}}&lt;br /&gt;
}}&lt;br /&gt;
| || ||&lt;br /&gt;
|{{CraftingInterface&lt;br /&gt;
| A2 = {{ItemSlot| item = Red Apricorn}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Green Apricorn}}&lt;br /&gt;
| B2 = {{ItemSlot| item = Iron Ingot}}&lt;br /&gt;
| B3 = {{ItemSlot| item = Green Apricorn}}&lt;br /&gt;
| C2 = {{ItemSlot| item = Green Apricorn}}&lt;br /&gt;
| output = {{ItemSlot| item = Park Ball | amount = 4 | link = Poké Ball | text = Park Ball}}&lt;br /&gt;
}}&lt;br /&gt;
| || ||&lt;br /&gt;
|{{CraftingInterface&lt;br /&gt;
| A2 = {{ItemSlot| item = Black Apricorn}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Blue Apricorn}}&lt;br /&gt;
| B2 = {{ItemSlot| item = Iron Ingot}}&lt;br /&gt;
| B3 = {{ItemSlot| item = Blue Apricorn}}&lt;br /&gt;
| C2 = {{ItemSlot| item = White Apricorn}}&lt;br /&gt;
| output = {{ItemSlot| item = Net Ball | amount = 4 | link = Poké Ball | text = Net Ball}}&lt;br /&gt;
}}&lt;br /&gt;
|-&lt;br /&gt;
|{{CraftingInterface&lt;br /&gt;
| A2 = {{ItemSlot| item = White Apricorn}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Blue Apricorn}}&lt;br /&gt;
| B2 = {{ItemSlot| item = Iron Ingot}}&lt;br /&gt;
| B3 = {{ItemSlot| item = Blue Apricorn}}&lt;br /&gt;
| C2 = {{ItemSlot| item = Blue Apricorn}}&lt;br /&gt;
| output = {{ItemSlot| item = Dive Ball | amount = 4 | link = Poké Ball | text = Dive Ball}}&lt;br /&gt;
}}&lt;br /&gt;
| || ||&lt;br /&gt;
|{{CraftingInterface&lt;br /&gt;
| A2 = {{ItemSlot| item = Green Apricorn}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Yellow Apricorn}}&lt;br /&gt;
| B2 = {{ItemSlot| item = Iron Ingot}}&lt;br /&gt;
| B3 = {{ItemSlot| item = Yellow Apricorn}}&lt;br /&gt;
| C2 = {{ItemSlot| item = Green Apricorn}}&lt;br /&gt;
| output = {{ItemSlot| item = Nest Ball | amount = 4 | link = Poké Ball | text = Nest Ball}}&lt;br /&gt;
}}&lt;br /&gt;
| || ||&lt;br /&gt;
|{{CraftingInterface&lt;br /&gt;
| A2 = {{ItemSlot| item = Black Apricorn}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Red Apricorn}}&lt;br /&gt;
| B2 = {{ItemSlot| item = Gold Ingot}}&lt;br /&gt;
| B3 = {{ItemSlot| item = Red Apricorn}}&lt;br /&gt;
| C2 = {{ItemSlot| item = Yellow Apricorn}}&lt;br /&gt;
| output = {{ItemSlot| item = Repeat Ball | amount = 4 | link = Poké Ball | text = Repeat Ball}}&lt;br /&gt;
}}&lt;br /&gt;
| || ||&lt;br /&gt;
|{{CraftingInterface&lt;br /&gt;
| A2 = {{ItemSlot| item = Red Apricorn}}&lt;br /&gt;
| B1 = {{ItemSlot| item = White Apricorn}}&lt;br /&gt;
| B2 = {{ItemSlot| item = Gold Ingot}}&lt;br /&gt;
| B3 = {{ItemSlot| item = White Apricorn}}&lt;br /&gt;
| C2 = {{ItemSlot| item = Black Apricorn}}&lt;br /&gt;
| output = {{ItemSlot| item = Timer Ball | amount = 4 | link = Poké Ball | text = Timer Ball}}&lt;br /&gt;
}}&lt;br /&gt;
|-&lt;br /&gt;
|{{CraftingInterface&lt;br /&gt;
| A2 = {{ItemSlot| item = Black Apricorn}}&lt;br /&gt;
| B1 = {{ItemSlot| item = White Apricorn}}&lt;br /&gt;
| B2 = {{ItemSlot| item = Gold Ingot}}&lt;br /&gt;
| B3 = {{ItemSlot| item = Red Apricorn}}&lt;br /&gt;
| C2 = {{ItemSlot| item = Black Apricorn}}&lt;br /&gt;
| output = {{ItemSlot| item = Luxury Ball | amount = 4 | link = Poké Ball | text = Luxury Ball}}&lt;br /&gt;
}}&lt;br /&gt;
| || ||&lt;br /&gt;
|{{CraftingInterface&lt;br /&gt;
| A2 = {{ItemSlot| item = Green Apricorn}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Black Apricorn}}&lt;br /&gt;
| B2 = {{ItemSlot| item = Gold Ingot}}&lt;br /&gt;
| B3 = {{ItemSlot| item = Black Apricorn}}&lt;br /&gt;
| C2 = {{ItemSlot| item = Green Apricorn}}&lt;br /&gt;
| output = {{ItemSlot| item = Dusk Ball | amount = 4 | link = Poké Ball | text = Dusk Ball}}&lt;br /&gt;
}}&lt;br /&gt;
| || ||&lt;br /&gt;
|{{CraftingInterface&lt;br /&gt;
| A2 = {{ItemSlot| item = Pink Apricorn}}&lt;br /&gt;
| B1 = {{ItemSlot| item = White Apricorn}}&lt;br /&gt;
| B2 = {{ItemSlot| item = Copper Ingot}}&lt;br /&gt;
| B3 = {{ItemSlot| item = White Apricorn}}&lt;br /&gt;
| C2 = {{ItemSlot| item = Pink Apricorn}}&lt;br /&gt;
| output = {{ItemSlot| item = Heal Ball | amount = 4 | link = Poké Ball | text = Heal Ball}}&lt;br /&gt;
}}&lt;br /&gt;
| || ||&lt;br /&gt;
|{{CraftingInterface&lt;br /&gt;
| A2 = {{ItemSlot| item = Blue Apricorn}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Yellow Apricorn}}&lt;br /&gt;
| B2 = {{ItemSlot| item = Gold Ingot}}&lt;br /&gt;
| B3 = {{ItemSlot| item = Yellow Apricorn}}&lt;br /&gt;
| C2 = {{ItemSlot| item = Blue Apricorn}}&lt;br /&gt;
| output = {{ItemSlot| item = Quick Ball | amount = 4 | link = Poké Ball | text = Quick Ball}}&lt;br /&gt;
}}&lt;br /&gt;
|-&lt;br /&gt;
|{{CraftingInterface&lt;br /&gt;
| A2 = {{ItemSlot| item = Red Apricorn}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Pink Apricorn}}&lt;br /&gt;
| B2 = {{ItemSlot| item = Diamond}}&lt;br /&gt;
| B3 = {{ItemSlot| item = Pink Apricorn}}&lt;br /&gt;
| C2 = {{ItemSlot| item = Blue Apricorn}}&lt;br /&gt;
| output = {{ItemSlot| item = Dream Ball | amount = 4 | link = Poké Ball | text = Dream Ball}}&lt;br /&gt;
}}&lt;br /&gt;
| || ||&lt;br /&gt;
|{{CraftingInterface&lt;br /&gt;
| A2 = {{ItemSlot| item = Red Apricorn}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Tumblestone}}&lt;br /&gt;
| B2 = {{ItemSlot| item = Copper Ingot}}&lt;br /&gt;
| B3 = {{ItemSlot| item = Tumblestone}}&lt;br /&gt;
| C2 = {{ItemSlot| item = Red Apricorn}}&lt;br /&gt;
| output = {{ItemSlot| item = Ancient Poké Ball | amount = 4 | link = Ancient Poké Ball | text = Ancient Poké Ball}}&lt;br /&gt;
}}&lt;br /&gt;
| || ||&lt;br /&gt;
|{{CraftingInterface&lt;br /&gt;
| A2 = {{ItemSlot| item = Yellow Apricorn}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Tumblestone}}&lt;br /&gt;
| B2 = {{ItemSlot| item = Copper Ingot}}&lt;br /&gt;
| B3 = {{ItemSlot| item = Tumblestone}}&lt;br /&gt;
| C2 = {{ItemSlot| item = Yellow Apricorn}}&lt;br /&gt;
| output = {{ItemSlot| item = Ancient Citrine Ball | amount = 4 | link = Ancient Poké Ball | text = Ancient Citrine Ball}}&lt;br /&gt;
}}&lt;br /&gt;
| || ||&lt;br /&gt;
|{{CraftingInterface&lt;br /&gt;
| A2 = {{ItemSlot| item = Green Apricorn}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Tumblestone}}&lt;br /&gt;
| B2 = {{ItemSlot| item = Copper Ingot}}&lt;br /&gt;
| B3 = {{ItemSlot| item = Tumblestone}}&lt;br /&gt;
| C2 = {{ItemSlot| item = Green Apricorn}}&lt;br /&gt;
| output = {{ItemSlot| item = Ancient Verdant Ball | amount = 4 | link = Ancient Poké Ball | text = Ancient Verdant Ball}}&lt;br /&gt;
}}&lt;br /&gt;
|-&lt;br /&gt;
|{{CraftingInterface&lt;br /&gt;
| A2 = {{ItemSlot| item = Blue Apricorn}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Tumblestone}}&lt;br /&gt;
| B2 = {{ItemSlot| item = Copper Ingot}}&lt;br /&gt;
| B3 = {{ItemSlot| item = Tumblestone}}&lt;br /&gt;
| C2 = {{ItemSlot| item = Blue Apricorn}}&lt;br /&gt;
| output = {{ItemSlot| item = Ancient Azure Ball | amount = 4 | link = Ancient Poké Ball | text = Ancient Azure Ball}}&lt;br /&gt;
}}&lt;br /&gt;
| || ||&lt;br /&gt;
|{{CraftingInterface&lt;br /&gt;
| A2 = {{ItemSlot| item = Pink Apricorn}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Tumblestone}}&lt;br /&gt;
| B2 = {{ItemSlot| item = Copper Ingot}}&lt;br /&gt;
| B3 = {{ItemSlot| item = Tumblestone}}&lt;br /&gt;
| C2 = {{ItemSlot| item = Pink Apricorn}}&lt;br /&gt;
| output = {{ItemSlot| item = Ancient Roseate Ball | amount = 4 | link = Ancient Poké Ball | text = Ancient Roseate Ball}}&lt;br /&gt;
}}&lt;br /&gt;
| || ||&lt;br /&gt;
|{{CraftingInterface&lt;br /&gt;
| A2 = {{ItemSlot| item = Black Apricorn}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Tumblestone}}&lt;br /&gt;
| B2 = {{ItemSlot| item = Copper Ingot}}&lt;br /&gt;
| B3 = {{ItemSlot| item = Tumblestone}}&lt;br /&gt;
| C2 = {{ItemSlot| item = Black Apricorn}}&lt;br /&gt;
| output = {{ItemSlot| item = Ancient Slate Ball | amount = 4 | link = Ancient Poké Ball | text = Ancient Slate Ball}}&lt;br /&gt;
}}&lt;br /&gt;
| || ||&lt;br /&gt;
|{{CraftingInterface&lt;br /&gt;
| A2 = {{ItemSlot| item = White Apricorn}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Tumblestone}}&lt;br /&gt;
| B2 = {{ItemSlot| item = Copper Ingot}}&lt;br /&gt;
| B3 = {{ItemSlot| item = Tumblestone}}&lt;br /&gt;
| C2 = {{ItemSlot| item = White Apricorn}}&lt;br /&gt;
| output = {{ItemSlot| item = Ancient Ivory Ball | amount = 4 | link = Ancient Poké Ball | text = Ancient Ivory Ball}}&lt;br /&gt;
}}&lt;br /&gt;
|-&lt;br /&gt;
|{{CraftingInterface&lt;br /&gt;
| A2 = {{ItemSlot| item = Red Apricorn}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Tumblestone}}&lt;br /&gt;
| B2 = {{ItemSlot| item = Iron Ingot}}&lt;br /&gt;
| B3 = {{ItemSlot| item = Tumblestone}}&lt;br /&gt;
| C2 = {{ItemSlot| item = Blue Apricorn}}&lt;br /&gt;
| output = {{ItemSlot| item = Ancient Great Ball | amount = 4 | link = Ancient Poké Ball | text = Ancient Great Ball}}&lt;br /&gt;
}}&lt;br /&gt;
| || ||&lt;br /&gt;
|{{CraftingInterface&lt;br /&gt;
| A2 = {{ItemSlot| item = Yellow Apricorn}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Tumblestone}}&lt;br /&gt;
| B2 = {{ItemSlot| item = Gold Ingot}}&lt;br /&gt;
| B3 = {{ItemSlot| item = Tumblestone}}&lt;br /&gt;
| C2 = {{ItemSlot| item = Black Apricorn}}&lt;br /&gt;
| output = {{ItemSlot| item = Ancient Ultra Ball | amount = 4 | link = Ancient Poké Ball | text = Ancient Ultra Ball}}&lt;br /&gt;
}}&lt;br /&gt;
| || ||&lt;br /&gt;
|{{CraftingInterface&lt;br /&gt;
| A2 = {{ItemSlot| item = Blue Apricorn}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Sky Tumblestone}}&lt;br /&gt;
| B2 = {{ItemSlot| item = Copper Ingot}}&lt;br /&gt;
| B3 = {{ItemSlot| item = Sky Tumblestone}}&lt;br /&gt;
| C2 = {{ItemSlot| item = White Apricorn}}&lt;br /&gt;
| output = {{ItemSlot| item = Ancient Feather Ball | amount = 4 | link = Ancient Poké Ball | text = Ancient Feather Ball}}&lt;br /&gt;
}}&lt;br /&gt;
| || ||&lt;br /&gt;
|{{CraftingInterface&lt;br /&gt;
| A2 = {{ItemSlot| item = Blue Apricorn}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Sky Tumblestone}}&lt;br /&gt;
| B2 = {{ItemSlot| item = Iron Ingot}}&lt;br /&gt;
| B3 = {{ItemSlot| item = Sky Tumblestone}}&lt;br /&gt;
| C2 = {{ItemSlot| item = White Apricorn}}&lt;br /&gt;
| output = {{ItemSlot| item = Ancient Wing Ball | amount = 4 | link = Ancient Poké Ball | text = Ancient Wing Ball}}&lt;br /&gt;
}}&lt;br /&gt;
|-&lt;br /&gt;
|{{CraftingInterface&lt;br /&gt;
| A2 = {{ItemSlot| item = Blue Apricorn}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Sky Tumblestone}}&lt;br /&gt;
| B2 = {{ItemSlot| item = Gold Ingot}}&lt;br /&gt;
| B3 = {{ItemSlot| item = Sky Tumblestone}}&lt;br /&gt;
| C2 = {{ItemSlot| item = White Apricorn}}&lt;br /&gt;
| output = {{ItemSlot| item = Ancient Jet Ball | amount = 4 | link = Ancient Poké Ball | text = Ancient Jet Ball}}&lt;br /&gt;
}}&lt;br /&gt;
| || ||&lt;br /&gt;
|{{CraftingInterface&lt;br /&gt;
| A2 = {{ItemSlot| item = Black Apricorn}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Black Tumblestone}}&lt;br /&gt;
| B2 = {{ItemSlot| item = Copper Ingot}}&lt;br /&gt;
| B3 = {{ItemSlot| item = Black Tumblestone}}&lt;br /&gt;
| C2 = {{ItemSlot| item = Black Apricorn}}&lt;br /&gt;
| output = {{ItemSlot| item = Ancient Heavy Ball | amount = 4 | link = Ancient Poké Ball | text = Ancient Heavy Ball}}&lt;br /&gt;
}}&lt;br /&gt;
| || ||&lt;br /&gt;
|{{CraftingInterface&lt;br /&gt;
| A2 = {{ItemSlot| item = Black Apricorn}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Black Tumblestone}}&lt;br /&gt;
| B2 = {{ItemSlot| item = Iron Ingot}}&lt;br /&gt;
| B3 = {{ItemSlot| item = Black Tumblestone}}&lt;br /&gt;
| C2 = {{ItemSlot| item = Black Apricorn}}&lt;br /&gt;
| output = {{ItemSlot| item = Ancient Leaden Ball | amount = 4 | link = Ancient Poké Ball | text = Ancient Leaden Ball}}&lt;br /&gt;
}}&lt;br /&gt;
| || ||&lt;br /&gt;
|{{CraftingInterface&lt;br /&gt;
| A2 = {{ItemSlot| item = Black Apricorn}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Black Tumblestone}}&lt;br /&gt;
| B2 = {{ItemSlot| item = Gold Ingot}}&lt;br /&gt;
| B3 = {{ItemSlot| item = Black Tumblestone}}&lt;br /&gt;
| C2 = {{ItemSlot| item = Black Apricorn}}&lt;br /&gt;
| output = {{ItemSlot| item = Ancient Gigaton Ball | amount = 4 | link = Ancient Poké Ball | text = Ancient Gigaton Ball}}&lt;br /&gt;
}}&lt;br /&gt;
|-&lt;br /&gt;
|{{CraftingInterface&lt;br /&gt;
| B1 = {{ItemSlot| item = Red Apricorn; Yellow Apricorn; Green Apricorn; Blue Apricorn; Pink Apricorn; Black Apricorn; White Apricorn| tooltip = Any Apricorn | link = Apricorn}}&lt;br /&gt;
| B3 = {{ItemSlot| item = Red Apricorn; Yellow Apricorn; Green Apricorn; Blue Apricorn; Pink Apricorn; Black Apricorn; White Apricorn| tooltip = Any Apricorn | link = Apricorn}}&lt;br /&gt;
| C2 = {{ItemSlot| item = Red Apricorn; Yellow Apricorn; Green Apricorn; Blue Apricorn; Pink Apricorn; Black Apricorn; White Apricorn| tooltip = Any Apricorn | link = Apricorn}}&lt;br /&gt;
| output = {{ItemSlot| item = Bowl | amount = 3 | link = # | text = Bowl}}&lt;br /&gt;
}}&lt;br /&gt;
| || ||&lt;br /&gt;
|{{CraftingInterface&lt;br /&gt;
| A1 = {{ItemSlot| item = Iron Ingot | link = minecraftwiki:Iron Ingot}}&lt;br /&gt;
| A2 = {{ItemSlot| item = Red Apricorn; Yellow Apricorn; Green Apricorn; Blue Apricorn; Pink Apricorn; Black Apricorn; White Apricorn| tooltip = Any Apricorn | link = Apricorn}}&lt;br /&gt;
| A3 = {{ItemSlot| item = Copper Ingot | link = minecraftwiki:Copper Ingot}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Iron Ingot | link = minecraftwiki:Iron Ingot}}&lt;br /&gt;
| B2 = {{ItemSlot| item = Bright Powder | link = Bright Powder}}&lt;br /&gt;
| B3 = {{ItemSlot| item = Iron Ingot | link = minecraftwiki:Iron Ingot}}&lt;br /&gt;
| C1 = {{ItemSlot| item = Iron Ingot | link = minecraftwiki:Iron Ingot}}&lt;br /&gt;
| C2 = {{ItemSlot| item = Red Apricorn; Yellow Apricorn; Green Apricorn; Blue Apricorn; Pink Apricorn; Black Apricorn; White Apricorn| tooltip = Any Apricorn | link = Apricorn}}&lt;br /&gt;
| C3 = {{ItemSlot| item = Copper Ingot | link = minecraftwiki:Copper Ingot}}&lt;br /&gt;
| output = {{ItemSlot| item = Pokedex (red); Pokedex (yellow); Pokedex (green); Pokedex (blue); Pokedex (pink); Pokedex (black); Pokedex (white) | tooltip = Pokedex}}&lt;br /&gt;
}}&lt;br /&gt;
| || ||&lt;br /&gt;
|{{CraftingInterface&lt;br /&gt;
| A1 = {{ItemSlot| item = Copper Ingot}}&lt;br /&gt;
| A2 = {{ItemSlot| item = Glass}}&lt;br /&gt;
| A3 = {{ItemSlot| item = Copper Ingot}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Red Apricorn; Yellow Apricorn; Green Apricorn; Blue Apricorn; Pink Apricorn; Black Apricorn; White Apricorn | link = Any Apricorn}}&lt;br /&gt;
| B3 = {{ItemSlot| item = Red Apricorn; Yellow Apricorn; Green Apricorn; Blue Apricorn; Pink Apricorn; Black Apricorn; White Apricorn | link = Any Apricorn}}&lt;br /&gt;
| C1 = {{ItemSlot| item = Copper Ingot}}&lt;br /&gt;
| C2 = {{ItemSlot| item = Copper Ingot}}&lt;br /&gt;
| C3 = {{ItemSlot| item = Copper Ingot}}&lt;br /&gt;
| output = {{ItemSlot| item = Red Campfire Pot; Yellow Campfire Pot; Green Campfire Pot; Blue Campfire Pot; Pink Campfire Pot; Black Campfire Pot; White Campfire Pot | tooltip = Campfire Pot}}&lt;br /&gt;
}}&lt;br /&gt;
|}&lt;br /&gt;
===Smelting Ingredient===&lt;br /&gt;
{|&lt;br /&gt;
|{{SmeltingInterface&lt;br /&gt;
| input = {{ItemSlot| item = Red Apricorn | text = Red Apricorn}}&lt;br /&gt;
| output = {{ItemSlot| item = Red Dye | text = Red Dye}}&lt;br /&gt;
}}&lt;br /&gt;
| || ||&lt;br /&gt;
|{{SmeltingInterface&lt;br /&gt;
| input = {{ItemSlot| item = Yellow Apricorn | text = Yellow Apricorn}}&lt;br /&gt;
| output = {{ItemSlot| item = Yellow Dye | text = Yellow Dye}}&lt;br /&gt;
}}&lt;br /&gt;
| || ||&lt;br /&gt;
|{{SmeltingInterface&lt;br /&gt;
| input = {{ItemSlot| item = Green Apricorn | text = Green Apricorn}}&lt;br /&gt;
| output = {{ItemSlot| item = Lime Dye | text = Lime Dye}}&lt;br /&gt;
}}&lt;br /&gt;
| || ||&lt;br /&gt;
|{{SmeltingInterface&lt;br /&gt;
| input = {{ItemSlot| item = Blue Apricorn | text = Blue Apricorn}}&lt;br /&gt;
| output = {{ItemSlot| item = Blue Dye | text = Blue Dye}}&lt;br /&gt;
}}&lt;br /&gt;
| || ||&lt;br /&gt;
|{{SmeltingInterface&lt;br /&gt;
| input = {{ItemSlot| item = Pink Apricorn | text = Pink Apricorn}}&lt;br /&gt;
| output = {{ItemSlot| item = Pink Dye | text = Pink Dye}}&lt;br /&gt;
}}&lt;br /&gt;
|-&lt;br /&gt;
|{{SmeltingInterface&lt;br /&gt;
| input = {{ItemSlot| item = Black Apricorn | text = Black Apricorn}}&lt;br /&gt;
| output = {{ItemSlot| item = Black Dye | text = Black Dye}}&lt;br /&gt;
}}&lt;br /&gt;
| || ||&lt;br /&gt;
|{{SmeltingInterface&lt;br /&gt;
| input = {{ItemSlot| item = White Apricorn | text = White Apricorn}}&lt;br /&gt;
| output = {{ItemSlot| item = White Dye | text = White Dye}}&lt;br /&gt;
}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Gallery==&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
Red Apricorn Tree.png | Apricorns at various stages growing on a red apricorn tree.&lt;br /&gt;
Yellow Apricorn Tree.png | Apricorns at various stages growing on a yellow apricorn tree.&lt;br /&gt;
Green Apricorn Tree.png | Apricorns at various stages growing on a green apricorn tree.&lt;br /&gt;
Blue Apricorn Tree.png | Apricorns at various stages growing on a blue apricorn tree.&lt;br /&gt;
Pink Apricorn Tree.png | Apricorns at various stages growing on a pink apricorn tree.&lt;br /&gt;
White Apricorn Tree.png | Apricorns at various stages growing on a white apricorn tree.&lt;br /&gt;
Black Apricorn Tree.png | Apricorns at various stages growing on a black apricorn tree.&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==History==&lt;br /&gt;
{{HistoryTable|rows=&lt;br /&gt;
&lt;br /&gt;
{{HistoryRow|version=1.0.0|changes=&lt;br /&gt;
{{ScaledImage|Red Apricorn (block).png|32px}} {{ScaledImage|Yellow Apricorn (block).png|32px}} {{ScaledImage|Green Apricorn (block).png|32px}} {{ScaledImage|Blue Apricorn (block).png|32px}} {{ScaledImage|Pink Apricorn (block).png|32px}} {{ScaledImage|White Apricorn (block).png|32px}} {{ScaledImage|Black Apricorn (block).png|32px}} Added Apricorns.}}&lt;br /&gt;
&lt;br /&gt;
{{HistoryRow|version=1.1.0|changes=Fixed Apricorn spawning not being limited to leaves.}}&lt;br /&gt;
&lt;br /&gt;
{{HistoryRow|version=1.2.0|changes=Increased the chance for Apricorns dropping their seeds from 6% to 10%.}}&lt;br /&gt;
&lt;br /&gt;
{{HistoryRow|version=1.3.0|changes=&lt;br /&gt;
{{-}}&lt;br /&gt;
* Apricorns can now be composted.&lt;br /&gt;
* Fully grown Apricorns can now be harvested using a Dispenser and Shears.&lt;br /&gt;
* Made Apricorn Seed drop chance into a loot table instead of being part of the config.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{HistoryRow|version=1.3.1|changes=Apricorns can now be smelted into dyes.}}&lt;br /&gt;
&lt;br /&gt;
{{HistoryRow|version=1.5.0|changes=Apricorns can now also be harvested by punching them.}}&lt;br /&gt;
&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Notes==&lt;br /&gt;
{{reflist|group=fn}}&lt;br /&gt;
&lt;br /&gt;
{{Blocks}}&lt;br /&gt;
{{Items}}&lt;br /&gt;
[[Category:Plants]]&lt;/div&gt;</summary>
		<author><name>PushedTester</name></author>
	</entry>
	<entry>
		<id>https://wiki.cobblemon.com/index.php?title=Tumblestone&amp;diff=8161</id>
		<title>Tumblestone</title>
		<link rel="alternate" type="text/html" href="https://wiki.cobblemon.com/index.php?title=Tumblestone&amp;diff=8161"/>
		<updated>2026-01-12T14:27:13Z</updated>

		<summary type="html">&lt;p&gt;PushedTester: /* History */ Updated History&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{InfoboxBlock&lt;br /&gt;
| image = Small Sky Tumblestone Bud (block).png&lt;br /&gt;
| image2 = Medium Sky Tumblestone Bud (block).png&lt;br /&gt;
| image3 = Large Sky Tumblestone Bud (block).png&lt;br /&gt;
| image4 = Sky Tumblestone Cluster (block).png&lt;br /&gt;
| image5 = Small Black Tumblestone Bud (block).png&lt;br /&gt;
| image6 = Medium Black Tumblestone Bud (block).png&lt;br /&gt;
| image7 = Large Black Tumblestone Bud (block).png&lt;br /&gt;
| image8 = Black Tumblestone Cluster (block).png&lt;br /&gt;
| image9 = Small Tumblestone Bud (block).png&lt;br /&gt;
| image10 = Medium Tumblestone Bud (block).png&lt;br /&gt;
| image11 = Large Tumblestone Bud (block).png&lt;br /&gt;
| image12 = Tumblestone Cluster (block).png&lt;br /&gt;
| item = Small Sky Tumblestone Bud.png&lt;br /&gt;
| itemtooltip = Small Sky Tumblestone Bud&lt;br /&gt;
| item2 = Medium Sky Tumblestone Bud.png&lt;br /&gt;
| itemtooltip2 = Medium Sky Tumblestone Bud&lt;br /&gt;
| item3 = Large Sky Tumblestone Bud.png&lt;br /&gt;
| itemtooltip3 = Large Sky Tumblestone Bud&lt;br /&gt;
| item4 = Sky Tumblestone Cluster.png&lt;br /&gt;
| itemtooltip4 = Sky Tumblestone Cluster&lt;br /&gt;
| item5 = Small Black Tumblestone Bud.png&lt;br /&gt;
| itemtooltip5 = Small Black Tumblestone Bud&lt;br /&gt;
| item6 = Medium Black Tumblestone Bud.png&lt;br /&gt;
|itemtooltip6 = Medium Black Tumblestone&lt;br /&gt;
| item7 = Large Black Tumblestone Bud.png&lt;br /&gt;
| itemtooltip7 = Large Black Tumblestone Bud&lt;br /&gt;
| item8 = Black Tumblestone Cluster.png&lt;br /&gt;
| itemtooltip8 = Black Tumblestone Cluster&lt;br /&gt;
| item9 = Small Tumblestone Bud.png&lt;br /&gt;
| itemtooltip9 = Small Tumblestone Bud&lt;br /&gt;
| item10 = Medium Tumblestone Bud.png&lt;br /&gt;
| itemtooltip10 = Medium Tumblestone Bud&lt;br /&gt;
| item11 = Large Tumblestone Bud.png&lt;br /&gt;
| itemtooltip11 = Large Tumblestone Bud&lt;br /&gt;
| item12 = Tumblestone Cluster.png&lt;br /&gt;
| itemtooltip12 = Tumblestone Cluster&lt;br /&gt;
| item13 = Sky Tumblestone.png&lt;br /&gt;
| itemtooltip13 = Sky Tumblestone&lt;br /&gt;
| item14 = Black Tumblestone.png&lt;br /&gt;
| itemtooltip14 = Black Tumblestone&lt;br /&gt;
| item15 = Tumblestone.png&lt;br /&gt;
| itemtooltip15 = Tumblestone&lt;br /&gt;
| stacklimit = 64&lt;br /&gt;
| tool = Pickaxe&lt;br /&gt;
| hardness = &lt;br /&gt;
| resistance = 3&lt;br /&gt;
| flammable = No&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
A &#039;&#039;&#039;tumblestone&#039;&#039;&#039; is a crystal ore that can grows in a variety of colors. They are used to craft [[Ancient Poké Ball]]s.&lt;br /&gt;
&lt;br /&gt;
==Obtaining==&lt;br /&gt;
Tumblestone can be found as loot inside of [[Ruins|ruins]] structures. It can also be obtained by mining a tumblestone cluster, yielding 1 if not fully grown or 4 if fully grown.&lt;br /&gt;
&lt;br /&gt;
==Usage==&lt;br /&gt;
&lt;br /&gt;
===Farming===&lt;br /&gt;
Tumblestone can be farmed by placing the tumblestone on a block and placing lava or magma within a 3x3x3 cube around the bud. The growth logic is the exact same as [[minecraftwiki:Amethyst Cluster|Amethyst Clusters]] and thus takes on average 6.827 in-game days to fully grow. Mining a bud before it has fully grown yields 1 tumblestone, whereas a fully grown cluster will yield 4 tumblestone.&lt;br /&gt;
&lt;br /&gt;
===Crafting Ingredient===&lt;br /&gt;
{|&lt;br /&gt;
|{{CraftingInterface&lt;br /&gt;
| A1 = {{ItemSlot| item = Tumblestone}}&lt;br /&gt;
| A2 = {{ItemSlot| item = Tumblestone}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Tumblestone}}&lt;br /&gt;
| B2 = {{ItemSlot| item = Tumblestone}}&lt;br /&gt;
| output = {{ItemSlot| item = Block of Tumblestone}}&lt;br /&gt;
}}&lt;br /&gt;
| || ||&lt;br /&gt;
|{{CraftingInterface&lt;br /&gt;
| A1 = {{ItemSlot| item = Sky Tumblestone}}&lt;br /&gt;
| A2 = {{ItemSlot| item = Sky Tumblestone}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Sky Tumblestone}}&lt;br /&gt;
| B2 = {{ItemSlot| item = Sky Tumblestone}}&lt;br /&gt;
| output = {{ItemSlot| item = Block of Sky Tumblestone}}&lt;br /&gt;
}}&lt;br /&gt;
| || ||&lt;br /&gt;
|{{CraftingInterface&lt;br /&gt;
| A1 = {{ItemSlot| item = Black Tumblestone}}&lt;br /&gt;
| A2 = {{ItemSlot| item = Black Tumblestone}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Black Tumblestone}}&lt;br /&gt;
| B2 = {{ItemSlot| item = Black Tumblestone}}&lt;br /&gt;
| output = {{ItemSlot| item = Block of Black Tumblestone}}&lt;br /&gt;
}}&lt;br /&gt;
| || ||&lt;br /&gt;
|{{CraftingInterface&lt;br /&gt;
| A2 = {{ItemSlot| item = Red Apricorn}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Tumblestone}}&lt;br /&gt;
| B2 = {{ItemSlot| item = Copper Ingot}}&lt;br /&gt;
| B3 = {{ItemSlot| item = Tumblestone}}&lt;br /&gt;
| C2 = {{ItemSlot| item = Red Apricorn}}&lt;br /&gt;
| output = {{ItemSlot| item = Ancient Poké Ball | amount = 4 | link = Ancient Poké Ball}}&lt;br /&gt;
}}&lt;br /&gt;
|-&lt;br /&gt;
|{{CraftingInterface&lt;br /&gt;
| A2 = {{ItemSlot| item = Yellow Apricorn}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Tumblestone}}&lt;br /&gt;
| B2 = {{ItemSlot| item = Copper Ingot}}&lt;br /&gt;
| B3 = {{ItemSlot| item = Tumblestone}}&lt;br /&gt;
| C2 = {{ItemSlot| item = Yellow Apricorn}}&lt;br /&gt;
| output = {{ItemSlot| item = Ancient Citrine Ball | amount = 4 | link = Ancient Poké Ball}}&lt;br /&gt;
}}&lt;br /&gt;
| || ||&lt;br /&gt;
|{{CraftingInterface&lt;br /&gt;
| A2 = {{ItemSlot| item = Green Apricorn}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Tumblestone}}&lt;br /&gt;
| B2 = {{ItemSlot| item = Copper Ingot}}&lt;br /&gt;
| B3 = {{ItemSlot| item = Tumblestone}}&lt;br /&gt;
| C2 = {{ItemSlot| item = Green Apricorn}}&lt;br /&gt;
| output = {{ItemSlot| item = Ancient Verdant Ball | amount = 4 | link = Ancient Poké Ball}}&lt;br /&gt;
}}&lt;br /&gt;
| || ||&lt;br /&gt;
|{{CraftingInterface&lt;br /&gt;
| A2 = {{ItemSlot| item = Blue Apricorn}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Tumblestone}}&lt;br /&gt;
| B2 = {{ItemSlot| item = Copper Ingot}}&lt;br /&gt;
| B3 = {{ItemSlot| item = Tumblestone}}&lt;br /&gt;
| C2 = {{ItemSlot| item = Blue Apricorn}}&lt;br /&gt;
| output = {{ItemSlot| item = Ancient Azure Ball | amount = 4 | link = Ancient Poké Ball}}&lt;br /&gt;
}}&lt;br /&gt;
| || ||&lt;br /&gt;
|{{CraftingInterface&lt;br /&gt;
| A2 = {{ItemSlot| item = Pink Apricorn}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Tumblestone}}&lt;br /&gt;
| B2 = {{ItemSlot| item = Copper Ingot}}&lt;br /&gt;
| B3 = {{ItemSlot| item = Tumblestone}}&lt;br /&gt;
| C2 = {{ItemSlot| item = Pink Apricorn}}&lt;br /&gt;
| output = {{ItemSlot| item = Ancient Roseate Ball | amount = 4 | link = Ancient Poké Ball}}&lt;br /&gt;
}}&lt;br /&gt;
|-&lt;br /&gt;
|{{CraftingInterface&lt;br /&gt;
| A2 = {{ItemSlot| item = Black Apricorn}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Tumblestone}}&lt;br /&gt;
| B2 = {{ItemSlot| item = Copper Ingot}}&lt;br /&gt;
| B3 = {{ItemSlot| item = Tumblestone}}&lt;br /&gt;
| C2 = {{ItemSlot| item = Black Apricorn}}&lt;br /&gt;
| output = {{ItemSlot| item = Ancient Slate Ball | amount = 4 | link = Ancient Poké Ball}}&lt;br /&gt;
}}&lt;br /&gt;
| || ||&lt;br /&gt;
|{{CraftingInterface&lt;br /&gt;
| A2 = {{ItemSlot| item = White Apricorn}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Tumblestone}}&lt;br /&gt;
| B2 = {{ItemSlot| item = Copper Ingot}}&lt;br /&gt;
| B3 = {{ItemSlot| item = Tumblestone}}&lt;br /&gt;
| C2 = {{ItemSlot| item = White Apricorn}}&lt;br /&gt;
| output = {{ItemSlot| item = Ancient Ivory Ball | amount = 4 | link = Ancient Poké Ball}}&lt;br /&gt;
}}&lt;br /&gt;
| || ||&lt;br /&gt;
|{{CraftingInterface&lt;br /&gt;
| A2 = {{ItemSlot| item = Red Apricorn}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Tumblestone}}&lt;br /&gt;
| B2 = {{ItemSlot| item = Iron Ingot}}&lt;br /&gt;
| B3 = {{ItemSlot| item = Tumblestone}}&lt;br /&gt;
| C2 = {{ItemSlot| item = Blue Apricorn}}&lt;br /&gt;
| output = {{ItemSlot| item = Ancient Great Ball | amount = 4 | link = Ancient Poké Ball}}&lt;br /&gt;
}}&lt;br /&gt;
| || ||&lt;br /&gt;
|{{CraftingInterface&lt;br /&gt;
| A2 = {{ItemSlot| item = Yellow Apricorn}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Tumblestone}}&lt;br /&gt;
| B2 = {{ItemSlot| item = Gold Ingot}}&lt;br /&gt;
| B3 = {{ItemSlot| item = Tumblestone}}&lt;br /&gt;
| C2 = {{ItemSlot| item = Black Apricorn}}&lt;br /&gt;
| output = {{ItemSlot| item = Ancient Ultra Ball | amount = 4 | link = Ancient Poké Ball}}&lt;br /&gt;
}}&lt;br /&gt;
|-&lt;br /&gt;
|{{CraftingInterface&lt;br /&gt;
| A2 = {{ItemSlot| item = Blue Apricorn}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Sky Tumblestone}}&lt;br /&gt;
| B2 = {{ItemSlot| item = Copper Ingot}}&lt;br /&gt;
| B3 = {{ItemSlot| item = Sky Tumblestone}}&lt;br /&gt;
| C2 = {{ItemSlot| item = White Apricorn}}&lt;br /&gt;
| output = {{ItemSlot| item = Ancient Feather Ball | amount = 4 | link = Ancient Poké Ball}}&lt;br /&gt;
}}&lt;br /&gt;
| || ||&lt;br /&gt;
|{{CraftingInterface&lt;br /&gt;
| A2 = {{ItemSlot| item = Blue Apricorn}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Sky Tumblestone}}&lt;br /&gt;
| B2 = {{ItemSlot| item = Iron Ingot}}&lt;br /&gt;
| B3 = {{ItemSlot| item = Sky Tumblestone}}&lt;br /&gt;
| C2 = {{ItemSlot| item = White Apricorn}}&lt;br /&gt;
| output = {{ItemSlot| item = Ancient Wing Ball | amount = 4 | link = Ancient Poké Ball}}&lt;br /&gt;
}}&lt;br /&gt;
| || ||&lt;br /&gt;
|{{CraftingInterface&lt;br /&gt;
| A2 = {{ItemSlot| item = Blue Apricorn}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Sky Tumblestone}}&lt;br /&gt;
| B2 = {{ItemSlot| item = Gold Ingot}}&lt;br /&gt;
| B3 = {{ItemSlot| item = Sky Tumblestone}}&lt;br /&gt;
| C2 = {{ItemSlot| item = White Apricorn}}&lt;br /&gt;
| output = {{ItemSlot| item = Ancient Jet Ball | amount = 4 | link = Ancient Poké Ball}}&lt;br /&gt;
}}&lt;br /&gt;
| || ||&lt;br /&gt;
|{{CraftingInterface&lt;br /&gt;
| A2 = {{ItemSlot| item = Black Apricorn}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Black Tumblestone}}&lt;br /&gt;
| B2 = {{ItemSlot| item = Copper Ingot}}&lt;br /&gt;
| B3 = {{ItemSlot| item = Black Tumblestone}}&lt;br /&gt;
| C2 = {{ItemSlot| item = Black Apricorn}}&lt;br /&gt;
| output = {{ItemSlot| item = Ancient Heavy Ball | amount = 4 | link = Ancient Poké Ball}}&lt;br /&gt;
}}&lt;br /&gt;
|-&lt;br /&gt;
|{{CraftingInterface&lt;br /&gt;
| A2 = {{ItemSlot| item = Black Apricorn}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Black Tumblestone}}&lt;br /&gt;
| B2 = {{ItemSlot| item = Iron Ingot}}&lt;br /&gt;
| B3 = {{ItemSlot| item = Black Tumblestone}}&lt;br /&gt;
| C2 = {{ItemSlot| item = Black Apricorn}}&lt;br /&gt;
| output = {{ItemSlot| item = Ancient Leaden Ball | amount = 4 | link = Ancient Poké Ball}}&lt;br /&gt;
}}&lt;br /&gt;
| || ||&lt;br /&gt;
|{{CraftingInterface&lt;br /&gt;
| A2 = {{ItemSlot| item = Black Apricorn}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Black Tumblestone}}&lt;br /&gt;
| B2 = {{ItemSlot| item = Gold Ingot}}&lt;br /&gt;
| B3 = {{ItemSlot| item = Black Tumblestone}}&lt;br /&gt;
| C2 = {{ItemSlot| item = Black Apricorn}}&lt;br /&gt;
| output = {{ItemSlot| item = Ancient Gigaton Ball | amount = 4 | link = Ancient Poké Ball}}&lt;br /&gt;
}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==History==&lt;br /&gt;
{{HistoryTable|rows=&lt;br /&gt;
&lt;br /&gt;
{{HistoryRow|version=1.5.0|changes=Added Tumblestones.}}&lt;br /&gt;
&lt;br /&gt;
{{HistoryRow|version=1.6.0|changes=Added Polished Tumblestone and Tumblestone Brick block sets for all the Tumblestone versions.}}&lt;br /&gt;
&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Items}}&lt;/div&gt;</summary>
		<author><name>PushedTester</name></author>
	</entry>
	<entry>
		<id>https://wiki.cobblemon.com/index.php?title=White_Herb&amp;diff=8160</id>
		<title>White Herb</title>
		<link rel="alternate" type="text/html" href="https://wiki.cobblemon.com/index.php?title=White_Herb&amp;diff=8160"/>
		<updated>2026-01-12T13:21:02Z</updated>

		<summary type="html">&lt;p&gt;PushedTester: /* History */ Fixed typo&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{InfoboxItem&lt;br /&gt;
| image = White Herb.png&lt;br /&gt;
| item = White Herb.png&lt;br /&gt;
| itemtooltip = White Herb&lt;br /&gt;
| stacklimit = 64&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
A &#039;&#039;&#039;White Herb&#039;&#039;&#039; is a [[items|held item]] that restores all of the holder&#039;s decreased stats. It will be consumed after use.&lt;br /&gt;
&lt;br /&gt;
==Obtaining==&lt;br /&gt;
By utilizing a bag of [[Surprise Mulch]] at Stage 0, a Stage 9 [[Revival Herb]] crop can be mutated into one of the 4 following crops; [[Mental Herb]], [[Power Herb]], White Herb, or [[Mirror Herb]].&lt;br /&gt;
&lt;br /&gt;
Breaking a White Herb crop drops 1 White Herb.&lt;br /&gt;
&lt;br /&gt;
==Usage==&lt;br /&gt;
A White Herb restores all of the holder&#039;s decreased stats. For example, if the holder uses [[bulbapedia:Shell Smash|Shell Smash]], the White Herb will activate and the decreased Defense and Special Defense stats will be restored.&lt;br /&gt;
===Composting===&lt;br /&gt;
White Herb can be composted with a 100% chance of adding a layer.&lt;br /&gt;
&lt;br /&gt;
==History==&lt;br /&gt;
{{HistoryTable|rows=&lt;br /&gt;
&lt;br /&gt;
{{HistoryRow|version=1.4.0|changes=Added White Herb.}}&lt;br /&gt;
&lt;br /&gt;
{{HistoryRow|version=1.4.1|changes=White Herb can now be composted.}}&lt;br /&gt;
&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Items}}&lt;br /&gt;
[[Category:Held item]]&lt;/div&gt;</summary>
		<author><name>PushedTester</name></author>
	</entry>
	<entry>
		<id>https://wiki.cobblemon.com/index.php?title=Power_Herb&amp;diff=8159</id>
		<title>Power Herb</title>
		<link rel="alternate" type="text/html" href="https://wiki.cobblemon.com/index.php?title=Power_Herb&amp;diff=8159"/>
		<updated>2026-01-12T13:20:21Z</updated>

		<summary type="html">&lt;p&gt;PushedTester: /* History */ Fixed typo&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{InfoboxItem&lt;br /&gt;
| image = Power Herb.png&lt;br /&gt;
| item = Power Herb.png&lt;br /&gt;
| itemtooltip = Power Herb&lt;br /&gt;
| stacklimit = 64&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
A &#039;&#039;&#039;Power Herb&#039;&#039;&#039; is a [[items|held item]] that allows the holder to immediately use a move that would normally require a turn to charge. It is consumed after use.&lt;br /&gt;
&lt;br /&gt;
==Obtaining==&lt;br /&gt;
By utilizing a bag of [[Surprise Mulch]] at Stage 0, a Stage 9 [[Revival Herb]] crop can be mutated into one of the 4 following crops; [[Mental Herb]], Power Herb, [[White Herb]], or [[Mirror Herb]].&lt;br /&gt;
&lt;br /&gt;
Breaking a Power Herb crop drops 1 Power Herb.&lt;br /&gt;
&lt;br /&gt;
==Usage==&lt;br /&gt;
A Power Herb allows the holder to execute a charging move in one single turn. For example, if the holder uses [[bulbapedia:Dig|Dig]], the Power Herb activates and allows the holder to attack on that same turn. If the holder uses [[bulbapedia:Solar Beam|Solar Beam]] during [[bulbapedia:Harsh sunlight|Harsh sunlight]], the Power Herb does not activate.&lt;br /&gt;
===Composting===&lt;br /&gt;
Power Herb can be composted with a 100% chance of adding a layer.&lt;br /&gt;
&lt;br /&gt;
==History==&lt;br /&gt;
{{HistoryTable|rows=&lt;br /&gt;
&lt;br /&gt;
{{HistoryRow|version=1.4.0|changes=Added Power Herb.}}&lt;br /&gt;
&lt;br /&gt;
{{HistoryRow|version=1.4.1|changes=Power Herb can now be composted.}}&lt;br /&gt;
&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Items}}&lt;br /&gt;
[[Category:Held item]]&lt;/div&gt;</summary>
		<author><name>PushedTester</name></author>
	</entry>
	<entry>
		<id>https://wiki.cobblemon.com/index.php?title=Mental_Herb&amp;diff=8158</id>
		<title>Mental Herb</title>
		<link rel="alternate" type="text/html" href="https://wiki.cobblemon.com/index.php?title=Mental_Herb&amp;diff=8158"/>
		<updated>2026-01-12T13:20:04Z</updated>

		<summary type="html">&lt;p&gt;PushedTester: /* History */ Fixed typo&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{InfoboxItem&lt;br /&gt;
| image = Mental Herb.png&lt;br /&gt;
| item = Mental Herb.png&lt;br /&gt;
| itemtooltip = Mental Herb&lt;br /&gt;
| stacklimit = 64&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
A &#039;&#039;&#039;Mental Herb&#039;&#039;&#039; is a [[items|held item]] that cures the holder of infatuation and other mental effects. It will be consumed after use.&lt;br /&gt;
&lt;br /&gt;
==Obtaining==&lt;br /&gt;
By utilizing a bag of [[Surprise Mulch]] at Stage 0, a Stage 9 [[Revival Herb]] crop can be mutated into one of the 4 following crops; Mental Herb, [[Power Herb]], [[White Herb]], or [[Mirror Herb]].&lt;br /&gt;
&lt;br /&gt;
Breaking a Mental Herb crop drops 1 Mental Herb.&lt;br /&gt;
&lt;br /&gt;
==Usage==&lt;br /&gt;
A Mental Herb cures the holder of [[bulbapedia:Status_condition#Infatuation|Infatuation]], [[bulbapedia:Status_condition#Taunt|Taunt]], [[bulbapedia:Status_condition#Encore|Encore]], [[bulbapedia:Status_condition#Torment|Torment]], [[bulbapedia:Status_condition#Heal Block|Heal Block]] or [[bulbapedia:Status_condition#Disable|Disable]]. If the holder is affected by any of these mental effects, the Mental Herb will activate and the mental effect will be cured.&lt;br /&gt;
===Composting===&lt;br /&gt;
Mental Herb can be composted with a 100% chance of adding a layer.&lt;br /&gt;
&lt;br /&gt;
==History==&lt;br /&gt;
{{HistoryTable|rows=&lt;br /&gt;
&lt;br /&gt;
{{HistoryRow|version=1.4.0|changes=Added Mental Herb.}}&lt;br /&gt;
&lt;br /&gt;
{{HistoryRow|version=1.4.1|changes=Mental Herb can now be composted.}}&lt;br /&gt;
&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Items}}&lt;br /&gt;
[[Category:Held item]]&lt;/div&gt;</summary>
		<author><name>PushedTester</name></author>
	</entry>
	<entry>
		<id>https://wiki.cobblemon.com/index.php?title=Pep-Up_Flower&amp;diff=8157</id>
		<title>Pep-Up Flower</title>
		<link rel="alternate" type="text/html" href="https://wiki.cobblemon.com/index.php?title=Pep-Up_Flower&amp;diff=8157"/>
		<updated>2026-01-12T13:18:30Z</updated>

		<summary type="html">&lt;p&gt;PushedTester: /* History */ Created History&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{InfoboxItem&lt;br /&gt;
| image = Pep-Up Flower.png&lt;br /&gt;
| item = Pep-Up Flower.png&lt;br /&gt;
| itemtooltip = Pep-Up Flower&lt;br /&gt;
| stacklimit = 64&lt;br /&gt;
}}&lt;br /&gt;
&#039;&#039;&#039;Pep-Up Flower&#039;&#039;&#039; is a crop that can be used to craft various medicines. They are obtained via the final growth stage of [[Revival Herb|Revival Herbs]]. It can also be placed in a Flower Pot.&lt;br /&gt;
&lt;br /&gt;
==Obtaining==&lt;br /&gt;
Breaking the final stage of a Revival Herb drops 1-2 Pep-Up Flowers.&lt;br /&gt;
&lt;br /&gt;
==Usage==&lt;br /&gt;
===Crafting Ingredient===&lt;br /&gt;
{|&lt;br /&gt;
|{{CraftingInterface&lt;br /&gt;
| A1 = {{ItemSlot| item = Glass Bottle}}&lt;br /&gt;
| A2 = {{ItemSlot| item = Pep-Up Flower}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Liechi Berry | link = Berry}}&lt;br /&gt;
| B2 = {{ItemSlot| item = Liechi Berry | link = Berry}}&lt;br /&gt;
| output = {{ItemSlot| item = X Attack | link = X Attack}}&lt;br /&gt;
| shapeless = true&lt;br /&gt;
}}&lt;br /&gt;
| || ||&lt;br /&gt;
|{{CraftingInterface&lt;br /&gt;
| A1 = {{ItemSlot| item = Glass Bottle}}&lt;br /&gt;
| A2 = {{ItemSlot| item = Pep-Up Flower}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Micle Berry | link = Berry}}&lt;br /&gt;
| B2 = {{ItemSlot| item = Micle Berry | link = Berry}}&lt;br /&gt;
| output = {{ItemSlot| item = X Accuracy | link = X Attack}}&lt;br /&gt;
| shapeless = true&lt;br /&gt;
}}&lt;br /&gt;
| || ||&lt;br /&gt;
|{{CraftingInterface&lt;br /&gt;
| A1 = {{ItemSlot| item = Glass Bottle}}&lt;br /&gt;
| A2 = {{ItemSlot| item = Pep-Up Flower}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Petaya Berry | B1-link = Berry}}&lt;br /&gt;
| B2 = {{ItemSlot| item = Petaya Berry | B2-link = Berry}}&lt;br /&gt;
| output = {{ItemSlot| item = X Special Attack | link = X Special Attack}}&lt;br /&gt;
| shapeless = true&lt;br /&gt;
}}&lt;br /&gt;
| || ||&lt;br /&gt;
|{{CraftingInterface&lt;br /&gt;
| A1 = {{ItemSlot| item = Glass Bottle}}&lt;br /&gt;
| A2 = {{ItemSlot| item = Pep-Up Flower}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Salac Berry | link = Berry}}&lt;br /&gt;
| B2 = {{ItemSlot| item = Salac Berry | link = Berry}}&lt;br /&gt;
| output = {{ItemSlot| item = X Speed | link = X Speed}}&lt;br /&gt;
| shapeless = true&lt;br /&gt;
}}&lt;br /&gt;
|-&lt;br /&gt;
|{{CraftingInterface&lt;br /&gt;
| A1 = {{ItemSlot| item = Glass Bottle}}&lt;br /&gt;
| A2 = {{ItemSlot| item = Pep-Up Flower}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Ganlon Berry | link = Berry}}&lt;br /&gt;
| B2 = {{ItemSlot| item = Ganlon Berry | link = Berry}}&lt;br /&gt;
| output = {{ItemSlot| item = X Defense | link = X Defense}}&lt;br /&gt;
| shapeless = true&lt;br /&gt;
}}&lt;br /&gt;
| || ||&lt;br /&gt;
|{{CraftingInterface&lt;br /&gt;
| A1 = {{ItemSlot| item = Glass Bottle}}&lt;br /&gt;
| A2 = {{ItemSlot| item = Pep-Up Flower}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Apicot Berry | link = Berry}}&lt;br /&gt;
| B2 = {{ItemSlot| item = Apicot Berry | link = Berry}}&lt;br /&gt;
| output = {{ItemSlot| item = X Special Defense | link = X Special Defense}}&lt;br /&gt;
| shapeless = true&lt;br /&gt;
}}&lt;br /&gt;
| || ||&lt;br /&gt;
|{{CraftingInterface&lt;br /&gt;
| A1 = {{ItemSlot| item = Glass Bottle}}&lt;br /&gt;
| A2 = {{ItemSlot| item = Pep-Up Flower}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Starf Berry | link = Berry}}&lt;br /&gt;
| B2 = {{ItemSlot| item = Starf Berry | link = Berry}}&lt;br /&gt;
| output = {{ItemSlot| item = Guard Spec | link = Guard Spec}}&lt;br /&gt;
| shapeless = true&lt;br /&gt;
}}&lt;br /&gt;
| || ||&lt;br /&gt;
|{{CraftingInterface&lt;br /&gt;
| A1 = {{ItemSlot| item = Glass Bottle}}&lt;br /&gt;
| A2 = {{ItemSlot| item = Pep-Up Flower}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Lansat Berry | link = Berry}}&lt;br /&gt;
| B2 = {{ItemSlot| item = Lansat Berry | link = Berry}}&lt;br /&gt;
| output = {{ItemSlot| item = Dire Hit | link = Dire Hit}}&lt;br /&gt;
| shapeless = true&lt;br /&gt;
}}&lt;br /&gt;
|-&lt;br /&gt;
|{{CraftingInterface&lt;br /&gt;
| B2 = {{ItemSlot| item = Pep-Up Flower}}&lt;br /&gt;
| output = {{ItemSlot| item = White Dye | output-link = [[minecraftwiki:White Dye]]}}&lt;br /&gt;
| shapeless = true&lt;br /&gt;
}}&lt;br /&gt;
| || ||&lt;br /&gt;
|{{CraftingInterface&lt;br /&gt;
| A1 = {{ItemSlot| item = PP Up | link = PP Up}}&lt;br /&gt;
| A2 = {{ItemSlot| item = Pep-Up Flower}}&lt;br /&gt;
| A3 = {{ItemSlot| item = Pep-Up Flower}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Hopo Berry | link = Berry}}&lt;br /&gt;
| B2 = {{ItemSlot| item = Hopo Berry | link = Berry}}&lt;br /&gt;
| B3 = {{ItemSlot| item = Vivichoke | link = Vivichoke}}&lt;br /&gt;
| C1 = {{ItemSlot| item = Vivichoke | link = Vivichoke}}&lt;br /&gt;
| output = {{ItemSlot| item = PP Max | link = PP Max}}&lt;br /&gt;
| shapeless = true&lt;br /&gt;
}}&lt;br /&gt;
| || ||&lt;br /&gt;
|{{CraftingInterface&lt;br /&gt;
| A1 = {{ItemSlot| item = Medicinal Brew | link = Medicinal Brew}}&lt;br /&gt;
| A2 = {{ItemSlot| item = Pep-Up Flower}}&lt;br /&gt;
| A3 = {{ItemSlot| item = Pep-Up Flower}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Leppa Berry | link = Berry}}&lt;br /&gt;
| B2 = {{ItemSlot| item = Leppa Berry | link = Berry}}&lt;br /&gt;
| B3 = {{ItemSlot| item = Vivichoke | link = Vivichoke}}&lt;br /&gt;
| C1 = {{ItemSlot| item = Vivichoke | link = Vivichoke}}&lt;br /&gt;
| output = {{ItemSlot| item = PP Up | link = PP Up}}&lt;br /&gt;
| shapeless = true&lt;br /&gt;
}}&lt;br /&gt;
| || ||&lt;br /&gt;
|{{CraftingInterface&lt;br /&gt;
| A1 = {{ItemSlot| item = Remedy | link = Remedy}}&lt;br /&gt;
| A2 = {{ItemSlot| item = Sweet Berries}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Sweet Berries}}&lt;br /&gt;
| B2 = {{ItemSlot| item = Pep-Up Flower}}&lt;br /&gt;
| output = {{ItemSlot| item = Fine Remedy | link = Fine Remedy}}&lt;br /&gt;
| shapeless = true&lt;br /&gt;
}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Brewing Ingredient===&lt;br /&gt;
{|&lt;br /&gt;
| {{BrewingInterface&lt;br /&gt;
| input = {{ItemSlot| item = Pep-Up Flower}}&lt;br /&gt;
| base = {{ItemSlot| item = Elixir | link = Elixir}}&lt;br /&gt;
| output = {{ItemSlot| item = Max Elixir | link = Max Elixir}}&lt;br /&gt;
}}&lt;br /&gt;
| || ||&lt;br /&gt;
| {{BrewingInterface&lt;br /&gt;
| input = {{ItemSlot| item = Pep-Up Flower}}&lt;br /&gt;
| base = {{ItemSlot| item = Ether | link = Ether}}&lt;br /&gt;
| output = {{ItemSlot| item = Max Ether | link = Max Ether}}&lt;br /&gt;
}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==History==&lt;br /&gt;
{{HistoryTable|rows=&lt;br /&gt;
&lt;br /&gt;
{{HistoryRow|version=1.4.0|changes=Added Pep-Up Flower.}}&lt;br /&gt;
&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Items}}&lt;br /&gt;
[[Category:Plants]]&lt;/div&gt;</summary>
		<author><name>PushedTester</name></author>
	</entry>
	<entry>
		<id>https://wiki.cobblemon.com/index.php?title=Mint_Seed&amp;diff=8156</id>
		<title>Mint Seed</title>
		<link rel="alternate" type="text/html" href="https://wiki.cobblemon.com/index.php?title=Mint_Seed&amp;diff=8156"/>
		<updated>2026-01-12T13:14:18Z</updated>

		<summary type="html">&lt;p&gt;PushedTester: /* History */ Updated History&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{InfoboxItem2&lt;br /&gt;
| image = Red Mint Seed.png&lt;br /&gt;
| image2 = Blue Mint Seed.png&lt;br /&gt;
| image3 = Cyan Mint Seed.png&lt;br /&gt;
| image4 = Pink Mint Seed.png&lt;br /&gt;
| image5 = Green Mint Seed.png&lt;br /&gt;
| image6 = White Mint Seed.png&lt;br /&gt;
| item = Red Mint Seed.png&lt;br /&gt;
| itemtooltip = Red Mint Seed&lt;br /&gt;
| item2 = Blue Mint Seed.png&lt;br /&gt;
| itemtooltip2 = Blue Mint Seed&lt;br /&gt;
| item3 = Cyan Mint Seed.png&lt;br /&gt;
| itemtooltip3 = Cyan Mint Seed&lt;br /&gt;
| item4 = Pink Mint Seed.png&lt;br /&gt;
| itemtooltip4 = Pink Mint Seed&lt;br /&gt;
| item5 = Green Mint Seed.png&lt;br /&gt;
| itemtooltip5 = Green Mint Seed&lt;br /&gt;
| item6 = White Mint Seed.png&lt;br /&gt;
| itemtooltip6 = White Mint Seed&lt;br /&gt;
| stacklimit = 64&lt;br /&gt;
}}&lt;br /&gt;
&#039;&#039;&#039;Mint seeds&#039;&#039;&#039; are items used to plant mint crops and are obtained by harvesting mint crops which can be found randomly in the wild or in villages.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Obtaining==&lt;br /&gt;
=== Farming ===&lt;br /&gt;
Mint seeds are obtained by harvesting a mint crop, which produces 1-2 of the respective mint seed. White Mint crops also have an additional chance to drop 1 other mint seed color.&lt;br /&gt;
&lt;br /&gt;
==Usage==&lt;br /&gt;
=== Farming ===&lt;br /&gt;
Mint seeds can be planted to produce a mint crop. Harvesting the final stage of a mint crop produces 1-3 of the respective [[Mint Leaf]] and 1 of the respective mint seed, with a 1 in 8 chance that it will drop 2 mint seeds instead. White Mint crops also have the additional chance to drop a mint seed of any other color. Mint crops are affected by the fortune enchantment.&lt;br /&gt;
&lt;br /&gt;
==History==&lt;br /&gt;
{{HistoryTable|rows=&lt;br /&gt;
&lt;br /&gt;
{{HistoryRow|version=1.4.0|changes=Added Mint seeds.}}&lt;br /&gt;
&lt;br /&gt;
{{HistoryRow|version=1.4.1|changes=Villagers can now pick up and plant Mint seeds.}}&lt;br /&gt;
&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>PushedTester</name></author>
	</entry>
	<entry>
		<id>https://wiki.cobblemon.com/index.php?title=Vivichoke&amp;diff=8155</id>
		<title>Vivichoke</title>
		<link rel="alternate" type="text/html" href="https://wiki.cobblemon.com/index.php?title=Vivichoke&amp;diff=8155"/>
		<updated>2026-01-12T13:13:55Z</updated>

		<summary type="html">&lt;p&gt;PushedTester: /* History */ Updated History&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{InfoboxItem&lt;br /&gt;
| image = Vivichoke Seeds (block, stage 7).png&lt;br /&gt;
| image2 = Vivichoke Seeds (block, stage 0).png&lt;br /&gt;
| image3 = Vivichoke Seeds (block, stage 1).png&lt;br /&gt;
| image4 = Vivichoke Seeds (block, stage 2).png&lt;br /&gt;
| image5 = Vivichoke Seeds (block, stage 3).png&lt;br /&gt;
| image6 = Vivichoke Seeds (block, stage 4).png&lt;br /&gt;
| image7 = Vivichoke Seeds (block, stage 5).png&lt;br /&gt;
| image8 = Vivichoke Seeds (block, stage 6).png&lt;br /&gt;
| item = Vivichoke.png&lt;br /&gt;
| item2 = Vivichoke Seeds.png&lt;br /&gt;
| itemtooltip = Vivichoke&lt;br /&gt;
| itemtooltip2 = Vivichoke Seeds&lt;br /&gt;
| stacklimit = 64&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Vivichoke&#039;&#039;&#039; is a rare crop item primarily used as an ingredient in cooking and brewing. When used in cooking, it also serves as a [[Vivichoke#Nutrition_Seasoning | Nutrition Seasoning]].&lt;br /&gt;
&lt;br /&gt;
==Obtaining==&lt;br /&gt;
===Farming===&lt;br /&gt;
Vivichoke Seeds can be placed on farmland. After being placed, the planted crop goes through eight stages of growth.&lt;br /&gt;
&lt;br /&gt;
When [[minecraftwiki:Bone Meal|Bone Meal]] is used on a Vivichoke crop, its growth will increase by one stage.&lt;br /&gt;
&lt;br /&gt;
Harvesting a fully grown crop yields one Vivichoke and one seed. If harvested early, it only drops the single seed.&lt;br /&gt;
&lt;br /&gt;
===Loot===&lt;br /&gt;
Vivichoke seeds may be found in chests within [[minecraftwiki:Monster Room|Monster Rooms]], [[minecraftwiki:Mineshaft|Mineshafts]], [[minecraftwiki:Jungle pyramid|Jungle pyramids]], [[minecraftwiki:Village|Villages]], and [[minecraftwiki:Shipwreck|Shipwrecks]] as stacks of 1-3.&lt;br /&gt;
&lt;br /&gt;
===Trading===&lt;br /&gt;
Vivichoke Seeds can be obtained through trading with a [[Villager#Additional Trade Offers|Wandering Trader]] or an Expert-level [[Villager#Trade_Offers|Nurse Villager]].&lt;br /&gt;
&lt;br /&gt;
==Usage==&lt;br /&gt;
===Crafting Ingredient===&lt;br /&gt;
{|&lt;br /&gt;
|{{CraftingInterface&lt;br /&gt;
| B2 = {{ItemSlot| item = Vivichoke}}&lt;br /&gt;
| output = {{ItemSlot| item = Vivichoke Seeds}}&lt;br /&gt;
| shapeless = 1&lt;br /&gt;
}}&lt;br /&gt;
| || ||&lt;br /&gt;
| {{CraftingInterface&lt;br /&gt;
| A2 = {{ItemSlot| item = Vivichoke Seeds | tooltip = Any Seed}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Vivichoke Seeds | tooltip = Any Seed}}&lt;br /&gt;
| B2 = {{ItemSlot| item = Grass Gem | link = Type Gems}}&lt;br /&gt;
| B3 = {{ItemSlot| item = Vivichoke Seeds | tooltip = Any Seed}}&lt;br /&gt;
| C2 = {{ItemSlot| item = Vivichoke Seeds | tooltip = Any Seed}}&lt;br /&gt;
| output = {{ItemSlot| item = Miracle Seed}}&lt;br /&gt;
}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Cooking Ingredient===&lt;br /&gt;
:&#039;&#039;For more information on cooking, see [[Campfire Pot]]&#039;&#039;&lt;br /&gt;
:&#039;&#039;For more information on Nutrition Seasoning, see [[Seasoning]]&#039;&#039;&lt;br /&gt;
When used as a seasoning for cooking [[Ponigiri]] in the Campfire Pot, Vivichoke will grant 6 Hunger and 2 Saturation.&lt;br /&gt;
{|&lt;br /&gt;
|{{CookingInterface&lt;br /&gt;
| A1 = {{ItemSlot| item = Revive |link=Revive}}&lt;br /&gt;
| A2 = {{ItemSlot| item = Revive|link=Revive}}&lt;br /&gt;
| A3 = {{ItemSlot| item = Vivichoke}}&lt;br /&gt;
| output = {{ItemSlot| item = Max Revive|link=Max Revive}}&lt;br /&gt;
| shapeless = 1&lt;br /&gt;
}}&lt;br /&gt;
| || ||&lt;br /&gt;
|{{CookingInterface&lt;br /&gt;
| A1 = {{ItemSlot| item = Vivichoke}}&lt;br /&gt;
| A2 = {{ItemSlot| item = Milk Bucket; Moomoo Milk | tooltip = Any Milk}}&lt;br /&gt;
| A3 = {{ItemSlot| item = Bowl}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Bread}}&lt;br /&gt;
| output = {{ItemSlot| item = Vivichoke Dip|link=Vivichoke Dip}}&lt;br /&gt;
| shapeless = 1&lt;br /&gt;
}}&lt;br /&gt;
| || ||&lt;br /&gt;
|{{CookingInterface&lt;br /&gt;
| A1 = {{ItemSlot| item = Bread}}&lt;br /&gt;
| A2 = {{ItemSlot| item = Egg}}&lt;br /&gt;
| A3 = {{ItemSlot| item = Tasty Tail; Raw Beef; Raw Porkchop; Raw Chicken; Raw Rabbit; Raw Mutton | tooltip = Any Raw Meat}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Medicinal Leek; Hearty Grains; Vivichoke; Baked Potato; Beetroot; Apple; Tart Apple; Sweet Apple; Syrupy Apple | tooltip = Any Sandwich Vegetable}}&lt;br /&gt;
| output = {{ItemSlot| item = Open-Faced Sandwich|link=Open-Faced Sandwich}}&lt;br /&gt;
| shapeless = 1&lt;br /&gt;
}}&lt;br /&gt;
|-&lt;br /&gt;
|{{CookingInterface&lt;br /&gt;
| A1 = {{ItemSlot| item = Milk Bucket; Moomoo Milk | tooltip = Any Milk}}&lt;br /&gt;
| A2 = {{ItemSlot| item = Milk Bucket; Moomoo Milk | tooltip = Any Milk}}&lt;br /&gt;
| A3 = {{ItemSlot| item = Milk Bucket; Moomoo Milk | tooltip = Any Milk}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Honey Bottle}}&lt;br /&gt;
| B2 = {{ItemSlot| item = Vivichoke}}&lt;br /&gt;
| B3 = {{ItemSlot| item = Honey Bottle}}&lt;br /&gt;
| C1 = {{ItemSlot| item = Hearty Grains|link=Hearty Grains}}&lt;br /&gt;
| C2 = {{ItemSlot| item = Hearty Grains|link=Hearty Grains}}&lt;br /&gt;
| C3 = {{ItemSlot| item = Hearty Grains|link=Hearty Grains}}&lt;br /&gt;
| output = {{ItemSlot| item = Poké Snack|link=Poké Snack}}&lt;br /&gt;
| shapeless = 1&lt;br /&gt;
}}&lt;br /&gt;
| || ||&lt;br /&gt;
|{{CookingInterface&lt;br /&gt;
| A1 = {{ItemSlot| item = Milk Bucket; Moomoo Milk | tooltip = Any Milk}}&lt;br /&gt;
| A2 = {{ItemSlot| item = Milk Bucket; Moomoo Milk | tooltip = Any Milk}}&lt;br /&gt;
| A3 = {{ItemSlot| item = Milk Bucket; Moomoo Milk | tooltip = Any Milk}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Sugar}}&lt;br /&gt;
| B2 = {{ItemSlot| item = Vivichoke}}&lt;br /&gt;
| B3 = {{ItemSlot| item = Sugar}}&lt;br /&gt;
| C1 = {{ItemSlot| item = Hearty Grains|link=Hearty Grains}}&lt;br /&gt;
| C2 = {{ItemSlot| item = Hearty Grains|link=Hearty Grains}}&lt;br /&gt;
| C3 = {{ItemSlot| item = Hearty Grains|link=Hearty Grains}}&lt;br /&gt;
| output = {{ItemSlot| item = Poké Cake|link=Poké Cake}}&lt;br /&gt;
| shapeless = 1&lt;br /&gt;
}}&lt;br /&gt;
| || ||&lt;br /&gt;
|{{CookingInterface&lt;br /&gt;
| A1 = {{ItemSlot| item = Hearty Grains|link=Hearty Grains}}&lt;br /&gt;
| A2 = {{ItemSlot| item = Hearty Grains|link=Hearty Grains}}&lt;br /&gt;
| A3 = {{ItemSlot| item = Hearty Grains|link=Hearty Grains}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Dried Kelp}}&lt;br /&gt;
| S1 = {{ItemSlot| item = Vivichoke}}&lt;br /&gt;
| S2 = {{ItemSlot| item = Vivichoke}}&lt;br /&gt;
| S3 = {{ItemSlot| item = Vivichoke}}&lt;br /&gt;
| output = {{ItemSlot| item = Ponigiri_Vivichoke | link=Ponigiri| amount = 3 | tooltip = Ponigiri}}&lt;br /&gt;
| shapeless = 1&lt;br /&gt;
}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Brewing Ingredient===&lt;br /&gt;
{|&lt;br /&gt;
|{{BrewingInterface&lt;br /&gt;
| input = {{ItemSlot| item = Vivichoke | text = Vivichoke | link = Vivichoke}}&lt;br /&gt;
| base = {{ItemSlot| item = Hyper Potion | text = Hyper Potion | link = Hyper Potion}}&lt;br /&gt;
| output = {{ItemSlot| item = Max Potion | text = Max Potion | link = Max Potion}}&lt;br /&gt;
}}&lt;br /&gt;
| || ||&lt;br /&gt;
|{{BrewingInterface&lt;br /&gt;
| input = {{ItemSlot| item = Vivichoke | text = Vivichoke | link = Vivichoke}}&lt;br /&gt;
| base = {{ItemSlot| item = Medicinal Brew | text = Medicinal Brew | link = Medicinal Brew}}&lt;br /&gt;
| output = {{ItemSlot| item = PP Up | text = PP Up | link = PP Up}}&lt;br /&gt;
}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Composting===&lt;br /&gt;
Placing Vivichoke Seeds into a [[minecraftwiki:Composter|Composter]] has a 65% chance of raising the compost level by 1.&lt;br /&gt;
&lt;br /&gt;
==History==&lt;br /&gt;
&lt;br /&gt;
{{HistoryTable|rows=&lt;br /&gt;
&lt;br /&gt;
{{HistoryRow|version=1.4.0|changes={{ScaledImage|Vivichoke.png|32px}} {{ScaledImage|Vivichoke Seeds.png|32px}} Added Vivichoke and its seeds.}}&lt;br /&gt;
&lt;br /&gt;
{{HistoryRow|version=1.4.1|changes=Villagers can now pick up and plant Vivchoke seeds.}}&lt;br /&gt;
&lt;br /&gt;
{{HistoryRow|version=1.7.0|changes=&lt;br /&gt;
{{-}}&lt;br /&gt;
* Removed the &amp;quot;[[Braised Vivichoke]]&amp;quot; item, previously obtained by smelting a Vivichoke.&lt;br /&gt;
* Vivichoke now produces one seed instead of two when crafted by itself.&lt;br /&gt;
* Vivichoke crops now always drop one seed when harvested.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Blocks}}&lt;br /&gt;
{{Items}}&lt;br /&gt;
[[Category:Plants]]&lt;/div&gt;</summary>
		<author><name>PushedTester</name></author>
	</entry>
	<entry>
		<id>https://wiki.cobblemon.com/index.php?title=Revival_Herb&amp;diff=8154</id>
		<title>Revival Herb</title>
		<link rel="alternate" type="text/html" href="https://wiki.cobblemon.com/index.php?title=Revival_Herb&amp;diff=8154"/>
		<updated>2026-01-12T13:12:51Z</updated>

		<summary type="html">&lt;p&gt;PushedTester: /* History */ Fixed typo&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{InfoboxItem&lt;br /&gt;
| image = Revival Herb (block, stage 0).png&lt;br /&gt;
| image2 = Revival Herb (block, stage 1).png&lt;br /&gt;
| image3 = Revival Herb (block, stage 2).png&lt;br /&gt;
| image4 = Revival Herb (block, stage 3).png&lt;br /&gt;
| image5 = Revival Herb (block, stage 4).png&lt;br /&gt;
| image6 = Revival Herb (block, stage 5).png&lt;br /&gt;
| image7 = Revival Herb (block, stage 6).png&lt;br /&gt;
| image8 = Revival Herb (block, stage 7).png&lt;br /&gt;
| image9 = Revival Herb (block, stage 8).png&lt;br /&gt;
| item = Revival Herb.png&lt;br /&gt;
| itemtooltip = Revival Herb&lt;br /&gt;
| stacklimit = 64&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
A &#039;&#039;&#039;Revival Herb&#039;&#039;&#039; is a crop that can be found growing naturally in Lush Caves. It can be used to craft certain items or used directly to fully revive a fainted Pokémon whilst reducing Friendship.&lt;br /&gt;
&lt;br /&gt;
==Obtaining==&lt;br /&gt;
Stage 1-7 Revival Herbs will drop a single Revival Herb.&lt;br /&gt;
&amp;lt;br/&amp;gt;Stage 8 Revival Herbs will drop 2-3 Revival Herb.&lt;br /&gt;
&amp;lt;br/&amp;gt;Stage 9 Revival herbs will drop 3-4 Revival Herbs and 1-2 [[Pep-Up Flower|Pep-Up Flowers]].&lt;br /&gt;
&lt;br /&gt;
===Natural Generation===&lt;br /&gt;
Revival Herbs can be found growing naturally in Lush Caves.&lt;br /&gt;
&lt;br /&gt;
===Farming===&lt;br /&gt;
Revival Herbs can be placed on farmland. After being placed, it goes through eight stages of growth.&lt;br /&gt;
&lt;br /&gt;
When bone meal is used on a Revival Herb crop, its growth stage will increase by one.&lt;br /&gt;
&lt;br /&gt;
===Interaction===&lt;br /&gt;
Revival Herbs can be obtained by using [[minecraftwiki:Bone Meal|Bone Meal]] on a Petilil. This consumes the Bone Meal.&lt;br /&gt;
&lt;br /&gt;
===Drops===&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot; style=&amp;quot;margin:auto&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! &#039;&#039;&#039;Dex No.&#039;&#039;&#039; !! &#039;&#039;&#039;Pokémon&#039;&#039;&#039; !! &#039;&#039;&#039;Rate&#039;&#039;&#039; !! &#039;&#039;&#039;Quantity&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| 0548 || Petilil || 2.5% || style=&amp;quot;text-align:center&amp;quot; | 1&lt;br /&gt;
|-&lt;br /&gt;
| 0549 || Lilligant || 5% || style=&amp;quot;text-align:center&amp;quot; | 1&lt;br /&gt;
|-&lt;br /&gt;
| 0549 || Lilligant (Hisuian) || 5% || style=&amp;quot;text-align:center&amp;quot; | 1&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Usage==&lt;br /&gt;
===Crafting Ingredient===&lt;br /&gt;
{{CraftingInterface&lt;br /&gt;
| A1 = {{ItemSlot| item = Revival Herb}}&lt;br /&gt;
| output = {{ItemSlot| item = Heal Powder}}&lt;br /&gt;
| shapeless = true&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
===Composting===&lt;br /&gt;
Putting a Revival Herb in a Composter has a 65% chance of raising the compost level by 1.&lt;br /&gt;
&lt;br /&gt;
===Mutations===&lt;br /&gt;
By utilizing a bag of Surprise Mulch at Stage 0, a Stage 9 Revival Herb crop can be mutated into one of the 4 following crops; Mental Herb, Power Herb, White Herb, and Mirror Herb.&lt;br /&gt;
&lt;br /&gt;
==History==&lt;br /&gt;
{{HistoryTable|rows=&lt;br /&gt;
&lt;br /&gt;
{{HistoryRow|version=1.4.0|changes=Added Revival Herb}}&lt;br /&gt;
&lt;br /&gt;
{{HistoryRow|version=1.4.1|changes=Villagers can now pick up and plant Revival Herbs.}}&lt;br /&gt;
&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Blocks}}&lt;br /&gt;
[[Category:Item]]&lt;br /&gt;
[[Category:Plants]]&lt;br /&gt;
[[Category:Medicine]]&lt;/div&gt;</summary>
		<author><name>PushedTester</name></author>
	</entry>
	<entry>
		<id>https://wiki.cobblemon.com/index.php?title=Revival_Herb&amp;diff=8153</id>
		<title>Revival Herb</title>
		<link rel="alternate" type="text/html" href="https://wiki.cobblemon.com/index.php?title=Revival_Herb&amp;diff=8153"/>
		<updated>2026-01-12T13:12:34Z</updated>

		<summary type="html">&lt;p&gt;PushedTester: /* History */ Updated History&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{InfoboxItem&lt;br /&gt;
| image = Revival Herb (block, stage 0).png&lt;br /&gt;
| image2 = Revival Herb (block, stage 1).png&lt;br /&gt;
| image3 = Revival Herb (block, stage 2).png&lt;br /&gt;
| image4 = Revival Herb (block, stage 3).png&lt;br /&gt;
| image5 = Revival Herb (block, stage 4).png&lt;br /&gt;
| image6 = Revival Herb (block, stage 5).png&lt;br /&gt;
| image7 = Revival Herb (block, stage 6).png&lt;br /&gt;
| image8 = Revival Herb (block, stage 7).png&lt;br /&gt;
| image9 = Revival Herb (block, stage 8).png&lt;br /&gt;
| item = Revival Herb.png&lt;br /&gt;
| itemtooltip = Revival Herb&lt;br /&gt;
| stacklimit = 64&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
A &#039;&#039;&#039;Revival Herb&#039;&#039;&#039; is a crop that can be found growing naturally in Lush Caves. It can be used to craft certain items or used directly to fully revive a fainted Pokémon whilst reducing Friendship.&lt;br /&gt;
&lt;br /&gt;
==Obtaining==&lt;br /&gt;
Stage 1-7 Revival Herbs will drop a single Revival Herb.&lt;br /&gt;
&amp;lt;br/&amp;gt;Stage 8 Revival Herbs will drop 2-3 Revival Herb.&lt;br /&gt;
&amp;lt;br/&amp;gt;Stage 9 Revival herbs will drop 3-4 Revival Herbs and 1-2 [[Pep-Up Flower|Pep-Up Flowers]].&lt;br /&gt;
&lt;br /&gt;
===Natural Generation===&lt;br /&gt;
Revival Herbs can be found growing naturally in Lush Caves.&lt;br /&gt;
&lt;br /&gt;
===Farming===&lt;br /&gt;
Revival Herbs can be placed on farmland. After being placed, it goes through eight stages of growth.&lt;br /&gt;
&lt;br /&gt;
When bone meal is used on a Revival Herb crop, its growth stage will increase by one.&lt;br /&gt;
&lt;br /&gt;
===Interaction===&lt;br /&gt;
Revival Herbs can be obtained by using [[minecraftwiki:Bone Meal|Bone Meal]] on a Petilil. This consumes the Bone Meal.&lt;br /&gt;
&lt;br /&gt;
===Drops===&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot; style=&amp;quot;margin:auto&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! &#039;&#039;&#039;Dex No.&#039;&#039;&#039; !! &#039;&#039;&#039;Pokémon&#039;&#039;&#039; !! &#039;&#039;&#039;Rate&#039;&#039;&#039; !! &#039;&#039;&#039;Quantity&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| 0548 || Petilil || 2.5% || style=&amp;quot;text-align:center&amp;quot; | 1&lt;br /&gt;
|-&lt;br /&gt;
| 0549 || Lilligant || 5% || style=&amp;quot;text-align:center&amp;quot; | 1&lt;br /&gt;
|-&lt;br /&gt;
| 0549 || Lilligant (Hisuian) || 5% || style=&amp;quot;text-align:center&amp;quot; | 1&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Usage==&lt;br /&gt;
===Crafting Ingredient===&lt;br /&gt;
{{CraftingInterface&lt;br /&gt;
| A1 = {{ItemSlot| item = Revival Herb}}&lt;br /&gt;
| output = {{ItemSlot| item = Heal Powder}}&lt;br /&gt;
| shapeless = true&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
===Composting===&lt;br /&gt;
Putting a Revival Herb in a Composter has a 65% chance of raising the compost level by 1.&lt;br /&gt;
&lt;br /&gt;
===Mutations===&lt;br /&gt;
By utilizing a bag of Surprise Mulch at Stage 0, a Stage 9 Revival Herb crop can be mutated into one of the 4 following crops; Mental Herb, Power Herb, White Herb, and Mirror Herb.&lt;br /&gt;
&lt;br /&gt;
==History==&lt;br /&gt;
{{HistoryTable|rows=&lt;br /&gt;
&lt;br /&gt;
{{HistoryRow|version=1.4.0|changes=Added Revival Herb}}&lt;br /&gt;
&lt;br /&gt;
{{HistoryRow|version=1.4.1|changes=Villagers can now pick up and plant Revival Herbs&lt;br /&gt;
&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Blocks}}&lt;br /&gt;
[[Category:Item]]&lt;br /&gt;
[[Category:Plants]]&lt;br /&gt;
[[Category:Medicine]]&lt;/div&gt;</summary>
		<author><name>PushedTester</name></author>
	</entry>
	<entry>
		<id>https://wiki.cobblemon.com/index.php?title=Fossil&amp;diff=8152</id>
		<title>Fossil</title>
		<link rel="alternate" type="text/html" href="https://wiki.cobblemon.com/index.php?title=Fossil&amp;diff=8152"/>
		<updated>2026-01-12T13:11:41Z</updated>

		<summary type="html">&lt;p&gt;PushedTester: /* History */ Created History&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{InfoboxItem&lt;br /&gt;
| image = Armor Fossil.png&lt;br /&gt;
| image2 = Claw Fossil.png&lt;br /&gt;
| image3 = Cover Fossil.png&lt;br /&gt;
| image4 = Dome Fossil.png&lt;br /&gt;
| image5 = Fossilized Bird.png&lt;br /&gt;
| image6 = Fossilized Dino.png&lt;br /&gt;
| image7 = Fossilized Drake.png&lt;br /&gt;
| image8 = Fossilized Fish.png&lt;br /&gt;
| image9 = Helix Fossil.png&lt;br /&gt;
| image10 = Jaw Fossil.png&lt;br /&gt;
| image11 = Old Amber.png&lt;br /&gt;
| image 12 = Plume Fossil.png&lt;br /&gt;
| image 13 = Root Fossil.png&lt;br /&gt;
| image 14 = Sail Fossil.png&lt;br /&gt;
| image 15 = Skull Fossil.png&lt;br /&gt;
| item = Armor Fossil.png&lt;br /&gt;
| item2 = Claw Fossil.png&lt;br /&gt;
| item3 = Cover Fossil.png&lt;br /&gt;
| item4 = Dome Fossil.png&lt;br /&gt;
| item5 = Fossilized Bird.png&lt;br /&gt;
| item6 = Fossilized Dino.png&lt;br /&gt;
| item7 = Fossilized Drake.png&lt;br /&gt;
| item8 = Fossilized Fish.png&lt;br /&gt;
| item9 = Helix Fossil.png&lt;br /&gt;
| item10 = Jaw Fossil.png&lt;br /&gt;
| item11 = Old Amber.png&lt;br /&gt;
| item12 = Plume Fossil.png&lt;br /&gt;
| item13 = Root Fossil.png&lt;br /&gt;
| item14 = Sail Fossil.png&lt;br /&gt;
| item15 = Skull Fossil.png&lt;br /&gt;
|itemtooltip = Armor Fossil&lt;br /&gt;
|itemtooltip2 = Claw Fossil&lt;br /&gt;
|itemtooltip3 = Cover Fossil&lt;br /&gt;
|itemtooltip4 = Dome Fossil&lt;br /&gt;
|itemtooltip5 = Fossilized Bird&lt;br /&gt;
|itemtooltip6 = Fossilized Dino&lt;br /&gt;
|itemtooltip7 = Fossilized Drake&lt;br /&gt;
|itemtooltip8 = Fossilized Fish&lt;br /&gt;
|itemtooltip9 = Helix Fossil&lt;br /&gt;
|itemtooltip10 = Jaw Fossil&lt;br /&gt;
|itemtooltip11 = Old Amber&lt;br /&gt;
|itemtooltip12 = Plume Fossil&lt;br /&gt;
|itemtooltip13 = Root Fossil&lt;br /&gt;
|itemtooltip14 = Sail Fossil&lt;br /&gt;
|itemtooltip15 = Skull Fossil&lt;br /&gt;
|stacklimit = 64&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fossils&#039;&#039;&#039; are items which can be used to obtain fossil Pokémon when placed in a fully assembled [[Resurrection Machine]].&lt;br /&gt;
&lt;br /&gt;
==Obtaining==&lt;br /&gt;
Fossils can be obtained by using a [[minecraftwiki:brush|brush]] on [[minecraftwiki: suspicious sand|suspicious sand]] or [[minecraftwiki: suspicious gravel|suspicious gravel]] in fossil [[Structure|structures]]. Below is a list of fossils, the Pokémon they revive into, and the structures in which they are located.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!colspan=&amp;quot;1&amp;quot; |Fossil&lt;br /&gt;
!Pokémon&lt;br /&gt;
!Location&lt;br /&gt;
|-&lt;br /&gt;
|Armor Fossil {{ScaledImage|Armor Fossil.png|32px}}&lt;br /&gt;
|Shieldon&lt;br /&gt;
|Eroded Pillar, Lush Den, Mud Pit, Powdered Deposit, Sandy Den, &#039;&#039;&#039;Sunscorched Den&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|Claw Fossil {{ScaledImage|Claw Fossil.png|32px}}&lt;br /&gt;
|Anorith&lt;br /&gt;
|&#039;&#039;&#039;Dripstone Oasis&#039;&#039;&#039;, Frozen Spike, &#039;&#039;&#039;Mossy Pond&#039;&#039;&#039;, Preserved Skeleton, Submerged Impact, Submerged Spike, Underwater Fissure&lt;br /&gt;
|-&lt;br /&gt;
|Cover Fossil {{ScaledImage|Cover Fossil.png|32px}}&lt;br /&gt;
|Tirtouga&lt;br /&gt;
|Frozen Pond, Hydrothermal Vents, Preserved Skeleton, Submerged Impact, &#039;&#039;&#039;Submerged Spike&#039;&#039;&#039;, &#039;&#039;&#039;Underwater Fissure&#039;&#039;&#039;, &#039;&#039;&#039;Vibrant Hydrothermal Vents&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|Dome Fossil {{ScaledImage|Dome Fossil.png|32px}}&lt;br /&gt;
|Kabuto&lt;br /&gt;
|Enhydro Agate, &#039;&#039;&#039;Hydrothermal Vents&#039;&#039;&#039;, Rooted Pit, Sunscorched Den, Suspicious Mound&lt;br /&gt;
|-&lt;br /&gt;
|Fossilized Bird {{ScaledImage|Fossilized Bird.png|32px}}&lt;br /&gt;
|Dracozolt, Arctozolt&lt;br /&gt;
|Birch Tree, Mossy Pond, Oak Tree, Powdered Deposit, &#039;&#039;&#039;Preserved Skeleton&#039;&#039;&#039; (sand), Spruce Tree, &#039;&#039;&#039;Suspicious Mound&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|Fossilized Dino {{ScaledImage|Fossilized Dino.png|32px}}&lt;br /&gt;
|Arctovish, Arctozolt&lt;br /&gt;
|Frozen Pond, &#039;&#039;&#039;Frozen Spike&#039;&#039;&#039;, Oak Tree, Powdered Deposit, &#039;&#039;&#039;Preserved Skeleton&#039;&#039;&#039; (gravel), Sandy Den&lt;br /&gt;
|-&lt;br /&gt;
|Fossilized Drake {{ScaledImage|Fossilized Drake.png|32px}}&lt;br /&gt;
|Dracovish, Dracozolt&lt;br /&gt;
|Birch Tree, Lush Den, Mud Pit,&#039;&#039;&#039;Preserved Skeleton&#039;&#039;&#039; (gravel), Rooted Pit, Sunscorched Den, &#039;&#039;&#039;Sunscorched Remains&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|Fossilized Fish {{ScaledImage|Fossilized Fish.png|32px}}&lt;br /&gt;
|Arctovish, Dracovish&lt;br /&gt;
|Dripstone Oasis, &#039;&#039;&#039;Enhydro Agate&#039;&#039;&#039;, Frozen Spike, Hydrothermal Vents,&#039;&#039;&#039;Preserved Skeleton&#039;&#039;&#039; (sand), &#039;&#039;&#039;Submerged Impact&#039;&#039;&#039;, Submerged Spike, Underwater Fissure, Vibrant Hydrothermal Vents&lt;br /&gt;
|-&lt;br /&gt;
|Helix Fossil {{ScaledImage|Helix Fossil.png|32px}}&lt;br /&gt;
|Omanyte&lt;br /&gt;
|Dripstone Oasis, Enhydro Agate, Eroded Pillar, Preserved Skeleton, &#039;&#039;&#039;Sandy Den&#039;&#039;&#039;, Vibrant Hydrothermal Vents&lt;br /&gt;
|-&lt;br /&gt;
|Jaw Fossil {{ScaledImage|Jaw Fossil.png|32px}}&lt;br /&gt;
|Tyrunt&lt;br /&gt;
|&#039;&#039;&#039;Eroded Pillar&#039;&#039;&#039;, &#039;&#039;&#039;Lush Den&#039;&#039;&#039;, Mud Pit, Sunscorched Den, Sunscorched Remains&lt;br /&gt;
|-&lt;br /&gt;
|Old Amber {{ScaledImage|Old Amber.png|32px}}&lt;br /&gt;
|Aerodactyl&lt;br /&gt;
|Frozen Pond, Lush Den, &#039;&#039;&#039;Oak Tree&#039;&#039;&#039;, &#039;&#039;&#039;Spruce Tree&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|Plume Fossil {{ScaledImage|Plume Fossil.png|32px}}&lt;br /&gt;
|Archen&lt;br /&gt;
|&#039;&#039;&#039;Birch Tree&#039;&#039;&#039;, Mossy Pond, &#039;&#039;&#039;Powdered Deposit&#039;&#039;&#039;, Rooted Pit, Spruce Tree, Suspicious mound&lt;br /&gt;
|-&lt;br /&gt;
|Root Fossil {{ScaledImage|Root Fossil.png|32px}}&lt;br /&gt;
|Lileep&lt;br /&gt;
|Hydrothermal Vents, &#039;&#039;&#039;Rooted Pit&#039;&#039;&#039;, Sandy Den, Submerged Impact, Submerged Spike, Sunscorched Remains, Underwater Fissure, Vibrant Hydrothermal Vents&lt;br /&gt;
|-&lt;br /&gt;
|Sail Fossil {{ScaledImage|Sail Fossil.png|32px}}&lt;br /&gt;
|Amaura&lt;br /&gt;
|Eroded Pillar, &#039;&#039;&#039;Frozen Pond&#039;&#039;&#039;, Frozen Spike, Powdered Deposit, Spruce Tree&lt;br /&gt;
|-&lt;br /&gt;
|Skull Fossil {{ScaledImage|Skull Fossil.png|32px}}&lt;br /&gt;
|Cranidos&lt;br /&gt;
|Birch Tree, Mossy Pond, &#039;&#039;&#039;Mud Pit&#039;&#039;&#039;, Oak Tree, Suspicious Mound&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
*Structures marked in &#039;&#039;&#039;bold&#039;&#039;&#039; are guaranteed to contain the fossil&lt;br /&gt;
&lt;br /&gt;
==History==&lt;br /&gt;
{{HistoryTable|rows=&lt;br /&gt;
&lt;br /&gt;
{{HistoryRow|version=1.5.0|changes=Added Fossils and their Ruins.}}&lt;br /&gt;
&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Items}}&lt;/div&gt;</summary>
		<author><name>PushedTester</name></author>
	</entry>
	<entry>
		<id>https://wiki.cobblemon.com/index.php?title=Tumblestone&amp;diff=8151</id>
		<title>Tumblestone</title>
		<link rel="alternate" type="text/html" href="https://wiki.cobblemon.com/index.php?title=Tumblestone&amp;diff=8151"/>
		<updated>2026-01-12T13:09:49Z</updated>

		<summary type="html">&lt;p&gt;PushedTester: /* History */ Created History&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{InfoboxBlock&lt;br /&gt;
| image = Small Sky Tumblestone Bud (block).png&lt;br /&gt;
| image2 = Medium Sky Tumblestone Bud (block).png&lt;br /&gt;
| image3 = Large Sky Tumblestone Bud (block).png&lt;br /&gt;
| image4 = Sky Tumblestone Cluster (block).png&lt;br /&gt;
| image5 = Small Black Tumblestone Bud (block).png&lt;br /&gt;
| image6 = Medium Black Tumblestone Bud (block).png&lt;br /&gt;
| image7 = Large Black Tumblestone Bud (block).png&lt;br /&gt;
| image8 = Black Tumblestone Cluster (block).png&lt;br /&gt;
| image9 = Small Tumblestone Bud (block).png&lt;br /&gt;
| image10 = Medium Tumblestone Bud (block).png&lt;br /&gt;
| image11 = Large Tumblestone Bud (block).png&lt;br /&gt;
| image12 = Tumblestone Cluster (block).png&lt;br /&gt;
| item = Small Sky Tumblestone Bud.png&lt;br /&gt;
| itemtooltip = Small Sky Tumblestone Bud&lt;br /&gt;
| item2 = Medium Sky Tumblestone Bud.png&lt;br /&gt;
| itemtooltip2 = Medium Sky Tumblestone Bud&lt;br /&gt;
| item3 = Large Sky Tumblestone Bud.png&lt;br /&gt;
| itemtooltip3 = Large Sky Tumblestone Bud&lt;br /&gt;
| item4 = Sky Tumblestone Cluster.png&lt;br /&gt;
| itemtooltip4 = Sky Tumblestone Cluster&lt;br /&gt;
| item5 = Small Black Tumblestone Bud.png&lt;br /&gt;
| itemtooltip5 = Small Black Tumblestone Bud&lt;br /&gt;
| item6 = Medium Black Tumblestone Bud.png&lt;br /&gt;
|itemtooltip6 = Medium Black Tumblestone&lt;br /&gt;
| item7 = Large Black Tumblestone Bud.png&lt;br /&gt;
| itemtooltip7 = Large Black Tumblestone Bud&lt;br /&gt;
| item8 = Black Tumblestone Cluster.png&lt;br /&gt;
| itemtooltip8 = Black Tumblestone Cluster&lt;br /&gt;
| item9 = Small Tumblestone Bud.png&lt;br /&gt;
| itemtooltip9 = Small Tumblestone Bud&lt;br /&gt;
| item10 = Medium Tumblestone Bud.png&lt;br /&gt;
| itemtooltip10 = Medium Tumblestone Bud&lt;br /&gt;
| item11 = Large Tumblestone Bud.png&lt;br /&gt;
| itemtooltip11 = Large Tumblestone Bud&lt;br /&gt;
| item12 = Tumblestone Cluster.png&lt;br /&gt;
| itemtooltip12 = Tumblestone Cluster&lt;br /&gt;
| item13 = Sky Tumblestone.png&lt;br /&gt;
| itemtooltip13 = Sky Tumblestone&lt;br /&gt;
| item14 = Black Tumblestone.png&lt;br /&gt;
| itemtooltip14 = Black Tumblestone&lt;br /&gt;
| item15 = Tumblestone.png&lt;br /&gt;
| itemtooltip15 = Tumblestone&lt;br /&gt;
| stacklimit = 64&lt;br /&gt;
| tool = Pickaxe&lt;br /&gt;
| hardness = &lt;br /&gt;
| resistance = 3&lt;br /&gt;
| flammable = No&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
A &#039;&#039;&#039;tumblestone&#039;&#039;&#039; is a crystal ore that can grows in a variety of colors. They are used to craft [[Ancient Poké Ball]]s.&lt;br /&gt;
&lt;br /&gt;
==Obtaining==&lt;br /&gt;
Tumblestone can be found as loot inside of [[Ruins|ruins]] structures. It can also be obtained by mining a tumblestone cluster, yielding 1 if not fully grown or 4 if fully grown.&lt;br /&gt;
&lt;br /&gt;
==Usage==&lt;br /&gt;
&lt;br /&gt;
===Farming===&lt;br /&gt;
Tumblestone can be farmed by placing the tumblestone on a block and placing lava or magma within a 3x3x3 cube around the bud. The growth logic is the exact same as [[minecraftwiki:Amethyst Cluster|Amethyst Clusters]] and thus takes on average 6.827 in-game days to fully grow. Mining a bud before it has fully grown yields 1 tumblestone, whereas a fully grown cluster will yield 4 tumblestone.&lt;br /&gt;
&lt;br /&gt;
===Crafting Ingredient===&lt;br /&gt;
{|&lt;br /&gt;
|{{CraftingInterface&lt;br /&gt;
| A1 = {{ItemSlot| item = Tumblestone}}&lt;br /&gt;
| A2 = {{ItemSlot| item = Tumblestone}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Tumblestone}}&lt;br /&gt;
| B2 = {{ItemSlot| item = Tumblestone}}&lt;br /&gt;
| output = {{ItemSlot| item = Block of Tumblestone}}&lt;br /&gt;
}}&lt;br /&gt;
| || ||&lt;br /&gt;
|{{CraftingInterface&lt;br /&gt;
| A1 = {{ItemSlot| item = Sky Tumblestone}}&lt;br /&gt;
| A2 = {{ItemSlot| item = Sky Tumblestone}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Sky Tumblestone}}&lt;br /&gt;
| B2 = {{ItemSlot| item = Sky Tumblestone}}&lt;br /&gt;
| output = {{ItemSlot| item = Block of Sky Tumblestone}}&lt;br /&gt;
}}&lt;br /&gt;
| || ||&lt;br /&gt;
|{{CraftingInterface&lt;br /&gt;
| A1 = {{ItemSlot| item = Black Tumblestone}}&lt;br /&gt;
| A2 = {{ItemSlot| item = Black Tumblestone}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Black Tumblestone}}&lt;br /&gt;
| B2 = {{ItemSlot| item = Black Tumblestone}}&lt;br /&gt;
| output = {{ItemSlot| item = Block of Black Tumblestone}}&lt;br /&gt;
}}&lt;br /&gt;
| || ||&lt;br /&gt;
|{{CraftingInterface&lt;br /&gt;
| A2 = {{ItemSlot| item = Red Apricorn}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Tumblestone}}&lt;br /&gt;
| B2 = {{ItemSlot| item = Copper Ingot}}&lt;br /&gt;
| B3 = {{ItemSlot| item = Tumblestone}}&lt;br /&gt;
| C2 = {{ItemSlot| item = Red Apricorn}}&lt;br /&gt;
| output = {{ItemSlot| item = Ancient Poké Ball | amount = 4 | link = Ancient Poké Ball}}&lt;br /&gt;
}}&lt;br /&gt;
|-&lt;br /&gt;
|{{CraftingInterface&lt;br /&gt;
| A2 = {{ItemSlot| item = Yellow Apricorn}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Tumblestone}}&lt;br /&gt;
| B2 = {{ItemSlot| item = Copper Ingot}}&lt;br /&gt;
| B3 = {{ItemSlot| item = Tumblestone}}&lt;br /&gt;
| C2 = {{ItemSlot| item = Yellow Apricorn}}&lt;br /&gt;
| output = {{ItemSlot| item = Ancient Citrine Ball | amount = 4 | link = Ancient Poké Ball}}&lt;br /&gt;
}}&lt;br /&gt;
| || ||&lt;br /&gt;
|{{CraftingInterface&lt;br /&gt;
| A2 = {{ItemSlot| item = Green Apricorn}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Tumblestone}}&lt;br /&gt;
| B2 = {{ItemSlot| item = Copper Ingot}}&lt;br /&gt;
| B3 = {{ItemSlot| item = Tumblestone}}&lt;br /&gt;
| C2 = {{ItemSlot| item = Green Apricorn}}&lt;br /&gt;
| output = {{ItemSlot| item = Ancient Verdant Ball | amount = 4 | link = Ancient Poké Ball}}&lt;br /&gt;
}}&lt;br /&gt;
| || ||&lt;br /&gt;
|{{CraftingInterface&lt;br /&gt;
| A2 = {{ItemSlot| item = Blue Apricorn}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Tumblestone}}&lt;br /&gt;
| B2 = {{ItemSlot| item = Copper Ingot}}&lt;br /&gt;
| B3 = {{ItemSlot| item = Tumblestone}}&lt;br /&gt;
| C2 = {{ItemSlot| item = Blue Apricorn}}&lt;br /&gt;
| output = {{ItemSlot| item = Ancient Azure Ball | amount = 4 | link = Ancient Poké Ball}}&lt;br /&gt;
}}&lt;br /&gt;
| || ||&lt;br /&gt;
|{{CraftingInterface&lt;br /&gt;
| A2 = {{ItemSlot| item = Pink Apricorn}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Tumblestone}}&lt;br /&gt;
| B2 = {{ItemSlot| item = Copper Ingot}}&lt;br /&gt;
| B3 = {{ItemSlot| item = Tumblestone}}&lt;br /&gt;
| C2 = {{ItemSlot| item = Pink Apricorn}}&lt;br /&gt;
| output = {{ItemSlot| item = Ancient Roseate Ball | amount = 4 | link = Ancient Poké Ball}}&lt;br /&gt;
}}&lt;br /&gt;
|-&lt;br /&gt;
|{{CraftingInterface&lt;br /&gt;
| A2 = {{ItemSlot| item = Black Apricorn}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Tumblestone}}&lt;br /&gt;
| B2 = {{ItemSlot| item = Copper Ingot}}&lt;br /&gt;
| B3 = {{ItemSlot| item = Tumblestone}}&lt;br /&gt;
| C2 = {{ItemSlot| item = Black Apricorn}}&lt;br /&gt;
| output = {{ItemSlot| item = Ancient Slate Ball | amount = 4 | link = Ancient Poké Ball}}&lt;br /&gt;
}}&lt;br /&gt;
| || ||&lt;br /&gt;
|{{CraftingInterface&lt;br /&gt;
| A2 = {{ItemSlot| item = White Apricorn}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Tumblestone}}&lt;br /&gt;
| B2 = {{ItemSlot| item = Copper Ingot}}&lt;br /&gt;
| B3 = {{ItemSlot| item = Tumblestone}}&lt;br /&gt;
| C2 = {{ItemSlot| item = White Apricorn}}&lt;br /&gt;
| output = {{ItemSlot| item = Ancient Ivory Ball | amount = 4 | link = Ancient Poké Ball}}&lt;br /&gt;
}}&lt;br /&gt;
| || ||&lt;br /&gt;
|{{CraftingInterface&lt;br /&gt;
| A2 = {{ItemSlot| item = Red Apricorn}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Tumblestone}}&lt;br /&gt;
| B2 = {{ItemSlot| item = Iron Ingot}}&lt;br /&gt;
| B3 = {{ItemSlot| item = Tumblestone}}&lt;br /&gt;
| C2 = {{ItemSlot| item = Blue Apricorn}}&lt;br /&gt;
| output = {{ItemSlot| item = Ancient Great Ball | amount = 4 | link = Ancient Poké Ball}}&lt;br /&gt;
}}&lt;br /&gt;
| || ||&lt;br /&gt;
|{{CraftingInterface&lt;br /&gt;
| A2 = {{ItemSlot| item = Yellow Apricorn}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Tumblestone}}&lt;br /&gt;
| B2 = {{ItemSlot| item = Gold Ingot}}&lt;br /&gt;
| B3 = {{ItemSlot| item = Tumblestone}}&lt;br /&gt;
| C2 = {{ItemSlot| item = Black Apricorn}}&lt;br /&gt;
| output = {{ItemSlot| item = Ancient Ultra Ball | amount = 4 | link = Ancient Poké Ball}}&lt;br /&gt;
}}&lt;br /&gt;
|-&lt;br /&gt;
|{{CraftingInterface&lt;br /&gt;
| A2 = {{ItemSlot| item = Blue Apricorn}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Sky Tumblestone}}&lt;br /&gt;
| B2 = {{ItemSlot| item = Copper Ingot}}&lt;br /&gt;
| B3 = {{ItemSlot| item = Sky Tumblestone}}&lt;br /&gt;
| C2 = {{ItemSlot| item = White Apricorn}}&lt;br /&gt;
| output = {{ItemSlot| item = Ancient Feather Ball | amount = 4 | link = Ancient Poké Ball}}&lt;br /&gt;
}}&lt;br /&gt;
| || ||&lt;br /&gt;
|{{CraftingInterface&lt;br /&gt;
| A2 = {{ItemSlot| item = Blue Apricorn}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Sky Tumblestone}}&lt;br /&gt;
| B2 = {{ItemSlot| item = Iron Ingot}}&lt;br /&gt;
| B3 = {{ItemSlot| item = Sky Tumblestone}}&lt;br /&gt;
| C2 = {{ItemSlot| item = White Apricorn}}&lt;br /&gt;
| output = {{ItemSlot| item = Ancient Wing Ball | amount = 4 | link = Ancient Poké Ball}}&lt;br /&gt;
}}&lt;br /&gt;
| || ||&lt;br /&gt;
|{{CraftingInterface&lt;br /&gt;
| A2 = {{ItemSlot| item = Blue Apricorn}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Sky Tumblestone}}&lt;br /&gt;
| B2 = {{ItemSlot| item = Gold Ingot}}&lt;br /&gt;
| B3 = {{ItemSlot| item = Sky Tumblestone}}&lt;br /&gt;
| C2 = {{ItemSlot| item = White Apricorn}}&lt;br /&gt;
| output = {{ItemSlot| item = Ancient Jet Ball | amount = 4 | link = Ancient Poké Ball}}&lt;br /&gt;
}}&lt;br /&gt;
| || ||&lt;br /&gt;
|{{CraftingInterface&lt;br /&gt;
| A2 = {{ItemSlot| item = Black Apricorn}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Black Tumblestone}}&lt;br /&gt;
| B2 = {{ItemSlot| item = Copper Ingot}}&lt;br /&gt;
| B3 = {{ItemSlot| item = Black Tumblestone}}&lt;br /&gt;
| C2 = {{ItemSlot| item = Black Apricorn}}&lt;br /&gt;
| output = {{ItemSlot| item = Ancient Heavy Ball | amount = 4 | link = Ancient Poké Ball}}&lt;br /&gt;
}}&lt;br /&gt;
|-&lt;br /&gt;
|{{CraftingInterface&lt;br /&gt;
| A2 = {{ItemSlot| item = Black Apricorn}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Black Tumblestone}}&lt;br /&gt;
| B2 = {{ItemSlot| item = Iron Ingot}}&lt;br /&gt;
| B3 = {{ItemSlot| item = Black Tumblestone}}&lt;br /&gt;
| C2 = {{ItemSlot| item = Black Apricorn}}&lt;br /&gt;
| output = {{ItemSlot| item = Ancient Leaden Ball | amount = 4 | link = Ancient Poké Ball}}&lt;br /&gt;
}}&lt;br /&gt;
| || ||&lt;br /&gt;
|{{CraftingInterface&lt;br /&gt;
| A2 = {{ItemSlot| item = Black Apricorn}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Black Tumblestone}}&lt;br /&gt;
| B2 = {{ItemSlot| item = Gold Ingot}}&lt;br /&gt;
| B3 = {{ItemSlot| item = Black Tumblestone}}&lt;br /&gt;
| C2 = {{ItemSlot| item = Black Apricorn}}&lt;br /&gt;
| output = {{ItemSlot| item = Ancient Gigaton Ball | amount = 4 | link = Ancient Poké Ball}}&lt;br /&gt;
}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==History==&lt;br /&gt;
{{HistoryTable|rows=&lt;br /&gt;
&lt;br /&gt;
{{HistoryRow|version=1.5.0|changes=Added Tumblestones.}}&lt;br /&gt;
&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Items}}&lt;/div&gt;</summary>
		<author><name>PushedTester</name></author>
	</entry>
	<entry>
		<id>https://wiki.cobblemon.com/index.php?title=Mirror_Herb&amp;diff=8150</id>
		<title>Mirror Herb</title>
		<link rel="alternate" type="text/html" href="https://wiki.cobblemon.com/index.php?title=Mirror_Herb&amp;diff=8150"/>
		<updated>2026-01-12T12:52:42Z</updated>

		<summary type="html">&lt;p&gt;PushedTester: /* History */ Fixed typo&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{InfoboxItem&lt;br /&gt;
| image = Mirror Herb.png&lt;br /&gt;
| item = Mirror Herb.png&lt;br /&gt;
| itemtooltip = Mirror Herb&lt;br /&gt;
| stacklimit = 64&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
A &#039;&#039;&#039;Mirror Herb&#039;&#039;&#039; is a [[items|held item]] that copies all of the opponent&#039;s increased stats. It will be consumed after use.&lt;br /&gt;
&lt;br /&gt;
==Obtaining==&lt;br /&gt;
By utilizing a bag of [[Surprise Mulch]] at Stage 0, a Stage 9 [[Revival Herb]] crop can be mutated into one of the 4 following crops; [[Mental Herb]], [[Power Herb]], [[White Herb]], or Mirror Herb.&lt;br /&gt;
&lt;br /&gt;
Breaking a Mirror Herb crop drops 1 Mirror Herb.&lt;br /&gt;
&lt;br /&gt;
==Usage==&lt;br /&gt;
A Mirror Herb copies all of the opponent&#039;s increased stats. For example, if the opponent uses [[bulbapedia:Swords Dance|Swords Dance]], the Mirror Herb will activate and raise the holder&#039;s attack stage to +2 as well.&lt;br /&gt;
&lt;br /&gt;
A Mirror Herb does not allow the holder to learn an egg move when in the party with a compatible Pokémon outside of battle currently (as of version 1.7).&lt;br /&gt;
===Composting===&lt;br /&gt;
Mirror Herb can be composted with a 100% chance of adding a layer.&lt;br /&gt;
&lt;br /&gt;
==History==&lt;br /&gt;
{{HistoryTable|rows=&lt;br /&gt;
&lt;br /&gt;
{{HistoryRow|version=1.4.0|changes=Added Mirror Herb.}}&lt;br /&gt;
&lt;br /&gt;
{{HistoryRow|version=1.4.1|changes=Mirror Herb can now be composted.}}&lt;br /&gt;
&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Items}}&lt;br /&gt;
[[Category:Held item]]&lt;/div&gt;</summary>
		<author><name>PushedTester</name></author>
	</entry>
	<entry>
		<id>https://wiki.cobblemon.com/index.php?title=Mirror_Herb&amp;diff=8149</id>
		<title>Mirror Herb</title>
		<link rel="alternate" type="text/html" href="https://wiki.cobblemon.com/index.php?title=Mirror_Herb&amp;diff=8149"/>
		<updated>2026-01-12T12:52:23Z</updated>

		<summary type="html">&lt;p&gt;PushedTester: /* History */ Created History&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{InfoboxItem&lt;br /&gt;
| image = Mirror Herb.png&lt;br /&gt;
| item = Mirror Herb.png&lt;br /&gt;
| itemtooltip = Mirror Herb&lt;br /&gt;
| stacklimit = 64&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
A &#039;&#039;&#039;Mirror Herb&#039;&#039;&#039; is a [[items|held item]] that copies all of the opponent&#039;s increased stats. It will be consumed after use.&lt;br /&gt;
&lt;br /&gt;
==Obtaining==&lt;br /&gt;
By utilizing a bag of [[Surprise Mulch]] at Stage 0, a Stage 9 [[Revival Herb]] crop can be mutated into one of the 4 following crops; [[Mental Herb]], [[Power Herb]], [[White Herb]], or Mirror Herb.&lt;br /&gt;
&lt;br /&gt;
Breaking a Mirror Herb crop drops 1 Mirror Herb.&lt;br /&gt;
&lt;br /&gt;
==Usage==&lt;br /&gt;
A Mirror Herb copies all of the opponent&#039;s increased stats. For example, if the opponent uses [[bulbapedia:Swords Dance|Swords Dance]], the Mirror Herb will activate and raise the holder&#039;s attack stage to +2 as well.&lt;br /&gt;
&lt;br /&gt;
A Mirror Herb does not allow the holder to learn an egg move when in the party with a compatible Pokémon outside of battle currently (as of version 1.7).&lt;br /&gt;
===Composting===&lt;br /&gt;
Mirror Herb can be composted with a 100% chance of adding a layer.&lt;br /&gt;
&lt;br /&gt;
==History==&lt;br /&gt;
{{HistoryTable|rows=&lt;br /&gt;
&lt;br /&gt;
{{HistoryRow|version=1.4.0|changes=Added Mirror Herb.}}&lt;br /&gt;
&lt;br /&gt;
{{HistoryRow|version=1.4.1|changes=Mirror Herb can now be composted.&lt;br /&gt;
&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Items}}&lt;br /&gt;
[[Category:Held item]]&lt;/div&gt;</summary>
		<author><name>PushedTester</name></author>
	</entry>
	<entry>
		<id>https://wiki.cobblemon.com/index.php?title=White_Herb&amp;diff=8148</id>
		<title>White Herb</title>
		<link rel="alternate" type="text/html" href="https://wiki.cobblemon.com/index.php?title=White_Herb&amp;diff=8148"/>
		<updated>2026-01-12T12:52:14Z</updated>

		<summary type="html">&lt;p&gt;PushedTester: /* History */ Created History&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{InfoboxItem&lt;br /&gt;
| image = White Herb.png&lt;br /&gt;
| item = White Herb.png&lt;br /&gt;
| itemtooltip = White Herb&lt;br /&gt;
| stacklimit = 64&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
A &#039;&#039;&#039;White Herb&#039;&#039;&#039; is a [[items|held item]] that restores all of the holder&#039;s decreased stats. It will be consumed after use.&lt;br /&gt;
&lt;br /&gt;
==Obtaining==&lt;br /&gt;
By utilizing a bag of [[Surprise Mulch]] at Stage 0, a Stage 9 [[Revival Herb]] crop can be mutated into one of the 4 following crops; [[Mental Herb]], [[Power Herb]], White Herb, or [[Mirror Herb]].&lt;br /&gt;
&lt;br /&gt;
Breaking a White Herb crop drops 1 White Herb.&lt;br /&gt;
&lt;br /&gt;
==Usage==&lt;br /&gt;
A White Herb restores all of the holder&#039;s decreased stats. For example, if the holder uses [[bulbapedia:Shell Smash|Shell Smash]], the White Herb will activate and the decreased Defense and Special Defense stats will be restored.&lt;br /&gt;
===Composting===&lt;br /&gt;
White Herb can be composted with a 100% chance of adding a layer.&lt;br /&gt;
&lt;br /&gt;
==History==&lt;br /&gt;
{{HistoryTable|rows=&lt;br /&gt;
&lt;br /&gt;
{{HistoryRow|version=1.4.0|changes=Added White Herb.}}&lt;br /&gt;
&lt;br /&gt;
{{HistoryRow|version=1.4.1|changes=White Herb can now be composted.&lt;br /&gt;
&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Items}}&lt;br /&gt;
[[Category:Held item]]&lt;/div&gt;</summary>
		<author><name>PushedTester</name></author>
	</entry>
	<entry>
		<id>https://wiki.cobblemon.com/index.php?title=Power_Herb&amp;diff=8147</id>
		<title>Power Herb</title>
		<link rel="alternate" type="text/html" href="https://wiki.cobblemon.com/index.php?title=Power_Herb&amp;diff=8147"/>
		<updated>2026-01-12T12:52:06Z</updated>

		<summary type="html">&lt;p&gt;PushedTester: /* History */ Created History&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{InfoboxItem&lt;br /&gt;
| image = Power Herb.png&lt;br /&gt;
| item = Power Herb.png&lt;br /&gt;
| itemtooltip = Power Herb&lt;br /&gt;
| stacklimit = 64&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
A &#039;&#039;&#039;Power Herb&#039;&#039;&#039; is a [[items|held item]] that allows the holder to immediately use a move that would normally require a turn to charge. It is consumed after use.&lt;br /&gt;
&lt;br /&gt;
==Obtaining==&lt;br /&gt;
By utilizing a bag of [[Surprise Mulch]] at Stage 0, a Stage 9 [[Revival Herb]] crop can be mutated into one of the 4 following crops; [[Mental Herb]], Power Herb, [[White Herb]], or [[Mirror Herb]].&lt;br /&gt;
&lt;br /&gt;
Breaking a Power Herb crop drops 1 Power Herb.&lt;br /&gt;
&lt;br /&gt;
==Usage==&lt;br /&gt;
A Power Herb allows the holder to execute a charging move in one single turn. For example, if the holder uses [[bulbapedia:Dig|Dig]], the Power Herb activates and allows the holder to attack on that same turn. If the holder uses [[bulbapedia:Solar Beam|Solar Beam]] during [[bulbapedia:Harsh sunlight|Harsh sunlight]], the Power Herb does not activate.&lt;br /&gt;
===Composting===&lt;br /&gt;
Power Herb can be composted with a 100% chance of adding a layer.&lt;br /&gt;
&lt;br /&gt;
==History==&lt;br /&gt;
{{HistoryTable|rows=&lt;br /&gt;
&lt;br /&gt;
{{HistoryRow|version=1.4.0|changes=Added Power Herb.}}&lt;br /&gt;
&lt;br /&gt;
{{HistoryRow|version=1.4.1|changes=Power Herb can now be composted.&lt;br /&gt;
&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Items}}&lt;br /&gt;
[[Category:Held item]]&lt;/div&gt;</summary>
		<author><name>PushedTester</name></author>
	</entry>
	<entry>
		<id>https://wiki.cobblemon.com/index.php?title=Mental_Herb&amp;diff=8146</id>
		<title>Mental Herb</title>
		<link rel="alternate" type="text/html" href="https://wiki.cobblemon.com/index.php?title=Mental_Herb&amp;diff=8146"/>
		<updated>2026-01-12T12:51:42Z</updated>

		<summary type="html">&lt;p&gt;PushedTester: /* History */ Created History&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{InfoboxItem&lt;br /&gt;
| image = Mental Herb.png&lt;br /&gt;
| item = Mental Herb.png&lt;br /&gt;
| itemtooltip = Mental Herb&lt;br /&gt;
| stacklimit = 64&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
A &#039;&#039;&#039;Mental Herb&#039;&#039;&#039; is a [[items|held item]] that cures the holder of infatuation and other mental effects. It will be consumed after use.&lt;br /&gt;
&lt;br /&gt;
==Obtaining==&lt;br /&gt;
By utilizing a bag of [[Surprise Mulch]] at Stage 0, a Stage 9 [[Revival Herb]] crop can be mutated into one of the 4 following crops; Mental Herb, [[Power Herb]], [[White Herb]], or [[Mirror Herb]].&lt;br /&gt;
&lt;br /&gt;
Breaking a Mental Herb crop drops 1 Mental Herb.&lt;br /&gt;
&lt;br /&gt;
==Usage==&lt;br /&gt;
A Mental Herb cures the holder of [[bulbapedia:Status_condition#Infatuation|Infatuation]], [[bulbapedia:Status_condition#Taunt|Taunt]], [[bulbapedia:Status_condition#Encore|Encore]], [[bulbapedia:Status_condition#Torment|Torment]], [[bulbapedia:Status_condition#Heal Block|Heal Block]] or [[bulbapedia:Status_condition#Disable|Disable]]. If the holder is affected by any of these mental effects, the Mental Herb will activate and the mental effect will be cured.&lt;br /&gt;
===Composting===&lt;br /&gt;
Mental Herb can be composted with a 100% chance of adding a layer.&lt;br /&gt;
&lt;br /&gt;
==History==&lt;br /&gt;
{{HistoryTable|rows=&lt;br /&gt;
&lt;br /&gt;
{{HistoryRow|version=1.4.0|changes=Added Mental Herb.}}&lt;br /&gt;
&lt;br /&gt;
{{HistoryRow|version=1.4.1|changes=Mental Herb can now be composted.&lt;br /&gt;
&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Items}}&lt;br /&gt;
[[Category:Held item]]&lt;/div&gt;</summary>
		<author><name>PushedTester</name></author>
	</entry>
	<entry>
		<id>https://wiki.cobblemon.com/index.php?title=Heal_Powder&amp;diff=8145</id>
		<title>Heal Powder</title>
		<link rel="alternate" type="text/html" href="https://wiki.cobblemon.com/index.php?title=Heal_Powder&amp;diff=8145"/>
		<updated>2026-01-12T12:51:19Z</updated>

		<summary type="html">&lt;p&gt;PushedTester: /* History */ Updated History to use the new template&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{InfoboxItem&lt;br /&gt;
| image = Heal Powder.png&lt;br /&gt;
| item = Heal Powder.png&lt;br /&gt;
| itemtooltip = Heal Powder&lt;br /&gt;
| stacklimit = 64&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Heal Powder&#039;&#039;&#039; is a medicinal item that cures a Pokémon of all status conditions, but also reduces friendship when used.&lt;br /&gt;
&lt;br /&gt;
==Obtaining==&lt;br /&gt;
===Crafting===&lt;br /&gt;
{{CraftingInterface&lt;br /&gt;
| A1 = {{ItemSlot| item = Revival Herb}}&lt;br /&gt;
| output = {{ItemSlot| item = Heal Powder}}&lt;br /&gt;
| shapeless = true&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Usage==&lt;br /&gt;
===Crafting Ingredient===&lt;br /&gt;
{{CraftingInterface&lt;br /&gt;
| A1 = {{ItemSlot| item = Heal Powder | text = Heal Powder | link = Heal Powder}}&lt;br /&gt;
| A2 = {{ItemSlot| item = Honey Bottle | text = Honey Bottle}}&lt;br /&gt;
| output = {{ItemSlot| item = Revive | text = Revive | link = Revive}}&lt;br /&gt;
| shapeless = 1&lt;br /&gt;
}}&lt;br /&gt;
===Composting===&lt;br /&gt;
Healing Powder can be composted with a 75% chance of adding a layer.&lt;br /&gt;
&lt;br /&gt;
==History==&lt;br /&gt;
{{HistoryTable|rows=&lt;br /&gt;
&lt;br /&gt;
{{HistoryRow|version=1.4.0|changes=Added Healing Powder.}}&lt;br /&gt;
&lt;br /&gt;
{{HistoryRow|version=1.4.1|changes=Healing Powder can now be composted.}}&lt;br /&gt;
&lt;br /&gt;
{{HistoryRow|version=1.7.0|changes=Recipe changed from smelting to crafting.}}&lt;br /&gt;
&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Items}}&lt;br /&gt;
[[Category:Medicine]]&lt;/div&gt;</summary>
		<author><name>PushedTester</name></author>
	</entry>
	<entry>
		<id>https://wiki.cobblemon.com/index.php?title=Mulch&amp;diff=8144</id>
		<title>Mulch</title>
		<link rel="alternate" type="text/html" href="https://wiki.cobblemon.com/index.php?title=Mulch&amp;diff=8144"/>
		<updated>2026-01-12T12:50:52Z</updated>

		<summary type="html">&lt;p&gt;PushedTester: /* History */ Updated History to use the new template&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{InfoboxMulch&lt;br /&gt;
| title = Mulches&lt;br /&gt;
| image = Mulch.png&lt;br /&gt;
| image2 = Growth Mulch.png&lt;br /&gt;
| image3 = Rich Mulch.png&lt;br /&gt;
| image4 = Surprise Mulch.png&lt;br /&gt;
| image5 = Loamy Mulch.png&lt;br /&gt;
| image6 = Coarse Mulch.png&lt;br /&gt;
| image7 = Peat Mulch.png&lt;br /&gt;
| image8 = Humid Mulch.png&lt;br /&gt;
| image9 = Sandy Mulch.png&lt;br /&gt;
| item = Mulch.png&lt;br /&gt;
| itemtooltip = Mulch&lt;br /&gt;
| item2 = Growth Mulch.png&lt;br /&gt;
| itemtooltip2 = Growth Mulch&lt;br /&gt;
| item3 = Rich Mulch.png&lt;br /&gt;
| itemtooltip3 = Rich Mulch&lt;br /&gt;
| item4 = Surprise Mulch.png&lt;br /&gt;
| itemtooltip4 = Surprise Mulch&lt;br /&gt;
| item5 = Loamy Mulch.png&lt;br /&gt;
| itemtooltip5 = Loamy Mulch&lt;br /&gt;
| item6 = Coarse Mulch.png&lt;br /&gt;
| itemtooltip6 = Coarse Mulch&lt;br /&gt;
| item7 = Peat Mulch.png&lt;br /&gt;
| itemtooltip7 = Peat Mulch&lt;br /&gt;
| item8 = Humid Mulch.png&lt;br /&gt;
| itemtooltip8 = Humid Mulch&lt;br /&gt;
| item9 = Sandy Mulch.png&lt;br /&gt;
| itemtooltip9 = Sandy Mulch&lt;br /&gt;
| stacklimit = 64&lt;br /&gt;
}}&lt;br /&gt;
&#039;&#039;&#039;Mulch&#039;&#039;&#039; is an item that is used to give [[Berry Tree|berry trees]] a certain boost.&lt;br /&gt;
&lt;br /&gt;
A &#039;&#039;&#039;Mulch Base&#039;&#039;&#039;&amp;lt;ref group=&amp;quot;fn&amp;quot;&amp;gt;Known as &#039;&#039;&#039;Mulch&#039;&#039;&#039; in-game&amp;lt;/ref&amp;gt; is an item used to craft a variety of different Mulch.&lt;br /&gt;
&lt;br /&gt;
==Usage==&lt;br /&gt;
Mulch can be used on a [[Berry Tree]] one at a time. It can be removed by interacting with the tree with a shovel, or destroying the tree.&lt;br /&gt;
&lt;br /&gt;
==Mulch Types==&lt;br /&gt;
===Mulch===&lt;br /&gt;
{{InfoboxItem&lt;br /&gt;
| image = Mulch.png&lt;br /&gt;
| item = Mulch.png&lt;br /&gt;
| itemtooltip = Mulch&lt;br /&gt;
}}&lt;br /&gt;
A Mulch is an item that is used to craft a variety of different Mulches. It is the fundamental component in creating Mulch used in applying modifiers to berry trees, as well as mutating [[Revival Herb|Revival Herbs]].&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--Mulch can be placed on the ground to create a Mulch Carpet (idk how to word this or if it&#039;s even true)--&amp;gt;&lt;br /&gt;
{{CraftingInterface&lt;br /&gt;
| A1 = {{ItemSlot| item = Bone Meal}}&lt;br /&gt;
| A2 = {{ItemSlot| item = Rotten Flesh}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Dirt}}&lt;br /&gt;
| B2 = {{ItemSlot| item = Paper}}&lt;br /&gt;
| output = {{ItemSlot| item = Mulch}}&lt;br /&gt;
| shapeless = yes&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
===Growth Mulch===&lt;br /&gt;
{{InfoboxItem&lt;br /&gt;
| title = Growth Mulch&lt;br /&gt;
| image = Growth Mulch.png&lt;br /&gt;
| item = Growth Mulch.png&lt;br /&gt;
| itemtooltip = Growth Mulch&lt;br /&gt;
}}&lt;br /&gt;
A Growth Mulch increases the growth rate of the Berry Tree that it is used on for 3 harvests.&lt;br /&gt;
{{CraftingInterface&lt;br /&gt;
| A1 = {{ItemSlot| item = Bone Meal}}&lt;br /&gt;
| A2 = {{ItemSlot| item = Mulch}}&lt;br /&gt;
| output = {{ItemSlot| item = Growth Mulch}}&lt;br /&gt;
| shapeless = 1&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
===Rich Mulch===&lt;br /&gt;
{{InfoboxItem&lt;br /&gt;
| title = Rich Mulch&lt;br /&gt;
| image = Rich Mulch.png&lt;br /&gt;
| item = Rich Mulch.png&lt;br /&gt;
| itemtooltip = Rich Mulch&lt;br /&gt;
}}&lt;br /&gt;
A Rich Mulch increases the yield of the harvest of the Berry Tree that it is used on for 3 harvests.&lt;br /&gt;
{{CraftingInterface&lt;br /&gt;
| A1 = {{ItemSlot| item = Blaze Powder}}&lt;br /&gt;
| A2 = {{ItemSlot| item = Mulch}}&lt;br /&gt;
| output = {{ItemSlot| item = Rich Mulch}}&lt;br /&gt;
| shapeless = 1&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
===Surprise Mulch===&lt;br /&gt;
{{InfoboxItem&lt;br /&gt;
| title = Surprise Mulch&lt;br /&gt;
| image = Surprise Mulch.png&lt;br /&gt;
| item = Surprise Mulch.png&lt;br /&gt;
| itemtooltip = Surprise Mulch&lt;br /&gt;
}}&lt;br /&gt;
A Surprise Mulch increases the chances for a mutation of a Berry on the Berry Tree for 3 harvests. It can also mutate a fully grown Revival Herb into a [[Mental Herb]], [[Power Herb]], [[White Herb]], or [[Mirror Herb]].&lt;br /&gt;
{{CraftingInterface&lt;br /&gt;
| A1 = {{ItemSlot| item = Glistering Melon Slice}}&lt;br /&gt;
| A2 = {{ItemSlot| item = Mulch}}&lt;br /&gt;
| output = {{ItemSlot| item = Surprise Mulch}}&lt;br /&gt;
| shapeless = 1&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
===Loamy Mulch===&lt;br /&gt;
{{InfoboxItem&lt;br /&gt;
| title = Loamy Mulch&lt;br /&gt;
| image = Loamy Mulch.png&lt;br /&gt;
| item = Loamy Mulch.png&lt;br /&gt;
| itemtooltip = Loamy Mulch&lt;br /&gt;
}}&lt;br /&gt;
A Loamy Mulch makes the Berry Tree act like it&#039;s in a Plains biome for an infinite duration.&lt;br /&gt;
{{CraftingInterface&lt;br /&gt;
| A1 = {{ItemSlot| item = Dirt}}&lt;br /&gt;
| A2 = {{ItemSlot| item = Mulch}}&lt;br /&gt;
| output = {{ItemSlot| item = Loamy Mulch}}&lt;br /&gt;
| shapeless = 1&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
===Coarse Mulch===&lt;br /&gt;
{{InfoboxItem&lt;br /&gt;
| title = Coarse Mulch&lt;br /&gt;
| image = Coarse Mulch.png&lt;br /&gt;
| item = Coarse Mulch.png&lt;br /&gt;
| itemtooltip = Coarse Mulch&lt;br /&gt;
}}&lt;br /&gt;
A Coarse Mulch makes the Berry Tree act like it&#039;s in a Mountains or Taiga biome for an infinite duration.&lt;br /&gt;
{{CraftingInterface&lt;br /&gt;
| A1 = {{ItemSlot| item = Coarse Dirt}}&lt;br /&gt;
| A2 = {{ItemSlot| item = Mulch}}&lt;br /&gt;
| output = {{ItemSlot| item = Coarse Mulch}}&lt;br /&gt;
| shapeless = 1&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
===Peat Mulch===&lt;br /&gt;
{{InfoboxItem&lt;br /&gt;
| title = Peat Mulch&lt;br /&gt;
| image = Peat Mulch.png&lt;br /&gt;
| item = Peat Mulch.png&lt;br /&gt;
| itemtooltip = Peat Mulch&lt;br /&gt;
}}&lt;br /&gt;
A Peat Mulch makes the Berry Tree act like it&#039;s in a Forest biome for an infinite duration.&lt;br /&gt;
{{CraftingInterface&lt;br /&gt;
| A1 = {{ItemSlot| item = Moss Block}}&lt;br /&gt;
| A2 = {{ItemSlot| item = Mulch}}&lt;br /&gt;
| output = {{ItemSlot| item = Peat Mulch}}&lt;br /&gt;
| shapeless = 1&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
===Humid Mulch===&lt;br /&gt;
{{InfoboxItem&lt;br /&gt;
| title = Humid Mulch&lt;br /&gt;
| image = Humid Mulch.png&lt;br /&gt;
| item = Humid Mulch.png&lt;br /&gt;
| itemtooltip = Humid Mulch&lt;br /&gt;
}}&lt;br /&gt;
A Humid Mulch makes the Berry Tree act like it&#039;s in a Jungle or Swamp biome for an infinite duration.&lt;br /&gt;
{{CraftingInterface&lt;br /&gt;
| A1 = {{ItemSlot| item = Mud}}&lt;br /&gt;
| A2 = {{ItemSlot| item = Mulch}}&lt;br /&gt;
| output = {{ItemSlot| item = Humid Mulch}}&lt;br /&gt;
| shapeless = 1&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
===Sandy Mulch===&lt;br /&gt;
{{InfoboxItem&lt;br /&gt;
| title = Sandy Mulch&lt;br /&gt;
| image = Sandy Mulch.png&lt;br /&gt;
| item = Sandy Mulch.png&lt;br /&gt;
| itemtooltip = Sandy Mulch&lt;br /&gt;
}}&lt;br /&gt;
A Sandy Mulch makes the Berry Tree act like it&#039;s in an Arid biome for an infinite duration.&lt;br /&gt;
{{CraftingInterface&lt;br /&gt;
| A1 = {{ItemSlot| item = Sand}}&lt;br /&gt;
| A2 = {{ItemSlot| item = Mulch}}&lt;br /&gt;
| output = {{ItemSlot| item = Sandy Mulch}}&lt;br /&gt;
| shapeless = 1&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
*[https://docs.google.com/document/d/1iB0EJSc2r6mRJXIo1n3XpHbZ5udwJVnrh2pXdhTyH8c/edit Cobblemon Biome Tags &amp;amp; Presets 1.4 Document]&lt;br /&gt;
&lt;br /&gt;
==History==&lt;br /&gt;
{{HistoryTable|rows=&lt;br /&gt;
&lt;br /&gt;
{{HistoryRow|version=1.4.0|changes=Added Mulch and its variants.}}&lt;br /&gt;
&lt;br /&gt;
{{HistoryRow|version=1.5.1|changes=All Mulch recipes (except Mulch Base) have been redesigned.}}&lt;br /&gt;
&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Notes==&lt;br /&gt;
{{reflist|group=fn}}&lt;br /&gt;
&lt;br /&gt;
{{Items}}&lt;/div&gt;</summary>
		<author><name>PushedTester</name></author>
	</entry>
	<entry>
		<id>https://wiki.cobblemon.com/index.php?title=Mint_Seed&amp;diff=8143</id>
		<title>Mint Seed</title>
		<link rel="alternate" type="text/html" href="https://wiki.cobblemon.com/index.php?title=Mint_Seed&amp;diff=8143"/>
		<updated>2026-01-12T12:34:15Z</updated>

		<summary type="html">&lt;p&gt;PushedTester: /* History */ Created History&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{InfoboxItem2&lt;br /&gt;
| image = Red Mint Seed.png&lt;br /&gt;
| image2 = Blue Mint Seed.png&lt;br /&gt;
| image3 = Cyan Mint Seed.png&lt;br /&gt;
| image4 = Pink Mint Seed.png&lt;br /&gt;
| image5 = Green Mint Seed.png&lt;br /&gt;
| image6 = White Mint Seed.png&lt;br /&gt;
| item = Red Mint Seed.png&lt;br /&gt;
| itemtooltip = Red Mint Seed&lt;br /&gt;
| item2 = Blue Mint Seed.png&lt;br /&gt;
| itemtooltip2 = Blue Mint Seed&lt;br /&gt;
| item3 = Cyan Mint Seed.png&lt;br /&gt;
| itemtooltip3 = Cyan Mint Seed&lt;br /&gt;
| item4 = Pink Mint Seed.png&lt;br /&gt;
| itemtooltip4 = Pink Mint Seed&lt;br /&gt;
| item5 = Green Mint Seed.png&lt;br /&gt;
| itemtooltip5 = Green Mint Seed&lt;br /&gt;
| item6 = White Mint Seed.png&lt;br /&gt;
| itemtooltip6 = White Mint Seed&lt;br /&gt;
| stacklimit = 64&lt;br /&gt;
}}&lt;br /&gt;
&#039;&#039;&#039;Mint seeds&#039;&#039;&#039; are items used to plant mint crops and are obtained by harvesting mint crops which can be found randomly in the wild or in villages.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Obtaining==&lt;br /&gt;
=== Farming ===&lt;br /&gt;
Mint seeds are obtained by harvesting a mint crop, which produces 1-2 of the respective mint seed. White Mint crops also have an additional chance to drop 1 other mint seed color.&lt;br /&gt;
&lt;br /&gt;
==Usage==&lt;br /&gt;
=== Farming ===&lt;br /&gt;
Mint seeds can be planted to produce a mint crop. Harvesting the final stage of a mint crop produces 1-3 of the respective [[Mint Leaf]] and 1 of the respective mint seed, with a 1 in 8 chance that it will drop 2 mint seeds instead. White Mint crops also have the additional chance to drop a mint seed of any other color. Mint crops are affected by the fortune enchantment.&lt;br /&gt;
&lt;br /&gt;
==History==&lt;br /&gt;
{{HistoryTable|rows=&lt;br /&gt;
&lt;br /&gt;
{{HistoryRow|version=1.4.0|changes=Added Mint seeds}}&lt;br /&gt;
&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>PushedTester</name></author>
	</entry>
	<entry>
		<id>https://wiki.cobblemon.com/index.php?title=Mint&amp;diff=8141</id>
		<title>Mint</title>
		<link rel="alternate" type="text/html" href="https://wiki.cobblemon.com/index.php?title=Mint&amp;diff=8141"/>
		<updated>2026-01-11T19:13:25Z</updated>

		<summary type="html">&lt;p&gt;PushedTester: /* History */ Created History&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{InfoboxItem2&lt;br /&gt;
| image = Lonely Mint.png&lt;br /&gt;
| image2 = Adamant Mint.png&lt;br /&gt;
| image3 = Naughty Mint.png&lt;br /&gt;
| image4 = Brave Mint.png&lt;br /&gt;
| image5 = Bold Mint.png&lt;br /&gt;
| image6 = Impish Mint.png&lt;br /&gt;
| image7 = Lax Mint.png&lt;br /&gt;
| image8 = Relaxed Mint.png&lt;br /&gt;
| image9 = Modest Mint.png&lt;br /&gt;
| image10 = Mild Mint.png&lt;br /&gt;
| image11 = Rash Mint.png&lt;br /&gt;
| image12 = Quiet Mint.png&lt;br /&gt;
| image13 = Calm Mint.png&lt;br /&gt;
| image14 = Gentle Mint.png&lt;br /&gt;
| image15 = Careful Mint.png&lt;br /&gt;
| image16 = Sassy Mint.png&lt;br /&gt;
| image17 = Timid Mint.png&lt;br /&gt;
| image18 = Hasty Mint.png&lt;br /&gt;
| image19 = Jolly Mint.png&lt;br /&gt;
| image20 = Naive Mint.png&lt;br /&gt;
| image21 = Serious Mint.png&lt;br /&gt;
| item = Lonely Mint.png&lt;br /&gt;
| itemtooltip = Lonely Mint&lt;br /&gt;
| item2 = Adamant Mint.png&lt;br /&gt;
| itemtooltip2 = Adamant Mint&lt;br /&gt;
| item3 = Naughty Mint.png&lt;br /&gt;
| itemtooltip3 = Naughty Mint&lt;br /&gt;
| item4 = Brave Mint.png&lt;br /&gt;
| itemtooltip4 = Brave Mint&lt;br /&gt;
| item5 = Bold Mint.png&lt;br /&gt;
| itemtooltip5 = Bold Mint&lt;br /&gt;
| item6 = Impish Mint.png&lt;br /&gt;
| itemtooltip6 = Impish Mint&lt;br /&gt;
| item7 = Lax Mint.png&lt;br /&gt;
| itemtooltip7 = Lax Mint&lt;br /&gt;
| item8 = Relaxed Mint.png&lt;br /&gt;
| itemtooltip8 = Relaxed Mint&lt;br /&gt;
| item9 = Modest Mint.png&lt;br /&gt;
| itemtooltip9 = Modest Mint&lt;br /&gt;
| item10 = Mild Mint.png&lt;br /&gt;
| itemtooltip10 = Mild Mint&lt;br /&gt;
| item11 = Rash Mint.png&lt;br /&gt;
| itemtooltip11 = Rash Mint&lt;br /&gt;
| item12 = Quiet Mint.png&lt;br /&gt;
| itemtooltip12 = Quiet Mint&lt;br /&gt;
| item13 = Calm Mint.png&lt;br /&gt;
| itemtooltip13 = Calm Mint&lt;br /&gt;
| item14 = Gentle Mint.png&lt;br /&gt;
| itemtooltip14 = Gentle Mint&lt;br /&gt;
| item15 = Careful Mint.png&lt;br /&gt;
| itemtooltip15 = Careful Mint&lt;br /&gt;
| item16 = Sassy Mint.png&lt;br /&gt;
| itemtooltip16 = Sassy Mint&lt;br /&gt;
| item17 = Timid Mint.png&lt;br /&gt;
| itemtooltip17 = Timid Mint&lt;br /&gt;
| item18 = Hasty Mint.png&lt;br /&gt;
| itemtooltip18 = Hasty Mint&lt;br /&gt;
| item19 = Jolly Mint.png&lt;br /&gt;
| itemtooltip19 = Jolly Mint&lt;br /&gt;
| item20 = Naive Mint.png&lt;br /&gt;
| itemtooltip20 = Naive Mint&lt;br /&gt;
| item21 = Serious Mint.png&lt;br /&gt;
| itemtooltip21 = Serious Mint&lt;br /&gt;
| stacklimit = 64&lt;br /&gt;
}}&lt;br /&gt;
A &#039;&#039;&#039;mint&#039;&#039;&#039; is an [[Items|item]] crafted from [[Mint Leaf|mint leaves]] which changes the effects of a Pokémon&#039;s nature on its stats, making it act as if the Pokémon had a certain nature.&lt;br /&gt;
&lt;br /&gt;
==Obtaining==&lt;br /&gt;
Mint plants can be found in mountain regions. All colors spawn in every biome (excluding deserts) as long as the Y is high enough and there is soil. &lt;br /&gt;
&lt;br /&gt;
==Usage==&lt;br /&gt;
Mints can be used to change the effect of a Pokémon&#039;s nature on its stats to that of the nature corresponding to the mint used. For instance, using a Naive Mint on a Pikachu with a Naughty nature will change Pikachu&#039;s stats to be that of a Naive nature. The Pokémon&#039;s actual Nature, however, remains unchanged. The recipes for all 21 stat mints can be found in the [[Mint Leaf|mint leaves]] page.&lt;br /&gt;
&lt;br /&gt;
== Advancements ==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! colspan=&amp;quot;3&amp;quot; |Cobblemon 1.4.1&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Minty Fresh&#039;&#039;&#039;&lt;br /&gt;
|Advancement&lt;br /&gt;
|&#039;&#039;&amp;quot;Obtain a Nature Mint, a wild crop that grows high in the mountains.&amp;quot;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;A Big Commit-mint&#039;&#039;&#039;&lt;br /&gt;
|Goal&lt;br /&gt;
|&#039;&#039;&amp;quot;Obtain all 6 colors of Nature Mint and gain access to a full array of natures.&amp;quot;&#039;&#039;&lt;br /&gt;
|}&lt;br /&gt;
==List of Mints==&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
! class=&amp;quot;unsortable&amp;quot; | &lt;br /&gt;
! Mint&lt;br /&gt;
! Increased stat&lt;br /&gt;
! Decreased stat&lt;br /&gt;
|-&lt;br /&gt;
| {{ScaledImage|Lonely Mint.png|32px}} || Lonely Mint || Attack || Defense&lt;br /&gt;
|-&lt;br /&gt;
| {{ScaledImage|Adamant Mint.png|32px}} || Adamant Mint || Attack || Special Attack&lt;br /&gt;
|-&lt;br /&gt;
| {{ScaledImage|Naughty Mint.png|32px}} || Naughty Mint || Attack || Special Defense&lt;br /&gt;
|-&lt;br /&gt;
| {{ScaledImage|Brave Mint.png|32px}} || Brave Mint || Attack || Speed&lt;br /&gt;
|-&lt;br /&gt;
| {{ScaledImage|Bold Mint.png|32px}} || Bold Mint || Defense || Attack&lt;br /&gt;
|-&lt;br /&gt;
| {{ScaledImage|Impish Mint.png|32px}} || Impish Mint || Defense || Special Attack&lt;br /&gt;
|-&lt;br /&gt;
| {{ScaledImage|Lax Mint.png|32px}} || Lax Mint || Defense  || Special Defense&lt;br /&gt;
|-&lt;br /&gt;
| {{ScaledImage|Relaxed Mint.png|32px}} || Relaxed Mint || Defense || Speed&lt;br /&gt;
|-&lt;br /&gt;
| {{ScaledImage|Modest Mint.png|32px}} || Modest Mint || Special Attack || Attack&lt;br /&gt;
|-&lt;br /&gt;
| {{ScaledImage|Mild Mint.png|32px}} || Mild Mint || Special Attack || Defense&lt;br /&gt;
|-&lt;br /&gt;
| {{ScaledImage|Rash Mint.png|32px}} || Rash Mint || Special Attack || Special Defense&lt;br /&gt;
|-&lt;br /&gt;
| {{ScaledImage|Quiet Mint.png|32px}} || Quiet Mint || Special Attack || Speed&lt;br /&gt;
|-&lt;br /&gt;
| {{ScaledImage|Calm Mint.png|32px}} || Calm Mint || Special Defense || Attack&lt;br /&gt;
|-&lt;br /&gt;
| {{ScaledImage|Gentle Mint.png|32px}} || Gentle Mint || Special Defense || Defense&lt;br /&gt;
|-&lt;br /&gt;
| {{ScaledImage|Careful Mint.png|32px}} || Careful Mint || Special Defense || Special Attack&lt;br /&gt;
|-&lt;br /&gt;
| {{ScaledImage|Sassy Mint.png|32px}} || Sassy Mint || Special Defense || Speed&lt;br /&gt;
|-&lt;br /&gt;
| {{ScaledImage|Timid Mint.png|32px}} || Timid Mint || Speed || Attack&lt;br /&gt;
|-&lt;br /&gt;
| {{ScaledImage|Hasty Mint.png|32px}} || Hasty Mint || Speed || Defense&lt;br /&gt;
|-&lt;br /&gt;
| {{ScaledImage|Jolly Mint.png|32px}} || Jolly Mint || Speed || Special Attack&lt;br /&gt;
|-&lt;br /&gt;
| {{ScaledImage|Naive Mint.png|32px}} || Naive Mint || Speed || Special Defense&lt;br /&gt;
|-&lt;br /&gt;
| {{ScaledImage|Serious Mint.png|32px}} || Serious Mint || — || —&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== History ==&lt;br /&gt;
{{HistoryTable|rows=&lt;br /&gt;
&lt;br /&gt;
{{HistoryRow|version=1.4.0|changes=Added Mints}}&lt;br /&gt;
&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>PushedTester</name></author>
	</entry>
	<entry>
		<id>https://wiki.cobblemon.com/index.php?title=Berry&amp;diff=8140</id>
		<title>Berry</title>
		<link rel="alternate" type="text/html" href="https://wiki.cobblemon.com/index.php?title=Berry&amp;diff=8140"/>
		<updated>2026-01-11T19:13:10Z</updated>

		<summary type="html">&lt;p&gt;PushedTester: /* History */ Created History&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Berry_infobox&lt;br /&gt;
| title = Berry&lt;br /&gt;
| image = Oran Berry (model).png&lt;br /&gt;
| image2 = Cheri Berry (model).png&lt;br /&gt;
| image3 = Chesto Berry (model).png&lt;br /&gt;
| image4 = Pecha Berry (model).png&lt;br /&gt;
| image5 = Rawst Berry (model).png&lt;br /&gt;
| image6 = Aspear Berry (model).png&lt;br /&gt;
| image7 = Persim Berry (model).png&lt;br /&gt;
| image8 = Leppa Berry (model).png&lt;br /&gt;
| image9 = Lum Berry (model).png&lt;br /&gt;
| image10 = Figy Berry (model).png&lt;br /&gt;
| image11 = Wiki Berry (model).png&lt;br /&gt;
| image12 = Mago Berry (model).png&lt;br /&gt;
| image13 = Aguav Berry (model).png&lt;br /&gt;
| image14 = Iapapa Berry (model).png&lt;br /&gt;
| image15 = Sitrus Berry (model).png&lt;br /&gt;
| image16 = Touga Berry (model).png&lt;br /&gt;
| image17 = Hopo Berry (model).png&lt;br /&gt;
| image18 = Razz Berry (model).png&lt;br /&gt;
| image19 = Bluk Berry (model).png&lt;br /&gt;
| image20 = Nanab Berry (model).png&lt;br /&gt;
| image21 = Wepear Berry (model).png&lt;br /&gt;
| image22 = Pinap Berry (model).png&lt;br /&gt;
| image23 = Cornn Berry (model).png&lt;br /&gt;
| image24 = Magost Berry (model).png&lt;br /&gt;
| image25 = Rabuta Berry (model).png&lt;br /&gt;
| image26 = Nomel Berry (model).png&lt;br /&gt;
| image27 = Spelon Berry (model).png&lt;br /&gt;
| image28 = Pamtre Berry (model).png&lt;br /&gt;
| image29 = Watmel Berry (model).png&lt;br /&gt;
| image30 = Durin Berry (model).png&lt;br /&gt;
| image31 = Belue Berry (model).png&lt;br /&gt;
| image32 = Chilan Berry (model).png&lt;br /&gt;
| image33 = Chople Berry (model).png&lt;br /&gt;
| image34 = Coba Berry (model).png&lt;br /&gt;
| image35 = Kebia Berry (model).png&lt;br /&gt;
| image36 = Shuca Berry (model).png&lt;br /&gt;
| image37 = Charti Berry (model).png&lt;br /&gt;
| image38 = Tanga Berry (model).png&lt;br /&gt;
| image39 = Kasib Berry (model).png&lt;br /&gt;
| image40 = Babiri Berry (model).png&lt;br /&gt;
| image41 = Occa Berry (model).png&lt;br /&gt;
| image42 = Passho Berry (model).png&lt;br /&gt;
| image43 = Rindo Berry (model).png&lt;br /&gt;
| image44 = Wacan Berry (model).png&lt;br /&gt;
| image45 = Payapa Berry (model).png&lt;br /&gt;
| image46 = Yache Berry (model).png&lt;br /&gt;
| image47 = Haban Berry (model).png&lt;br /&gt;
| image48 = Colbur Berry (model).png&lt;br /&gt;
| image49 = Roseli Berry (model).png&lt;br /&gt;
| image50 = Pomeg Berry (model).png&lt;br /&gt;
| image51 = Kelpsy Berry (model).png&lt;br /&gt;
| image52 = Qualot Berry (model).png&lt;br /&gt;
| image53 = Hondew Berry (model).png&lt;br /&gt;
| image54 = Grepa Berry (model).png&lt;br /&gt;
| image55 = Tamato Berry (model).png&lt;br /&gt;
| image56 = Enigma Berry (model).png&lt;br /&gt;
| image57 = Kee Berry (model).png&lt;br /&gt;
| image58 = Maranga Berry (model).png&lt;br /&gt;
| image59 = Liechi Berry (model).png&lt;br /&gt;
| image60 = Ganlon Berry (model).png&lt;br /&gt;
| image61 = Salac Berry (model).png&lt;br /&gt;
| image62 = Petaya Berry (model).png&lt;br /&gt;
| image63 = Apicot Berry (model).png&lt;br /&gt;
| image64 = Lansat Berry (model).png&lt;br /&gt;
| image65 = Starf Berry (model).png&lt;br /&gt;
| image66 = Micle Berry (model).png&lt;br /&gt;
| image67 = Custap Berry (model).png&lt;br /&gt;
| image68 = Jaboca Berry (model).png&lt;br /&gt;
| image69 = Rowap Berry (model).png&lt;br /&gt;
| image70 = Eggant Berry (model).png&lt;br /&gt;
| item = Oran Berry.png&lt;br /&gt;
| itemtooltip = Oran Berry&lt;br /&gt;
| item2 = Cheri Berry.png&lt;br /&gt;
| itemtooltip2 = Cheri Berry&lt;br /&gt;
| item3 = Chesto Berry.png&lt;br /&gt;
| itemtooltip3 = Chesto Berry&lt;br /&gt;
| item4 = Pecha Berry.png&lt;br /&gt;
| itemtooltip4 = Pecha Berry&lt;br /&gt;
| item5 = Rawst Berry.png&lt;br /&gt;
| itemtooltip5 = Rawst Berry&lt;br /&gt;
| item6 = Aspear Berry.png&lt;br /&gt;
| itemtooltip6 = Aspear Berry&lt;br /&gt;
| item7 = Persim Berry.png&lt;br /&gt;
| itemtooltip7 = Persim Berry&lt;br /&gt;
| item8 = Leppa Berry.png&lt;br /&gt;
| itemtooltip8 = Leppa Berry&lt;br /&gt;
| item9 = Lum Berry.png&lt;br /&gt;
| itemtooltip9 = Lum Berry&lt;br /&gt;
| item10 = Figy Berry.png&lt;br /&gt;
| itemtooltip10 = Figy Berry&lt;br /&gt;
| item11 = Wiki Berry.png&lt;br /&gt;
| itemtooltip11 = Wiki Berry&lt;br /&gt;
| item12 = Mago Berry.png&lt;br /&gt;
| itemtooltip12 = Mago Berry&lt;br /&gt;
| item13 = Aguav Berry.png&lt;br /&gt;
| itemtooltip13 = Aguav Berry&lt;br /&gt;
| item14 = Iapapa Berry.png&lt;br /&gt;
| itemtooltip14 = Iapapa Berry&lt;br /&gt;
| item15 = Sitrus Berry.png&lt;br /&gt;
| itemtooltip15 = Sitrus Berry&lt;br /&gt;
| item16 = Touga Berry.png&lt;br /&gt;
| itemtooltip16 = Touga Berry&lt;br /&gt;
| item17 = Hopo Berry.png&lt;br /&gt;
| itemtooltip17 = Hopo Berry&lt;br /&gt;
| item18 = Razz Berry.png&lt;br /&gt;
| itemtooltip18 = Razz Berry&lt;br /&gt;
| item19 = Bluk Berry.png&lt;br /&gt;
| itemtooltip19 = Bluk Berry&lt;br /&gt;
| item20 = Nanab Berry.png&lt;br /&gt;
| itemtooltip20 = Nanab Berry&lt;br /&gt;
| item21 = Wepear Berry.png&lt;br /&gt;
| itemtooltip21 = Wepear Berry&lt;br /&gt;
| item22 = Pinap Berry.png&lt;br /&gt;
| itemtooltip22 = Pinap Berry&lt;br /&gt;
| item23 = Cornn Berry.png&lt;br /&gt;
| itemtooltip23 = Cornn Berry&lt;br /&gt;
| item24 = Magost Berry.png&lt;br /&gt;
| itemtooltip24 = Magost Berry&lt;br /&gt;
| item25 = Rabuta Berry.png&lt;br /&gt;
| itemtooltip25 = Rabuta Berry&lt;br /&gt;
| item26 = Nomel Berry.png&lt;br /&gt;
| itemtooltip26 = Nomel Berry&lt;br /&gt;
| item27 = Spelon Berry.png&lt;br /&gt;
| itemtooltip27 = Spelon Berry&lt;br /&gt;
| item28 = Pamtre Berry.png&lt;br /&gt;
| itemtooltip28 = Pamtre Berry&lt;br /&gt;
| item29 = Watmel Berry.png&lt;br /&gt;
| itemtooltip29 = Watmel Berry&lt;br /&gt;
| item30 = Durin Berry.png&lt;br /&gt;
| itemtooltip30 = Durin Berry&lt;br /&gt;
| item31 = Belue Berry.png&lt;br /&gt;
| itemtooltip31 = Belue Berry&lt;br /&gt;
| item32 = Chilan Berry.png&lt;br /&gt;
| itemtooltip32 = Chilan Berry&lt;br /&gt;
| item33 = Chople Berry.png&lt;br /&gt;
| itemtooltip33 = Chople Berry&lt;br /&gt;
| item34 = Coba Berry.png&lt;br /&gt;
| itemtooltip34 = Coba Berry&lt;br /&gt;
| item35 = Kebia Berry.png&lt;br /&gt;
| itemtooltip35 = Kebia Berry&lt;br /&gt;
| item36 = Shuca Berry.png&lt;br /&gt;
| itemtooltip36 = Shuca Berry&lt;br /&gt;
| item37 = Charti Berry.png&lt;br /&gt;
| itemtooltip37 = Charti Berry&lt;br /&gt;
| item38 = Tanga Berry.png&lt;br /&gt;
| itemtooltip38 = Tanga Berry&lt;br /&gt;
| item39 = Kasib Berry.png&lt;br /&gt;
| itemtooltip39 = Kasib Berry&lt;br /&gt;
| item40 = Babiri Berry.png&lt;br /&gt;
| itemtooltip40 = Babiri Berry&lt;br /&gt;
| item41 = Occa Berry.png&lt;br /&gt;
| itemtooltip41 = Occa Berry&lt;br /&gt;
| item42 = Passho Berry.png&lt;br /&gt;
| itemtooltip42 = Passho Berry&lt;br /&gt;
| item43 = Rindo Berry.png&lt;br /&gt;
| itemtooltip43 = Rindo Berry&lt;br /&gt;
| item44 = Wacan Berry.png&lt;br /&gt;
| itemtooltip44 = Wacan Berry&lt;br /&gt;
| item45 = Payapa Berry.png&lt;br /&gt;
| itemtooltip45 = Payapa Berry&lt;br /&gt;
| item46 = Yache Berry.png&lt;br /&gt;
| itemtooltip46 = Yache Berry&lt;br /&gt;
| item47 = Haban Berry.png&lt;br /&gt;
| itemtooltip47 = Haban Berry&lt;br /&gt;
| item48 = Colbur Berry.png&lt;br /&gt;
| itemtooltip48 = Colbur Berry&lt;br /&gt;
| item49 = Roseli Berry.png&lt;br /&gt;
| itemtooltip49 = Roseli Berry&lt;br /&gt;
| item50 = Pomeg Berry.png&lt;br /&gt;
| itemtooltip50 = Pomeg Berry&lt;br /&gt;
| item51 = Kelpsy Berry.png&lt;br /&gt;
| itemtooltip51 = Kelpsy Berry&lt;br /&gt;
| item52 = Qualot Berry.png&lt;br /&gt;
| itemtooltip52 = Qualot Berry&lt;br /&gt;
| item53 = Hondew Berry.png&lt;br /&gt;
| itemtooltip53 = Hondew Berry&lt;br /&gt;
| item54 = Grepa Berry.png&lt;br /&gt;
| itemtooltip54 = Grepa Berry&lt;br /&gt;
| item55 = Tamato Berry.png&lt;br /&gt;
| itemtooltip55 = Tamato Berry&lt;br /&gt;
| item56 = Enigma Berry.png&lt;br /&gt;
| itemtooltip56 = Enigma Berry&lt;br /&gt;
| item57 = Kee Berry.png&lt;br /&gt;
| itemtooltip57 = Kee Berry&lt;br /&gt;
| item58 = Maranga Berry.png&lt;br /&gt;
| itemtooltip58 = Maranga Berry&lt;br /&gt;
| item59 = Liechi Berry.png&lt;br /&gt;
| itemtooltip59 = Liechi Berry&lt;br /&gt;
| item60 = Ganlon Berry.png&lt;br /&gt;
| itemtooltip60 = Ganlon Berry&lt;br /&gt;
| item61 = Salac Berry.png&lt;br /&gt;
| itemtooltip61 = Salac Berry&lt;br /&gt;
| item62 = Petaya Berry.png&lt;br /&gt;
| itemtooltip62 = Petaya Berry&lt;br /&gt;
| item63 = Apicot Berry.png&lt;br /&gt;
| itemtooltip63 = Apicot Berry&lt;br /&gt;
| item64 = Lansat Berry.png&lt;br /&gt;
| itemtooltip64 = Lansat Berry&lt;br /&gt;
| item65 = Starf Berry.png&lt;br /&gt;
| itemtooltip65 = Starf Berry&lt;br /&gt;
| item66 = Micle Berry.png&lt;br /&gt;
| itemtooltip66 = Micle Berry&lt;br /&gt;
| item67 = Custap Berry.png&lt;br /&gt;
| itemtooltip67 = Custap Berry&lt;br /&gt;
| item68 = Jaboca Berry.png&lt;br /&gt;
| itemtooltip68 = Jaboca Berry&lt;br /&gt;
| item69 = Rowap Berry.png&lt;br /&gt;
| itemtooltip69 = Rowap Berry&lt;br /&gt;
| item70 = Eggant Berry.png&lt;br /&gt;
| itemtooltip70 = Eggant Berry&lt;br /&gt;
| stacklimit = 64&lt;br /&gt;
}}&lt;br /&gt;
A &#039;&#039;&#039;berry&#039;&#039;&#039; is a status item for [[Pokémon]] that provides an effect in or outside of battle.&lt;br /&gt;
 &lt;br /&gt;
== List of Berries==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! colspan=&amp;quot;3&amp;quot; |Natural Berries (30)&lt;br /&gt;
|-&lt;br /&gt;
! colspan=&amp;quot;2&amp;quot; |Name&lt;br /&gt;
!&#039;&#039;&#039;Effect on Pokémon&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|{{ScaledImage|Oran Berry.png|32px}}&lt;br /&gt;
| Oran Berry&lt;br /&gt;
|Restores 10HP when at 1/2 max HP or less.&lt;br /&gt;
|-&lt;br /&gt;
|{{ScaledImage|Cheri Berry.png|32px}}&lt;br /&gt;
|Cheri Berry&lt;br /&gt;
|Holder cures itself if it is paralyzed.&lt;br /&gt;
|-&lt;br /&gt;
|{{ScaledImage|Chesto Berry.png|32px}}&lt;br /&gt;
|Chesto Berry&lt;br /&gt;
|Holder wakes up if it is asleep.&lt;br /&gt;
|-&lt;br /&gt;
|{{ScaledImage|Pecha Berry.png|32px}}&lt;br /&gt;
|Pecha Berry&lt;br /&gt;
|Holder is cured if it is poisoned.&lt;br /&gt;
|-&lt;br /&gt;
|{{ScaledImage|Rawst Berry.png|32px}}&lt;br /&gt;
|Rawst Berry&lt;br /&gt;
|Holder is cured if it is burned.&lt;br /&gt;
|-&lt;br /&gt;
|{{ScaledImage|Aspear Berry.png|32px}}&lt;br /&gt;
|Aspear Berry&lt;br /&gt;
|Holder is cured if it is frozen.&lt;br /&gt;
|-&lt;br /&gt;
|{{ScaledImage|Persim Berry.png|32px}}&lt;br /&gt;
|Persim Berry&lt;br /&gt;
|Holder is cured if it is confused.&lt;br /&gt;
|-&lt;br /&gt;
|{{ScaledImage|Razz Berry.png|32px}}&lt;br /&gt;
| Razz Berry&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{ScaledImage|Bluk Berry.png|32px}}&lt;br /&gt;
| Bluk Berry&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{ScaledImage|Nanab Berry.png|32px}}&lt;br /&gt;
|Nanab Berry&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{ScaledImage|Wepear Berry.png|32px}}&lt;br /&gt;
|Wepear Berry&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{ScaledImage|Pinap Berry.png|32px}}&lt;br /&gt;
|Pinap Berry&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{ScaledImage|Occa Berry.png|32px}}&lt;br /&gt;
| Occa Berry&lt;br /&gt;
|Halves damage from one super effective Fire-type attack.&lt;br /&gt;
|-&lt;br /&gt;
|{{ScaledImage|Passho Berry.png|32px}}&lt;br /&gt;
|Passho Berry&lt;br /&gt;
|Halves damage from one super effective Water-type attack.&lt;br /&gt;
|-&lt;br /&gt;
|{{ScaledImage|Wacan Berry.png|32px}}&lt;br /&gt;
|Wacan Berry&lt;br /&gt;
|Halves damage from one super effective Electric-type attack.&lt;br /&gt;
|-&lt;br /&gt;
|{{ScaledImage|Rindo Berry.png|32px}}&lt;br /&gt;
|Rindo Berry&lt;br /&gt;
|Halves damage from one super effective Grass-type attack.&lt;br /&gt;
|-&lt;br /&gt;
|{{ScaledImage|Yache Berry.png|32px}}&lt;br /&gt;
|Yache Berry&lt;br /&gt;
|Halves damage from one super effective Ice-type attack.&lt;br /&gt;
|-&lt;br /&gt;
|{{ScaledImage|Chople Berry.png|32px}}&lt;br /&gt;
|Chople Berry&lt;br /&gt;
|Halves damage from one super effective Fighting-type attack.&lt;br /&gt;
|-&lt;br /&gt;
|{{ScaledImage|Kebia Berry.png|32px}}&lt;br /&gt;
|Kebia Berry&lt;br /&gt;
|Halves damage from one super effective Poison-type attack.&lt;br /&gt;
|-&lt;br /&gt;
|{{ScaledImage|Shuca Berry.png|32px}}&lt;br /&gt;
|Shuca Berry&lt;br /&gt;
|Halves damage from one super effective Ground-type attack.&lt;br /&gt;
|-&lt;br /&gt;
|{{ScaledImage|Coba Berry.png|32px}}&lt;br /&gt;
| Coba Berry&lt;br /&gt;
|Halves damage from one super effective Flying-type attack.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|{{ScaledImage|Payapa Berry.png|32px}}&lt;br /&gt;
|Payapa Berry&lt;br /&gt;
|Halves damage from one super effective Psychic-type attack.&lt;br /&gt;
|-&lt;br /&gt;
|{{ScaledImage|Tanga Berry.png|32px}}&lt;br /&gt;
|Tanga Berry&lt;br /&gt;
|Halves damage from one super effective Bug-type attack.&lt;br /&gt;
|-&lt;br /&gt;
|{{ScaledImage|Charti Berry.png|32px}}&lt;br /&gt;
|Charti Berry&lt;br /&gt;
|Halves damage from one super effective Rock-type attack.&lt;br /&gt;
|-&lt;br /&gt;
|{{ScaledImage|Kasib Berry.png|32px}}&lt;br /&gt;
|Kasib Berry&lt;br /&gt;
|Halves damage from one super effective Ghost-type attack.&lt;br /&gt;
|-&lt;br /&gt;
|{{ScaledImage|Haban Berry.png|32px}}&lt;br /&gt;
|Haban Berry&lt;br /&gt;
|Halves damage from one super effective Dragon-type attack.&lt;br /&gt;
|-&lt;br /&gt;
|{{ScaledImage|Colbur Berry.png|32px}}&lt;br /&gt;
|Colbur Berry&lt;br /&gt;
|Halves damage from one super effective Dark-type attack.&lt;br /&gt;
|-&lt;br /&gt;
|{{ScaledImage|Babiri Berry.png|32px}}&lt;br /&gt;
|Babiri Berry&lt;br /&gt;
|Halves damage from one super effective Steel-type attack.&lt;br /&gt;
|-&lt;br /&gt;
|{{ScaledImage|Chilan Berry.png|32px}}&lt;br /&gt;
|Chilan Berry&lt;br /&gt;
|Halves damage from one Normal-type attack.&lt;br /&gt;
|-&lt;br /&gt;
|{{ScaledImage|Roseli Berry.png|32px}}&lt;br /&gt;
|Roseli Berry&lt;br /&gt;
|Halves damage from one super effective Fairy-type attack.&lt;br /&gt;
|-&lt;br /&gt;
! colspan=&amp;quot;3&amp;quot; |Mutated Berries (40)&lt;br /&gt;
|-&lt;br /&gt;
! colspan=&amp;quot;2&amp;quot; |Name&lt;br /&gt;
!&#039;&#039;&#039;Effect on Pokémon&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|{{ScaledImage|Leppa Berry.png|32px}}&lt;br /&gt;
|Leppa Berry&lt;br /&gt;
|Restores 10 PP to the first of the holder&#039;s moves to reach 0 PP.Restores 10 PP to any move outside of battle.&lt;br /&gt;
|-&lt;br /&gt;
|{{ScaledImage|Lum Berry.png|32px}}&lt;br /&gt;
| Lum Berry&lt;br /&gt;
|Cures any non-volatile status or confusion.&lt;br /&gt;
|-&lt;br /&gt;
|{{ScaledImage|Hopo Berry.png|32px}}&lt;br /&gt;
| Hopo Berry&lt;br /&gt;
|Cannot be eaten by the holder.Restores 10 PP to any move outside of battle.&lt;br /&gt;
|-&lt;br /&gt;
|{{ScaledImage|Figy Berry.png|32px}}&lt;br /&gt;
|Figy Berry&lt;br /&gt;
|Restores 1/3 max HP at 1/4 HP or less, confuses Pokémon with Attack lowering natures.&lt;br /&gt;
|-&lt;br /&gt;
|{{ScaledImage|Iapapa Berry.png|32px}}&lt;br /&gt;
|Iapapa Berry&lt;br /&gt;
|Restores 1/3 max HP at 1/4 HP or less, confuses Pokémon with Defense lowering natures.&lt;br /&gt;
|-&lt;br /&gt;
|{{ScaledImage|Wiki Berry.png|32px}}&lt;br /&gt;
| Wiki Berry&lt;br /&gt;
|Restores 1/3 max HP at 1/4 HP or less, confuses Pokémon with Special attack lowering natures.&lt;br /&gt;
|-&lt;br /&gt;
|{{ScaledImage|Aguav Berry.png|32px}}&lt;br /&gt;
|Aguav Berry&lt;br /&gt;
|Restores 1/3 max HP at 1/4 HP or less, confuses Pokémon with Special Defense lowering natures.&lt;br /&gt;
|-&lt;br /&gt;
|{{ScaledImage|Mago Berry.png|32px}}&lt;br /&gt;
|Mago Berry&lt;br /&gt;
|Restores 1/3 max HP at 1/4 HP or less, confuses Pokémon with Speed lowering natures.&lt;br /&gt;
|-&lt;br /&gt;
|{{ScaledImage|Sitrus Berry.png|32px}}&lt;br /&gt;
|Sitrus Berry&lt;br /&gt;
|Restores 1/4 max HP at 1/2 HP or less.&lt;br /&gt;
|-&lt;br /&gt;
|{{ScaledImage|Touga Berry.png|32px}}&lt;br /&gt;
|Touga Berry&lt;br /&gt;
|Cures confusion.&lt;br /&gt;
|-&lt;br /&gt;
|{{ScaledImage|Cornn Berry.png|32px}}&lt;br /&gt;
|Cornn Berry&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{ScaledImage|Magost Berry.png|32px}}&lt;br /&gt;
|Magost Berry&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{ScaledImage|Rabuta Berry.png|32px}}&lt;br /&gt;
|Rabuta Berry&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{ScaledImage|Nomel Berry.png|32px}}&lt;br /&gt;
|Nomel Berry&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{ScaledImage|Spelon Berry.png|32px}}&lt;br /&gt;
|Spelon Berry&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{ScaledImage|Pamtre Berry.png|32px}}&lt;br /&gt;
|Pamtre Berry&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{ScaledImage|Watmel Berry.png|32px}}&lt;br /&gt;
|Watmel Berry&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{ScaledImage|Durin Berry.png|32px}}&lt;br /&gt;
|Durin Berry&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{ScaledImage|Belue Berry.png|32px}}&lt;br /&gt;
|Belue Berry&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{ScaledImage|Enigma Berry.png|32px}}&lt;br /&gt;
|Enigma Berry&lt;br /&gt;
|Restore 1/4 max HP after being hit by a super effective move.&lt;br /&gt;
|-&lt;br /&gt;
|{{ScaledImage|Kee Berry.png|32px}}&lt;br /&gt;
|Kee Berry&lt;br /&gt;
|Raises holder&#039;s Defense stat by one stage after being hit by a physical attack.&lt;br /&gt;
|-&lt;br /&gt;
|{{ScaledImage|Maranga Berry.png|32px}}&lt;br /&gt;
|Maranga Berry&lt;br /&gt;
|Raises holder&#039;s Special Defense stat by one stage after being hit by a special attack.&lt;br /&gt;
|-&lt;br /&gt;
|{{ScaledImage|Pomeg Berry.png|32px}}&lt;br /&gt;
|Pomeg Berry&lt;br /&gt;
|Lowers the pokémon&#039;s HP EVs by 10, while raising friendship.&lt;br /&gt;
|-&lt;br /&gt;
|{{ScaledImage|Kelpsy Berry.png|32px}}&lt;br /&gt;
|Kelpsy Berry&lt;br /&gt;
|Lowers the pokémon&#039;s Attack EVs by 10, while raising friendship.&lt;br /&gt;
|-&lt;br /&gt;
|{{ScaledImage|Qualot Berry.png|32px}}&lt;br /&gt;
|Qualot Berry&lt;br /&gt;
|Lowers the pokémon&#039;s Defense EVs by 10, while raising friendship.&lt;br /&gt;
|-&lt;br /&gt;
|{{ScaledImage|Hondew Berry.png|32px}}&lt;br /&gt;
|Hondew Berry&lt;br /&gt;
|Lowers the pokémon&#039;s Special Attack EVs by 10, while raising friendship.&lt;br /&gt;
|-&lt;br /&gt;
|{{ScaledImage|Grepa Berry.png|32px}}&lt;br /&gt;
|Grepa Berry&lt;br /&gt;
|Lowers the pokémon&#039;s Special Defense EVs by 10, while raising friendship.&lt;br /&gt;
|-&lt;br /&gt;
|{{ScaledImage|Tamato Berry.png|32px}}&lt;br /&gt;
|Tamato Berry&lt;br /&gt;
|Lowers the pokémon&#039;s Speed EVs by 10, while raising friendship.&lt;br /&gt;
|-&lt;br /&gt;
|{{ScaledImage|Liechi Berry.png|32px}}&lt;br /&gt;
|Liechi Berry&lt;br /&gt;
|Raises the holder&#039;s Attack stat by 1 when at 1/4 max HP or less.&lt;br /&gt;
|-&lt;br /&gt;
|{{ScaledImage|Ganlon Berry.png|32px}}&lt;br /&gt;
|Ganlon Berry&lt;br /&gt;
|Raises the holder&#039;s Defense stat by 1 when at 1/4 max HP or less.&lt;br /&gt;
|-&lt;br /&gt;
|{{ScaledImage|Petaya Berry.png|32px}}&lt;br /&gt;
|Petaya Berry&lt;br /&gt;
|Raises the holder&#039;s Special Attack stat by 1 when at 1/4 max HP or less.&lt;br /&gt;
|-&lt;br /&gt;
|{{ScaledImage|Apicot Berry.png|32px}}&lt;br /&gt;
|Apicot Berry&lt;br /&gt;
|Raises the holder&#039;s Special Defense stat by 1 when at 1/4 max HP or less.&lt;br /&gt;
|-&lt;br /&gt;
|{{ScaledImage|Salac Berry.png|32px}}&lt;br /&gt;
|Salac Berry&lt;br /&gt;
|Raises the holder&#039;s Speed stat by 1 when at 1/4 max HP or less.&lt;br /&gt;
|-&lt;br /&gt;
|{{ScaledImage|Starf Berry.png|32px}}&lt;br /&gt;
|Starf Berry&lt;br /&gt;
|Raises a random stat by 2 when at 1/4 max HP or less.&lt;br /&gt;
|-&lt;br /&gt;
|{{ScaledImage|Lansat Berry.png|32px}}&lt;br /&gt;
|Lansat Berry&lt;br /&gt;
|Raises the holder&#039;s Critical Ratio by one stage when at 1/4 max HP or less.&lt;br /&gt;
|-&lt;br /&gt;
|{{ScaledImage|Micle Berry.png|32px}}&lt;br /&gt;
|Micle Berry&lt;br /&gt;
|Holder gains 1.2x accuracy for its next move when at 1/4 max HP or less.&lt;br /&gt;
|-&lt;br /&gt;
|{{ScaledImage|Custap Berry.png|32px}}&lt;br /&gt;
|Custap Berry&lt;br /&gt;
|Holder moves first in its priority bracket when at 1/4 max HP or less.&lt;br /&gt;
|-&lt;br /&gt;
|{{ScaledImage|Jaboca Berry.png|32px}}&lt;br /&gt;
|Jaboca Berry&lt;br /&gt;
|If the holder is hit by a physical move, the attacker loses 1/8 of its max HP.&lt;br /&gt;
|-&lt;br /&gt;
|{{ScaledImage|Rowap Berry.png|32px}}&lt;br /&gt;
|Rowap Berry&lt;br /&gt;
|If the holder is hit by a special move, the attacker loses 1/8 of its max HP.&lt;br /&gt;
|-&lt;br /&gt;
|{{ScaledImage|Eggant Berry.png|32px}}&lt;br /&gt;
|Eggant Berry&lt;br /&gt;
|Holder is cured if it is infatuated.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Obtaining==&lt;br /&gt;
Berries are obtained from harvesting a [[Berry Tree|berry tree]], which can be found around the player&#039;s world. Each berry tree gives a selected amount of berries per yield. There are 30 natural berries and 39 mutation berries, which can be obtained by [[Berry Tree#Berry Mutating|crossbreeding]].   &lt;br /&gt;
&lt;br /&gt;
==Usage==&lt;br /&gt;
=== Held Item===&lt;br /&gt;
Berries may be given to a Pokémon as a held item. These held items work the same as in the original Pokémon games.&lt;br /&gt;
&lt;br /&gt;
===Seasoning===&lt;br /&gt;
Berries may be used as Flavor or Bait [[Seasoning]]. The effect of each berry varies.&lt;br /&gt;
&lt;br /&gt;
===Bait===&lt;br /&gt;
Berries may be attached to a [[Poké Rod]] to act as bait. Depending on the berry used will depend on the bait effect.&lt;br /&gt;
&lt;br /&gt;
===Crafting===&lt;br /&gt;
{{CraftingInterface&lt;br /&gt;
| A1 = {{ItemSlot| item = Oran Berry; Sitrus Berry; Enigma Berry; Figy Berry; Wiki Berry; Mago Berry; Aguav Berry; Iapapa Berry; Cheri Berry; Chesto Berry; Pecha Berry; Rawst Berry; Aspear Berry; Persim Berry; Lum Berry; Touga Berry; Eggant Berry; Leppa Berry; Hopo Berry; Pomeg Berry; Kelpsy Berry; Qualot Berry; Hondew Berry; Grepa Berry; Tamato Berry; Babiri Berry; Charti Berry; Chilan Berry; Chople Berry; Coba Berry; Colbur Berry; Haban Berry; Kasib Berry; Kebia Berry; Occa Berry; Passho Berry; Payapa Berry; Rindo Berry; Roseli Berry; Shuca Berry; Tanga Berry; Wacan Berry; Yache Berry; Kee Berry; Maranga Berry; Liechi Berry; Ganlon Berry; Salac Berry; Petaya Berry; Apicot Berry; Lansat Berry; Starf Berry; Micle Berry; Custap Berry; Jaboca Berry; Rowap Berry; Razz Berry; Bluk Berry; Nanab Berry; Wepear Berry; Pinap Berry; Cornn Berry; Magost Berry; Rabuta Berry; Nomel Berry; Pomeg Berry; Kelpsy Berry; Qualot Berry; Hondew Berry; Grepa Berry; Tamato Berry; Spelon Berry; Pamtre Berry; Watmel Berry; Durin Berry; Belue Berry; Hopo Berry |  tooltip = Any Berry}}&lt;br /&gt;
| A2 = {{ItemSlot| item = Oran Berry; Sitrus Berry; Enigma Berry; Figy Berry; Wiki Berry; Mago Berry; Aguav Berry; Iapapa Berry; Cheri Berry; Chesto Berry; Pecha Berry; Rawst Berry; Aspear Berry; Persim Berry; Lum Berry; Touga Berry; Eggant Berry; Leppa Berry; Hopo Berry; Pomeg Berry; Kelpsy Berry; Qualot Berry; Hondew Berry; Grepa Berry; Tamato Berry; Babiri Berry; Charti Berry; Chilan Berry; Chople Berry; Coba Berry; Colbur Berry; Haban Berry; Kasib Berry; Kebia Berry; Occa Berry; Passho Berry; Payapa Berry; Rindo Berry; Roseli Berry; Shuca Berry; Tanga Berry; Wacan Berry; Yache Berry; Kee Berry; Maranga Berry; Liechi Berry; Ganlon Berry; Salac Berry; Petaya Berry; Apicot Berry; Lansat Berry; Starf Berry; Micle Berry; Custap Berry; Jaboca Berry; Rowap Berry; Razz Berry; Bluk Berry; Nanab Berry; Wepear Berry; Pinap Berry; Cornn Berry; Magost Berry; Rabuta Berry; Nomel Berry; Pomeg Berry; Kelpsy Berry; Qualot Berry; Hondew Berry; Grepa Berry; Tamato Berry; Spelon Berry; Pamtre Berry; Watmel Berry; Durin Berry; Belue Berry; Hopo Berry |  tooltip = Any Berry}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Bowl}}&lt;br /&gt;
| output = {{ItemSlot| item = Berry Juice | link = Berry Juice}}&lt;br /&gt;
| shapeless = true&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
===Brewing ===&lt;br /&gt;
{|&lt;br /&gt;
|{{BrewingInterface&lt;br /&gt;
| input = {{ItemSlot| item = Tamato Berry}}&lt;br /&gt;
| base = {{ItemSlot| item = PP Up | link = Vitamins | tooltip = PP Up}}&lt;br /&gt;
| output = {{ItemSlot| item = Carbos | link = Vitamins | tooltip = Carbos}}&lt;br /&gt;
|}}&lt;br /&gt;
| || ||&lt;br /&gt;
|{{BrewingInterface&lt;br /&gt;
| input = {{ItemSlot| item = Hondew Berry}}&lt;br /&gt;
| base = {{ItemSlot| item = PP Up | link = Vitamins | tooltip = PP Up}}&lt;br /&gt;
| output = {{ItemSlot| item = Calcium | link = Vitamins | tooltip = Calcium}}&lt;br /&gt;
|}}&lt;br /&gt;
| || ||&lt;br /&gt;
|{{BrewingInterface&lt;br /&gt;
| input = {{ItemSlot| item = Pomeg Berry}}&lt;br /&gt;
| base = {{ItemSlot| item = PP Up | link = Vitamins | tooltip = PP Up}}&lt;br /&gt;
| output = {{ItemSlot| item = HP Up | link = Vitamins | tooltip = HP Up}}&lt;br /&gt;
|}}&lt;br /&gt;
| || ||&lt;br /&gt;
|{{BrewingInterface&lt;br /&gt;
| input = {{ItemSlot| item = Qualot Berry}}&lt;br /&gt;
| base = {{ItemSlot| item = PP Up | link = Vitamins | tooltip = PP Up}}&lt;br /&gt;
| output = {{ItemSlot| item = Iron | link = Vitamins | tooltip = Iron}}&lt;br /&gt;
|}}&lt;br /&gt;
|-&lt;br /&gt;
|{{BrewingInterface&lt;br /&gt;
| input = {{ItemSlot| item = Kelpsy Berry}}&lt;br /&gt;
| base = {{ItemSlot| item = PP Up | link = Vitamins | tooltip = PP Up}}&lt;br /&gt;
| output = {{ItemSlot| item = Protein | link = Vitamins | tooltip = Protein}}&lt;br /&gt;
|}}&lt;br /&gt;
| || ||&lt;br /&gt;
|{{BrewingInterface&lt;br /&gt;
| input = {{ItemSlot| item = Grepa Berry}}&lt;br /&gt;
| base = {{ItemSlot| item = PP Up | link = Vitamins | tooltip = PP Up}}&lt;br /&gt;
| output = {{ItemSlot| item = Zinc | link = Vitamins | tooltip = Zinc}}&lt;br /&gt;
|}}&lt;br /&gt;
| || ||&lt;br /&gt;
|{{BrewingInterface&lt;br /&gt;
| input = {{ItemSlot| item = Oran Berry}}&lt;br /&gt;
| base = {{ItemSlot| item = Medicinal Brew | link = Medicinal Brew}}&lt;br /&gt;
| output = {{ItemSlot| item = Potion | link = Potion}}&lt;br /&gt;
|}} &lt;br /&gt;
&lt;br /&gt;
| || ||&lt;br /&gt;
|{{BrewingInterface&lt;br /&gt;
| input = {{ItemSlot| item = Petaya Berry}}&lt;br /&gt;
| base = {{ItemSlot| item = Potion | link = Potion}}&lt;br /&gt;
| output = {{ItemSlot| item = Throat Spray | link = Throat Spray}}&lt;br /&gt;
|}}&lt;br /&gt;
|-&lt;br /&gt;
|{{BrewingInterface&lt;br /&gt;
| input = {{ItemSlot| item = Wiki Berry; Figy Berry; Hondew Berry; Mago Berry; Iapapa Berry | tooltip = Any Super Potion Ingredient}}&lt;br /&gt;
| base = {{ItemSlot| item = Potion | link = Potion}}&lt;br /&gt;
| output = {{ItemSlot| item = Super Potion | link = Super Potion}}&lt;br /&gt;
|}}&lt;br /&gt;
| || ||&lt;br /&gt;
|{{BrewingInterface&lt;br /&gt;
| input = {{ItemSlot| item = Sitrus Berry}}&lt;br /&gt;
| base = {{ItemSlot| item = Medicinal Brew | link = Medicinal Brew}}&lt;br /&gt;
| output = {{ItemSlot| item = Hyper Potion | link = Hyper Potion}}&lt;br /&gt;
}}&lt;br /&gt;
| || ||&lt;br /&gt;
|{{BrewingInterface&lt;br /&gt;
| input = {{ItemSlot| item = Lum Berry}}&lt;br /&gt;
| base = {{ItemSlot| item = Max Potion | link = Max Potion}}&lt;br /&gt;
| output = {{ItemSlot| item = Full Restore | link = Full Restore}}&lt;br /&gt;
|}}&lt;br /&gt;
| || ||&lt;br /&gt;
|{{BrewingInterface&lt;br /&gt;
| input = {{ItemSlot| item = Leppa Berry}}&lt;br /&gt;
| base = {{ItemSlot| item = Medicinal Brew | link = Medicinal Brew}}&lt;br /&gt;
| output = {{ItemSlot| item = Ether | link = Ether}}&lt;br /&gt;
|}}&lt;br /&gt;
|-&lt;br /&gt;
|{{BrewingInterface&lt;br /&gt;
| input = {{ItemSlot| item = Hopo Berry}}&lt;br /&gt;
| base = {{ItemSlot| item = Medicinal Brew | link = Medicinal Brew}}&lt;br /&gt;
| output = {{ItemSlot| item = Elixir | link = Elixir}}&lt;br /&gt;
|}}&lt;br /&gt;
| || ||&lt;br /&gt;
|{{BrewingInterface&lt;br /&gt;
| input = {{ItemSlot| item = Pecha Berry}}&lt;br /&gt;
| base = {{ItemSlot| item = Medicinal Brew | link = Medicinal Brew}}&lt;br /&gt;
| output = {{ItemSlot| item = Antidote | link = Antidote}}&lt;br /&gt;
|}}&lt;br /&gt;
| || ||&lt;br /&gt;
|{{BrewingInterface&lt;br /&gt;
| input = {{ItemSlot| item = Chesto Berry}}&lt;br /&gt;
| base = {{ItemSlot| item = Medicinal Brew | link = Medicinal Brew}}&lt;br /&gt;
| output = {{ItemSlot| item = Awakening | link = Awakening}}&lt;br /&gt;
|}}&lt;br /&gt;
| || ||&lt;br /&gt;
|{{BrewingInterface&lt;br /&gt;
| input = {{ItemSlot| item = Rawst Berry}}&lt;br /&gt;
| base = {{ItemSlot| item = Medicinal Brew | link = Medicinal Brew}}&lt;br /&gt;
| output = {{ItemSlot| item = Burn Heal | link = Burn Heal}}&lt;br /&gt;
|}}&lt;br /&gt;
|-&lt;br /&gt;
|{{BrewingInterface&lt;br /&gt;
| input = {{ItemSlot| item = Aspear Berry}}&lt;br /&gt;
| base = {{ItemSlot| item = Medicinal Brew | link = Medicinal Brew}}&lt;br /&gt;
| output = {{ItemSlot| item = Ice Heal | link = Ice Heal}}&lt;br /&gt;
|}}&lt;br /&gt;
| || ||&lt;br /&gt;
|{{BrewingInterface&lt;br /&gt;
| input = {{ItemSlot| item = Cheri Berry}}&lt;br /&gt;
| base = {{ItemSlot| item = Medicinal Brew | link = Medicinal Brew}}&lt;br /&gt;
| output = {{ItemSlot| item = Paralyze Heal | link = Paralyze Heal}}&lt;br /&gt;
|}}&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Cooking===&lt;br /&gt;
Some cooking recipes may not use the berries as a regular component, but instead as a [[Seasoning]].&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|{{CookingInterface&lt;br /&gt;
| A1 = {{ItemSlot| item = Pomeg Berry }}&lt;br /&gt;
| A2 = {{ItemSlot| item = Honeycomb}}&lt;br /&gt;
| A3 = {{ItemSlot| item = Pomeg Berry }}&lt;br /&gt;
| B1 = {{ItemSlot| item = Honeycomb}}&lt;br /&gt;
| B2 = {{ItemSlot| item = Exp. Candy XL}}&lt;br /&gt;
| B3 = {{ItemSlot| item = Honeycomb}}&lt;br /&gt;
| C1 = {{ItemSlot| item = Pomeg Berry }}&lt;br /&gt;
| C2 = {{ItemSlot| item = Honeycomb}}&lt;br /&gt;
| C3 = {{ItemSlot| item = Pomeg Berry }}&lt;br /&gt;
| S1 = &lt;br /&gt;
| S2 = &lt;br /&gt;
| S3 = &lt;br /&gt;
| output = {{ItemSlot| item = Health Candy | amount = 3 |  tooltip = Health Candy}}&lt;br /&gt;
}}&lt;br /&gt;
| ||&lt;br /&gt;
|{{CookingInterface&lt;br /&gt;
| A1 = {{ItemSlot| item = Pomeg Berry }}&lt;br /&gt;
| A2 = {{ItemSlot| item = Honeycomb}}&lt;br /&gt;
| A3 = {{ItemSlot| item = Pomeg Berry }}&lt;br /&gt;
| B1 = {{ItemSlot| item = Honeycomb}}&lt;br /&gt;
| B2 = {{ItemSlot| item = Exp. Candy L}}&lt;br /&gt;
| B3 = {{ItemSlot| item = Honeycomb}}&lt;br /&gt;
| C1 = {{ItemSlot| item = Pomeg Berry }}&lt;br /&gt;
| C2 = {{ItemSlot| item = Honeycomb}}&lt;br /&gt;
| C3 = {{ItemSlot| item = Pomeg Berry }}&lt;br /&gt;
| S1 = &lt;br /&gt;
| S2 = &lt;br /&gt;
| S3 = &lt;br /&gt;
| output = {{ItemSlot| item = Health Candy | amount = 2 |  tooltip = Health Candy}}&lt;br /&gt;
}}&lt;br /&gt;
| || ||&lt;br /&gt;
|{{CookingInterface&lt;br /&gt;
| A1 = {{ItemSlot| item = Kelpsy Berry}}&lt;br /&gt;
| A2 = {{ItemSlot| item = Honeycomb}}&lt;br /&gt;
| A3 = {{ItemSlot| item = Kelpsy Berry}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Honeycomb}}&lt;br /&gt;
| B2 = {{ItemSlot| item = Exp. Candy XL}}&lt;br /&gt;
| B3 = {{ItemSlot| item = Honeycomb}}&lt;br /&gt;
| C1 = {{ItemSlot| item = Kelpsy Berry}}&lt;br /&gt;
| C2 = {{ItemSlot| item = Honeycomb}}&lt;br /&gt;
| C3 = {{ItemSlot| item = Kelpsy Berry}}&lt;br /&gt;
| S1 = &lt;br /&gt;
| S2 = &lt;br /&gt;
| S3 = &lt;br /&gt;
| output = {{ItemSlot| item = Mighty Candy | amount = 3 |  tooltip = Mighty Candy}}&lt;br /&gt;
}}&lt;br /&gt;
|-&lt;br /&gt;
|{{CookingInterface&lt;br /&gt;
| A1 = {{ItemSlot| item = Kelpsy Berry}}&lt;br /&gt;
| A2 = {{ItemSlot| item = Honeycomb}}&lt;br /&gt;
| A3 = {{ItemSlot| item = Kelpsy Berry}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Honeycomb}}&lt;br /&gt;
| B2 = {{ItemSlot| item = Exp. Candy L}}&lt;br /&gt;
| B3 = {{ItemSlot| item = Honeycomb}}&lt;br /&gt;
| C1 = {{ItemSlot| item = Kelpsy Berry}}&lt;br /&gt;
| C2 = {{ItemSlot| item = Honeycomb}}&lt;br /&gt;
| C3 = {{ItemSlot| item = Kelpsy Berry}}&lt;br /&gt;
| S1 = &lt;br /&gt;
| S2 = &lt;br /&gt;
| S3 = &lt;br /&gt;
| output = {{ItemSlot| item = Mighty Candy | amount = 2 |  tooltip = Mighty Candy}}&lt;br /&gt;
}} &lt;br /&gt;
&lt;br /&gt;
| ||&lt;br /&gt;
|{{CookingInterface&lt;br /&gt;
| A1 = {{ItemSlot| item = Qualot Berry}}&lt;br /&gt;
| A2 = {{ItemSlot| item = Honeycomb}}&lt;br /&gt;
| A3 = {{ItemSlot| item = Qualot Berry}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Honeycomb}}&lt;br /&gt;
| B2 = {{ItemSlot| item = Exp. Candy XL}}&lt;br /&gt;
| B3 = {{ItemSlot| item = Honeycomb}}&lt;br /&gt;
| C1 = {{ItemSlot| item = Qualot Berry}}&lt;br /&gt;
| C2 = {{ItemSlot| item = Honeycomb}}&lt;br /&gt;
| C3 = {{ItemSlot| item = Qualot Berry}}&lt;br /&gt;
| S1 = &lt;br /&gt;
| S2 = &lt;br /&gt;
| S3 = &lt;br /&gt;
| output = {{ItemSlot| item = Tough Candy | amount = 3 |  tooltip = Tough Candy}}&lt;br /&gt;
}}&lt;br /&gt;
| || ||&lt;br /&gt;
|{{CookingInterface&lt;br /&gt;
| A1 = {{ItemSlot| item = Qualot Berry}}&lt;br /&gt;
| A2 = {{ItemSlot| item = Honeycomb}}&lt;br /&gt;
| A3 = {{ItemSlot| item = Qualot Berry}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Honeycomb}}&lt;br /&gt;
| B2 = {{ItemSlot| item = Exp. Candy L}}&lt;br /&gt;
| B3 = {{ItemSlot| item = Honeycomb}}&lt;br /&gt;
| C1 = {{ItemSlot| item = Qualot Berry}}&lt;br /&gt;
| C2 = {{ItemSlot| item = Honeycomb}}&lt;br /&gt;
| C3 = {{ItemSlot| item = Qualot Berry}}&lt;br /&gt;
| S1 = &lt;br /&gt;
| S2 = &lt;br /&gt;
| S3 = &lt;br /&gt;
| output = {{ItemSlot| item = Tough Candy | amount = 2 |  tooltip = Tough Candy}}&lt;br /&gt;
}}&lt;br /&gt;
|-&lt;br /&gt;
|{{CookingInterface&lt;br /&gt;
| A1 = {{ItemSlot| item = Hondew Berry}}&lt;br /&gt;
| A2 = {{ItemSlot| item = Honeycomb}}&lt;br /&gt;
| A3 = {{ItemSlot| item = Hondew Berry}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Honeycomb}}&lt;br /&gt;
| B2 = {{ItemSlot| item = Exp. Candy XL}}&lt;br /&gt;
| B3 = {{ItemSlot| item = Honeycomb}}&lt;br /&gt;
| C1 = {{ItemSlot| item = Hondew Berry}}&lt;br /&gt;
| C2 = {{ItemSlot| item = Honeycomb}}&lt;br /&gt;
| C3 = {{ItemSlot| item = Hondew Berry}}&lt;br /&gt;
| S1 = &lt;br /&gt;
| S2 = &lt;br /&gt;
| S3 = &lt;br /&gt;
| output = {{ItemSlot| item = Smart Candy | amount = 3 |  tooltip = Smart Candy}}&lt;br /&gt;
}}&lt;br /&gt;
| ||&lt;br /&gt;
|{{CookingInterface&lt;br /&gt;
| A1 = {{ItemSlot| item = Hondew Berry}}&lt;br /&gt;
| A2 = {{ItemSlot| item = Honeycomb}}&lt;br /&gt;
| A3 = {{ItemSlot| item = Hondew Berry}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Honeycomb}}&lt;br /&gt;
| B2 = {{ItemSlot| item = Exp. Candy L}}&lt;br /&gt;
| B3 = {{ItemSlot| item = Honeycomb}}&lt;br /&gt;
| C1 = {{ItemSlot| item = Hondew Berry}}&lt;br /&gt;
| C2 = {{ItemSlot| item = Honeycomb}}&lt;br /&gt;
| C3 = {{ItemSlot| item = Hondew Berry}}&lt;br /&gt;
| S1 = &lt;br /&gt;
| S2 = &lt;br /&gt;
| S3 = &lt;br /&gt;
| output = {{ItemSlot| item = Smart Candy | amount = 2 |  tooltip = Smart Candy}}&lt;br /&gt;
}}&lt;br /&gt;
| || ||&lt;br /&gt;
|{{CookingInterface&lt;br /&gt;
| A1 = {{ItemSlot| item = Grepa Berry}}&lt;br /&gt;
| A2 = {{ItemSlot| item = Honeycomb}}&lt;br /&gt;
| A3 = {{ItemSlot| item = Grepa Berry}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Honeycomb}}&lt;br /&gt;
| B2 = {{ItemSlot| item = Exp. Candy XL}}&lt;br /&gt;
| B3 = {{ItemSlot| item = Honeycomb}}&lt;br /&gt;
| C1 = {{ItemSlot| item = Grepa Berry}}&lt;br /&gt;
| C2 = {{ItemSlot| item = Honeycomb}}&lt;br /&gt;
| C3 = {{ItemSlot| item = Grepa Berry}}&lt;br /&gt;
| S1 = &lt;br /&gt;
| S2 = &lt;br /&gt;
| S3 = &lt;br /&gt;
| output = {{ItemSlot| item = Courage Candy | amount = 3 |  tooltip = Courage Candy}}&lt;br /&gt;
}}&lt;br /&gt;
|-&lt;br /&gt;
|{{CookingInterface&lt;br /&gt;
| A1 = {{ItemSlot| item = Grepa Berry}}&lt;br /&gt;
| A2 = {{ItemSlot| item = Honeycomb}}&lt;br /&gt;
| A3 = {{ItemSlot| item = Grepa Berry}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Honeycomb}}&lt;br /&gt;
| B2 = {{ItemSlot| item = Exp. Candy L}}&lt;br /&gt;
| B3 = {{ItemSlot| item = Honeycomb}}&lt;br /&gt;
| C1 = {{ItemSlot| item = Grepa Berry}}&lt;br /&gt;
| C2 = {{ItemSlot| item = Honeycomb}}&lt;br /&gt;
| C3 = {{ItemSlot| item = Grepa Berry}}&lt;br /&gt;
| S1 = &lt;br /&gt;
| S2 = &lt;br /&gt;
| S3 = &lt;br /&gt;
| output = {{ItemSlot| item = Courage Candy | amount = 2 |  tooltip = Courage Candy}}&lt;br /&gt;
}}&lt;br /&gt;
| ||&lt;br /&gt;
|{{CookingInterface&lt;br /&gt;
| A1 = {{ItemSlot| item = Tamato Berry}}&lt;br /&gt;
| A2 = {{ItemSlot| item = Honeycomb}}&lt;br /&gt;
| A3 = {{ItemSlot| item = Tamato Berry}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Honeycomb}}&lt;br /&gt;
| B2 = {{ItemSlot| item = Exp. Candy XL}}&lt;br /&gt;
| B3 = {{ItemSlot| item = Honeycomb}}&lt;br /&gt;
| C1 = {{ItemSlot| item = Tamato Berry}}&lt;br /&gt;
| C2 = {{ItemSlot| item = Honeycomb}}&lt;br /&gt;
| C3 = {{ItemSlot| item = Tamato Berry}}&lt;br /&gt;
| S1 = &lt;br /&gt;
| S2 = &lt;br /&gt;
| S3 = &lt;br /&gt;
| output = {{ItemSlot| item = Quick Candy | amount = 3 |  tooltip = Quick Candy}}&lt;br /&gt;
}}&lt;br /&gt;
| || ||&lt;br /&gt;
|{{CookingInterface&lt;br /&gt;
| A1 = {{ItemSlot| item = Tamato Berry}}&lt;br /&gt;
| A2 = {{ItemSlot| item = Honeycomb}}&lt;br /&gt;
| A3 = {{ItemSlot| item = Tamato Berry}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Honeycomb}}&lt;br /&gt;
| B2 = {{ItemSlot| item = Exp. Candy L}}&lt;br /&gt;
| B3 = {{ItemSlot| item = Honeycomb}}&lt;br /&gt;
| C1 = {{ItemSlot| item = Tamato Berry}}&lt;br /&gt;
| C2 = {{ItemSlot| item = Honeycomb}}&lt;br /&gt;
| C3 = {{ItemSlot| item = Tamato Berry}}&lt;br /&gt;
| S1 = &lt;br /&gt;
| S2 = &lt;br /&gt;
| S3 = &lt;br /&gt;
| output = {{ItemSlot| item = Quick Candy | amount = 2 |  tooltip = Quick Candy}}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|{{CookingInterface&lt;br /&gt;
| A1 = {{ItemSlot| item = Pomeg Berry }}&lt;br /&gt;
| A2 = {{ItemSlot| item = Enigma Berry}}&lt;br /&gt;
| A3 = {{ItemSlot| item = Pomeg Berry }}&lt;br /&gt;
| B1 = {{ItemSlot| item = Enigma Berry}}&lt;br /&gt;
| B2 = {{ItemSlot| item = Exp. Candy XL}}&lt;br /&gt;
| B3 = {{ItemSlot| item = Enigma Berry}}&lt;br /&gt;
| C1 = {{ItemSlot| item = Pomeg Berry }}&lt;br /&gt;
| C2 = {{ItemSlot| item = Enigma Berry}}&lt;br /&gt;
| C3 = {{ItemSlot| item = Pomeg Berry }}&lt;br /&gt;
| S1 = &lt;br /&gt;
| S2 = &lt;br /&gt;
| S3 = &lt;br /&gt;
| output = {{ItemSlot| item = Sickly Candy | amount = 3 |  tooltip = Sickly Candy}}&lt;br /&gt;
}}&lt;br /&gt;
| ||&lt;br /&gt;
|{{CookingInterface&lt;br /&gt;
| A1 = {{ItemSlot| item = Pomeg Berry }}&lt;br /&gt;
| A2 = {{ItemSlot| item = Enigma Berry}}&lt;br /&gt;
| A3 = {{ItemSlot| item = Pomeg Berry }}&lt;br /&gt;
| B1 = {{ItemSlot| item = Enigma Berry}}&lt;br /&gt;
| B2 = {{ItemSlot| item = Exp. Candy L}}&lt;br /&gt;
| B3 = {{ItemSlot| item = Enigma Berry}}&lt;br /&gt;
| C1 = {{ItemSlot| item = Pomeg Berry }}&lt;br /&gt;
| C2 = {{ItemSlot| item = Enigma Berry}}&lt;br /&gt;
| C3 = {{ItemSlot| item = Pomeg Berry }}&lt;br /&gt;
| S1 = &lt;br /&gt;
| S2 = &lt;br /&gt;
| S3 = &lt;br /&gt;
| output = {{ItemSlot| item = Sickly Candy | amount = 2 |  tooltip = Sickly Candy}}&lt;br /&gt;
}}&lt;br /&gt;
| || ||&lt;br /&gt;
|{{CookingInterface&lt;br /&gt;
| A1 = {{ItemSlot| item = Kelpsy Berry}}&lt;br /&gt;
| A2 = {{ItemSlot| item = Enigma Berry}}&lt;br /&gt;
| A3 = {{ItemSlot| item = Kelpsy Berry}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Enigma Berry}}&lt;br /&gt;
| B2 = {{ItemSlot| item = Exp. Candy XL}}&lt;br /&gt;
| B3 = {{ItemSlot| item = Enigma Berry}}&lt;br /&gt;
| C1 = {{ItemSlot| item = Kelpsy Berry}}&lt;br /&gt;
| C2 = {{ItemSlot| item = Enigma Berry}}&lt;br /&gt;
| C3 = {{ItemSlot| item = Kelpsy Berry}}&lt;br /&gt;
| S1 = &lt;br /&gt;
| S2 = &lt;br /&gt;
| S3 = &lt;br /&gt;
| output = {{ItemSlot| item = Weak Candy | amount = 3 |  tooltip = Weak Candy}}&lt;br /&gt;
}}&lt;br /&gt;
|-&lt;br /&gt;
|{{CookingInterface&lt;br /&gt;
| A1 = {{ItemSlot| item = Kelpsy Berry}}&lt;br /&gt;
| A2 = {{ItemSlot| item = Enigma Berry}}&lt;br /&gt;
| A3 = {{ItemSlot| item = Kelpsy Berry}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Enigma Berry}}&lt;br /&gt;
| B2 = {{ItemSlot| item = Exp. Candy L}}&lt;br /&gt;
| B3 = {{ItemSlot| item = Enigma Berry}}&lt;br /&gt;
| C1 = {{ItemSlot| item = Kelpsy Berry}}&lt;br /&gt;
| C2 = {{ItemSlot| item = Enigma Berry}}&lt;br /&gt;
| C3 = {{ItemSlot| item = Kelpsy Berry}}&lt;br /&gt;
| S1 = &lt;br /&gt;
| S2 = &lt;br /&gt;
| S3 = &lt;br /&gt;
| output = {{ItemSlot| item = Weak Candy | amount = 2 |  tooltip = Weak Candy}}&lt;br /&gt;
}}&lt;br /&gt;
| ||&lt;br /&gt;
|{{CookingInterface&lt;br /&gt;
| A1 = {{ItemSlot| item = Qualot Berry}}&lt;br /&gt;
| A2 = {{ItemSlot| item = Enigma Berry}}&lt;br /&gt;
| A3 = {{ItemSlot| item = Qualot Berry}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Enigma Berry}}&lt;br /&gt;
| B2 = {{ItemSlot| item = Exp. Candy XL}}&lt;br /&gt;
| B3 = {{ItemSlot| item = Enigma Berry}}&lt;br /&gt;
| C1 = {{ItemSlot| item = Qualot Berry}}&lt;br /&gt;
| C2 = {{ItemSlot| item = Enigma Berry}}&lt;br /&gt;
| C3 = {{ItemSlot| item = Qualot Berry}}&lt;br /&gt;
| S1 = &lt;br /&gt;
| S2 = &lt;br /&gt;
| S3 = &lt;br /&gt;
| output = {{ItemSlot| item = Brittle Candy | amount = 3 |  tooltip = Brittle Candy}}&lt;br /&gt;
}}&lt;br /&gt;
| || ||&lt;br /&gt;
|{{CookingInterface&lt;br /&gt;
| A1 = {{ItemSlot| item = Qualot Berry}}&lt;br /&gt;
| A2 = {{ItemSlot| item = Enigma Berry}}&lt;br /&gt;
| A3 = {{ItemSlot| item = Qualot Berry}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Enigma Berry}}&lt;br /&gt;
| B2 = {{ItemSlot| item = Exp. Candy L}}&lt;br /&gt;
| B3 = {{ItemSlot| item = Enigma Berry}}&lt;br /&gt;
| C1 = {{ItemSlot| item = Qualot Berry}}&lt;br /&gt;
| C2 = {{ItemSlot| item = Enigma Berry}}&lt;br /&gt;
| C3 = {{ItemSlot| item = Qualot Berry}}&lt;br /&gt;
| S1 = &lt;br /&gt;
| S2 = &lt;br /&gt;
| S3 = &lt;br /&gt;
| output = {{ItemSlot| item = Brittle Candy | amount = 2 |  tooltip = Brittle Candy}}&lt;br /&gt;
}}&lt;br /&gt;
|-&lt;br /&gt;
|{{CookingInterface&lt;br /&gt;
| A1 = {{ItemSlot| item = Hondew Berry}}&lt;br /&gt;
| A2 = {{ItemSlot| item = Enigma Berry}}&lt;br /&gt;
| A3 = {{ItemSlot| item = Hondew Berry}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Enigma Berry}}&lt;br /&gt;
| B2 = {{ItemSlot| item = Exp. Candy XL}}&lt;br /&gt;
| B3 = {{ItemSlot| item = Enigma Berry}}&lt;br /&gt;
| C1 = {{ItemSlot| item = Hondew Berry}}&lt;br /&gt;
| C2 = {{ItemSlot| item = Enigma Berry}}&lt;br /&gt;
| C3 = {{ItemSlot| item = Hondew Berry}}&lt;br /&gt;
| S1 = &lt;br /&gt;
| S2 = &lt;br /&gt;
| S3 = &lt;br /&gt;
| output = {{ItemSlot| item = Numb Candy | amount = 3 |  tooltip = Numb Candy}}&lt;br /&gt;
}}&lt;br /&gt;
| ||&lt;br /&gt;
|{{CookingInterface&lt;br /&gt;
| A1 = {{ItemSlot| item = Hondew Berry}}&lt;br /&gt;
| A2 = {{ItemSlot| item = Enigma Berry}}&lt;br /&gt;
| A3 = {{ItemSlot| item = Hondew Berry}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Enigma Berry}}&lt;br /&gt;
| B2 = {{ItemSlot| item = Exp. Candy L}}&lt;br /&gt;
| B3 = {{ItemSlot| item = Enigma Berry}}&lt;br /&gt;
| C1 = {{ItemSlot| item = Hondew Berry}}&lt;br /&gt;
| C2 = {{ItemSlot| item = Enigma Berry}}&lt;br /&gt;
| C3 = {{ItemSlot| item = Hondew Berry}}&lt;br /&gt;
| S1 = &lt;br /&gt;
| S2 = &lt;br /&gt;
| S3 = &lt;br /&gt;
| output = {{ItemSlot| item = Numb Candy | amount = 2 |  tooltip = Numb Candy}}&lt;br /&gt;
}}&lt;br /&gt;
| || ||&lt;br /&gt;
|{{CookingInterface&lt;br /&gt;
| A1 = {{ItemSlot| item = Grepa Berry}}&lt;br /&gt;
| A2 = {{ItemSlot| item = Enigma Berry}}&lt;br /&gt;
| A3 = {{ItemSlot| item = Grepa Berry}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Enigma Berry}}&lt;br /&gt;
| B2 = {{ItemSlot| item = Exp. Candy XL}}&lt;br /&gt;
| B3 = {{ItemSlot| item = Enigma Berry}}&lt;br /&gt;
| C1 = {{ItemSlot| item = Grepa Berry}}&lt;br /&gt;
| C2 = {{ItemSlot| item = Enigma Berry}}&lt;br /&gt;
| C3 = {{ItemSlot| item = Grepa Berry}}&lt;br /&gt;
| S1 = &lt;br /&gt;
| S2 = &lt;br /&gt;
| S3 = &lt;br /&gt;
| output = {{ItemSlot| item = Coward Candy | amount = 3 |  tooltip = Coward Candy}}&lt;br /&gt;
}}&lt;br /&gt;
|-&lt;br /&gt;
|{{CookingInterface&lt;br /&gt;
| A1 = {{ItemSlot| item = Grepa Berry}}&lt;br /&gt;
| A2 = {{ItemSlot| item = Enigma Berry}}&lt;br /&gt;
| A3 = {{ItemSlot| item = Grepa Berry}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Enigma Berry}}&lt;br /&gt;
| B2 = {{ItemSlot| item = Exp. Candy L}}&lt;br /&gt;
| B3 = {{ItemSlot| item = Enigma Berry}}&lt;br /&gt;
| C1 = {{ItemSlot| item = Grepa Berry}}&lt;br /&gt;
| C2 = {{ItemSlot| item = Enigma Berry}}&lt;br /&gt;
| C3 = {{ItemSlot| item = Grepa Berry}}&lt;br /&gt;
| S1 = &lt;br /&gt;
| S2 = &lt;br /&gt;
| S3 = &lt;br /&gt;
| output = {{ItemSlot| item = Coward Candy | amount = 2 |  tooltip = Coward Candy}}&lt;br /&gt;
}}&lt;br /&gt;
| ||&lt;br /&gt;
|{{CookingInterface&lt;br /&gt;
| A1 = {{ItemSlot| item = Tamato Berry}}&lt;br /&gt;
| A2 = {{ItemSlot| item = Enigma Berry}}&lt;br /&gt;
| A3 = {{ItemSlot| item = Tamato Berry}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Enigma Berry}}&lt;br /&gt;
| B2 = {{ItemSlot| item = Exp. Candy XL}}&lt;br /&gt;
| B3 = {{ItemSlot| item = Enigma Berry}}&lt;br /&gt;
| C1 = {{ItemSlot| item = Tamato Berry}}&lt;br /&gt;
| C2 = {{ItemSlot| item = Enigma Berry}}&lt;br /&gt;
| C3 = {{ItemSlot| item = Tamato Berry}}&lt;br /&gt;
| S1 = &lt;br /&gt;
| S2 = &lt;br /&gt;
| S3 = &lt;br /&gt;
| output = {{ItemSlot| item = Slow Candy | amount = 3 |  tooltip = Slow Candy}}&lt;br /&gt;
}}&lt;br /&gt;
| || ||&lt;br /&gt;
|{{CookingInterface&lt;br /&gt;
| A1 = {{ItemSlot| item = Tamato Berry}}&lt;br /&gt;
| A2 = {{ItemSlot| item = Enigma Berry}}&lt;br /&gt;
| A3 = {{ItemSlot| item = Tamato Berry}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Enigma Berry}}&lt;br /&gt;
| B2 = {{ItemSlot| item = Exp. Candy L}}&lt;br /&gt;
| B3 = {{ItemSlot| item = Enigma Berry}}&lt;br /&gt;
| C1 = {{ItemSlot| item = Tamato Berry}}&lt;br /&gt;
| C2 = {{ItemSlot| item = Enigma Berry}}&lt;br /&gt;
| C3 = {{ItemSlot| item = Tamato Berry}}&lt;br /&gt;
| S1 = &lt;br /&gt;
| S2 = &lt;br /&gt;
| S3 = &lt;br /&gt;
| output = {{ItemSlot| item = Slow Candy | amount = 2 |  tooltip = Slow Candy}}&lt;br /&gt;
}}&lt;br /&gt;
|-&lt;br /&gt;
|{{CookingInterface&lt;br /&gt;
| A1 = {{ItemSlot| item = Hearty Grains | link = Hearty Grains}}&lt;br /&gt;
| A2 = {{ItemSlot| item = Honey Bottle}}&lt;br /&gt;
| A3 = {{ItemSlot| item = Pomeg Berry }}&lt;br /&gt;
| output = {{ItemSlot| item = Health Mochi | amount = 3 |  tooltip = Health Mochi}}&lt;br /&gt;
}}&lt;br /&gt;
| ||&lt;br /&gt;
|{{CookingInterface&lt;br /&gt;
| A1 = {{ItemSlot| item = Hearty Grains | link = Hearty Grains}}&lt;br /&gt;
| A2 = {{ItemSlot| item = Honey Bottle}}&lt;br /&gt;
| A3 = {{ItemSlot| item = Kelpsy Berry}}&lt;br /&gt;
| output = {{ItemSlot| item = Muscle Mochi | amount = 3 |  tooltip = Muscle Mochi}}&lt;br /&gt;
}}&lt;br /&gt;
| || ||&lt;br /&gt;
|{{CookingInterface&lt;br /&gt;
| A1 = {{ItemSlot| item = Hearty Grains | link = Hearty Grains}}&lt;br /&gt;
| A2 = {{ItemSlot| item = Honey Bottle}}&lt;br /&gt;
| A3 = {{ItemSlot| item = Qualot Berry}}&lt;br /&gt;
| output = {{ItemSlot| item = Resist Mochi | amount = 3 |  tooltip = Resist Mochi}}&lt;br /&gt;
}}&lt;br /&gt;
|-&lt;br /&gt;
|{{CookingInterface&lt;br /&gt;
| A1 = {{ItemSlot| item = Hearty Grains | link = Hearty Grains}}&lt;br /&gt;
| A2 = {{ItemSlot| item = Honey Bottle}}&lt;br /&gt;
| A3 = {{ItemSlot| item = Hondew Berry}}&lt;br /&gt;
| output = {{ItemSlot| item = Genius Mochi | amount = 3 |  tooltip = Genius Mochi}}&lt;br /&gt;
}}&lt;br /&gt;
| ||&lt;br /&gt;
|{{CookingInterface&lt;br /&gt;
| A1 = {{ItemSlot| item = Hearty Grains | link = Hearty Grains}}&lt;br /&gt;
| A2 = {{ItemSlot| item = Honey Bottle}}&lt;br /&gt;
| A3 = {{ItemSlot| item = Grepa Berry}}&lt;br /&gt;
| output = {{ItemSlot| item = Clever Mochi | amount = 3 |  tooltip = Clever Mochi}}&lt;br /&gt;
}}&lt;br /&gt;
| || ||&lt;br /&gt;
|{{CookingInterface&lt;br /&gt;
| A1 = {{ItemSlot| item = Hearty Grains | link = Hearty Grains}}&lt;br /&gt;
| A2 = {{ItemSlot| item = Honey Bottle}}&lt;br /&gt;
| A3 = {{ItemSlot| item = Tamato Berry}}&lt;br /&gt;
| output = {{ItemSlot| item = Swift Mochi | amount = 3 |  tooltip = Swift Mochi}}&lt;br /&gt;
}}&lt;br /&gt;
|-&lt;br /&gt;
|{{CookingInterface&lt;br /&gt;
| A1 = {{ItemSlot| item = Hearty Grains | link = Hearty Grains}}&lt;br /&gt;
| A2 = {{ItemSlot| item = Honey Bottle}}&lt;br /&gt;
| A3 = {{ItemSlot| item = Enigma Berry}}&lt;br /&gt;
| output = {{ItemSlot| item = Fresh-Start Mochi | amount = 3 |  tooltip = Fresh-Start Mochi}}&lt;br /&gt;
}}&lt;br /&gt;
| ||&lt;br /&gt;
|{{CookingInterface&lt;br /&gt;
| A1 = {{ItemSlot| item = Oran Berry; Sitrus Berry; Enigma Berry; Figy Berry; Wiki Berry; Mago Berry; Aguav Berry; Iapapa Berry; Cheri Berry; Chesto Berry; Pecha Berry; Rawst Berry; Aspear Berry; Persim Berry; Lum Berry; Touga Berry; Eggant Berry; Leppa Berry; Hopo Berry; Pomeg Berry; Kelpsy Berry; Qualot Berry; Hondew Berry; Grepa Berry; Tamato Berry; Babiri Berry; Charti Berry; Chilan Berry; Chople Berry; Coba Berry; Colbur Berry; Haban Berry; Kasib Berry; Kebia Berry; Occa Berry; Passho Berry; Payapa Berry; Rindo Berry; Roseli Berry; Shuca Berry; Tanga Berry; Wacan Berry; Yache Berry; Kee Berry; Maranga Berry; Liechi Berry; Ganlon Berry; Salac Berry; Petaya Berry; Apicot Berry; Lansat Berry; Starf Berry; Micle Berry; Custap Berry; Jaboca Berry; Rowap Berry; Razz Berry; Bluk Berry; Nanab Berry; Wepear Berry; Pinap Berry; Cornn Berry; Magost Berry; Rabuta Berry; Nomel Berry; Pomeg Berry; Kelpsy Berry; Qualot Berry; Hondew Berry; Grepa Berry; Tamato Berry; Spelon Berry; Pamtre Berry; Watmel Berry; Durin Berry; Belue Berry; Hopo Berry | link = Berry | tooltip = Any Berry}}&lt;br /&gt;
| A2 = {{ItemSlot| item = Oran Berry; Sitrus Berry; Enigma Berry; Figy Berry; Wiki Berry; Mago Berry; Aguav Berry; Iapapa Berry; Cheri Berry; Chesto Berry; Pecha Berry; Rawst Berry; Aspear Berry; Persim Berry; Lum Berry; Touga Berry; Eggant Berry; Leppa Berry; Hopo Berry; Pomeg Berry; Kelpsy Berry; Qualot Berry; Hondew Berry; Grepa Berry; Tamato Berry; Babiri Berry; Charti Berry; Chilan Berry; Chople Berry; Coba Berry; Colbur Berry; Haban Berry; Kasib Berry; Kebia Berry; Occa Berry; Passho Berry; Payapa Berry; Rindo Berry; Roseli Berry; Shuca Berry; Tanga Berry; Wacan Berry; Yache Berry; Kee Berry; Maranga Berry; Liechi Berry; Ganlon Berry; Salac Berry; Petaya Berry; Apicot Berry; Lansat Berry; Starf Berry; Micle Berry; Custap Berry; Jaboca Berry; Rowap Berry; Razz Berry; Bluk Berry; Nanab Berry; Wepear Berry; Pinap Berry; Cornn Berry; Magost Berry; Rabuta Berry; Nomel Berry; Pomeg Berry; Kelpsy Berry; Qualot Berry; Hondew Berry; Grepa Berry; Tamato Berry; Spelon Berry; Pamtre Berry; Watmel Berry; Durin Berry; Belue Berry; Hopo Berry | link = Berry | tooltip = Any Berry}}&lt;br /&gt;
| A3 = {{ItemSlot| item = Oran Berry; Sitrus Berry; Enigma Berry; Figy Berry; Wiki Berry; Mago Berry; Aguav Berry; Iapapa Berry; Cheri Berry; Chesto Berry; Pecha Berry; Rawst Berry; Aspear Berry; Persim Berry; Lum Berry; Touga Berry; Eggant Berry; Leppa Berry; Hopo Berry; Pomeg Berry; Kelpsy Berry; Qualot Berry; Hondew Berry; Grepa Berry; Tamato Berry; Babiri Berry; Charti Berry; Chilan Berry; Chople Berry; Coba Berry; Colbur Berry; Haban Berry; Kasib Berry; Kebia Berry; Occa Berry; Passho Berry; Payapa Berry; Rindo Berry; Roseli Berry; Shuca Berry; Tanga Berry; Wacan Berry; Yache Berry; Kee Berry; Maranga Berry; Liechi Berry; Ganlon Berry; Salac Berry; Petaya Berry; Apicot Berry; Lansat Berry; Starf Berry; Micle Berry; Custap Berry; Jaboca Berry; Rowap Berry; Razz Berry; Bluk Berry; Nanab Berry; Wepear Berry; Pinap Berry; Cornn Berry; Magost Berry; Rabuta Berry; Nomel Berry; Pomeg Berry; Kelpsy Berry; Qualot Berry; Hondew Berry; Grepa Berry; Tamato Berry; Spelon Berry; Pamtre Berry; Watmel Berry; Durin Berry; Belue Berry; Hopo Berry | link = Berry | tooltip = Any Berry}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Stick}}&lt;br /&gt;
| B2 = {{ItemSlot| item = Sugar}}&lt;br /&gt;
| output = {{ItemSlot| item = Candied Berries}}&lt;br /&gt;
| shapeless = yes&lt;br /&gt;
|}}&lt;br /&gt;
| || ||&lt;br /&gt;
|{{CookingInterface&lt;br /&gt;
| A1 = {{ItemSlot| item = Milk Bucket; Moomoo Milk | link = Moomoo Milk | tooltip = Any Milk}}&lt;br /&gt;
| A2 = {{ItemSlot| item = Milk Bucket; Moomoo Milk | link = Moomoo Milk | tooltip = Any Milk}}&lt;br /&gt;
| A3 = {{ItemSlot| item = Milk Bucket; Moomoo Milk | link = Moomoo Milk | tooltip = Any Milk}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Sugar}}&lt;br /&gt;
| B2 = {{ItemSlot| item = Vivichoke | link = Vivichoke}}&lt;br /&gt;
| B3 = {{ItemSlot| item = Sugar}}&lt;br /&gt;
| C1 = {{ItemSlot| item = Hearty Grains | link = Hearty Grains}}&lt;br /&gt;
| C2 = {{ItemSlot| item = Hearty Grains | link = Hearty Grains}}&lt;br /&gt;
| C3 = {{ItemSlot| item = Hearty Grains | link = Hearty Grains}}&lt;br /&gt;
| S1 = {{ItemSlot| item = Oran Berry; Sitrus Berry; Enigma Berry; Figy Berry; Wiki Berry; Mago Berry; Aguav Berry; Iapapa Berry; Cheri Berry; Chesto Berry; Pecha Berry; Rawst Berry; Aspear Berry; Persim Berry; Lum Berry; Touga Berry; Eggant Berry; Leppa Berry; Hopo Berry; Pomeg Berry; Kelpsy Berry; Qualot Berry; Hondew Berry; Grepa Berry; Tamato Berry; Babiri Berry; Charti Berry; Chilan Berry; Chople Berry; Coba Berry; Colbur Berry; Haban Berry; Kasib Berry; Kebia Berry; Occa Berry; Passho Berry; Payapa Berry; Rindo Berry; Roseli Berry; Shuca Berry; Tanga Berry; Wacan Berry; Yache Berry; Kee Berry; Maranga Berry; Liechi Berry; Ganlon Berry; Salac Berry; Petaya Berry; Apicot Berry; Lansat Berry; Starf Berry; Micle Berry; Custap Berry; Jaboca Berry; Rowap Berry; Razz Berry; Bluk Berry; Nanab Berry; Wepear Berry; Pinap Berry; Cornn Berry; Magost Berry; Rabuta Berry; Nomel Berry; Pomeg Berry; Kelpsy Berry; Qualot Berry; Hondew Berry; Grepa Berry; Tamato Berry; Spelon Berry; Pamtre Berry; Watmel Berry; Durin Berry; Belue Berry; Hopo Berry | tooltip = Any Flavor Seasoning}}&lt;br /&gt;
| S2 = {{ItemSlot| item = Oran Berry; Sitrus Berry; Enigma Berry; Figy Berry; Wiki Berry; Mago Berry; Aguav Berry; Iapapa Berry; Cheri Berry; Chesto Berry; Pecha Berry; Rawst Berry; Aspear Berry; Persim Berry; Lum Berry; Touga Berry; Eggant Berry; Leppa Berry; Hopo Berry; Pomeg Berry; Kelpsy Berry; Qualot Berry; Hondew Berry; Grepa Berry; Tamato Berry; Babiri Berry; Charti Berry; Chilan Berry; Chople Berry; Coba Berry; Colbur Berry; Haban Berry; Kasib Berry; Kebia Berry; Occa Berry; Passho Berry; Payapa Berry; Rindo Berry; Roseli Berry; Shuca Berry; Tanga Berry; Wacan Berry; Yache Berry; Kee Berry; Maranga Berry; Liechi Berry; Ganlon Berry; Salac Berry; Petaya Berry; Apicot Berry; Lansat Berry; Starf Berry; Micle Berry; Custap Berry; Jaboca Berry; Rowap Berry; Razz Berry; Bluk Berry; Nanab Berry; Wepear Berry; Pinap Berry; Cornn Berry; Magost Berry; Rabuta Berry; Nomel Berry; Pomeg Berry; Kelpsy Berry; Qualot Berry; Hondew Berry; Grepa Berry; Tamato Berry; Spelon Berry; Pamtre Berry; Watmel Berry; Durin Berry; Belue Berry; Hopo Berry | tooltip = Any Flavor Seasoning}}&lt;br /&gt;
| S3 = {{ItemSlot| item = Oran Berry; Sitrus Berry; Enigma Berry; Figy Berry; Wiki Berry; Mago Berry; Aguav Berry; Iapapa Berry; Cheri Berry; Chesto Berry; Pecha Berry; Rawst Berry; Aspear Berry; Persim Berry; Lum Berry; Touga Berry; Eggant Berry; Leppa Berry; Hopo Berry; Pomeg Berry; Kelpsy Berry; Qualot Berry; Hondew Berry; Grepa Berry; Tamato Berry; Babiri Berry; Charti Berry; Chilan Berry; Chople Berry; Coba Berry; Colbur Berry; Haban Berry; Kasib Berry; Kebia Berry; Occa Berry; Passho Berry; Payapa Berry; Rindo Berry; Roseli Berry; Shuca Berry; Tanga Berry; Wacan Berry; Yache Berry; Kee Berry; Maranga Berry; Liechi Berry; Ganlon Berry; Salac Berry; Petaya Berry; Apicot Berry; Lansat Berry; Starf Berry; Micle Berry; Custap Berry; Jaboca Berry; Rowap Berry; Razz Berry; Bluk Berry; Nanab Berry; Wepear Berry; Pinap Berry; Cornn Berry; Magost Berry; Rabuta Berry; Nomel Berry; Pomeg Berry; Kelpsy Berry; Qualot Berry; Hondew Berry; Grepa Berry; Tamato Berry; Spelon Berry; Pamtre Berry; Watmel Berry; Durin Berry; Belue Berry; Hopo Berry | tooltip = Any Flavor Seasoning}}&lt;br /&gt;
| output = {{ItemSlot| item = Poké Cake}}&lt;br /&gt;
|}}&lt;br /&gt;
|-&lt;br /&gt;
|{{CookingInterface&lt;br /&gt;
| A1 = {{ItemSlot| item = Milk Bucket; Moomoo Milk | link = Moomoo Milk | tooltip = Any Milk}}&lt;br /&gt;
| A2 = {{ItemSlot| item = Milk Bucket; Moomoo Milk | link = Moomoo Milk | tooltip = Any Milk}}&lt;br /&gt;
| A3 = {{ItemSlot| item = Milk Bucket; Moomoo Milk | link = Moomoo Milk | tooltip = Any Milk}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Honey Bottle}}&lt;br /&gt;
| B2 = {{ItemSlot| item = Vivichoke | link = Vivichoke}}&lt;br /&gt;
| B3 = {{ItemSlot| item = Honey Bottle}}&lt;br /&gt;
| C1 = {{ItemSlot| item = Hearty Grains | link = Hearty Grains}}&lt;br /&gt;
| C2 = {{ItemSlot| item = Hearty Grains | link = Hearty Grains}}&lt;br /&gt;
| C3 = {{ItemSlot| item = Hearty Grains | link = Hearty Grains}}&lt;br /&gt;
| S1 = {{ItemSlot| item = Apple; Enchanted Golden Apple; Glistering Melon Slice; Glow Berries; Golden Apple; Golden Carrot; Sweet Berries; Oran Berry; Sitrus Berry; Enigma Berry; Figy Berry; Wiki Berry; Mago Berry; Aguav Berry; Iapapa Berry; Cheri Berry; Chesto Berry; Pecha Berry; Rawst Berry; Aspear Berry; Persim Berry; Lum Berry; Touga Berry; Eggant Berry; Leppa Berry; Hopo Berry; Pomeg Berry; Kelpsy Berry; Qualot Berry; Hondew Berry; Grepa Berry; Tamato Berry; Babiri Berry; Charti Berry; Chilan Berry; Chople Berry; Coba Berry; Colbur Berry; Haban Berry; Kasib Berry; Kebia Berry; Occa Berry; Passho Berry; Payapa Berry; Rindo Berry; Roseli Berry; Shuca Berry; Tanga Berry; Wacan Berry; Yache Berry; Kee Berry; Maranga Berry; Liechi Berry; Ganlon Berry; Salac Berry; Petaya Berry; Apicot Berry; Lansat Berry; Starf Berry; Micle Berry; Custap Berry; Jaboca Berry; Rowap Berry; Razz Berry; Bluk Berry; Nanab Berry; Wepear Berry; Pinap Berry; Cornn Berry; Magost Berry; Rabuta Berry; Nomel Berry; Pomeg Berry; Kelpsy Berry; Qualot Berry; Hondew Berry; Grepa Berry; Tamato Berry; Spelon Berry; Pamtre Berry; Watmel Berry; Durin Berry; Belue Berry; Hopo Berry | link = Poké Rod#Bait | tooltip = Any Bait Seasoning}}&lt;br /&gt;
| S2 = {{ItemSlot| item = Apple; Enchanted Golden Apple; Glistering Melon Slice; Glow Berries; Golden Apple; Golden Carrot; Sweet Berries; Oran Berry; Sitrus Berry; Enigma Berry; Figy Berry; Wiki Berry; Mago Berry; Aguav Berry; Iapapa Berry; Cheri Berry; Chesto Berry; Pecha Berry; Rawst Berry; Aspear Berry; Persim Berry; Lum Berry; Touga Berry; Eggant Berry; Leppa Berry; Hopo Berry; Pomeg Berry; Kelpsy Berry; Qualot Berry; Hondew Berry; Grepa Berry; Tamato Berry; Babiri Berry; Charti Berry; Chilan Berry; Chople Berry; Coba Berry; Colbur Berry; Haban Berry; Kasib Berry; Kebia Berry; Occa Berry; Passho Berry; Payapa Berry; Rindo Berry; Roseli Berry; Shuca Berry; Tanga Berry; Wacan Berry; Yache Berry; Kee Berry; Maranga Berry; Liechi Berry; Ganlon Berry; Salac Berry; Petaya Berry; Apicot Berry; Lansat Berry; Starf Berry; Micle Berry; Custap Berry; Jaboca Berry; Rowap Berry; Razz Berry; Bluk Berry; Nanab Berry; Wepear Berry; Pinap Berry; Cornn Berry; Magost Berry; Rabuta Berry; Nomel Berry; Pomeg Berry; Kelpsy Berry; Qualot Berry; Hondew Berry; Grepa Berry; Tamato Berry; Spelon Berry; Pamtre Berry; Watmel Berry; Durin Berry; Belue Berry; Hopo Berry | link = Poké Rod#Bait | tooltip = Any Bait Seasoning}}&lt;br /&gt;
| S3 = {{ItemSlot| item = Apple; Enchanted Golden Apple; Glistering Melon Slice; Glow Berries; Golden Apple; Golden Carrot; Sweet Berries; Oran Berry; Sitrus Berry; Enigma Berry; Figy Berry; Wiki Berry; Mago Berry; Aguav Berry; Iapapa Berry; Cheri Berry; Chesto Berry; Pecha Berry; Rawst Berry; Aspear Berry; Persim Berry; Lum Berry; Touga Berry; Eggant Berry; Leppa Berry; Hopo Berry; Pomeg Berry; Kelpsy Berry; Qualot Berry; Hondew Berry; Grepa Berry; Tamato Berry; Babiri Berry; Charti Berry; Chilan Berry; Chople Berry; Coba Berry; Colbur Berry; Haban Berry; Kasib Berry; Kebia Berry; Occa Berry; Passho Berry; Payapa Berry; Rindo Berry; Roseli Berry; Shuca Berry; Tanga Berry; Wacan Berry; Yache Berry; Kee Berry; Maranga Berry; Liechi Berry; Ganlon Berry; Salac Berry; Petaya Berry; Apicot Berry; Lansat Berry; Starf Berry; Micle Berry; Custap Berry; Jaboca Berry; Rowap Berry; Razz Berry; Bluk Berry; Nanab Berry; Wepear Berry; Pinap Berry; Cornn Berry; Magost Berry; Rabuta Berry; Nomel Berry; Pomeg Berry; Kelpsy Berry; Qualot Berry; Hondew Berry; Grepa Berry; Tamato Berry; Spelon Berry; Pamtre Berry; Watmel Berry; Durin Berry; Belue Berry; Hopo Berry | link = Poké Rod#Bait | tooltip = Any Bait Seasoning}}&lt;br /&gt;
| output = {{ItemSlot| item = Poké Snack}}&lt;br /&gt;
|}}&lt;br /&gt;
| ||&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Advancements==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! colspan=&amp;quot;3&amp;quot; |Cobblemon 1.4.1&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Very Berry&#039;&#039;&#039;&lt;br /&gt;
|Advancement&lt;br /&gt;
|&amp;quot;&#039;&#039;Obtain any wild Berry, wild crops that grow on the surface and have many uses.&#039;&#039;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Oops, all Berries!&#039;&#039;&#039;&lt;br /&gt;
|Challenge&lt;br /&gt;
|&amp;quot;&#039;&#039;Obtain one of every Berry in Cobblemon.&#039;&#039;&amp;quot;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== History ==&lt;br /&gt;
{{HistoryTable|rows=&lt;br /&gt;
&lt;br /&gt;
{{HistoryRow|version=1.4.0|changes=Added Berries and Berry Trees}}&lt;br /&gt;
&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Items}}&lt;/div&gt;</summary>
		<author><name>PushedTester</name></author>
	</entry>
	<entry>
		<id>https://wiki.cobblemon.com/index.php?title=Revival_Herb&amp;diff=8139</id>
		<title>Revival Herb</title>
		<link rel="alternate" type="text/html" href="https://wiki.cobblemon.com/index.php?title=Revival_Herb&amp;diff=8139"/>
		<updated>2026-01-11T19:12:56Z</updated>

		<summary type="html">&lt;p&gt;PushedTester: Created History and added a hyperlink to Pep-Up Flower page&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{InfoboxItem&lt;br /&gt;
| image = Revival Herb (block, stage 0).png&lt;br /&gt;
| image2 = Revival Herb (block, stage 1).png&lt;br /&gt;
| image3 = Revival Herb (block, stage 2).png&lt;br /&gt;
| image4 = Revival Herb (block, stage 3).png&lt;br /&gt;
| image5 = Revival Herb (block, stage 4).png&lt;br /&gt;
| image6 = Revival Herb (block, stage 5).png&lt;br /&gt;
| image7 = Revival Herb (block, stage 6).png&lt;br /&gt;
| image8 = Revival Herb (block, stage 7).png&lt;br /&gt;
| image9 = Revival Herb (block, stage 8).png&lt;br /&gt;
| item = Revival Herb.png&lt;br /&gt;
| itemtooltip = Revival Herb&lt;br /&gt;
| stacklimit = 64&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
A &#039;&#039;&#039;Revival Herb&#039;&#039;&#039; is a crop that can be found growing naturally in Lush Caves. It can be used to craft certain items or used directly to fully revive a fainted Pokémon whilst reducing Friendship.&lt;br /&gt;
&lt;br /&gt;
==Obtaining==&lt;br /&gt;
Stage 1-7 Revival Herbs will drop a single Revival Herb.&lt;br /&gt;
&amp;lt;br/&amp;gt;Stage 8 Revival Herbs will drop 2-3 Revival Herb.&lt;br /&gt;
&amp;lt;br/&amp;gt;Stage 9 Revival herbs will drop 3-4 Revival Herbs and 1-2 [[Pep-Up Flower|Pep-Up Flowers]].&lt;br /&gt;
&lt;br /&gt;
===Natural Generation===&lt;br /&gt;
Revival Herbs can be found growing naturally in Lush Caves.&lt;br /&gt;
&lt;br /&gt;
===Farming===&lt;br /&gt;
Revival Herbs can be placed on farmland. After being placed, it goes through eight stages of growth.&lt;br /&gt;
&lt;br /&gt;
When bone meal is used on a Revival Herb crop, its growth stage will increase by one.&lt;br /&gt;
&lt;br /&gt;
===Interaction===&lt;br /&gt;
Revival Herbs can be obtained by using [[minecraftwiki:Bone Meal|Bone Meal]] on a Petilil. This consumes the Bone Meal.&lt;br /&gt;
&lt;br /&gt;
===Drops===&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot; style=&amp;quot;margin:auto&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! &#039;&#039;&#039;Dex No.&#039;&#039;&#039; !! &#039;&#039;&#039;Pokémon&#039;&#039;&#039; !! &#039;&#039;&#039;Rate&#039;&#039;&#039; !! &#039;&#039;&#039;Quantity&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| 0548 || Petilil || 2.5% || style=&amp;quot;text-align:center&amp;quot; | 1&lt;br /&gt;
|-&lt;br /&gt;
| 0549 || Lilligant || 5% || style=&amp;quot;text-align:center&amp;quot; | 1&lt;br /&gt;
|-&lt;br /&gt;
| 0549 || Lilligant (Hisuian) || 5% || style=&amp;quot;text-align:center&amp;quot; | 1&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Usage==&lt;br /&gt;
===Crafting Ingredient===&lt;br /&gt;
{{CraftingInterface&lt;br /&gt;
| A1 = {{ItemSlot| item = Revival Herb}}&lt;br /&gt;
| output = {{ItemSlot| item = Heal Powder}}&lt;br /&gt;
| shapeless = true&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
===Composting===&lt;br /&gt;
Putting a Revival Herb in a Composter has a 65% chance of raising the compost level by 1.&lt;br /&gt;
&lt;br /&gt;
===Mutations===&lt;br /&gt;
By utilizing a bag of Surprise Mulch at Stage 0, a Stage 9 Revival Herb crop can be mutated into one of the 4 following crops; Mental Herb, Power Herb, White Herb, and Mirror Herb.&lt;br /&gt;
&lt;br /&gt;
==History==&lt;br /&gt;
{{HistoryTable|rows=&lt;br /&gt;
&lt;br /&gt;
{{HistoryRow|version=1.4.0|changes=Added Revival Herb}}&lt;br /&gt;
&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Blocks}}&lt;br /&gt;
[[Category:Item]]&lt;br /&gt;
[[Category:Plants]]&lt;br /&gt;
[[Category:Medicine]]&lt;/div&gt;</summary>
		<author><name>PushedTester</name></author>
	</entry>
	<entry>
		<id>https://wiki.cobblemon.com/index.php?title=Moomoo_Milk&amp;diff=8137</id>
		<title>Moomoo Milk</title>
		<link rel="alternate" type="text/html" href="https://wiki.cobblemon.com/index.php?title=Moomoo_Milk&amp;diff=8137"/>
		<updated>2026-01-11T14:48:31Z</updated>

		<summary type="html">&lt;p&gt;PushedTester: /* History */ fixed typo&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{InfoboxItem&lt;br /&gt;
| image = Moomoo Milk.png&lt;br /&gt;
| item = Moomoo Milk.png&lt;br /&gt;
| itemtooltip = Moomoo Milk&lt;br /&gt;
| stacklimit = 16&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Moomoo Milk&#039;&#039;&#039; is a [[:Category:Medicine|medicinal item]] that clears all stat changes of the target Pokémon when used in battle.&lt;br /&gt;
&lt;br /&gt;
==Obtaining==&lt;br /&gt;
===Interaction===&lt;br /&gt;
Moomoo Milk can be obtained by using a [[minecraftwiki:Glass Bottle|Glass Bottle]] on a Mootank. This consumes the glass bottle.&lt;br /&gt;
&lt;br /&gt;
==Usage==&lt;br /&gt;
===Pokémon Battle===&lt;br /&gt;
When used in battle, Moomoo Milk clears all stat changes of the target Pokémon when used in battle, consuming the item.&lt;br /&gt;
===Crafting===&lt;br /&gt;
Moomoo Milk may be used in place of a [[minecraftwiki:Milk Bucket|Milk Bucket]] in any recipes.&lt;br /&gt;
===Cooking===&lt;br /&gt;
{|&lt;br /&gt;
|{{CookingInterface&lt;br /&gt;
| A1 = {{ItemSlot| item = Wheat}}&lt;br /&gt;
| A2 = {{ItemSlot| item = Moomoo Milk | link = Moomoo Milk}}&lt;br /&gt;
| A3 = {{ItemSlot| item = Sugar}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Cocoa Beans}}&lt;br /&gt;
| output = {{ItemSlot| item = Rage Candy Bar | link = Rage Candy Bar}}&lt;br /&gt;
| shapeless = true&lt;br /&gt;
|}}&lt;br /&gt;
| || ||&lt;br /&gt;
|{{CookingInterface&lt;br /&gt;
| A1 = {{ItemSlot| item = Wheat}}&lt;br /&gt;
| A2 = {{ItemSlot| item = Moomoo Milk | link = Moomoo Milk}}&lt;br /&gt;
| A3 = {{ItemSlot| item = Sugar}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Melon}}&lt;br /&gt;
| output = {{ItemSlot| item = Big Malasada | link = Big Malasada}}&lt;br /&gt;
| shapeless = true&lt;br /&gt;
|}}&lt;br /&gt;
| || ||&lt;br /&gt;
|{{CookingInterface&lt;br /&gt;
| A1 = {{ItemSlot| item = Vivichoke | link = Vivichoke}}&lt;br /&gt;
| A2 = {{ItemSlot| item = Moomoo Milk | link = Moomoo Milk}}&lt;br /&gt;
| A3 = {{ItemSlot| item = Bowl}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Bread}}&lt;br /&gt;
| output = {{ItemSlot| item = Vivichoke Dip | link = Vivichoke Dip}}&lt;br /&gt;
| shapeless = true&lt;br /&gt;
|}}&lt;br /&gt;
|-&lt;br /&gt;
|{{CookingInterface&lt;br /&gt;
| A1 = {{ItemSlot| item = Wheat}}&lt;br /&gt;
| A2 = {{ItemSlot| item = Moomoo Milk | link = Moomoo Milk}}&lt;br /&gt;
| A3 = {{ItemSlot| item = Snowball}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Sugar}}&lt;br /&gt;
| output = {{ItemSlot| item = Casteliacone | link = Casteliacone}}&lt;br /&gt;
| shapeless = true&lt;br /&gt;
|}}&lt;br /&gt;
| || ||&lt;br /&gt;
|{{CookingInterface&lt;br /&gt;
| A1 = {{ItemSlot| item = Wheat}}&lt;br /&gt;
| A2 = {{ItemSlot| item = Moomoo Milk | link = Moomoo Milk}}&lt;br /&gt;
| A3 = {{ItemSlot| item = Sugar}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Glow Berries}}&lt;br /&gt;
| output = {{ItemSlot| item = Lumiose Galette | link = Lumiose Galette}}&lt;br /&gt;
| shapeless = true&lt;br /&gt;
|}}&lt;br /&gt;
| || ||&lt;br /&gt;
|{{CookingInterface&lt;br /&gt;
| A1 = {{ItemSlot| item = Unremarkable Teacup | link = Unremarkable Teacup}}&lt;br /&gt;
| A2 = {{ItemSlot| item = Unremarkable Teacup | link = Unremarkable Teacup}}&lt;br /&gt;
| A3 = {{ItemSlot| item = Unremarkable Teacup | link = Unremarkable Teacup}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Moomoo Milk | link = Moomoo Milk}}&lt;br /&gt;
| S1 = {{ItemSlot| item = Dead Bush | tooltip = Any Effect Seasoning}}&lt;br /&gt;
| S2 = {{ItemSlot| item = Dead Bush | tooltip = Any Effect Seasoning}}&lt;br /&gt;
| S3 = {{ItemSlot| item = Dead Bush | tooltip = Any Effect Seasoning}}&lt;br /&gt;
| output = {{ItemSlot| item = Sinister Tea (Unremarkable Teacup) | tooltip = Sinister Tea | link = Sinister Tea | amount = 3}}&lt;br /&gt;
| shapeless = true&lt;br /&gt;
|}}&lt;br /&gt;
|-&lt;br /&gt;
|{{CookingInterface&lt;br /&gt;
| A1 = {{ItemSlot| item = Bowl}}&lt;br /&gt;
| A2 = {{ItemSlot| item = Bowl}}&lt;br /&gt;
| A3 = {{ItemSlot| item = Bowl}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Moomoo Milk | link = Moomoo Milk}}&lt;br /&gt;
| S1 = {{ItemSlot| item = Dead Bush | tooltip = Any Effect Seasoning}}&lt;br /&gt;
| S2 = {{ItemSlot| item = Dead Bush | tooltip = Any Effect Seasoning}}&lt;br /&gt;
| S3 = {{ItemSlot| item = Dead Bush | tooltip = Any Effect Seasoning}}&lt;br /&gt;
| output = {{ItemSlot| item = Sinister Tea | amount = 3}}&lt;br /&gt;
| shapeless = true&lt;br /&gt;
|}}&lt;br /&gt;
| || ||&lt;br /&gt;
|{{CookingInterface&lt;br /&gt;
| A1 = {{ItemSlot| item = Masterpiece Teacup | link = Masterpiece Teacup}}&lt;br /&gt;
| A2 = {{ItemSlot| item = Masterpiece Teacup | link = Masterpiece Teacup}}&lt;br /&gt;
| A3 = {{ItemSlot| item = Masterpiece Teacup | link = Masterpiece Teacup}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Moomoo Milk | link = Moomoo Milk}}&lt;br /&gt;
| S1 = {{ItemSlot| item = Dead Bush | tooltip = Any Effect Seasoning}}&lt;br /&gt;
| S2 = {{ItemSlot| item = Dead Bush | tooltip = Any Effect Seasoning}}&lt;br /&gt;
| S3 = {{ItemSlot| item = Dead Bush | tooltip = Any Effect Seasoning}}&lt;br /&gt;
| output = {{ItemSlot| item = Sinister Tea (Masterpiece Teacup) | tooltip = Sinister Tea | link = Sinister Tea | amount = 3}}&lt;br /&gt;
| shapeless = true&lt;br /&gt;
|}}&lt;br /&gt;
| || ||&lt;br /&gt;
|{{CookingInterface&lt;br /&gt;
| A1 = {{ItemSlot| item = Sweet Berries}}&lt;br /&gt;
| A2 = {{ItemSlot| item = Moomoo Milk | link = Moomoo Milk}}&lt;br /&gt;
| A3 = {{ItemSlot| item = Sugar}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Honey Bottle}}&lt;br /&gt;
| output = {{ItemSlot| item = Whipped Dream | link = Whipped Dream}}&lt;br /&gt;
| shapeless = true&lt;br /&gt;
|}}&lt;br /&gt;
|-&lt;br /&gt;
|{{CookingInterface&lt;br /&gt;
| A1 = {{ItemSlot| item = Moomoo Milk | link = Moomoo Milk}}&lt;br /&gt;
| A2 = {{ItemSlot| item = Moomoo Milk | link = Moomoo Milk}}&lt;br /&gt;
| A3 = {{ItemSlot| item = Moomoo Milk | link = Moomoo Milk}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Honey Bottle}}&lt;br /&gt;
| B2 = {{ItemSlot| item = Vivichoke | link = Vivichoke}}&lt;br /&gt;
| B3 = {{ItemSlot| item = Honey Bottle}}&lt;br /&gt;
| C1 = {{ItemSlot| item = Hearty Grains | link = Hearty Grains}}&lt;br /&gt;
| C2 = {{ItemSlot| item = Hearty Grains | link = Hearty Grains}}&lt;br /&gt;
| C3 = {{ItemSlot| item = Hearty Grains | link = Hearty Grains}}&lt;br /&gt;
| S1 = {{ItemSlot| item = Apple; Enchanted Golden Apple; Glistering Melon Slice; Glow Berries; Golden Apple; Golden Carrot; Sweet Berries; Oran Berry; Sitrus Berry; Enigma Berry; Figy Berry; Wiki Berry; Mago Berry; Aguav Berry; Iapapa Berry; Cheri Berry; Chesto Berry; Pecha Berry; Rawst Berry; Aspear Berry; Persim Berry; Lum Berry; Touga Berry; Eggant Berry; Leppa Berry; Hopo Berry; Pomeg Berry; Kelpsy Berry; Qualot Berry; Hondew Berry; Grepa Berry; Tamato Berry; Babiri Berry; Charti Berry; Chilan Berry; Chople Berry; Coba Berry; Colbur Berry; Haban Berry; Kasib Berry; Kebia Berry; Occa Berry; Passho Berry; Payapa Berry; Rindo Berry; Roseli Berry; Shuca Berry; Tanga Berry; Wacan Berry; Yache Berry; Kee Berry; Maranga Berry; Liechi Berry; Ganlon Berry; Salac Berry; Petaya Berry; Apicot Berry; Lansat Berry; Starf Berry; Micle Berry; Custap Berry; Jaboca Berry; Rowap Berry; Razz Berry; Bluk Berry; Nanab Berry; Wepear Berry; Pinap Berry; Cornn Berry; Magost Berry; Rabuta Berry; Nomel Berry; Pomeg Berry; Kelpsy Berry; Qualot Berry; Hondew Berry; Grepa Berry; Tamato Berry; Spelon Berry; Pamtre Berry; Watmel Berry; Durin Berry; Belue Berry; Hopo Berry | link = Poké Rod#Bait | tooltip = Any Seasoning}}&lt;br /&gt;
| S2 = {{ItemSlot| item = Apple; Enchanted Golden Apple; Glistering Melon Slice; Glow Berries; Golden Apple; Golden Carrot; Sweet Berries; Oran Berry; Sitrus Berry; Enigma Berry; Figy Berry; Wiki Berry; Mago Berry; Aguav Berry; Iapapa Berry; Cheri Berry; Chesto Berry; Pecha Berry; Rawst Berry; Aspear Berry; Persim Berry; Lum Berry; Touga Berry; Eggant Berry; Leppa Berry; Hopo Berry; Pomeg Berry; Kelpsy Berry; Qualot Berry; Hondew Berry; Grepa Berry; Tamato Berry; Babiri Berry; Charti Berry; Chilan Berry; Chople Berry; Coba Berry; Colbur Berry; Haban Berry; Kasib Berry; Kebia Berry; Occa Berry; Passho Berry; Payapa Berry; Rindo Berry; Roseli Berry; Shuca Berry; Tanga Berry; Wacan Berry; Yache Berry; Kee Berry; Maranga Berry; Liechi Berry; Ganlon Berry; Salac Berry; Petaya Berry; Apicot Berry; Lansat Berry; Starf Berry; Micle Berry; Custap Berry; Jaboca Berry; Rowap Berry; Razz Berry; Bluk Berry; Nanab Berry; Wepear Berry; Pinap Berry; Cornn Berry; Magost Berry; Rabuta Berry; Nomel Berry; Pomeg Berry; Kelpsy Berry; Qualot Berry; Hondew Berry; Grepa Berry; Tamato Berry; Spelon Berry; Pamtre Berry; Watmel Berry; Durin Berry; Belue Berry; Hopo Berry | link = Poké Rod#Bait | tooltip = Any Seasoning}}&lt;br /&gt;
| S3 = {{ItemSlot| item = Apple; Enchanted Golden Apple; Glistering Melon Slice; Glow Berries; Golden Apple; Golden Carrot; Sweet Berries; Oran Berry; Sitrus Berry; Enigma Berry; Figy Berry; Wiki Berry; Mago Berry; Aguav Berry; Iapapa Berry; Cheri Berry; Chesto Berry; Pecha Berry; Rawst Berry; Aspear Berry; Persim Berry; Lum Berry; Touga Berry; Eggant Berry; Leppa Berry; Hopo Berry; Pomeg Berry; Kelpsy Berry; Qualot Berry; Hondew Berry; Grepa Berry; Tamato Berry; Babiri Berry; Charti Berry; Chilan Berry; Chople Berry; Coba Berry; Colbur Berry; Haban Berry; Kasib Berry; Kebia Berry; Occa Berry; Passho Berry; Payapa Berry; Rindo Berry; Roseli Berry; Shuca Berry; Tanga Berry; Wacan Berry; Yache Berry; Kee Berry; Maranga Berry; Liechi Berry; Ganlon Berry; Salac Berry; Petaya Berry; Apicot Berry; Lansat Berry; Starf Berry; Micle Berry; Custap Berry; Jaboca Berry; Rowap Berry; Razz Berry; Bluk Berry; Nanab Berry; Wepear Berry; Pinap Berry; Cornn Berry; Magost Berry; Rabuta Berry; Nomel Berry; Pomeg Berry; Kelpsy Berry; Qualot Berry; Hondew Berry; Grepa Berry; Tamato Berry; Spelon Berry; Pamtre Berry; Watmel Berry; Durin Berry; Belue Berry; Hopo Berry | link = Poké Rod#Bait | tooltip = Any Bait Seasoning}}&lt;br /&gt;
| S2 = {{ItemSlot| item = Apple; Enchanted Golden Apple; Glistering Melon Slice; Glow Berries; Golden Apple; Golden Carrot; Sweet Berries; Oran Berry; Sitrus Berry; Enigma Berry; Figy Berry; Wiki Berry; Mago Berry; Aguav Berry; Iapapa Berry; Cheri Berry; Chesto Berry; Pecha Berry; Rawst Berry; Aspear Berry; Persim Berry; Lum Berry; Touga Berry; Eggant Berry; Leppa Berry; Hopo Berry; Pomeg Berry; Kelpsy Berry; Qualot Berry; Hondew Berry; Grepa Berry; Tamato Berry; Babiri Berry; Charti Berry; Chilan Berry; Chople Berry; Coba Berry; Colbur Berry; Haban Berry; Kasib Berry; Kebia Berry; Occa Berry; Passho Berry; Payapa Berry; Rindo Berry; Roseli Berry; Shuca Berry; Tanga Berry; Wacan Berry; Yache Berry; Kee Berry; Maranga Berry; Liechi Berry; Ganlon Berry; Salac Berry; Petaya Berry; Apicot Berry; Lansat Berry; Starf Berry; Micle Berry; Custap Berry; Jaboca Berry; Rowap Berry; Razz Berry; Bluk Berry; Nanab Berry; Wepear Berry; Pinap Berry; Cornn Berry; Magost Berry; Rabuta Berry; Nomel Berry; Pomeg Berry; Kelpsy Berry; Qualot Berry; Hondew Berry; Grepa Berry; Tamato Berry; Spelon Berry; Pamtre Berry; Watmel Berry; Durin Berry; Belue Berry; Hopo Berry | link = Poké Rod#Bait | tooltip = Any Seasoning}}&lt;br /&gt;
| S2 = {{ItemSlot| item = Apple; Enchanted Golden Apple; Glistering Melon Slice; Glow Berries; Golden Apple; Golden Carrot; Sweet Berries; Oran Berry; Sitrus Berry; Enigma Berry; Figy Berry; Wiki Berry; Mago Berry; Aguav Berry; Iapapa Berry; Cheri Berry; Chesto Berry; Pecha Berry; Rawst Berry; Aspear Berry; Persim Berry; Lum Berry; Touga Berry; Eggant Berry; Leppa Berry; Hopo Berry; Pomeg Berry; Kelpsy Berry; Qualot Berry; Hondew Berry; Grepa Berry; Tamato Berry; Babiri Berry; Charti Berry; Chilan Berry; Chople Berry; Coba Berry; Colbur Berry; Haban Berry; Kasib Berry; Kebia Berry; Occa Berry; Passho Berry; Payapa Berry; Rindo Berry; Roseli Berry; Shuca Berry; Tanga Berry; Wacan Berry; Yache Berry; Kee Berry; Maranga Berry; Liechi Berry; Ganlon Berry; Salac Berry; Petaya Berry; Apicot Berry; Lansat Berry; Starf Berry; Micle Berry; Custap Berry; Jaboca Berry; Rowap Berry; Razz Berry; Bluk Berry; Nanab Berry; Wepear Berry; Pinap Berry; Cornn Berry; Magost Berry; Rabuta Berry; Nomel Berry; Pomeg Berry; Kelpsy Berry; Qualot Berry; Hondew Berry; Grepa Berry; Tamato Berry; Spelon Berry; Pamtre Berry; Watmel Berry; Durin Berry; Belue Berry; Hopo Berry | link = Poké Rod#Bait | tooltip = Any Seasoning}}&lt;br /&gt;
| S3 = {{ItemSlot| item = Apple; Enchanted Golden Apple; Glistering Melon Slice; Glow Berries; Golden Apple; Golden Carrot; Sweet Berries; Oran Berry; Sitrus Berry; Enigma Berry; Figy Berry; Wiki Berry; Mago Berry; Aguav Berry; Iapapa Berry; Cheri Berry; Chesto Berry; Pecha Berry; Rawst Berry; Aspear Berry; Persim Berry; Lum Berry; Touga Berry; Eggant Berry; Leppa Berry; Hopo Berry; Pomeg Berry; Kelpsy Berry; Qualot Berry; Hondew Berry; Grepa Berry; Tamato Berry; Babiri Berry; Charti Berry; Chilan Berry; Chople Berry; Coba Berry; Colbur Berry; Haban Berry; Kasib Berry; Kebia Berry; Occa Berry; Passho Berry; Payapa Berry; Rindo Berry; Roseli Berry; Shuca Berry; Tanga Berry; Wacan Berry; Yache Berry; Kee Berry; Maranga Berry; Liechi Berry; Ganlon Berry; Salac Berry; Petaya Berry; Apicot Berry; Lansat Berry; Starf Berry; Micle Berry; Custap Berry; Jaboca Berry; Rowap Berry; Razz Berry; Bluk Berry; Nanab Berry; Wepear Berry; Pinap Berry; Cornn Berry; Magost Berry; Rabuta Berry; Nomel Berry; Pomeg Berry; Kelpsy Berry; Qualot Berry; Hondew Berry; Grepa Berry; Tamato Berry; Spelon Berry; Pamtre Berry; Watmel Berry; Durin Berry; Belue Berry; Hopo Berry | link = Poké Rod#Bait | tooltip = Any Bait Seasoning}}&lt;br /&gt;
| S3 = {{ItemSlot| item = Apple; Enchanted Golden Apple; Glistering Melon Slice; Glow Berries; Golden Apple; Golden Carrot; Sweet Berries; Oran Berry; Sitrus Berry; Enigma Berry; Figy Berry; Wiki Berry; Mago Berry; Aguav Berry; Iapapa Berry; Cheri Berry; Chesto Berry; Pecha Berry; Rawst Berry; Aspear Berry; Persim Berry; Lum Berry; Touga Berry; Eggant Berry; Leppa Berry; Hopo Berry; Pomeg Berry; Kelpsy Berry; Qualot Berry; Hondew Berry; Grepa Berry; Tamato Berry; Babiri Berry; Charti Berry; Chilan Berry; Chople Berry; Coba Berry; Colbur Berry; Haban Berry; Kasib Berry; Kebia Berry; Occa Berry; Passho Berry; Payapa Berry; Rindo Berry; Roseli Berry; Shuca Berry; Tanga Berry; Wacan Berry; Yache Berry; Kee Berry; Maranga Berry; Liechi Berry; Ganlon Berry; Salac Berry; Petaya Berry; Apicot Berry; Lansat Berry; Starf Berry; Micle Berry; Custap Berry; Jaboca Berry; Rowap Berry; Razz Berry; Bluk Berry; Nanab Berry; Wepear Berry; Pinap Berry; Cornn Berry; Magost Berry; Rabuta Berry; Nomel Berry; Pomeg Berry; Kelpsy Berry; Qualot Berry; Hondew Berry; Grepa Berry; Tamato Berry; Spelon Berry; Pamtre Berry; Watmel Berry; Durin Berry; Belue Berry; Hopo Berry | link = Poké Rod#Bait | tooltip = Any Seasoning}}&lt;br /&gt;
| S2 = {{ItemSlot| item = Apple; Enchanted Golden Apple; Glistering Melon Slice; Glow Berries; Golden Apple; Golden Carrot; Sweet Berries; Oran Berry; Sitrus Berry; Enigma Berry; Figy Berry; Wiki Berry; Mago Berry; Aguav Berry; Iapapa Berry; Cheri Berry; Chesto Berry; Pecha Berry; Rawst Berry; Aspear Berry; Persim Berry; Lum Berry; Touga Berry; Eggant Berry; Leppa Berry; Hopo Berry; Pomeg Berry; Kelpsy Berry; Qualot Berry; Hondew Berry; Grepa Berry; Tamato Berry; Babiri Berry; Charti Berry; Chilan Berry; Chople Berry; Coba Berry; Colbur Berry; Haban Berry; Kasib Berry; Kebia Berry; Occa Berry; Passho Berry; Payapa Berry; Rindo Berry; Roseli Berry; Shuca Berry; Tanga Berry; Wacan Berry; Yache Berry; Kee Berry; Maranga Berry; Liechi Berry; Ganlon Berry; Salac Berry; Petaya Berry; Apicot Berry; Lansat Berry; Starf Berry; Micle Berry; Custap Berry; Jaboca Berry; Rowap Berry; Razz Berry; Bluk Berry; Nanab Berry; Wepear Berry; Pinap Berry; Cornn Berry; Magost Berry; Rabuta Berry; Nomel Berry; Pomeg Berry; Kelpsy Berry; Qualot Berry; Hondew Berry; Grepa Berry; Tamato Berry; Spelon Berry; Pamtre Berry; Watmel Berry; Durin Berry; Belue Berry; Hopo Berry | link = Poké Rod#Bait | tooltip = Any Seasoning}}&lt;br /&gt;
| S3 = {{ItemSlot| item = Apple; Enchanted Golden Apple; Glistering Melon Slice; Glow Berries; Golden Apple; Golden Carrot; Sweet Berries; Oran Berry; Sitrus Berry; Enigma Berry; Figy Berry; Wiki Berry; Mago Berry; Aguav Berry; Iapapa Berry; Cheri Berry; Chesto Berry; Pecha Berry; Rawst Berry; Aspear Berry; Persim Berry; Lum Berry; Touga Berry; Eggant Berry; Leppa Berry; Hopo Berry; Pomeg Berry; Kelpsy Berry; Qualot Berry; Hondew Berry; Grepa Berry; Tamato Berry; Babiri Berry; Charti Berry; Chilan Berry; Chople Berry; Coba Berry; Colbur Berry; Haban Berry; Kasib Berry; Kebia Berry; Occa Berry; Passho Berry; Payapa Berry; Rindo Berry; Roseli Berry; Shuca Berry; Tanga Berry; Wacan Berry; Yache Berry; Kee Berry; Maranga Berry; Liechi Berry; Ganlon Berry; Salac Berry; Petaya Berry; Apicot Berry; Lansat Berry; Starf Berry; Micle Berry; Custap Berry; Jaboca Berry; Rowap Berry; Razz Berry; Bluk Berry; Nanab Berry; Wepear Berry; Pinap Berry; Cornn Berry; Magost Berry; Rabuta Berry; Nomel Berry; Pomeg Berry; Kelpsy Berry; Qualot Berry; Hondew Berry; Grepa Berry; Tamato Berry; Spelon Berry; Pamtre Berry; Watmel Berry; Durin Berry; Belue Berry; Hopo Berry | link = Poké Rod#Bait | tooltip = Any Bait Seasoning}}&lt;br /&gt;
| output = {{ItemSlot| item = Poké Snack | link = Poké Snack}}&lt;br /&gt;
|}}&lt;br /&gt;
| || ||&lt;br /&gt;
|{{CookingInterface&lt;br /&gt;
| A1 = {{ItemSlot| item = Moomoo Milk | link = Moomoo Milk}}&lt;br /&gt;
| A2 = {{ItemSlot| item = Moomoo Milk | link = Moomoo Milk}}&lt;br /&gt;
| A3 = {{ItemSlot| item = Moomoo Milk | link = Moomoo Milk}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Sugar}}&lt;br /&gt;
| B2 = {{ItemSlot| item = Vivichoke | link = Vivichoke}}&lt;br /&gt;
| B3 = {{ItemSlot| item = Sugar}}&lt;br /&gt;
| C1 = {{ItemSlot| item = Hearty Grains | link = Hearty Grains}}&lt;br /&gt;
| C2 = {{ItemSlot| item = Hearty Grains | link = Hearty Grains}}&lt;br /&gt;
| C3 = {{ItemSlot| item = Hearty Grains | link = Hearty Grains}}&lt;br /&gt;
| S1 = {{ItemSlot| item = Apple; Enchanted Golden Apple; Glistering Melon Slice; Glow Berries; Golden Apple; Golden Carrot; Sweet Berries; Oran Berry; Sitrus Berry; Enigma Berry; Figy Berry; Wiki Berry; Mago Berry; Aguav Berry; Iapapa Berry; Cheri Berry; Chesto Berry; Pecha Berry; Rawst Berry; Aspear Berry; Persim Berry; Lum Berry; Touga Berry; Eggant Berry; Leppa Berry; Hopo Berry; Pomeg Berry; Kelpsy Berry; Qualot Berry; Hondew Berry; Grepa Berry; Tamato Berry; Babiri Berry; Charti Berry; Chilan Berry; Chople Berry; Coba Berry; Colbur Berry; Haban Berry; Kasib Berry; Kebia Berry; Occa Berry; Passho Berry; Payapa Berry; Rindo Berry; Roseli Berry; Shuca Berry; Tanga Berry; Wacan Berry; Yache Berry; Kee Berry; Maranga Berry; Liechi Berry; Ganlon Berry; Salac Berry; Petaya Berry; Apicot Berry; Lansat Berry; Starf Berry; Micle Berry; Custap Berry; Jaboca Berry; Rowap Berry; Razz Berry; Bluk Berry; Nanab Berry; Wepear Berry; Pinap Berry; Cornn Berry; Magost Berry; Rabuta Berry; Nomel Berry; Pomeg Berry; Kelpsy Berry; Qualot Berry; Hondew Berry; Grepa Berry; Tamato Berry; Spelon Berry; Pamtre Berry; Watmel Berry; Durin Berry; Belue Berry; Hopo Berry | link = Poké Rod#Bait | tooltip = Any Seasoning}}&lt;br /&gt;
| S2 = {{ItemSlot| item = Apple; Enchanted Golden Apple; Glistering Melon Slice; Glow Berries; Golden Apple; Golden Carrot; Sweet Berries; Oran Berry; Sitrus Berry; Enigma Berry; Figy Berry; Wiki Berry; Mago Berry; Aguav Berry; Iapapa Berry; Cheri Berry; Chesto Berry; Pecha Berry; Rawst Berry; Aspear Berry; Persim Berry; Lum Berry; Touga Berry; Eggant Berry; Leppa Berry; Hopo Berry; Pomeg Berry; Kelpsy Berry; Qualot Berry; Hondew Berry; Grepa Berry; Tamato Berry; Babiri Berry; Charti Berry; Chilan Berry; Chople Berry; Coba Berry; Colbur Berry; Haban Berry; Kasib Berry; Kebia Berry; Occa Berry; Passho Berry; Payapa Berry; Rindo Berry; Roseli Berry; Shuca Berry; Tanga Berry; Wacan Berry; Yache Berry; Kee Berry; Maranga Berry; Liechi Berry; Ganlon Berry; Salac Berry; Petaya Berry; Apicot Berry; Lansat Berry; Starf Berry; Micle Berry; Custap Berry; Jaboca Berry; Rowap Berry; Razz Berry; Bluk Berry; Nanab Berry; Wepear Berry; Pinap Berry; Cornn Berry; Magost Berry; Rabuta Berry; Nomel Berry; Pomeg Berry; Kelpsy Berry; Qualot Berry; Hondew Berry; Grepa Berry; Tamato Berry; Spelon Berry; Pamtre Berry; Watmel Berry; Durin Berry; Belue Berry; Hopo Berry | link = Poké Rod#Bait | tooltip = Any Seasoning}}&lt;br /&gt;
| S3 = {{ItemSlot| item = Apple; Enchanted Golden Apple; Glistering Melon Slice; Glow Berries; Golden Apple; Golden Carrot; Sweet Berries; Oran Berry; Sitrus Berry; Enigma Berry; Figy Berry; Wiki Berry; Mago Berry; Aguav Berry; Iapapa Berry; Cheri Berry; Chesto Berry; Pecha Berry; Rawst Berry; Aspear Berry; Persim Berry; Lum Berry; Touga Berry; Eggant Berry; Leppa Berry; Hopo Berry; Pomeg Berry; Kelpsy Berry; Qualot Berry; Hondew Berry; Grepa Berry; Tamato Berry; Babiri Berry; Charti Berry; Chilan Berry; Chople Berry; Coba Berry; Colbur Berry; Haban Berry; Kasib Berry; Kebia Berry; Occa Berry; Passho Berry; Payapa Berry; Rindo Berry; Roseli Berry; Shuca Berry; Tanga Berry; Wacan Berry; Yache Berry; Kee Berry; Maranga Berry; Liechi Berry; Ganlon Berry; Salac Berry; Petaya Berry; Apicot Berry; Lansat Berry; Starf Berry; Micle Berry; Custap Berry; Jaboca Berry; Rowap Berry; Razz Berry; Bluk Berry; Nanab Berry; Wepear Berry; Pinap Berry; Cornn Berry; Magost Berry; Rabuta Berry; Nomel Berry; Pomeg Berry; Kelpsy Berry; Qualot Berry; Hondew Berry; Grepa Berry; Tamato Berry; Spelon Berry; Pamtre Berry; Watmel Berry; Durin Berry; Belue Berry; Hopo Berry | link = Poké Rod#Bait | tooltip = Any Bait Seasoning}}&lt;br /&gt;
| S2 = {{ItemSlot| item = Apple; Enchanted Golden Apple; Glistering Melon Slice; Glow Berries; Golden Apple; Golden Carrot; Sweet Berries; Oran Berry; Sitrus Berry; Enigma Berry; Figy Berry; Wiki Berry; Mago Berry; Aguav Berry; Iapapa Berry; Cheri Berry; Chesto Berry; Pecha Berry; Rawst Berry; Aspear Berry; Persim Berry; Lum Berry; Touga Berry; Eggant Berry; Leppa Berry; Hopo Berry; Pomeg Berry; Kelpsy Berry; Qualot Berry; Hondew Berry; Grepa Berry; Tamato Berry; Babiri Berry; Charti Berry; Chilan Berry; Chople Berry; Coba Berry; Colbur Berry; Haban Berry; Kasib Berry; Kebia Berry; Occa Berry; Passho Berry; Payapa Berry; Rindo Berry; Roseli Berry; Shuca Berry; Tanga Berry; Wacan Berry; Yache Berry; Kee Berry; Maranga Berry; Liechi Berry; Ganlon Berry; Salac Berry; Petaya Berry; Apicot Berry; Lansat Berry; Starf Berry; Micle Berry; Custap Berry; Jaboca Berry; Rowap Berry; Razz Berry; Bluk Berry; Nanab Berry; Wepear Berry; Pinap Berry; Cornn Berry; Magost Berry; Rabuta Berry; Nomel Berry; Pomeg Berry; Kelpsy Berry; Qualot Berry; Hondew Berry; Grepa Berry; Tamato Berry; Spelon Berry; Pamtre Berry; Watmel Berry; Durin Berry; Belue Berry; Hopo Berry | link = Poké Rod#Bait | tooltip = Any Seasoning}}&lt;br /&gt;
| S2 = {{ItemSlot| item = Apple; Enchanted Golden Apple; Glistering Melon Slice; Glow Berries; Golden Apple; Golden Carrot; Sweet Berries; Oran Berry; Sitrus Berry; Enigma Berry; Figy Berry; Wiki Berry; Mago Berry; Aguav Berry; Iapapa Berry; Cheri Berry; Chesto Berry; Pecha Berry; Rawst Berry; Aspear Berry; Persim Berry; Lum Berry; Touga Berry; Eggant Berry; Leppa Berry; Hopo Berry; Pomeg Berry; Kelpsy Berry; Qualot Berry; Hondew Berry; Grepa Berry; Tamato Berry; Babiri Berry; Charti Berry; Chilan Berry; Chople Berry; Coba Berry; Colbur Berry; Haban Berry; Kasib Berry; Kebia Berry; Occa Berry; Passho Berry; Payapa Berry; Rindo Berry; Roseli Berry; Shuca Berry; Tanga Berry; Wacan Berry; Yache Berry; Kee Berry; Maranga Berry; Liechi Berry; Ganlon Berry; Salac Berry; Petaya Berry; Apicot Berry; Lansat Berry; Starf Berry; Micle Berry; Custap Berry; Jaboca Berry; Rowap Berry; Razz Berry; Bluk Berry; Nanab Berry; Wepear Berry; Pinap Berry; Cornn Berry; Magost Berry; Rabuta Berry; Nomel Berry; Pomeg Berry; Kelpsy Berry; Qualot Berry; Hondew Berry; Grepa Berry; Tamato Berry; Spelon Berry; Pamtre Berry; Watmel Berry; Durin Berry; Belue Berry; Hopo Berry | link = Poké Rod#Bait | tooltip = Any Seasoning}}&lt;br /&gt;
| S3 = {{ItemSlot| item = Apple; Enchanted Golden Apple; Glistering Melon Slice; Glow Berries; Golden Apple; Golden Carrot; Sweet Berries; Oran Berry; Sitrus Berry; Enigma Berry; Figy Berry; Wiki Berry; Mago Berry; Aguav Berry; Iapapa Berry; Cheri Berry; Chesto Berry; Pecha Berry; Rawst Berry; Aspear Berry; Persim Berry; Lum Berry; Touga Berry; Eggant Berry; Leppa Berry; Hopo Berry; Pomeg Berry; Kelpsy Berry; Qualot Berry; Hondew Berry; Grepa Berry; Tamato Berry; Babiri Berry; Charti Berry; Chilan Berry; Chople Berry; Coba Berry; Colbur Berry; Haban Berry; Kasib Berry; Kebia Berry; Occa Berry; Passho Berry; Payapa Berry; Rindo Berry; Roseli Berry; Shuca Berry; Tanga Berry; Wacan Berry; Yache Berry; Kee Berry; Maranga Berry; Liechi Berry; Ganlon Berry; Salac Berry; Petaya Berry; Apicot Berry; Lansat Berry; Starf Berry; Micle Berry; Custap Berry; Jaboca Berry; Rowap Berry; Razz Berry; Bluk Berry; Nanab Berry; Wepear Berry; Pinap Berry; Cornn Berry; Magost Berry; Rabuta Berry; Nomel Berry; Pomeg Berry; Kelpsy Berry; Qualot Berry; Hondew Berry; Grepa Berry; Tamato Berry; Spelon Berry; Pamtre Berry; Watmel Berry; Durin Berry; Belue Berry; Hopo Berry | link = Poké Rod#Bait | tooltip = Any Bait Seasoning}}&lt;br /&gt;
| S3 = {{ItemSlot| item = Apple; Enchanted Golden Apple; Glistering Melon Slice; Glow Berries; Golden Apple; Golden Carrot; Sweet Berries; Oran Berry; Sitrus Berry; Enigma Berry; Figy Berry; Wiki Berry; Mago Berry; Aguav Berry; Iapapa Berry; Cheri Berry; Chesto Berry; Pecha Berry; Rawst Berry; Aspear Berry; Persim Berry; Lum Berry; Touga Berry; Eggant Berry; Leppa Berry; Hopo Berry; Pomeg Berry; Kelpsy Berry; Qualot Berry; Hondew Berry; Grepa Berry; Tamato Berry; Babiri Berry; Charti Berry; Chilan Berry; Chople Berry; Coba Berry; Colbur Berry; Haban Berry; Kasib Berry; Kebia Berry; Occa Berry; Passho Berry; Payapa Berry; Rindo Berry; Roseli Berry; Shuca Berry; Tanga Berry; Wacan Berry; Yache Berry; Kee Berry; Maranga Berry; Liechi Berry; Ganlon Berry; Salac Berry; Petaya Berry; Apicot Berry; Lansat Berry; Starf Berry; Micle Berry; Custap Berry; Jaboca Berry; Rowap Berry; Razz Berry; Bluk Berry; Nanab Berry; Wepear Berry; Pinap Berry; Cornn Berry; Magost Berry; Rabuta Berry; Nomel Berry; Pomeg Berry; Kelpsy Berry; Qualot Berry; Hondew Berry; Grepa Berry; Tamato Berry; Spelon Berry; Pamtre Berry; Watmel Berry; Durin Berry; Belue Berry; Hopo Berry | link = Poké Rod#Bait | tooltip = Any Seasoning}}&lt;br /&gt;
| S2 = {{ItemSlot| item = Apple; Enchanted Golden Apple; Glistering Melon Slice; Glow Berries; Golden Apple; Golden Carrot; Sweet Berries; Oran Berry; Sitrus Berry; Enigma Berry; Figy Berry; Wiki Berry; Mago Berry; Aguav Berry; Iapapa Berry; Cheri Berry; Chesto Berry; Pecha Berry; Rawst Berry; Aspear Berry; Persim Berry; Lum Berry; Touga Berry; Eggant Berry; Leppa Berry; Hopo Berry; Pomeg Berry; Kelpsy Berry; Qualot Berry; Hondew Berry; Grepa Berry; Tamato Berry; Babiri Berry; Charti Berry; Chilan Berry; Chople Berry; Coba Berry; Colbur Berry; Haban Berry; Kasib Berry; Kebia Berry; Occa Berry; Passho Berry; Payapa Berry; Rindo Berry; Roseli Berry; Shuca Berry; Tanga Berry; Wacan Berry; Yache Berry; Kee Berry; Maranga Berry; Liechi Berry; Ganlon Berry; Salac Berry; Petaya Berry; Apicot Berry; Lansat Berry; Starf Berry; Micle Berry; Custap Berry; Jaboca Berry; Rowap Berry; Razz Berry; Bluk Berry; Nanab Berry; Wepear Berry; Pinap Berry; Cornn Berry; Magost Berry; Rabuta Berry; Nomel Berry; Pomeg Berry; Kelpsy Berry; Qualot Berry; Hondew Berry; Grepa Berry; Tamato Berry; Spelon Berry; Pamtre Berry; Watmel Berry; Durin Berry; Belue Berry; Hopo Berry | link = Poké Rod#Bait | tooltip = Any Seasoning}}&lt;br /&gt;
| S3 = {{ItemSlot| item = Apple; Enchanted Golden Apple; Glistering Melon Slice; Glow Berries; Golden Apple; Golden Carrot; Sweet Berries; Oran Berry; Sitrus Berry; Enigma Berry; Figy Berry; Wiki Berry; Mago Berry; Aguav Berry; Iapapa Berry; Cheri Berry; Chesto Berry; Pecha Berry; Rawst Berry; Aspear Berry; Persim Berry; Lum Berry; Touga Berry; Eggant Berry; Leppa Berry; Hopo Berry; Pomeg Berry; Kelpsy Berry; Qualot Berry; Hondew Berry; Grepa Berry; Tamato Berry; Babiri Berry; Charti Berry; Chilan Berry; Chople Berry; Coba Berry; Colbur Berry; Haban Berry; Kasib Berry; Kebia Berry; Occa Berry; Passho Berry; Payapa Berry; Rindo Berry; Roseli Berry; Shuca Berry; Tanga Berry; Wacan Berry; Yache Berry; Kee Berry; Maranga Berry; Liechi Berry; Ganlon Berry; Salac Berry; Petaya Berry; Apicot Berry; Lansat Berry; Starf Berry; Micle Berry; Custap Berry; Jaboca Berry; Rowap Berry; Razz Berry; Bluk Berry; Nanab Berry; Wepear Berry; Pinap Berry; Cornn Berry; Magost Berry; Rabuta Berry; Nomel Berry; Pomeg Berry; Kelpsy Berry; Qualot Berry; Hondew Berry; Grepa Berry; Tamato Berry; Spelon Berry; Pamtre Berry; Watmel Berry; Durin Berry; Belue Berry; Hopo Berry | link = Poké Rod#Bait | tooltip = Any Bait Seasoning}}&lt;br /&gt;
| output = {{ItemSlot| item = Poké Cake | link = Poké Cake}}&lt;br /&gt;
|}}&lt;br /&gt;
| || ||&lt;br /&gt;
|{{CookingInterface&lt;br /&gt;
| A1 = {{ItemSlot| item = Moomoo Milk | link = Moomoo Milk}}&lt;br /&gt;
| A2 = {{ItemSlot| item = Moomoo Milk | link = Moomoo Milk}}&lt;br /&gt;
| A3 = {{ItemSlot| item = Moomoo Milk | link = Moomoo Milk}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Sugar}}&lt;br /&gt;
| B2 = {{ItemSlot| item = Egg}}&lt;br /&gt;
| B3 = {{ItemSlot| item = Sugar}}&lt;br /&gt;
| C1 = {{ItemSlot| item = Wheat}}&lt;br /&gt;
| C2 = {{ItemSlot| item = Wheat}}&lt;br /&gt;
| C3 = {{ItemSlot| item = Wheat}}&lt;br /&gt;
| output = {{ItemSlot| item = Cake}}&lt;br /&gt;
|}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Trivia==&lt;br /&gt;
* Moomoo Milk is one of the only items in Cobblemon that has a different functionality entirely to the Pokémon games. In Pokémon, Moomoo Milk instead heals 100 HP.&lt;br /&gt;
** Moomoo Milk clearing all stat changes is a reference to how [[minecraftwiki:Milk Bucket|Milk Buckets]] will clear a player&#039;s effects.&lt;br /&gt;
&lt;br /&gt;
==History==&lt;br /&gt;
{{HistoryTable|rows=&lt;br /&gt;
&lt;br /&gt;
{{HistoryRow|version=1.7.0|changes= Added Moomoo Milk}}&lt;br /&gt;
&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Items}}&lt;br /&gt;
[[Category:Item]]&lt;/div&gt;</summary>
		<author><name>PushedTester</name></author>
	</entry>
	<entry>
		<id>https://wiki.cobblemon.com/index.php?title=Moomoo_Milk&amp;diff=8136</id>
		<title>Moomoo Milk</title>
		<link rel="alternate" type="text/html" href="https://wiki.cobblemon.com/index.php?title=Moomoo_Milk&amp;diff=8136"/>
		<updated>2026-01-11T14:48:05Z</updated>

		<summary type="html">&lt;p&gt;PushedTester: /* History */ Updated History to use the new template&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{InfoboxItem&lt;br /&gt;
| image = Moomoo Milk.png&lt;br /&gt;
| item = Moomoo Milk.png&lt;br /&gt;
| itemtooltip = Moomoo Milk&lt;br /&gt;
| stacklimit = 16&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Moomoo Milk&#039;&#039;&#039; is a [[:Category:Medicine|medicinal item]] that clears all stat changes of the target Pokémon when used in battle.&lt;br /&gt;
&lt;br /&gt;
==Obtaining==&lt;br /&gt;
===Interaction===&lt;br /&gt;
Moomoo Milk can be obtained by using a [[minecraftwiki:Glass Bottle|Glass Bottle]] on a Mootank. This consumes the glass bottle.&lt;br /&gt;
&lt;br /&gt;
==Usage==&lt;br /&gt;
===Pokémon Battle===&lt;br /&gt;
When used in battle, Moomoo Milk clears all stat changes of the target Pokémon when used in battle, consuming the item.&lt;br /&gt;
===Crafting===&lt;br /&gt;
Moomoo Milk may be used in place of a [[minecraftwiki:Milk Bucket|Milk Bucket]] in any recipes.&lt;br /&gt;
===Cooking===&lt;br /&gt;
{|&lt;br /&gt;
|{{CookingInterface&lt;br /&gt;
| A1 = {{ItemSlot| item = Wheat}}&lt;br /&gt;
| A2 = {{ItemSlot| item = Moomoo Milk | link = Moomoo Milk}}&lt;br /&gt;
| A3 = {{ItemSlot| item = Sugar}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Cocoa Beans}}&lt;br /&gt;
| output = {{ItemSlot| item = Rage Candy Bar | link = Rage Candy Bar}}&lt;br /&gt;
| shapeless = true&lt;br /&gt;
|}}&lt;br /&gt;
| || ||&lt;br /&gt;
|{{CookingInterface&lt;br /&gt;
| A1 = {{ItemSlot| item = Wheat}}&lt;br /&gt;
| A2 = {{ItemSlot| item = Moomoo Milk | link = Moomoo Milk}}&lt;br /&gt;
| A3 = {{ItemSlot| item = Sugar}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Melon}}&lt;br /&gt;
| output = {{ItemSlot| item = Big Malasada | link = Big Malasada}}&lt;br /&gt;
| shapeless = true&lt;br /&gt;
|}}&lt;br /&gt;
| || ||&lt;br /&gt;
|{{CookingInterface&lt;br /&gt;
| A1 = {{ItemSlot| item = Vivichoke | link = Vivichoke}}&lt;br /&gt;
| A2 = {{ItemSlot| item = Moomoo Milk | link = Moomoo Milk}}&lt;br /&gt;
| A3 = {{ItemSlot| item = Bowl}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Bread}}&lt;br /&gt;
| output = {{ItemSlot| item = Vivichoke Dip | link = Vivichoke Dip}}&lt;br /&gt;
| shapeless = true&lt;br /&gt;
|}}&lt;br /&gt;
|-&lt;br /&gt;
|{{CookingInterface&lt;br /&gt;
| A1 = {{ItemSlot| item = Wheat}}&lt;br /&gt;
| A2 = {{ItemSlot| item = Moomoo Milk | link = Moomoo Milk}}&lt;br /&gt;
| A3 = {{ItemSlot| item = Snowball}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Sugar}}&lt;br /&gt;
| output = {{ItemSlot| item = Casteliacone | link = Casteliacone}}&lt;br /&gt;
| shapeless = true&lt;br /&gt;
|}}&lt;br /&gt;
| || ||&lt;br /&gt;
|{{CookingInterface&lt;br /&gt;
| A1 = {{ItemSlot| item = Wheat}}&lt;br /&gt;
| A2 = {{ItemSlot| item = Moomoo Milk | link = Moomoo Milk}}&lt;br /&gt;
| A3 = {{ItemSlot| item = Sugar}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Glow Berries}}&lt;br /&gt;
| output = {{ItemSlot| item = Lumiose Galette | link = Lumiose Galette}}&lt;br /&gt;
| shapeless = true&lt;br /&gt;
|}}&lt;br /&gt;
| || ||&lt;br /&gt;
|{{CookingInterface&lt;br /&gt;
| A1 = {{ItemSlot| item = Unremarkable Teacup | link = Unremarkable Teacup}}&lt;br /&gt;
| A2 = {{ItemSlot| item = Unremarkable Teacup | link = Unremarkable Teacup}}&lt;br /&gt;
| A3 = {{ItemSlot| item = Unremarkable Teacup | link = Unremarkable Teacup}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Moomoo Milk | link = Moomoo Milk}}&lt;br /&gt;
| S1 = {{ItemSlot| item = Dead Bush | tooltip = Any Effect Seasoning}}&lt;br /&gt;
| S2 = {{ItemSlot| item = Dead Bush | tooltip = Any Effect Seasoning}}&lt;br /&gt;
| S3 = {{ItemSlot| item = Dead Bush | tooltip = Any Effect Seasoning}}&lt;br /&gt;
| output = {{ItemSlot| item = Sinister Tea (Unremarkable Teacup) | tooltip = Sinister Tea | link = Sinister Tea | amount = 3}}&lt;br /&gt;
| shapeless = true&lt;br /&gt;
|}}&lt;br /&gt;
|-&lt;br /&gt;
|{{CookingInterface&lt;br /&gt;
| A1 = {{ItemSlot| item = Bowl}}&lt;br /&gt;
| A2 = {{ItemSlot| item = Bowl}}&lt;br /&gt;
| A3 = {{ItemSlot| item = Bowl}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Moomoo Milk | link = Moomoo Milk}}&lt;br /&gt;
| S1 = {{ItemSlot| item = Dead Bush | tooltip = Any Effect Seasoning}}&lt;br /&gt;
| S2 = {{ItemSlot| item = Dead Bush | tooltip = Any Effect Seasoning}}&lt;br /&gt;
| S3 = {{ItemSlot| item = Dead Bush | tooltip = Any Effect Seasoning}}&lt;br /&gt;
| output = {{ItemSlot| item = Sinister Tea | amount = 3}}&lt;br /&gt;
| shapeless = true&lt;br /&gt;
|}}&lt;br /&gt;
| || ||&lt;br /&gt;
|{{CookingInterface&lt;br /&gt;
| A1 = {{ItemSlot| item = Masterpiece Teacup | link = Masterpiece Teacup}}&lt;br /&gt;
| A2 = {{ItemSlot| item = Masterpiece Teacup | link = Masterpiece Teacup}}&lt;br /&gt;
| A3 = {{ItemSlot| item = Masterpiece Teacup | link = Masterpiece Teacup}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Moomoo Milk | link = Moomoo Milk}}&lt;br /&gt;
| S1 = {{ItemSlot| item = Dead Bush | tooltip = Any Effect Seasoning}}&lt;br /&gt;
| S2 = {{ItemSlot| item = Dead Bush | tooltip = Any Effect Seasoning}}&lt;br /&gt;
| S3 = {{ItemSlot| item = Dead Bush | tooltip = Any Effect Seasoning}}&lt;br /&gt;
| output = {{ItemSlot| item = Sinister Tea (Masterpiece Teacup) | tooltip = Sinister Tea | link = Sinister Tea | amount = 3}}&lt;br /&gt;
| shapeless = true&lt;br /&gt;
|}}&lt;br /&gt;
| || ||&lt;br /&gt;
|{{CookingInterface&lt;br /&gt;
| A1 = {{ItemSlot| item = Sweet Berries}}&lt;br /&gt;
| A2 = {{ItemSlot| item = Moomoo Milk | link = Moomoo Milk}}&lt;br /&gt;
| A3 = {{ItemSlot| item = Sugar}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Honey Bottle}}&lt;br /&gt;
| output = {{ItemSlot| item = Whipped Dream | link = Whipped Dream}}&lt;br /&gt;
| shapeless = true&lt;br /&gt;
|}}&lt;br /&gt;
|-&lt;br /&gt;
|{{CookingInterface&lt;br /&gt;
| A1 = {{ItemSlot| item = Moomoo Milk | link = Moomoo Milk}}&lt;br /&gt;
| A2 = {{ItemSlot| item = Moomoo Milk | link = Moomoo Milk}}&lt;br /&gt;
| A3 = {{ItemSlot| item = Moomoo Milk | link = Moomoo Milk}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Honey Bottle}}&lt;br /&gt;
| B2 = {{ItemSlot| item = Vivichoke | link = Vivichoke}}&lt;br /&gt;
| B3 = {{ItemSlot| item = Honey Bottle}}&lt;br /&gt;
| C1 = {{ItemSlot| item = Hearty Grains | link = Hearty Grains}}&lt;br /&gt;
| C2 = {{ItemSlot| item = Hearty Grains | link = Hearty Grains}}&lt;br /&gt;
| C3 = {{ItemSlot| item = Hearty Grains | link = Hearty Grains}}&lt;br /&gt;
| S1 = {{ItemSlot| item = Apple; Enchanted Golden Apple; Glistering Melon Slice; Glow Berries; Golden Apple; Golden Carrot; Sweet Berries; Oran Berry; Sitrus Berry; Enigma Berry; Figy Berry; Wiki Berry; Mago Berry; Aguav Berry; Iapapa Berry; Cheri Berry; Chesto Berry; Pecha Berry; Rawst Berry; Aspear Berry; Persim Berry; Lum Berry; Touga Berry; Eggant Berry; Leppa Berry; Hopo Berry; Pomeg Berry; Kelpsy Berry; Qualot Berry; Hondew Berry; Grepa Berry; Tamato Berry; Babiri Berry; Charti Berry; Chilan Berry; Chople Berry; Coba Berry; Colbur Berry; Haban Berry; Kasib Berry; Kebia Berry; Occa Berry; Passho Berry; Payapa Berry; Rindo Berry; Roseli Berry; Shuca Berry; Tanga Berry; Wacan Berry; Yache Berry; Kee Berry; Maranga Berry; Liechi Berry; Ganlon Berry; Salac Berry; Petaya Berry; Apicot Berry; Lansat Berry; Starf Berry; Micle Berry; Custap Berry; Jaboca Berry; Rowap Berry; Razz Berry; Bluk Berry; Nanab Berry; Wepear Berry; Pinap Berry; Cornn Berry; Magost Berry; Rabuta Berry; Nomel Berry; Pomeg Berry; Kelpsy Berry; Qualot Berry; Hondew Berry; Grepa Berry; Tamato Berry; Spelon Berry; Pamtre Berry; Watmel Berry; Durin Berry; Belue Berry; Hopo Berry | link = Poké Rod#Bait | tooltip = Any Seasoning}}&lt;br /&gt;
| S2 = {{ItemSlot| item = Apple; Enchanted Golden Apple; Glistering Melon Slice; Glow Berries; Golden Apple; Golden Carrot; Sweet Berries; Oran Berry; Sitrus Berry; Enigma Berry; Figy Berry; Wiki Berry; Mago Berry; Aguav Berry; Iapapa Berry; Cheri Berry; Chesto Berry; Pecha Berry; Rawst Berry; Aspear Berry; Persim Berry; Lum Berry; Touga Berry; Eggant Berry; Leppa Berry; Hopo Berry; Pomeg Berry; Kelpsy Berry; Qualot Berry; Hondew Berry; Grepa Berry; Tamato Berry; Babiri Berry; Charti Berry; Chilan Berry; Chople Berry; Coba Berry; Colbur Berry; Haban Berry; Kasib Berry; Kebia Berry; Occa Berry; Passho Berry; Payapa Berry; Rindo Berry; Roseli Berry; Shuca Berry; Tanga Berry; Wacan Berry; Yache Berry; Kee Berry; Maranga Berry; Liechi Berry; Ganlon Berry; Salac Berry; Petaya Berry; Apicot Berry; Lansat Berry; Starf Berry; Micle Berry; Custap Berry; Jaboca Berry; Rowap Berry; Razz Berry; Bluk Berry; Nanab Berry; Wepear Berry; Pinap Berry; Cornn Berry; Magost Berry; Rabuta Berry; Nomel Berry; Pomeg Berry; Kelpsy Berry; Qualot Berry; Hondew Berry; Grepa Berry; Tamato Berry; Spelon Berry; Pamtre Berry; Watmel Berry; Durin Berry; Belue Berry; Hopo Berry | link = Poké Rod#Bait | tooltip = Any Seasoning}}&lt;br /&gt;
| S3 = {{ItemSlot| item = Apple; Enchanted Golden Apple; Glistering Melon Slice; Glow Berries; Golden Apple; Golden Carrot; Sweet Berries; Oran Berry; Sitrus Berry; Enigma Berry; Figy Berry; Wiki Berry; Mago Berry; Aguav Berry; Iapapa Berry; Cheri Berry; Chesto Berry; Pecha Berry; Rawst Berry; Aspear Berry; Persim Berry; Lum Berry; Touga Berry; Eggant Berry; Leppa Berry; Hopo Berry; Pomeg Berry; Kelpsy Berry; Qualot Berry; Hondew Berry; Grepa Berry; Tamato Berry; Babiri Berry; Charti Berry; Chilan Berry; Chople Berry; Coba Berry; Colbur Berry; Haban Berry; Kasib Berry; Kebia Berry; Occa Berry; Passho Berry; Payapa Berry; Rindo Berry; Roseli Berry; Shuca Berry; Tanga Berry; Wacan Berry; Yache Berry; Kee Berry; Maranga Berry; Liechi Berry; Ganlon Berry; Salac Berry; Petaya Berry; Apicot Berry; Lansat Berry; Starf Berry; Micle Berry; Custap Berry; Jaboca Berry; Rowap Berry; Razz Berry; Bluk Berry; Nanab Berry; Wepear Berry; Pinap Berry; Cornn Berry; Magost Berry; Rabuta Berry; Nomel Berry; Pomeg Berry; Kelpsy Berry; Qualot Berry; Hondew Berry; Grepa Berry; Tamato Berry; Spelon Berry; Pamtre Berry; Watmel Berry; Durin Berry; Belue Berry; Hopo Berry | link = Poké Rod#Bait | tooltip = Any Bait Seasoning}}&lt;br /&gt;
| S2 = {{ItemSlot| item = Apple; Enchanted Golden Apple; Glistering Melon Slice; Glow Berries; Golden Apple; Golden Carrot; Sweet Berries; Oran Berry; Sitrus Berry; Enigma Berry; Figy Berry; Wiki Berry; Mago Berry; Aguav Berry; Iapapa Berry; Cheri Berry; Chesto Berry; Pecha Berry; Rawst Berry; Aspear Berry; Persim Berry; Lum Berry; Touga Berry; Eggant Berry; Leppa Berry; Hopo Berry; Pomeg Berry; Kelpsy Berry; Qualot Berry; Hondew Berry; Grepa Berry; Tamato Berry; Babiri Berry; Charti Berry; Chilan Berry; Chople Berry; Coba Berry; Colbur Berry; Haban Berry; Kasib Berry; Kebia Berry; Occa Berry; Passho Berry; Payapa Berry; Rindo Berry; Roseli Berry; Shuca Berry; Tanga Berry; Wacan Berry; Yache Berry; Kee Berry; Maranga Berry; Liechi Berry; Ganlon Berry; Salac Berry; Petaya Berry; Apicot Berry; Lansat Berry; Starf Berry; Micle Berry; Custap Berry; Jaboca Berry; Rowap Berry; Razz Berry; Bluk Berry; Nanab Berry; Wepear Berry; Pinap Berry; Cornn Berry; Magost Berry; Rabuta Berry; Nomel Berry; Pomeg Berry; Kelpsy Berry; Qualot Berry; Hondew Berry; Grepa Berry; Tamato Berry; Spelon Berry; Pamtre Berry; Watmel Berry; Durin Berry; Belue Berry; Hopo Berry | link = Poké Rod#Bait | tooltip = Any Seasoning}}&lt;br /&gt;
| S2 = {{ItemSlot| item = Apple; Enchanted Golden Apple; Glistering Melon Slice; Glow Berries; Golden Apple; Golden Carrot; Sweet Berries; Oran Berry; Sitrus Berry; Enigma Berry; Figy Berry; Wiki Berry; Mago Berry; Aguav Berry; Iapapa Berry; Cheri Berry; Chesto Berry; Pecha Berry; Rawst Berry; Aspear Berry; Persim Berry; Lum Berry; Touga Berry; Eggant Berry; Leppa Berry; Hopo Berry; Pomeg Berry; Kelpsy Berry; Qualot Berry; Hondew Berry; Grepa Berry; Tamato Berry; Babiri Berry; Charti Berry; Chilan Berry; Chople Berry; Coba Berry; Colbur Berry; Haban Berry; Kasib Berry; Kebia Berry; Occa Berry; Passho Berry; Payapa Berry; Rindo Berry; Roseli Berry; Shuca Berry; Tanga Berry; Wacan Berry; Yache Berry; Kee Berry; Maranga Berry; Liechi Berry; Ganlon Berry; Salac Berry; Petaya Berry; Apicot Berry; Lansat Berry; Starf Berry; Micle Berry; Custap Berry; Jaboca Berry; Rowap Berry; Razz Berry; Bluk Berry; Nanab Berry; Wepear Berry; Pinap Berry; Cornn Berry; Magost Berry; Rabuta Berry; Nomel Berry; Pomeg Berry; Kelpsy Berry; Qualot Berry; Hondew Berry; Grepa Berry; Tamato Berry; Spelon Berry; Pamtre Berry; Watmel Berry; Durin Berry; Belue Berry; Hopo Berry | link = Poké Rod#Bait | tooltip = Any Seasoning}}&lt;br /&gt;
| S3 = {{ItemSlot| item = Apple; Enchanted Golden Apple; Glistering Melon Slice; Glow Berries; Golden Apple; Golden Carrot; Sweet Berries; Oran Berry; Sitrus Berry; Enigma Berry; Figy Berry; Wiki Berry; Mago Berry; Aguav Berry; Iapapa Berry; Cheri Berry; Chesto Berry; Pecha Berry; Rawst Berry; Aspear Berry; Persim Berry; Lum Berry; Touga Berry; Eggant Berry; Leppa Berry; Hopo Berry; Pomeg Berry; Kelpsy Berry; Qualot Berry; Hondew Berry; Grepa Berry; Tamato Berry; Babiri Berry; Charti Berry; Chilan Berry; Chople Berry; Coba Berry; Colbur Berry; Haban Berry; Kasib Berry; Kebia Berry; Occa Berry; Passho Berry; Payapa Berry; Rindo Berry; Roseli Berry; Shuca Berry; Tanga Berry; Wacan Berry; Yache Berry; Kee Berry; Maranga Berry; Liechi Berry; Ganlon Berry; Salac Berry; Petaya Berry; Apicot Berry; Lansat Berry; Starf Berry; Micle Berry; Custap Berry; Jaboca Berry; Rowap Berry; Razz Berry; Bluk Berry; Nanab Berry; Wepear Berry; Pinap Berry; Cornn Berry; Magost Berry; Rabuta Berry; Nomel Berry; Pomeg Berry; Kelpsy Berry; Qualot Berry; Hondew Berry; Grepa Berry; Tamato Berry; Spelon Berry; Pamtre Berry; Watmel Berry; Durin Berry; Belue Berry; Hopo Berry | link = Poké Rod#Bait | tooltip = Any Bait Seasoning}}&lt;br /&gt;
| S3 = {{ItemSlot| item = Apple; Enchanted Golden Apple; Glistering Melon Slice; Glow Berries; Golden Apple; Golden Carrot; Sweet Berries; Oran Berry; Sitrus Berry; Enigma Berry; Figy Berry; Wiki Berry; Mago Berry; Aguav Berry; Iapapa Berry; Cheri Berry; Chesto Berry; Pecha Berry; Rawst Berry; Aspear Berry; Persim Berry; Lum Berry; Touga Berry; Eggant Berry; Leppa Berry; Hopo Berry; Pomeg Berry; Kelpsy Berry; Qualot Berry; Hondew Berry; Grepa Berry; Tamato Berry; Babiri Berry; Charti Berry; Chilan Berry; Chople Berry; Coba Berry; Colbur Berry; Haban Berry; Kasib Berry; Kebia Berry; Occa Berry; Passho Berry; Payapa Berry; Rindo Berry; Roseli Berry; Shuca Berry; Tanga Berry; Wacan Berry; Yache Berry; Kee Berry; Maranga Berry; Liechi Berry; Ganlon Berry; Salac Berry; Petaya Berry; Apicot Berry; Lansat Berry; Starf Berry; Micle Berry; Custap Berry; Jaboca Berry; Rowap Berry; Razz Berry; Bluk Berry; Nanab Berry; Wepear Berry; Pinap Berry; Cornn Berry; Magost Berry; Rabuta Berry; Nomel Berry; Pomeg Berry; Kelpsy Berry; Qualot Berry; Hondew Berry; Grepa Berry; Tamato Berry; Spelon Berry; Pamtre Berry; Watmel Berry; Durin Berry; Belue Berry; Hopo Berry | link = Poké Rod#Bait | tooltip = Any Seasoning}}&lt;br /&gt;
| S2 = {{ItemSlot| item = Apple; Enchanted Golden Apple; Glistering Melon Slice; Glow Berries; Golden Apple; Golden Carrot; Sweet Berries; Oran Berry; Sitrus Berry; Enigma Berry; Figy Berry; Wiki Berry; Mago Berry; Aguav Berry; Iapapa Berry; Cheri Berry; Chesto Berry; Pecha Berry; Rawst Berry; Aspear Berry; Persim Berry; Lum Berry; Touga Berry; Eggant Berry; Leppa Berry; Hopo Berry; Pomeg Berry; Kelpsy Berry; Qualot Berry; Hondew Berry; Grepa Berry; Tamato Berry; Babiri Berry; Charti Berry; Chilan Berry; Chople Berry; Coba Berry; Colbur Berry; Haban Berry; Kasib Berry; Kebia Berry; Occa Berry; Passho Berry; Payapa Berry; Rindo Berry; Roseli Berry; Shuca Berry; Tanga Berry; Wacan Berry; Yache Berry; Kee Berry; Maranga Berry; Liechi Berry; Ganlon Berry; Salac Berry; Petaya Berry; Apicot Berry; Lansat Berry; Starf Berry; Micle Berry; Custap Berry; Jaboca Berry; Rowap Berry; Razz Berry; Bluk Berry; Nanab Berry; Wepear Berry; Pinap Berry; Cornn Berry; Magost Berry; Rabuta Berry; Nomel Berry; Pomeg Berry; Kelpsy Berry; Qualot Berry; Hondew Berry; Grepa Berry; Tamato Berry; Spelon Berry; Pamtre Berry; Watmel Berry; Durin Berry; Belue Berry; Hopo Berry | link = Poké Rod#Bait | tooltip = Any Seasoning}}&lt;br /&gt;
| S3 = {{ItemSlot| item = Apple; Enchanted Golden Apple; Glistering Melon Slice; Glow Berries; Golden Apple; Golden Carrot; Sweet Berries; Oran Berry; Sitrus Berry; Enigma Berry; Figy Berry; Wiki Berry; Mago Berry; Aguav Berry; Iapapa Berry; Cheri Berry; Chesto Berry; Pecha Berry; Rawst Berry; Aspear Berry; Persim Berry; Lum Berry; Touga Berry; Eggant Berry; Leppa Berry; Hopo Berry; Pomeg Berry; Kelpsy Berry; Qualot Berry; Hondew Berry; Grepa Berry; Tamato Berry; Babiri Berry; Charti Berry; Chilan Berry; Chople Berry; Coba Berry; Colbur Berry; Haban Berry; Kasib Berry; Kebia Berry; Occa Berry; Passho Berry; Payapa Berry; Rindo Berry; Roseli Berry; Shuca Berry; Tanga Berry; Wacan Berry; Yache Berry; Kee Berry; Maranga Berry; Liechi Berry; Ganlon Berry; Salac Berry; Petaya Berry; Apicot Berry; Lansat Berry; Starf Berry; Micle Berry; Custap Berry; Jaboca Berry; Rowap Berry; Razz Berry; Bluk Berry; Nanab Berry; Wepear Berry; Pinap Berry; Cornn Berry; Magost Berry; Rabuta Berry; Nomel Berry; Pomeg Berry; Kelpsy Berry; Qualot Berry; Hondew Berry; Grepa Berry; Tamato Berry; Spelon Berry; Pamtre Berry; Watmel Berry; Durin Berry; Belue Berry; Hopo Berry | link = Poké Rod#Bait | tooltip = Any Bait Seasoning}}&lt;br /&gt;
| output = {{ItemSlot| item = Poké Snack | link = Poké Snack}}&lt;br /&gt;
|}}&lt;br /&gt;
| || ||&lt;br /&gt;
|{{CookingInterface&lt;br /&gt;
| A1 = {{ItemSlot| item = Moomoo Milk | link = Moomoo Milk}}&lt;br /&gt;
| A2 = {{ItemSlot| item = Moomoo Milk | link = Moomoo Milk}}&lt;br /&gt;
| A3 = {{ItemSlot| item = Moomoo Milk | link = Moomoo Milk}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Sugar}}&lt;br /&gt;
| B2 = {{ItemSlot| item = Vivichoke | link = Vivichoke}}&lt;br /&gt;
| B3 = {{ItemSlot| item = Sugar}}&lt;br /&gt;
| C1 = {{ItemSlot| item = Hearty Grains | link = Hearty Grains}}&lt;br /&gt;
| C2 = {{ItemSlot| item = Hearty Grains | link = Hearty Grains}}&lt;br /&gt;
| C3 = {{ItemSlot| item = Hearty Grains | link = Hearty Grains}}&lt;br /&gt;
| S1 = {{ItemSlot| item = Apple; Enchanted Golden Apple; Glistering Melon Slice; Glow Berries; Golden Apple; Golden Carrot; Sweet Berries; Oran Berry; Sitrus Berry; Enigma Berry; Figy Berry; Wiki Berry; Mago Berry; Aguav Berry; Iapapa Berry; Cheri Berry; Chesto Berry; Pecha Berry; Rawst Berry; Aspear Berry; Persim Berry; Lum Berry; Touga Berry; Eggant Berry; Leppa Berry; Hopo Berry; Pomeg Berry; Kelpsy Berry; Qualot Berry; Hondew Berry; Grepa Berry; Tamato Berry; Babiri Berry; Charti Berry; Chilan Berry; Chople Berry; Coba Berry; Colbur Berry; Haban Berry; Kasib Berry; Kebia Berry; Occa Berry; Passho Berry; Payapa Berry; Rindo Berry; Roseli Berry; Shuca Berry; Tanga Berry; Wacan Berry; Yache Berry; Kee Berry; Maranga Berry; Liechi Berry; Ganlon Berry; Salac Berry; Petaya Berry; Apicot Berry; Lansat Berry; Starf Berry; Micle Berry; Custap Berry; Jaboca Berry; Rowap Berry; Razz Berry; Bluk Berry; Nanab Berry; Wepear Berry; Pinap Berry; Cornn Berry; Magost Berry; Rabuta Berry; Nomel Berry; Pomeg Berry; Kelpsy Berry; Qualot Berry; Hondew Berry; Grepa Berry; Tamato Berry; Spelon Berry; Pamtre Berry; Watmel Berry; Durin Berry; Belue Berry; Hopo Berry | link = Poké Rod#Bait | tooltip = Any Seasoning}}&lt;br /&gt;
| S2 = {{ItemSlot| item = Apple; Enchanted Golden Apple; Glistering Melon Slice; Glow Berries; Golden Apple; Golden Carrot; Sweet Berries; Oran Berry; Sitrus Berry; Enigma Berry; Figy Berry; Wiki Berry; Mago Berry; Aguav Berry; Iapapa Berry; Cheri Berry; Chesto Berry; Pecha Berry; Rawst Berry; Aspear Berry; Persim Berry; Lum Berry; Touga Berry; Eggant Berry; Leppa Berry; Hopo Berry; Pomeg Berry; Kelpsy Berry; Qualot Berry; Hondew Berry; Grepa Berry; Tamato Berry; Babiri Berry; Charti Berry; Chilan Berry; Chople Berry; Coba Berry; Colbur Berry; Haban Berry; Kasib Berry; Kebia Berry; Occa Berry; Passho Berry; Payapa Berry; Rindo Berry; Roseli Berry; Shuca Berry; Tanga Berry; Wacan Berry; Yache Berry; Kee Berry; Maranga Berry; Liechi Berry; Ganlon Berry; Salac Berry; Petaya Berry; Apicot Berry; Lansat Berry; Starf Berry; Micle Berry; Custap Berry; Jaboca Berry; Rowap Berry; Razz Berry; Bluk Berry; Nanab Berry; Wepear Berry; Pinap Berry; Cornn Berry; Magost Berry; Rabuta Berry; Nomel Berry; Pomeg Berry; Kelpsy Berry; Qualot Berry; Hondew Berry; Grepa Berry; Tamato Berry; Spelon Berry; Pamtre Berry; Watmel Berry; Durin Berry; Belue Berry; Hopo Berry | link = Poké Rod#Bait | tooltip = Any Seasoning}}&lt;br /&gt;
| S3 = {{ItemSlot| item = Apple; Enchanted Golden Apple; Glistering Melon Slice; Glow Berries; Golden Apple; Golden Carrot; Sweet Berries; Oran Berry; Sitrus Berry; Enigma Berry; Figy Berry; Wiki Berry; Mago Berry; Aguav Berry; Iapapa Berry; Cheri Berry; Chesto Berry; Pecha Berry; Rawst Berry; Aspear Berry; Persim Berry; Lum Berry; Touga Berry; Eggant Berry; Leppa Berry; Hopo Berry; Pomeg Berry; Kelpsy Berry; Qualot Berry; Hondew Berry; Grepa Berry; Tamato Berry; Babiri Berry; Charti Berry; Chilan Berry; Chople Berry; Coba Berry; Colbur Berry; Haban Berry; Kasib Berry; Kebia Berry; Occa Berry; Passho Berry; Payapa Berry; Rindo Berry; Roseli Berry; Shuca Berry; Tanga Berry; Wacan Berry; Yache Berry; Kee Berry; Maranga Berry; Liechi Berry; Ganlon Berry; Salac Berry; Petaya Berry; Apicot Berry; Lansat Berry; Starf Berry; Micle Berry; Custap Berry; Jaboca Berry; Rowap Berry; Razz Berry; Bluk Berry; Nanab Berry; Wepear Berry; Pinap Berry; Cornn Berry; Magost Berry; Rabuta Berry; Nomel Berry; Pomeg Berry; Kelpsy Berry; Qualot Berry; Hondew Berry; Grepa Berry; Tamato Berry; Spelon Berry; Pamtre Berry; Watmel Berry; Durin Berry; Belue Berry; Hopo Berry | link = Poké Rod#Bait | tooltip = Any Bait Seasoning}}&lt;br /&gt;
| S2 = {{ItemSlot| item = Apple; Enchanted Golden Apple; Glistering Melon Slice; Glow Berries; Golden Apple; Golden Carrot; Sweet Berries; Oran Berry; Sitrus Berry; Enigma Berry; Figy Berry; Wiki Berry; Mago Berry; Aguav Berry; Iapapa Berry; Cheri Berry; Chesto Berry; Pecha Berry; Rawst Berry; Aspear Berry; Persim Berry; Lum Berry; Touga Berry; Eggant Berry; Leppa Berry; Hopo Berry; Pomeg Berry; Kelpsy Berry; Qualot Berry; Hondew Berry; Grepa Berry; Tamato Berry; Babiri Berry; Charti Berry; Chilan Berry; Chople Berry; Coba Berry; Colbur Berry; Haban Berry; Kasib Berry; Kebia Berry; Occa Berry; Passho Berry; Payapa Berry; Rindo Berry; Roseli Berry; Shuca Berry; Tanga Berry; Wacan Berry; Yache Berry; Kee Berry; Maranga Berry; Liechi Berry; Ganlon Berry; Salac Berry; Petaya Berry; Apicot Berry; Lansat Berry; Starf Berry; Micle Berry; Custap Berry; Jaboca Berry; Rowap Berry; Razz Berry; Bluk Berry; Nanab Berry; Wepear Berry; Pinap Berry; Cornn Berry; Magost Berry; Rabuta Berry; Nomel Berry; Pomeg Berry; Kelpsy Berry; Qualot Berry; Hondew Berry; Grepa Berry; Tamato Berry; Spelon Berry; Pamtre Berry; Watmel Berry; Durin Berry; Belue Berry; Hopo Berry | link = Poké Rod#Bait | tooltip = Any Seasoning}}&lt;br /&gt;
| S2 = {{ItemSlot| item = Apple; Enchanted Golden Apple; Glistering Melon Slice; Glow Berries; Golden Apple; Golden Carrot; Sweet Berries; Oran Berry; Sitrus Berry; Enigma Berry; Figy Berry; Wiki Berry; Mago Berry; Aguav Berry; Iapapa Berry; Cheri Berry; Chesto Berry; Pecha Berry; Rawst Berry; Aspear Berry; Persim Berry; Lum Berry; Touga Berry; Eggant Berry; Leppa Berry; Hopo Berry; Pomeg Berry; Kelpsy Berry; Qualot Berry; Hondew Berry; Grepa Berry; Tamato Berry; Babiri Berry; Charti Berry; Chilan Berry; Chople Berry; Coba Berry; Colbur Berry; Haban Berry; Kasib Berry; Kebia Berry; Occa Berry; Passho Berry; Payapa Berry; Rindo Berry; Roseli Berry; Shuca Berry; Tanga Berry; Wacan Berry; Yache Berry; Kee Berry; Maranga Berry; Liechi Berry; Ganlon Berry; Salac Berry; Petaya Berry; Apicot Berry; Lansat Berry; Starf Berry; Micle Berry; Custap Berry; Jaboca Berry; Rowap Berry; Razz Berry; Bluk Berry; Nanab Berry; Wepear Berry; Pinap Berry; Cornn Berry; Magost Berry; Rabuta Berry; Nomel Berry; Pomeg Berry; Kelpsy Berry; Qualot Berry; Hondew Berry; Grepa Berry; Tamato Berry; Spelon Berry; Pamtre Berry; Watmel Berry; Durin Berry; Belue Berry; Hopo Berry | link = Poké Rod#Bait | tooltip = Any Seasoning}}&lt;br /&gt;
| S3 = {{ItemSlot| item = Apple; Enchanted Golden Apple; Glistering Melon Slice; Glow Berries; Golden Apple; Golden Carrot; Sweet Berries; Oran Berry; Sitrus Berry; Enigma Berry; Figy Berry; Wiki Berry; Mago Berry; Aguav Berry; Iapapa Berry; Cheri Berry; Chesto Berry; Pecha Berry; Rawst Berry; Aspear Berry; Persim Berry; Lum Berry; Touga Berry; Eggant Berry; Leppa Berry; Hopo Berry; Pomeg Berry; Kelpsy Berry; Qualot Berry; Hondew Berry; Grepa Berry; Tamato Berry; Babiri Berry; Charti Berry; Chilan Berry; Chople Berry; Coba Berry; Colbur Berry; Haban Berry; Kasib Berry; Kebia Berry; Occa Berry; Passho Berry; Payapa Berry; Rindo Berry; Roseli Berry; Shuca Berry; Tanga Berry; Wacan Berry; Yache Berry; Kee Berry; Maranga Berry; Liechi Berry; Ganlon Berry; Salac Berry; Petaya Berry; Apicot Berry; Lansat Berry; Starf Berry; Micle Berry; Custap Berry; Jaboca Berry; Rowap Berry; Razz Berry; Bluk Berry; Nanab Berry; Wepear Berry; Pinap Berry; Cornn Berry; Magost Berry; Rabuta Berry; Nomel Berry; Pomeg Berry; Kelpsy Berry; Qualot Berry; Hondew Berry; Grepa Berry; Tamato Berry; Spelon Berry; Pamtre Berry; Watmel Berry; Durin Berry; Belue Berry; Hopo Berry | link = Poké Rod#Bait | tooltip = Any Bait Seasoning}}&lt;br /&gt;
| S3 = {{ItemSlot| item = Apple; Enchanted Golden Apple; Glistering Melon Slice; Glow Berries; Golden Apple; Golden Carrot; Sweet Berries; Oran Berry; Sitrus Berry; Enigma Berry; Figy Berry; Wiki Berry; Mago Berry; Aguav Berry; Iapapa Berry; Cheri Berry; Chesto Berry; Pecha Berry; Rawst Berry; Aspear Berry; Persim Berry; Lum Berry; Touga Berry; Eggant Berry; Leppa Berry; Hopo Berry; Pomeg Berry; Kelpsy Berry; Qualot Berry; Hondew Berry; Grepa Berry; Tamato Berry; Babiri Berry; Charti Berry; Chilan Berry; Chople Berry; Coba Berry; Colbur Berry; Haban Berry; Kasib Berry; Kebia Berry; Occa Berry; Passho Berry; Payapa Berry; Rindo Berry; Roseli Berry; Shuca Berry; Tanga Berry; Wacan Berry; Yache Berry; Kee Berry; Maranga Berry; Liechi Berry; Ganlon Berry; Salac Berry; Petaya Berry; Apicot Berry; Lansat Berry; Starf Berry; Micle Berry; Custap Berry; Jaboca Berry; Rowap Berry; Razz Berry; Bluk Berry; Nanab Berry; Wepear Berry; Pinap Berry; Cornn Berry; Magost Berry; Rabuta Berry; Nomel Berry; Pomeg Berry; Kelpsy Berry; Qualot Berry; Hondew Berry; Grepa Berry; Tamato Berry; Spelon Berry; Pamtre Berry; Watmel Berry; Durin Berry; Belue Berry; Hopo Berry | link = Poké Rod#Bait | tooltip = Any Seasoning}}&lt;br /&gt;
| S2 = {{ItemSlot| item = Apple; Enchanted Golden Apple; Glistering Melon Slice; Glow Berries; Golden Apple; Golden Carrot; Sweet Berries; Oran Berry; Sitrus Berry; Enigma Berry; Figy Berry; Wiki Berry; Mago Berry; Aguav Berry; Iapapa Berry; Cheri Berry; Chesto Berry; Pecha Berry; Rawst Berry; Aspear Berry; Persim Berry; Lum Berry; Touga Berry; Eggant Berry; Leppa Berry; Hopo Berry; Pomeg Berry; Kelpsy Berry; Qualot Berry; Hondew Berry; Grepa Berry; Tamato Berry; Babiri Berry; Charti Berry; Chilan Berry; Chople Berry; Coba Berry; Colbur Berry; Haban Berry; Kasib Berry; Kebia Berry; Occa Berry; Passho Berry; Payapa Berry; Rindo Berry; Roseli Berry; Shuca Berry; Tanga Berry; Wacan Berry; Yache Berry; Kee Berry; Maranga Berry; Liechi Berry; Ganlon Berry; Salac Berry; Petaya Berry; Apicot Berry; Lansat Berry; Starf Berry; Micle Berry; Custap Berry; Jaboca Berry; Rowap Berry; Razz Berry; Bluk Berry; Nanab Berry; Wepear Berry; Pinap Berry; Cornn Berry; Magost Berry; Rabuta Berry; Nomel Berry; Pomeg Berry; Kelpsy Berry; Qualot Berry; Hondew Berry; Grepa Berry; Tamato Berry; Spelon Berry; Pamtre Berry; Watmel Berry; Durin Berry; Belue Berry; Hopo Berry | link = Poké Rod#Bait | tooltip = Any Seasoning}}&lt;br /&gt;
| S3 = {{ItemSlot| item = Apple; Enchanted Golden Apple; Glistering Melon Slice; Glow Berries; Golden Apple; Golden Carrot; Sweet Berries; Oran Berry; Sitrus Berry; Enigma Berry; Figy Berry; Wiki Berry; Mago Berry; Aguav Berry; Iapapa Berry; Cheri Berry; Chesto Berry; Pecha Berry; Rawst Berry; Aspear Berry; Persim Berry; Lum Berry; Touga Berry; Eggant Berry; Leppa Berry; Hopo Berry; Pomeg Berry; Kelpsy Berry; Qualot Berry; Hondew Berry; Grepa Berry; Tamato Berry; Babiri Berry; Charti Berry; Chilan Berry; Chople Berry; Coba Berry; Colbur Berry; Haban Berry; Kasib Berry; Kebia Berry; Occa Berry; Passho Berry; Payapa Berry; Rindo Berry; Roseli Berry; Shuca Berry; Tanga Berry; Wacan Berry; Yache Berry; Kee Berry; Maranga Berry; Liechi Berry; Ganlon Berry; Salac Berry; Petaya Berry; Apicot Berry; Lansat Berry; Starf Berry; Micle Berry; Custap Berry; Jaboca Berry; Rowap Berry; Razz Berry; Bluk Berry; Nanab Berry; Wepear Berry; Pinap Berry; Cornn Berry; Magost Berry; Rabuta Berry; Nomel Berry; Pomeg Berry; Kelpsy Berry; Qualot Berry; Hondew Berry; Grepa Berry; Tamato Berry; Spelon Berry; Pamtre Berry; Watmel Berry; Durin Berry; Belue Berry; Hopo Berry | link = Poké Rod#Bait | tooltip = Any Bait Seasoning}}&lt;br /&gt;
| output = {{ItemSlot| item = Poké Cake | link = Poké Cake}}&lt;br /&gt;
|}}&lt;br /&gt;
| || ||&lt;br /&gt;
|{{CookingInterface&lt;br /&gt;
| A1 = {{ItemSlot| item = Moomoo Milk | link = Moomoo Milk}}&lt;br /&gt;
| A2 = {{ItemSlot| item = Moomoo Milk | link = Moomoo Milk}}&lt;br /&gt;
| A3 = {{ItemSlot| item = Moomoo Milk | link = Moomoo Milk}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Sugar}}&lt;br /&gt;
| B2 = {{ItemSlot| item = Egg}}&lt;br /&gt;
| B3 = {{ItemSlot| item = Sugar}}&lt;br /&gt;
| C1 = {{ItemSlot| item = Wheat}}&lt;br /&gt;
| C2 = {{ItemSlot| item = Wheat}}&lt;br /&gt;
| C3 = {{ItemSlot| item = Wheat}}&lt;br /&gt;
| output = {{ItemSlot| item = Cake}}&lt;br /&gt;
|}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Trivia==&lt;br /&gt;
* Moomoo Milk is one of the only items in Cobblemon that has a different functionality entirely to the Pokémon games. In Pokémon, Moomoo Milk instead heals 100 HP.&lt;br /&gt;
** Moomoo Milk clearing all stat changes is a reference to how [[minecraftwiki:Milk Bucket|Milk Buckets]] will clear a player&#039;s effects.&lt;br /&gt;
&lt;br /&gt;
==History==&lt;br /&gt;
{{HistoryTable|rows=&lt;br /&gt;
&lt;br /&gt;
{{HistoryRow|version=1.7.0|changes= Added Moomoo Milk&lt;br /&gt;
&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Items}}&lt;br /&gt;
[[Category:Item]]&lt;/div&gt;</summary>
		<author><name>PushedTester</name></author>
	</entry>
	<entry>
		<id>https://wiki.cobblemon.com/index.php?title=Leek_and_Potato_Stew&amp;diff=8135</id>
		<title>Leek and Potato Stew</title>
		<link rel="alternate" type="text/html" href="https://wiki.cobblemon.com/index.php?title=Leek_and_Potato_Stew&amp;diff=8135"/>
		<updated>2026-01-11T14:41:52Z</updated>

		<summary type="html">&lt;p&gt;PushedTester: upd&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT [[Medicinal Leek#Leek and Potato Stew]]&lt;/div&gt;</summary>
		<author><name>PushedTester</name></author>
	</entry>
	<entry>
		<id>https://wiki.cobblemon.com/index.php?title=Roasted_Leek&amp;diff=8134</id>
		<title>Roasted Leek</title>
		<link rel="alternate" type="text/html" href="https://wiki.cobblemon.com/index.php?title=Roasted_Leek&amp;diff=8134"/>
		<updated>2026-01-11T14:40:19Z</updated>

		<summary type="html">&lt;p&gt;PushedTester: Updated redirect to bring user directly to subsection&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT [[Medicinal Leek#Roasted Leek]]&lt;/div&gt;</summary>
		<author><name>PushedTester</name></author>
	</entry>
	<entry>
		<id>https://wiki.cobblemon.com/index.php?title=Hearty_Grains&amp;diff=8133</id>
		<title>Hearty Grains</title>
		<link rel="alternate" type="text/html" href="https://wiki.cobblemon.com/index.php?title=Hearty_Grains&amp;diff=8133"/>
		<updated>2026-01-11T14:21:01Z</updated>

		<summary type="html">&lt;p&gt;PushedTester: /* History */ Updated History to use the new template&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{InfoboxItem&lt;br /&gt;
| image = Hearty Grains (block, stage 6).png&lt;br /&gt;
| image2 = Hearty Grains (block, stage 0).png&lt;br /&gt;
| image3 = Hearty Grains (block, stage 1).png&lt;br /&gt;
| image4 = Hearty Grains (block, stage 2).png&lt;br /&gt;
| image5 = Hearty Grains (block, stage 3).png&lt;br /&gt;
| image6 = Hearty Grains (block, stage 4).png&lt;br /&gt;
| image7 = Hearty Grains (block, stage 5).png&lt;br /&gt;
| item = Hearty Grains.png&lt;br /&gt;
| itemtooltip = Hearty Grains&lt;br /&gt;
| stacklimit = 64&lt;br /&gt;
}}&lt;br /&gt;
&#039;&#039;&#039;Hearty Grains&#039;&#039;&#039; are a crop that can be found growing naturally in Swamps. They can be used to craft certain items or cooked in a [[Campfire Pot]] to create various food items.&lt;br /&gt;
&lt;br /&gt;
==Obtaining==&lt;br /&gt;
===Natural Generation===&lt;br /&gt;
Hearty Grains can be found naturally growing from the water in Swamp biomes.&lt;br /&gt;
&lt;br /&gt;
===Farming===&lt;br /&gt;
Hearty Grains can be placed on farmland or mud above water, or it can be placed on any dirt block underwater. After being placed, it will go through seven stages of growth before reaching maturity. At ages 0-3, the crop is only one block tall. However, at ages 4-7, the crop grows to two blocks.&lt;br /&gt;
&lt;br /&gt;
When bone meal is used on a Hearty Grains crop, its growth stage will increase by 1-3 stages.&lt;br /&gt;
&lt;br /&gt;
If harvested before maturity, Hearty Grains will drop a single item. If the top block is harvested at maturity, 2-3 Hearty Grains will drop and the crop will return to age 3. If harvested by the bottom block, the full crop will be broken, dropping both the 2-3 Hearty Grains and an extra one for harvesting the bottom block.&lt;br /&gt;
&lt;br /&gt;
==Usage==&lt;br /&gt;
===Crafting===&lt;br /&gt;
{|&lt;br /&gt;
|{{CraftingInterface&lt;br /&gt;
| A1 = {{ItemSlot| item = Hearty Grains}} &lt;br /&gt;
| A2 = {{ItemSlot| item = Hearty Grains}} &lt;br /&gt;
| B1 = {{ItemSlot| item = Hearty Grains}} &lt;br /&gt;
| B2 = {{ItemSlot| item = Hearty Grains}} &lt;br /&gt;
| output = {{ItemSlot| item = Tatami | link = Tatami Block Set | tooltip = Tatami | amount = 2}} &lt;br /&gt;
}}&lt;br /&gt;
| || ||&lt;br /&gt;
|{{CraftingInterface&lt;br /&gt;
| A1 = {{ItemSlot| item = Hearty Grains}} &lt;br /&gt;
| A2 = {{ItemSlot| item = Hearty Grains}} &lt;br /&gt;
| A3 = {{ItemSlot| item = Hearty Grains}} &lt;br /&gt;
| B1 = {{ItemSlot| item = Hearty Grains}} &lt;br /&gt;
| B2 = {{ItemSlot| item = Hearty Grains}} &lt;br /&gt;
| B3 = {{ItemSlot| item = Hearty Grains}} &lt;br /&gt;
| C1 = {{ItemSlot| item = Hearty Grains}} &lt;br /&gt;
| C2 = {{ItemSlot| item = Hearty Grains}} &lt;br /&gt;
| C3 = {{ItemSlot| item = Hearty Grains}} &lt;br /&gt;
| output = {{ItemSlot| item = Hearty Grain Bale}} &lt;br /&gt;
}}&lt;br /&gt;
|}&lt;br /&gt;
===Cooking Ingredient===&lt;br /&gt;
{|&lt;br /&gt;
|{{CookingInterface&lt;br /&gt;
| A1 = {{ItemSlot| item = Hearty Grains}} &lt;br /&gt;
| A2 = {{ItemSlot| item = Hearty Grains}} &lt;br /&gt;
| A3 = {{ItemSlot| item = Honey Bottle}} &lt;br /&gt;
| B1 = {{ItemSlot| item = Sweet Berries}} &lt;br /&gt;
| output = {{ItemSlot| item = Jubilife Muffin | link = Jubilife Muffin}} &lt;br /&gt;
}}&lt;br /&gt;
| || ||&lt;br /&gt;
|{{CookingInterface&lt;br /&gt;
| A1 = {{ItemSlot| item = Hearty Grains}} &lt;br /&gt;
| A2 = {{ItemSlot| item = Honey Bottle}} &lt;br /&gt;
| A3 = {{ItemSlot| item = Tamato Berry | link = Berry | tooltip = Tamato Berry}} &lt;br /&gt;
| output = {{ItemSlot| item = Swift Mochi | link = Mochi | amount = 3 | tooltip = Swift Mochi}} &lt;br /&gt;
}}&lt;br /&gt;
| ||&lt;br /&gt;
|{{CookingInterface&lt;br /&gt;
| A1 = {{ItemSlot| item = Hearty Grains}} &lt;br /&gt;
| A2 = {{ItemSlot| item = Honey Bottle}} &lt;br /&gt;
| A3 = {{ItemSlot| item = Grepa Berry | link = Berry | tooltip = Grepa Berry}} &lt;br /&gt;
| output = {{ItemSlot| item = Clever Mochi | link = Mochi | amount = 3 | tooltip = Clever Mochi}} &lt;br /&gt;
}}&lt;br /&gt;
|-&lt;br /&gt;
|{{CookingInterface&lt;br /&gt;
| A1 = {{ItemSlot| item = Hearty Grains}} &lt;br /&gt;
| A2 = {{ItemSlot| item = Hearty Grains}} &lt;br /&gt;
| A3 = {{ItemSlot| item = Honey Bottle}} &lt;br /&gt;
| B1 = {{ItemSlot| item = Pumpkin Seeds}} &lt;br /&gt;
| output = {{ItemSlot| item = Pewter Crunchies | link = Pewter Crunchies}} &lt;br /&gt;
}}&lt;br /&gt;
| || ||&lt;br /&gt;
|{{CookingInterface&lt;br /&gt;
| A1 = {{ItemSlot| item = Hearty Grains}} &lt;br /&gt;
| A2 = {{ItemSlot| item = Honey Bottle}} &lt;br /&gt;
| A3 = {{ItemSlot| item = Potato}} &lt;br /&gt;
| output = {{ItemSlot| item = Potato Mochi | amount = 4 | link = Potato Mochi}} &lt;br /&gt;
}}&lt;br /&gt;
| || ||&lt;br /&gt;
{{CookingInterface&lt;br /&gt;
| A1 = {{ItemSlot| item = Hearty Grains}} &lt;br /&gt;
| A2 = {{ItemSlot| item = Honey Bottle}} &lt;br /&gt;
| A3 = {{ItemSlot| item = Kelpsy Berry | link = Berry | tooltip = Kelpsy Berry}} &lt;br /&gt;
| output = {{ItemSlot| item = Muscle Mochi | link = Mochi | amount = 3 | tooltip = Muscle Mochi}} &lt;br /&gt;
}}&lt;br /&gt;
|-&lt;br /&gt;
|{{CookingInterface&lt;br /&gt;
| A1 = {{ItemSlot| item = Hearty Grains | link = Hearty Grains}}&lt;br /&gt;
| A2 = {{ItemSlot| item = Hearty Grains | link = Hearty Grains}}&lt;br /&gt;
| A3 = {{ItemSlot| item = Hearty Grains | link = Hearty Grains}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Dried Kelp}}&lt;br /&gt;
| S1 = {{ItemSlot| item = Raw Beef; Beetroot; Brown Mushroom; Raw Chicken; Raw Cod; Egg; Carrot; Dried Kelp; Medicinal Leek; Raw Mutton; Poisonous Potato; Raw Porkchop; Potato; Pumpkin; Raw Rabbit; Red Mushroom; Rotten Flesh; Raw Salmon; Golden Carrot; Tasty Tail; Vivichoke; Sweet Berries | tooltip = Any Nutrition Seasoning}}&lt;br /&gt;
| S2 = {{ItemSlot| item = Raw Beef; Beetroot; Brown Mushroom; Raw Chicken; Raw Cod; Egg; Carrot; Dried Kelp; Medicinal Leek; Raw Mutton; Poisonous Potato; Raw Porkchop; Potato; Pumpkin; Raw Rabbit; Red Mushroom; Rotten Flesh; Raw Salmon; Golden Carrot; Tasty Tail; Vivichoke; Sweet Berries | tooltip = Any Nutrition Seasoning}}&lt;br /&gt;
| S3 = {{ItemSlot| item = Raw Beef; Beetroot; Brown Mushroom; Raw Chicken; Raw Cod; Egg; Carrot; Dried Kelp; Medicinal Leek; Raw Mutton; Poisonous Potato; Raw Porkchop; Potato; Pumpkin; Raw Rabbit; Red Mushroom; Rotten Flesh; Raw Salmon; Golden Carrot; Tasty Tail; Vivichoke; Sweet Berries | tooltip = Any Nutrition Seasoning}}&lt;br /&gt;
| output = {{ItemSlot| item = Ponigiri Beef; Ponigiri Beetroot; Ponigiri Brown Mushroom; Ponigiri Chicken; Ponigiri Cod; Ponigiri Egg; Ponigiri Carrot; Ponigiri Kelp; Ponigiri Leek; Ponigiri Mutton; Ponigiri Poisonous; Ponigiri Porkchop; Ponigiri Potato; Ponigiri Pumpkin; Ponigiri Rabbit; Ponigiri Red Mushroom; Ponigiri Rotten; Ponigiri Salmon; Ponigiri Golden Carrot; Ponigiri Tasty Tail; Ponigiri Vivichoke; Jelly Donut | tooltip = Ponigiri | amount = 3 | link = Ponigiri}}&lt;br /&gt;
| shapeless = true&lt;br /&gt;
}}&lt;br /&gt;
| || ||&lt;br /&gt;
|{{CookingInterface&lt;br /&gt;
| A1 = {{ItemSlot| item = Hearty Grains}} &lt;br /&gt;
| A2 = {{ItemSlot| item = Hearty Grains}} &lt;br /&gt;
| A3 = {{ItemSlot| item = Dried Kelp}} &lt;br /&gt;
| B1 = {{ItemSlot| item = Magma Cream}} &lt;br /&gt;
| output = {{ItemSlot| item = Lava Cookie | amount = 4 | link = Lava Cookie}} &lt;br /&gt;
}}&lt;br /&gt;
| ||&lt;br /&gt;
|{{CookingInterface&lt;br /&gt;
| A1 = {{ItemSlot| item = Hearty Grains}} &lt;br /&gt;
| A2 = {{ItemSlot| item = Honey Bottle}} &lt;br /&gt;
| A3 = {{ItemSlot| item = Enigma Berry | link = Berry | tooltip = Enigma Berry}} &lt;br /&gt;
| output = {{ItemSlot| item = Fresh-Start Mochi | link = Mochi | amount = 3 | tooltip = Fresh-Start Mochi}} &lt;br /&gt;
}}&lt;br /&gt;
|-&lt;br /&gt;
|{{CookingInterface&lt;br /&gt;
| A1 = {{ItemSlot| item = Hearty Grains}} &lt;br /&gt;
| A2 = {{ItemSlot| item = Honey Bottle}} &lt;br /&gt;
| A3 = {{ItemSlot| item = Qualot Berry | link = Berry | tooltip = Qualot Berry}} &lt;br /&gt;
| output = {{ItemSlot| item = Resist Mochi | link = Mochi | amount = 3 | tooltip = Resist Mochi}} &lt;br /&gt;
}}&lt;br /&gt;
| || ||&lt;br /&gt;
|{{CookingInterface&lt;br /&gt;
| A1 = {{ItemSlot| item = Hearty Grains}} &lt;br /&gt;
| A2 = {{ItemSlot| item = Honey Bottle}} &lt;br /&gt;
| A3 = {{ItemSlot| item = Hondew Berry | link = Berry | tooltip = Hondew Berry}} &lt;br /&gt;
| output = {{ItemSlot| item = Genius Mochi | link = Mochi | amount = 3 | tooltip = Genius Mochi}} &lt;br /&gt;
}}&lt;br /&gt;
| ||&lt;br /&gt;
|{{CookingInterface&lt;br /&gt;
| A1 = {{ItemSlot| item = Hearty Grains}} &lt;br /&gt;
| A2 = {{ItemSlot| item = Honey Bottle}} &lt;br /&gt;
| A3 = {{ItemSlot| item = Pomeg Berry | link = Berry | tooltip = Pomeg Berry}} &lt;br /&gt;
| output = {{ItemSlot| item = Health Mochi | link = Mochi | amount = 3 | tooltip = Health Mochi}} &lt;br /&gt;
}}&lt;br /&gt;
|-&lt;br /&gt;
|{{CookingInterface&lt;br /&gt;
| A1 = {{ItemSlot| item = Bread}} &lt;br /&gt;
| A2 = {{ItemSlot| item = Egg}} &lt;br /&gt;
| A3 = {{ItemSlot| item = Raw Chicken; Raw Beef; Raw Porkchop; Raw Mutton; Raw Rabbit | tooltip = Any Raw Meat}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Hearty Grains}} &lt;br /&gt;
| output = {{ItemSlot| item = Open-Faced Sandwich | link = Open-Faced Sandwich}} &lt;br /&gt;
}}&lt;br /&gt;
| || ||&lt;br /&gt;
|{{CookingInterface&lt;br /&gt;
| A1 = {{ItemSlot| item = Hearty Grains}} &lt;br /&gt;
| A2 = {{ItemSlot| item = Tasty Tail | link = Tasty Tail}} &lt;br /&gt;
| A3 = {{ItemSlot| item = Carrot}} &lt;br /&gt;
| B1 = {{ItemSlot| item = Galarica Nuts}} &lt;br /&gt;
| output = {{ItemSlot| item = Smoked-Tail Curry | link = Smoked-Tail Curry}} &lt;br /&gt;
}}&lt;br /&gt;
| ||&lt;br /&gt;
|{{CookingInterface&lt;br /&gt;
| A1 = {{ItemSlot| item = Milk Bucket; Moomoo Milk | link = Moomoo Milk | tooltip = Any Milk}} &lt;br /&gt;
| A2 = {{ItemSlot| item = Milk Bucket; Moomoo Milk | link = Moomoo Milk | tooltip = Any Milk}}&lt;br /&gt;
| A3 = {{ItemSlot| item = Milk Bucket; Moomoo Milk | link = Moomoo Milk | tooltip = Any Milk}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Sugar}}&lt;br /&gt;
| B2 = {{ItemSlot| item = Vivichoke}}&lt;br /&gt;
| B3 = {{ItemSlot| item = Sugar}}&lt;br /&gt;
| C1 = {{ItemSlot| item = Hearty Grains}} &lt;br /&gt;
| C2 = {{ItemSlot| item = Hearty Grains}} &lt;br /&gt;
| C3 = {{ItemSlot| item = Hearty Grains}} &lt;br /&gt;
| S1 = {{ItemSlot| item = Oran Berry; Sitrus Berry; Enigma Berry; Figy Berry; Wiki Berry; Mago Berry; Aguav Berry; Iapapa Berry; Cheri Berry; Chesto Berry; Pecha Berry; Rawst Berry; Aspear Berry; Persim Berry; Lum Berry; Touga Berry; Eggant Berry; Leppa Berry; Hopo Berry; Pomeg Berry; Kelpsy Berry; Qualot Berry; Hondew Berry; Grepa Berry; Tamato Berry; Babiri Berry; Charti Berry; Chilan Berry; Chople Berry; Coba Berry; Colbur Berry; Haban Berry; Kasib Berry; Kebia Berry; Occa Berry; Passho Berry; Payapa Berry; Rindo Berry; Roseli Berry; Shuca Berry; Tanga Berry; Wacan Berry; Yache Berry; Kee Berry; Maranga Berry; Liechi Berry; Ganlon Berry; Salac Berry; Petaya Berry; Apicot Berry; Lansat Berry; Starf Berry; Micle Berry; Custap Berry; Jaboca Berry; Rowap Berry; Razz Berry; Bluk Berry; Nanab Berry; Wepear Berry; Pinap Berry; Cornn Berry; Magost Berry; Rabuta Berry; Nomel Berry; Pomeg Berry; Kelpsy Berry; Qualot Berry; Hondew Berry; Grepa Berry; Tamato Berry; Spelon Berry; Pamtre Berry; Watmel Berry; Durin Berry; Belue Berry; Hopo Berry | link = Seasoning#Flavor Seasoning | tooltip = Any Flavor Seasoning}}&lt;br /&gt;
| S2 = {{ItemSlot| item = Oran Berry; Sitrus Berry; Enigma Berry; Figy Berry; Wiki Berry; Mago Berry; Aguav Berry; Iapapa Berry; Cheri Berry; Chesto Berry; Pecha Berry; Rawst Berry; Aspear Berry; Persim Berry; Lum Berry; Touga Berry; Eggant Berry; Leppa Berry; Hopo Berry; Pomeg Berry; Kelpsy Berry; Qualot Berry; Hondew Berry; Grepa Berry; Tamato Berry; Babiri Berry; Charti Berry; Chilan Berry; Chople Berry; Coba Berry; Colbur Berry; Haban Berry; Kasib Berry; Kebia Berry; Occa Berry; Passho Berry; Payapa Berry; Rindo Berry; Roseli Berry; Shuca Berry; Tanga Berry; Wacan Berry; Yache Berry; Kee Berry; Maranga Berry; Liechi Berry; Ganlon Berry; Salac Berry; Petaya Berry; Apicot Berry; Lansat Berry; Starf Berry; Micle Berry; Custap Berry; Jaboca Berry; Rowap Berry; Razz Berry; Bluk Berry; Nanab Berry; Wepear Berry; Pinap Berry; Cornn Berry; Magost Berry; Rabuta Berry; Nomel Berry; Pomeg Berry; Kelpsy Berry; Qualot Berry; Hondew Berry; Grepa Berry; Tamato Berry; Spelon Berry; Pamtre Berry; Watmel Berry; Durin Berry; Belue Berry; Hopo Berry | link = Seasoning#Flavor Seasoning | tooltip = Any Flavor Seasoning}}&lt;br /&gt;
| S3 = {{ItemSlot| item = Oran Berry; Sitrus Berry; Enigma Berry; Figy Berry; Wiki Berry; Mago Berry; Aguav Berry; Iapapa Berry; Cheri Berry; Chesto Berry; Pecha Berry; Rawst Berry; Aspear Berry; Persim Berry; Lum Berry; Touga Berry; Eggant Berry; Leppa Berry; Hopo Berry; Pomeg Berry; Kelpsy Berry; Qualot Berry; Hondew Berry; Grepa Berry; Tamato Berry; Babiri Berry; Charti Berry; Chilan Berry; Chople Berry; Coba Berry; Colbur Berry; Haban Berry; Kasib Berry; Kebia Berry; Occa Berry; Passho Berry; Payapa Berry; Rindo Berry; Roseli Berry; Shuca Berry; Tanga Berry; Wacan Berry; Yache Berry; Kee Berry; Maranga Berry; Liechi Berry; Ganlon Berry; Salac Berry; Petaya Berry; Apicot Berry; Lansat Berry; Starf Berry; Micle Berry; Custap Berry; Jaboca Berry; Rowap Berry; Razz Berry; Bluk Berry; Nanab Berry; Wepear Berry; Pinap Berry; Cornn Berry; Magost Berry; Rabuta Berry; Nomel Berry; Pomeg Berry; Kelpsy Berry; Qualot Berry; Hondew Berry; Grepa Berry; Tamato Berry; Spelon Berry; Pamtre Berry; Watmel Berry; Durin Berry; Belue Berry; Hopo Berry | link = Seasoning#Flavor Seasoning | tooltip = Any Flavor Seasoning}}&lt;br /&gt;
| output = {{ItemSlot| item = Poké Cake | link = Poké Cake}} &lt;br /&gt;
}}&lt;br /&gt;
|-&lt;br /&gt;
|{{CookingInterface&lt;br /&gt;
| A1 = {{ItemSlot| item = Milk Bucket; Moomoo Milk | link = Moomoo Milk | tooltip = Any Milk}} &lt;br /&gt;
| A2 = {{ItemSlot| item = Milk Bucket; Moomoo Milk | link = Moomoo Milk | tooltip = Any Milk}}&lt;br /&gt;
| A3 = {{ItemSlot| item = Milk Bucket; Moomoo Milk | link = Moomoo Milk | tooltip = Any Milk}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Honey Bottle}}&lt;br /&gt;
| B2 = {{ItemSlot| item = Vivichoke}}&lt;br /&gt;
| B3 = {{ItemSlot| item = Honey Bottle}}&lt;br /&gt;
| C1 = {{ItemSlot| item = Hearty Grains}} &lt;br /&gt;
| C2 = {{ItemSlot| item = Hearty Grains}} &lt;br /&gt;
| C3 = {{ItemSlot| item = Hearty Grains}} &lt;br /&gt;
| S1 = {{ItemSlot| item = Oran Berry; Sitrus Berry; Enigma Berry; Figy Berry; Wiki Berry; Mago Berry; Aguav Berry; Iapapa Berry; Cheri Berry; Chesto Berry; Pecha Berry; Rawst Berry; Aspear Berry; Persim Berry; Lum Berry; Touga Berry; Eggant Berry; Leppa Berry; Hopo Berry; Pomeg Berry; Kelpsy Berry; Qualot Berry; Hondew Berry; Grepa Berry; Tamato Berry; Babiri Berry; Charti Berry; Chilan Berry; Chople Berry; Coba Berry; Colbur Berry; Haban Berry; Kasib Berry; Kebia Berry; Occa Berry; Passho Berry; Payapa Berry; Rindo Berry; Roseli Berry; Shuca Berry; Tanga Berry; Wacan Berry; Yache Berry; Kee Berry; Maranga Berry; Liechi Berry; Ganlon Berry; Salac Berry; Petaya Berry; Apicot Berry; Lansat Berry; Starf Berry; Micle Berry; Custap Berry; Jaboca Berry; Rowap Berry; Razz Berry; Bluk Berry; Nanab Berry; Wepear Berry; Pinap Berry; Cornn Berry; Magost Berry; Rabuta Berry; Nomel Berry; Pomeg Berry; Kelpsy Berry; Qualot Berry; Hondew Berry; Grepa Berry; Tamato Berry; Spelon Berry; Pamtre Berry; Watmel Berry; Durin Berry; Belue Berry; Hopo Berry | link = Seasoning#Flavor Seasoning | tooltip = Any Flavor Seasoning}}&lt;br /&gt;
| S2 = {{ItemSlot| item = Oran Berry; Sitrus Berry; Enigma Berry; Figy Berry; Wiki Berry; Mago Berry; Aguav Berry; Iapapa Berry; Cheri Berry; Chesto Berry; Pecha Berry; Rawst Berry; Aspear Berry; Persim Berry; Lum Berry; Touga Berry; Eggant Berry; Leppa Berry; Hopo Berry; Pomeg Berry; Kelpsy Berry; Qualot Berry; Hondew Berry; Grepa Berry; Tamato Berry; Babiri Berry; Charti Berry; Chilan Berry; Chople Berry; Coba Berry; Colbur Berry; Haban Berry; Kasib Berry; Kebia Berry; Occa Berry; Passho Berry; Payapa Berry; Rindo Berry; Roseli Berry; Shuca Berry; Tanga Berry; Wacan Berry; Yache Berry; Kee Berry; Maranga Berry; Liechi Berry; Ganlon Berry; Salac Berry; Petaya Berry; Apicot Berry; Lansat Berry; Starf Berry; Micle Berry; Custap Berry; Jaboca Berry; Rowap Berry; Razz Berry; Bluk Berry; Nanab Berry; Wepear Berry; Pinap Berry; Cornn Berry; Magost Berry; Rabuta Berry; Nomel Berry; Pomeg Berry; Kelpsy Berry; Qualot Berry; Hondew Berry; Grepa Berry; Tamato Berry; Spelon Berry; Pamtre Berry; Watmel Berry; Durin Berry; Belue Berry; Hopo Berry | link = Seasoning#Flavor Seasoning | tooltip = Any Flavor Seasoning}}&lt;br /&gt;
| S3 = {{ItemSlot| item = Oran Berry; Sitrus Berry; Enigma Berry; Figy Berry; Wiki Berry; Mago Berry; Aguav Berry; Iapapa Berry; Cheri Berry; Chesto Berry; Pecha Berry; Rawst Berry; Aspear Berry; Persim Berry; Lum Berry; Touga Berry; Eggant Berry; Leppa Berry; Hopo Berry; Pomeg Berry; Kelpsy Berry; Qualot Berry; Hondew Berry; Grepa Berry; Tamato Berry; Babiri Berry; Charti Berry; Chilan Berry; Chople Berry; Coba Berry; Colbur Berry; Haban Berry; Kasib Berry; Kebia Berry; Occa Berry; Passho Berry; Payapa Berry; Rindo Berry; Roseli Berry; Shuca Berry; Tanga Berry; Wacan Berry; Yache Berry; Kee Berry; Maranga Berry; Liechi Berry; Ganlon Berry; Salac Berry; Petaya Berry; Apicot Berry; Lansat Berry; Starf Berry; Micle Berry; Custap Berry; Jaboca Berry; Rowap Berry; Razz Berry; Bluk Berry; Nanab Berry; Wepear Berry; Pinap Berry; Cornn Berry; Magost Berry; Rabuta Berry; Nomel Berry; Pomeg Berry; Kelpsy Berry; Qualot Berry; Hondew Berry; Grepa Berry; Tamato Berry; Spelon Berry; Pamtre Berry; Watmel Berry; Durin Berry; Belue Berry; Hopo Berry | link = Seasoning#Flavor Seasoning | tooltip = Any Flavor Seasoning}}&lt;br /&gt;
| output = {{ItemSlot| item = Poké Snack | link = Poké Snack}} &lt;br /&gt;
}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Composting===&lt;br /&gt;
Putting Hearty Grains in a Composter has a 65% chance of raising the compost level by 1.&lt;br /&gt;
&lt;br /&gt;
==Hearty Grain Bale==&lt;br /&gt;
{{InfoboxItem&lt;br /&gt;
| title = Hearty Grain Bale&lt;br /&gt;
| image = Hearty Grain Bale.png&lt;br /&gt;
| item = Hearty Grain Bale.png&lt;br /&gt;
| itemtooltip = Hearty Grain Bale&lt;br /&gt;
| stacklimit = 64&lt;br /&gt;
}}&lt;br /&gt;
&#039;&#039;&#039;Hearty Grain Bale&#039;&#039;&#039; is a storage block that can be crafted from Hearty Grains. It has similar functionality as vanilla [[minecraftwiki:Hay Bale|Hay Bales]].&lt;br /&gt;
&lt;br /&gt;
===Crafting===&lt;br /&gt;
{|&lt;br /&gt;
| {{CraftingInterface&lt;br /&gt;
| A1 = {{ItemSlot| item = Hearty Grains}} &lt;br /&gt;
| A2 = {{ItemSlot| item = Hearty Grains}} &lt;br /&gt;
| A3 = {{ItemSlot| item = Hearty Grains}} &lt;br /&gt;
| B1 = {{ItemSlot| item = Hearty Grains}} &lt;br /&gt;
| B2 = {{ItemSlot| item = Hearty Grains}} &lt;br /&gt;
| B3 = {{ItemSlot| item = Hearty Grains}} &lt;br /&gt;
| C1 = {{ItemSlot| item = Hearty Grains}} &lt;br /&gt;
| C2 = {{ItemSlot| item = Hearty Grains}} &lt;br /&gt;
| C3 = {{ItemSlot| item = Hearty Grains}} &lt;br /&gt;
| output = {{ItemSlot| item = Hearty Grain Bale}} &lt;br /&gt;
}}&lt;br /&gt;
| || ||&lt;br /&gt;
|{{CraftingInterface&lt;br /&gt;
| A1 = {{ItemSlot| item = Hearty Grain Bale}} &lt;br /&gt;
| output = {{ItemSlot| item = Hearty Grains | amount = 9}}&lt;br /&gt;
| shapeless = true &lt;br /&gt;
}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Composting====&lt;br /&gt;
Putting a Hearty Grain Bale in a Composter has an 85% chance of raising the compost level by 1.&lt;br /&gt;
&lt;br /&gt;
==History==&lt;br /&gt;
{{HistoryTable|rows=&lt;br /&gt;
&lt;br /&gt;
{{HistoryRow|version=1.7.0|changes={{ScaledImage|Hearty Grains.png|32px}} {{ScaledImage|Hearty Grain Bale.png|32px}} Added Hearty Grains.}}&lt;br /&gt;
&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Blocks}}&lt;br /&gt;
[[Category:Item]]&lt;br /&gt;
[[Category:Plants]]&lt;br /&gt;
[[Category:Cooking]]&lt;/div&gt;</summary>
		<author><name>PushedTester</name></author>
	</entry>
	<entry>
		<id>https://wiki.cobblemon.com/index.php?title=Vivichoke&amp;diff=8132</id>
		<title>Vivichoke</title>
		<link rel="alternate" type="text/html" href="https://wiki.cobblemon.com/index.php?title=Vivichoke&amp;diff=8132"/>
		<updated>2026-01-11T14:17:33Z</updated>

		<summary type="html">&lt;p&gt;PushedTester: /* History */ Updated History to use the new template&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{InfoboxItem&lt;br /&gt;
| image = Vivichoke Seeds (block, stage 7).png&lt;br /&gt;
| image2 = Vivichoke Seeds (block, stage 0).png&lt;br /&gt;
| image3 = Vivichoke Seeds (block, stage 1).png&lt;br /&gt;
| image4 = Vivichoke Seeds (block, stage 2).png&lt;br /&gt;
| image5 = Vivichoke Seeds (block, stage 3).png&lt;br /&gt;
| image6 = Vivichoke Seeds (block, stage 4).png&lt;br /&gt;
| image7 = Vivichoke Seeds (block, stage 5).png&lt;br /&gt;
| image8 = Vivichoke Seeds (block, stage 6).png&lt;br /&gt;
| item = Vivichoke.png&lt;br /&gt;
| item2 = Vivichoke Seeds.png&lt;br /&gt;
| itemtooltip = Vivichoke&lt;br /&gt;
| itemtooltip2 = Vivichoke Seeds&lt;br /&gt;
| stacklimit = 64&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Vivichoke&#039;&#039;&#039; is a rare crop item primarily used as an ingredient in cooking and brewing. When used in cooking, it also serves as a [[Vivichoke#Nutrition_Seasoning | Nutrition Seasoning]].&lt;br /&gt;
&lt;br /&gt;
==Obtaining==&lt;br /&gt;
===Farming===&lt;br /&gt;
Vivichoke Seeds can be placed on farmland. After being placed, the planted crop goes through eight stages of growth.&lt;br /&gt;
&lt;br /&gt;
When [[minecraftwiki:Bone Meal|Bone Meal]] is used on a Vivichoke crop, its growth will increase by one stage.&lt;br /&gt;
&lt;br /&gt;
Harvesting a fully grown crop yields one Vivichoke and one seed. If harvested early, it only drops the single seed.&lt;br /&gt;
&lt;br /&gt;
===Loot===&lt;br /&gt;
Vivichoke seeds may be found in chests within [[minecraftwiki:Monster Room|Monster Rooms]], [[minecraftwiki:Mineshaft|Mineshafts]], [[minecraftwiki:Jungle pyramid|Jungle pyramids]], [[minecraftwiki:Village|Villages]], and [[minecraftwiki:Shipwreck|Shipwrecks]] as stacks of 1-3.&lt;br /&gt;
&lt;br /&gt;
===Trading===&lt;br /&gt;
Vivichoke Seeds can be obtained through trading with a [[Villager#Additional Trade Offers|Wandering Trader]] or an Expert-level [[Villager#Trade_Offers|Nurse Villager]].&lt;br /&gt;
&lt;br /&gt;
==Usage==&lt;br /&gt;
===Crafting Ingredient===&lt;br /&gt;
{|&lt;br /&gt;
|{{CraftingInterface&lt;br /&gt;
| B2 = {{ItemSlot| item = Vivichoke}}&lt;br /&gt;
| output = {{ItemSlot| item = Vivichoke Seeds}}&lt;br /&gt;
| shapeless = 1&lt;br /&gt;
}}&lt;br /&gt;
| || ||&lt;br /&gt;
| {{CraftingInterface&lt;br /&gt;
| A2 = {{ItemSlot| item = Vivichoke Seeds | tooltip = Any Seed}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Vivichoke Seeds | tooltip = Any Seed}}&lt;br /&gt;
| B2 = {{ItemSlot| item = Grass Gem | link = Type Gems}}&lt;br /&gt;
| B3 = {{ItemSlot| item = Vivichoke Seeds | tooltip = Any Seed}}&lt;br /&gt;
| C2 = {{ItemSlot| item = Vivichoke Seeds | tooltip = Any Seed}}&lt;br /&gt;
| output = {{ItemSlot| item = Miracle Seed}}&lt;br /&gt;
}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Cooking Ingredient===&lt;br /&gt;
:&#039;&#039;For more information on cooking, see [[Campfire Pot]]&#039;&#039;&lt;br /&gt;
:&#039;&#039;For more information on Nutrition Seasoning, see [[Seasoning]]&#039;&#039;&lt;br /&gt;
When used as a seasoning for cooking [[Ponigiri]] in the Campfire Pot, Vivichoke will grant 6 Hunger and 2 Saturation.&lt;br /&gt;
{|&lt;br /&gt;
|{{CookingInterface&lt;br /&gt;
| A1 = {{ItemSlot| item = Revive |link=Revive}}&lt;br /&gt;
| A2 = {{ItemSlot| item = Revive|link=Revive}}&lt;br /&gt;
| A3 = {{ItemSlot| item = Vivichoke}}&lt;br /&gt;
| output = {{ItemSlot| item = Max Revive|link=Max Revive}}&lt;br /&gt;
| shapeless = 1&lt;br /&gt;
}}&lt;br /&gt;
| || ||&lt;br /&gt;
|{{CookingInterface&lt;br /&gt;
| A1 = {{ItemSlot| item = Vivichoke}}&lt;br /&gt;
| A2 = {{ItemSlot| item = Milk Bucket; Moomoo Milk | tooltip = Any Milk}}&lt;br /&gt;
| A3 = {{ItemSlot| item = Bowl}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Bread}}&lt;br /&gt;
| output = {{ItemSlot| item = Vivichoke Dip|link=Vivichoke Dip}}&lt;br /&gt;
| shapeless = 1&lt;br /&gt;
}}&lt;br /&gt;
| || ||&lt;br /&gt;
|{{CookingInterface&lt;br /&gt;
| A1 = {{ItemSlot| item = Bread}}&lt;br /&gt;
| A2 = {{ItemSlot| item = Egg}}&lt;br /&gt;
| A3 = {{ItemSlot| item = Tasty Tail; Raw Beef; Raw Porkchop; Raw Chicken; Raw Rabbit; Raw Mutton | tooltip = Any Raw Meat}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Medicinal Leek; Hearty Grains; Vivichoke; Baked Potato; Beetroot; Apple; Tart Apple; Sweet Apple; Syrupy Apple | tooltip = Any Sandwich Vegetable}}&lt;br /&gt;
| output = {{ItemSlot| item = Open-Faced Sandwich|link=Open-Faced Sandwich}}&lt;br /&gt;
| shapeless = 1&lt;br /&gt;
}}&lt;br /&gt;
|-&lt;br /&gt;
|{{CookingInterface&lt;br /&gt;
| A1 = {{ItemSlot| item = Milk Bucket; Moomoo Milk | tooltip = Any Milk}}&lt;br /&gt;
| A2 = {{ItemSlot| item = Milk Bucket; Moomoo Milk | tooltip = Any Milk}}&lt;br /&gt;
| A3 = {{ItemSlot| item = Milk Bucket; Moomoo Milk | tooltip = Any Milk}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Honey Bottle}}&lt;br /&gt;
| B2 = {{ItemSlot| item = Vivichoke}}&lt;br /&gt;
| B3 = {{ItemSlot| item = Honey Bottle}}&lt;br /&gt;
| C1 = {{ItemSlot| item = Hearty Grains|link=Hearty Grains}}&lt;br /&gt;
| C2 = {{ItemSlot| item = Hearty Grains|link=Hearty Grains}}&lt;br /&gt;
| C3 = {{ItemSlot| item = Hearty Grains|link=Hearty Grains}}&lt;br /&gt;
| output = {{ItemSlot| item = Poké Snack|link=Poké Snack}}&lt;br /&gt;
| shapeless = 1&lt;br /&gt;
}}&lt;br /&gt;
| || ||&lt;br /&gt;
|{{CookingInterface&lt;br /&gt;
| A1 = {{ItemSlot| item = Milk Bucket; Moomoo Milk | tooltip = Any Milk}}&lt;br /&gt;
| A2 = {{ItemSlot| item = Milk Bucket; Moomoo Milk | tooltip = Any Milk}}&lt;br /&gt;
| A3 = {{ItemSlot| item = Milk Bucket; Moomoo Milk | tooltip = Any Milk}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Sugar}}&lt;br /&gt;
| B2 = {{ItemSlot| item = Vivichoke}}&lt;br /&gt;
| B3 = {{ItemSlot| item = Sugar}}&lt;br /&gt;
| C1 = {{ItemSlot| item = Hearty Grains|link=Hearty Grains}}&lt;br /&gt;
| C2 = {{ItemSlot| item = Hearty Grains|link=Hearty Grains}}&lt;br /&gt;
| C3 = {{ItemSlot| item = Hearty Grains|link=Hearty Grains}}&lt;br /&gt;
| output = {{ItemSlot| item = Poké Cake|link=Poké Cake}}&lt;br /&gt;
| shapeless = 1&lt;br /&gt;
}}&lt;br /&gt;
| || ||&lt;br /&gt;
|{{CookingInterface&lt;br /&gt;
| A1 = {{ItemSlot| item = Hearty Grains|link=Hearty Grains}}&lt;br /&gt;
| A2 = {{ItemSlot| item = Hearty Grains|link=Hearty Grains}}&lt;br /&gt;
| A3 = {{ItemSlot| item = Hearty Grains|link=Hearty Grains}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Dried Kelp}}&lt;br /&gt;
| S1 = {{ItemSlot| item = Vivichoke}}&lt;br /&gt;
| S2 = {{ItemSlot| item = Vivichoke}}&lt;br /&gt;
| S3 = {{ItemSlot| item = Vivichoke}}&lt;br /&gt;
| output = {{ItemSlot| item = Ponigiri_Vivichoke | link=Ponigiri| amount = 3 | tooltip = Ponigiri}}&lt;br /&gt;
| shapeless = 1&lt;br /&gt;
}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Brewing Ingredient===&lt;br /&gt;
{|&lt;br /&gt;
|{{BrewingInterface&lt;br /&gt;
| input = {{ItemSlot| item = Vivichoke | text = Vivichoke | link = Vivichoke}}&lt;br /&gt;
| base = {{ItemSlot| item = Hyper Potion | text = Hyper Potion | link = Hyper Potion}}&lt;br /&gt;
| output = {{ItemSlot| item = Max Potion | text = Max Potion | link = Max Potion}}&lt;br /&gt;
}}&lt;br /&gt;
| || ||&lt;br /&gt;
|{{BrewingInterface&lt;br /&gt;
| input = {{ItemSlot| item = Vivichoke | text = Vivichoke | link = Vivichoke}}&lt;br /&gt;
| base = {{ItemSlot| item = Medicinal Brew | text = Medicinal Brew | link = Medicinal Brew}}&lt;br /&gt;
| output = {{ItemSlot| item = PP Up | text = PP Up | link = PP Up}}&lt;br /&gt;
}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Composting===&lt;br /&gt;
Placing Vivichoke Seeds into a [[minecraftwiki:Composter|Composter]] has a 65% chance of raising the compost level by 1.&lt;br /&gt;
&lt;br /&gt;
==History==&lt;br /&gt;
&lt;br /&gt;
{{HistoryTable|rows=&lt;br /&gt;
&lt;br /&gt;
{{HistoryRow|version=1.4.0|changes={{ScaledImage|Vivichoke.png|32px}} {{ScaledImage|Vivichoke Seeds.png|32px}} Added Vivichoke and its seeds.}}&lt;br /&gt;
&lt;br /&gt;
{{HistoryRow|version=1.7.0|changes=&lt;br /&gt;
{{-}}&lt;br /&gt;
* {{ScaledImage|Braised Vivichoke.png|32px}} Removed the &amp;quot;[[Braised Vivichoke]]&amp;quot; item, previously obtained by smelting a Vivichoke.&lt;br /&gt;
* Vivichoke now produces one seed instead of two when crafted by itself.&lt;br /&gt;
* Vivichoke crops now always drop one seed when harvested.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Blocks}}&lt;br /&gt;
{{Items}}&lt;br /&gt;
[[Category:Plants]]&lt;/div&gt;</summary>
		<author><name>PushedTester</name></author>
	</entry>
	<entry>
		<id>https://wiki.cobblemon.com/index.php?title=Vivichoke&amp;diff=8131</id>
		<title>Vivichoke</title>
		<link rel="alternate" type="text/html" href="https://wiki.cobblemon.com/index.php?title=Vivichoke&amp;diff=8131"/>
		<updated>2026-01-11T14:15:09Z</updated>

		<summary type="html">&lt;p&gt;PushedTester: Improved general look of the page by removing unnecessary whitelines&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{InfoboxItem&lt;br /&gt;
| image = Vivichoke Seeds (block, stage 7).png&lt;br /&gt;
| image2 = Vivichoke Seeds (block, stage 0).png&lt;br /&gt;
| image3 = Vivichoke Seeds (block, stage 1).png&lt;br /&gt;
| image4 = Vivichoke Seeds (block, stage 2).png&lt;br /&gt;
| image5 = Vivichoke Seeds (block, stage 3).png&lt;br /&gt;
| image6 = Vivichoke Seeds (block, stage 4).png&lt;br /&gt;
| image7 = Vivichoke Seeds (block, stage 5).png&lt;br /&gt;
| image8 = Vivichoke Seeds (block, stage 6).png&lt;br /&gt;
| item = Vivichoke.png&lt;br /&gt;
| item2 = Vivichoke Seeds.png&lt;br /&gt;
| itemtooltip = Vivichoke&lt;br /&gt;
| itemtooltip2 = Vivichoke Seeds&lt;br /&gt;
| stacklimit = 64&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Vivichoke&#039;&#039;&#039; is a rare crop item primarily used as an ingredient in cooking and brewing. When used in cooking, it also serves as a [[Vivichoke#Nutrition_Seasoning | Nutrition Seasoning]].&lt;br /&gt;
&lt;br /&gt;
==Obtaining==&lt;br /&gt;
===Farming===&lt;br /&gt;
Vivichoke Seeds can be placed on farmland. After being placed, the planted crop goes through eight stages of growth.&lt;br /&gt;
&lt;br /&gt;
When [[minecraftwiki:Bone Meal|Bone Meal]] is used on a Vivichoke crop, its growth will increase by one stage.&lt;br /&gt;
&lt;br /&gt;
Harvesting a fully grown crop yields one Vivichoke and one seed. If harvested early, it only drops the single seed.&lt;br /&gt;
&lt;br /&gt;
===Loot===&lt;br /&gt;
Vivichoke seeds may be found in chests within [[minecraftwiki:Monster Room|Monster Rooms]], [[minecraftwiki:Mineshaft|Mineshafts]], [[minecraftwiki:Jungle pyramid|Jungle pyramids]], [[minecraftwiki:Village|Villages]], and [[minecraftwiki:Shipwreck|Shipwrecks]] as stacks of 1-3.&lt;br /&gt;
&lt;br /&gt;
===Trading===&lt;br /&gt;
Vivichoke Seeds can be obtained through trading with a [[Villager#Additional Trade Offers|Wandering Trader]] or an Expert-level [[Villager#Trade_Offers|Nurse Villager]].&lt;br /&gt;
&lt;br /&gt;
==Usage==&lt;br /&gt;
===Crafting Ingredient===&lt;br /&gt;
{|&lt;br /&gt;
|{{CraftingInterface&lt;br /&gt;
| B2 = {{ItemSlot| item = Vivichoke}}&lt;br /&gt;
| output = {{ItemSlot| item = Vivichoke Seeds}}&lt;br /&gt;
| shapeless = 1&lt;br /&gt;
}}&lt;br /&gt;
| || ||&lt;br /&gt;
| {{CraftingInterface&lt;br /&gt;
| A2 = {{ItemSlot| item = Vivichoke Seeds | tooltip = Any Seed}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Vivichoke Seeds | tooltip = Any Seed}}&lt;br /&gt;
| B2 = {{ItemSlot| item = Grass Gem | link = Type Gems}}&lt;br /&gt;
| B3 = {{ItemSlot| item = Vivichoke Seeds | tooltip = Any Seed}}&lt;br /&gt;
| C2 = {{ItemSlot| item = Vivichoke Seeds | tooltip = Any Seed}}&lt;br /&gt;
| output = {{ItemSlot| item = Miracle Seed}}&lt;br /&gt;
}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Cooking Ingredient===&lt;br /&gt;
:&#039;&#039;For more information on cooking, see [[Campfire Pot]]&#039;&#039;&lt;br /&gt;
:&#039;&#039;For more information on Nutrition Seasoning, see [[Seasoning]]&#039;&#039;&lt;br /&gt;
When used as a seasoning for cooking [[Ponigiri]] in the Campfire Pot, Vivichoke will grant 6 Hunger and 2 Saturation.&lt;br /&gt;
{|&lt;br /&gt;
|{{CookingInterface&lt;br /&gt;
| A1 = {{ItemSlot| item = Revive |link=Revive}}&lt;br /&gt;
| A2 = {{ItemSlot| item = Revive|link=Revive}}&lt;br /&gt;
| A3 = {{ItemSlot| item = Vivichoke}}&lt;br /&gt;
| output = {{ItemSlot| item = Max Revive|link=Max Revive}}&lt;br /&gt;
| shapeless = 1&lt;br /&gt;
}}&lt;br /&gt;
| || ||&lt;br /&gt;
|{{CookingInterface&lt;br /&gt;
| A1 = {{ItemSlot| item = Vivichoke}}&lt;br /&gt;
| A2 = {{ItemSlot| item = Milk Bucket; Moomoo Milk | tooltip = Any Milk}}&lt;br /&gt;
| A3 = {{ItemSlot| item = Bowl}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Bread}}&lt;br /&gt;
| output = {{ItemSlot| item = Vivichoke Dip|link=Vivichoke Dip}}&lt;br /&gt;
| shapeless = 1&lt;br /&gt;
}}&lt;br /&gt;
| || ||&lt;br /&gt;
|{{CookingInterface&lt;br /&gt;
| A1 = {{ItemSlot| item = Bread}}&lt;br /&gt;
| A2 = {{ItemSlot| item = Egg}}&lt;br /&gt;
| A3 = {{ItemSlot| item = Tasty Tail; Raw Beef; Raw Porkchop; Raw Chicken; Raw Rabbit; Raw Mutton | tooltip = Any Raw Meat}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Medicinal Leek; Hearty Grains; Vivichoke; Baked Potato; Beetroot; Apple; Tart Apple; Sweet Apple; Syrupy Apple | tooltip = Any Sandwich Vegetable}}&lt;br /&gt;
| output = {{ItemSlot| item = Open-Faced Sandwich|link=Open-Faced Sandwich}}&lt;br /&gt;
| shapeless = 1&lt;br /&gt;
}}&lt;br /&gt;
|-&lt;br /&gt;
|{{CookingInterface&lt;br /&gt;
| A1 = {{ItemSlot| item = Milk Bucket; Moomoo Milk | tooltip = Any Milk}}&lt;br /&gt;
| A2 = {{ItemSlot| item = Milk Bucket; Moomoo Milk | tooltip = Any Milk}}&lt;br /&gt;
| A3 = {{ItemSlot| item = Milk Bucket; Moomoo Milk | tooltip = Any Milk}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Honey Bottle}}&lt;br /&gt;
| B2 = {{ItemSlot| item = Vivichoke}}&lt;br /&gt;
| B3 = {{ItemSlot| item = Honey Bottle}}&lt;br /&gt;
| C1 = {{ItemSlot| item = Hearty Grains|link=Hearty Grains}}&lt;br /&gt;
| C2 = {{ItemSlot| item = Hearty Grains|link=Hearty Grains}}&lt;br /&gt;
| C3 = {{ItemSlot| item = Hearty Grains|link=Hearty Grains}}&lt;br /&gt;
| output = {{ItemSlot| item = Poké Snack|link=Poké Snack}}&lt;br /&gt;
| shapeless = 1&lt;br /&gt;
}}&lt;br /&gt;
| || ||&lt;br /&gt;
|{{CookingInterface&lt;br /&gt;
| A1 = {{ItemSlot| item = Milk Bucket; Moomoo Milk | tooltip = Any Milk}}&lt;br /&gt;
| A2 = {{ItemSlot| item = Milk Bucket; Moomoo Milk | tooltip = Any Milk}}&lt;br /&gt;
| A3 = {{ItemSlot| item = Milk Bucket; Moomoo Milk | tooltip = Any Milk}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Sugar}}&lt;br /&gt;
| B2 = {{ItemSlot| item = Vivichoke}}&lt;br /&gt;
| B3 = {{ItemSlot| item = Sugar}}&lt;br /&gt;
| C1 = {{ItemSlot| item = Hearty Grains|link=Hearty Grains}}&lt;br /&gt;
| C2 = {{ItemSlot| item = Hearty Grains|link=Hearty Grains}}&lt;br /&gt;
| C3 = {{ItemSlot| item = Hearty Grains|link=Hearty Grains}}&lt;br /&gt;
| output = {{ItemSlot| item = Poké Cake|link=Poké Cake}}&lt;br /&gt;
| shapeless = 1&lt;br /&gt;
}}&lt;br /&gt;
| || ||&lt;br /&gt;
|{{CookingInterface&lt;br /&gt;
| A1 = {{ItemSlot| item = Hearty Grains|link=Hearty Grains}}&lt;br /&gt;
| A2 = {{ItemSlot| item = Hearty Grains|link=Hearty Grains}}&lt;br /&gt;
| A3 = {{ItemSlot| item = Hearty Grains|link=Hearty Grains}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Dried Kelp}}&lt;br /&gt;
| S1 = {{ItemSlot| item = Vivichoke}}&lt;br /&gt;
| S2 = {{ItemSlot| item = Vivichoke}}&lt;br /&gt;
| S3 = {{ItemSlot| item = Vivichoke}}&lt;br /&gt;
| output = {{ItemSlot| item = Ponigiri_Vivichoke | link=Ponigiri| amount = 3 | tooltip = Ponigiri}}&lt;br /&gt;
| shapeless = 1&lt;br /&gt;
}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Brewing Ingredient===&lt;br /&gt;
{|&lt;br /&gt;
|{{BrewingInterface&lt;br /&gt;
| input = {{ItemSlot| item = Vivichoke | text = Vivichoke | link = Vivichoke}}&lt;br /&gt;
| base = {{ItemSlot| item = Hyper Potion | text = Hyper Potion | link = Hyper Potion}}&lt;br /&gt;
| output = {{ItemSlot| item = Max Potion | text = Max Potion | link = Max Potion}}&lt;br /&gt;
}}&lt;br /&gt;
| || ||&lt;br /&gt;
|{{BrewingInterface&lt;br /&gt;
| input = {{ItemSlot| item = Vivichoke | text = Vivichoke | link = Vivichoke}}&lt;br /&gt;
| base = {{ItemSlot| item = Medicinal Brew | text = Medicinal Brew | link = Medicinal Brew}}&lt;br /&gt;
| output = {{ItemSlot| item = PP Up | text = PP Up | link = PP Up}}&lt;br /&gt;
}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Composting===&lt;br /&gt;
Placing Vivichoke Seeds into a [[minecraftwiki:Composter|Composter]] has a 65% chance of raising the compost level by 1.&lt;br /&gt;
&lt;br /&gt;
==History==&lt;br /&gt;
{| class=&amp;quot;wikitable history&amp;quot; style=&amp;quot;width:100%;&amp;quot;&lt;br /&gt;
!Version&lt;br /&gt;
!Description&lt;br /&gt;
|-&lt;br /&gt;
!&#039;&#039;&#039;[[1.4.0]]&#039;&#039;&#039;&lt;br /&gt;
|{{ScaledImage|Vivichoke.png|32px}} {{ScaledImage|Vivichoke Seeds.png|32px}} Added Vivichoke.&lt;br /&gt;
|-&lt;br /&gt;
!&#039;&#039;&#039;[[1.7.0]]&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
{{ScaledImage|Braised Vivichoke.png|32px}} Removed the &amp;quot;[[Braised Vivichoke]]&amp;quot; item, previously obtained by smelting a Vivichoke.&lt;br /&gt;
*Vivichoke now produces one seed instead of two when crafted by itself.&lt;br /&gt;
*Vivichoke crops now always drop one seed when harvested.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{Blocks}}&lt;br /&gt;
{{Items}}&lt;br /&gt;
[[Category:Plants]]&lt;/div&gt;</summary>
		<author><name>PushedTester</name></author>
	</entry>
	<entry>
		<id>https://wiki.cobblemon.com/index.php?title=Big_Root&amp;diff=8130</id>
		<title>Big Root</title>
		<link rel="alternate" type="text/html" href="https://wiki.cobblemon.com/index.php?title=Big_Root&amp;diff=8130"/>
		<updated>2026-01-11T14:06:20Z</updated>

		<summary type="html">&lt;p&gt;PushedTester: /* History */ Updated History to use the new template&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{InfoboxItem&lt;br /&gt;
| title = Big Root&amp;lt;/br&amp;gt;Energy Root&lt;br /&gt;
| image = Big Root (block).png&lt;br /&gt;
| image2 = Energy Root (block).png&lt;br /&gt;
| item = Big Root.png&lt;br /&gt;
| itemtooltip = Big Root&lt;br /&gt;
| item2 = Energy Root.png&lt;br /&gt;
| itemtooltip2 = Energy Root&lt;br /&gt;
| stacklimit = 64&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
A &#039;&#039;&#039;Big Root&#039;&#039;&#039; is a crop that can be found growing from the ceilings of caves near the surface. It also functions as a [[items|held item]] that increases the HP recovered from the holder&#039;s draining moves by 30%.&lt;br /&gt;
&lt;br /&gt;
An &#039;&#039;&#039;Energy Root&#039;&#039;&#039; is a crop that sometimes grows in place of a Big Root. It can be used to heal a Pokémon at the cost of friendship.&lt;br /&gt;
&lt;br /&gt;
==Obtaining==&lt;br /&gt;
[[File:Wild Roots.png|thumb|250px|caption|Roots in the wild.]]&lt;br /&gt;
Breaking either type of root will always yield a single Big Root or a single Energy Root.&lt;br /&gt;
&lt;br /&gt;
Both types of root can be instantly mined with any tool.&lt;br /&gt;
&lt;br /&gt;
Obtaining a Big Root triggers the advancement &#039;&#039;The Root of Basic Healing&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
===Farming===&lt;br /&gt;
When planted below any earthen block at low light levels, Big Roots have a chance to spread to the bottom side of adjacent earthen blocks. These new roots can be harvested, and a newly spawned root has a 1/4th chance to be an Energy Root.&lt;br /&gt;
&lt;br /&gt;
When [[minecraftwiki:Bone Meal|bone meal]] is used on a root, it will force a root to propagate onto an adjacent block.&lt;br /&gt;
&lt;br /&gt;
By default, the earthen blocks that can support roots are the following:&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot; style=&amp;quot;margin:auto&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| {{ImageLink|Dirt|link=minecraftwiki:Dirt|text=Dirt}}&lt;br /&gt;
| {{ImageLink|Grass_Block|link=minecraftwiki:Grass_Block|text=Grass Block}}&lt;br /&gt;
| {{ImageLink|Podzol|link=minecraftwiki:Podzol|text=Podzol}}&lt;br /&gt;
|-&lt;br /&gt;
| {{ImageLink|Coarse_Dirt|link=minecraftwiki:Coarse_Dirt|text=Coarse Dirt}}&lt;br /&gt;
| {{ImageLink|Mycelium|link=minecraftwiki:Mycelium|text=Mycelium}}&lt;br /&gt;
| {{ImageLink|Rooted_Dirt|link=minecraftwiki:Rooted_Dirt|text=Rooted Dirt}}&lt;br /&gt;
|-&lt;br /&gt;
| {{ImageLink|Moss_Block|link=minecraftwiki:Moss_Block|text=Moss Block}}&lt;br /&gt;
| {{ImageLink|Mud|link=minecraftwiki:Mud|text=Mud}}&lt;br /&gt;
| {{ImageLink|Muddy_Mangrove_Roots|link=minecraftwiki:Muddy_Mangrove_Roots|text=Muddy Mangrove Roots}}&lt;br /&gt;
|-&lt;br /&gt;
| {{ImageLink|Stone|link=minecraftwiki:Stone|text=Stone}}&lt;br /&gt;
| {{ImageLink|Stone|link=minecraftwiki:Infested_Stone|text=Infested Stone}}&lt;br /&gt;
| {{ImageLink|Andesite|link=minecraftwiki:Andesite|text=Andesite}}&lt;br /&gt;
|-&lt;br /&gt;
| {{ImageLink|Diorite|link=minecraftwiki:Diorite|text=Diorite}}&lt;br /&gt;
| {{ImageLink|Granite|link=minecraftwiki:Granite|text=Granite}}&lt;br /&gt;
| {{ImageLink|Deepslate|link=minecraftwiki:Deepslate|text=Deepslate}}&lt;br /&gt;
|-&lt;br /&gt;
| {{ImageLink|Deepslate|link=minecraftwiki:Infested_Deepslate|text=Infested Deepslate}}&lt;br /&gt;
| {{ImageLink|Tuff|link=minecraftwiki:Tuff|text=Tuff}}&lt;br /&gt;
| {{ImageLink|Cobblestone|link=minecraftwiki:Cobblestone|text=Cobblestone}}&lt;br /&gt;
|-&lt;br /&gt;
| {{ImageLink|Mossy_Cobblestone|link=minecraftwiki:Mossy_Cobblestone|text=Mossy Cobblestone}}&lt;br /&gt;
| {{ImageLink|Cobblestone|link=minecraftwiki:Infested_Cobblestone|text=Infested Cobblestone}}&lt;br /&gt;
| {{ImageLink|Cobbled_Deepslate|link=minecraftwiki:Cobbled_Deepslate|text=Cobbled Deepslate}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Natural Generation===&lt;br /&gt;
Big Roots generate in small clusters hanging from cave ceilings in all biomes above the Deepslate layer, most commonly at Y=62. &lt;br /&gt;
&lt;br /&gt;
25% of generated roots will instead be Energy Roots.&lt;br /&gt;
&lt;br /&gt;
===Drops===&lt;br /&gt;
&#039;&#039;&#039;Big Root:&#039;&#039;&#039;&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot; style=&amp;quot;margin:auto&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! &#039;&#039;&#039;Dex No.&#039;&#039;&#039; !! &#039;&#039;&#039;Pokémon&#039;&#039;&#039; !! &#039;&#039;&#039;Rate&#039;&#039;&#039; !! &#039;&#039;&#039;Quantity&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| 0050 || Diglett || 2.5% || style=&amp;quot;text-align:center&amp;quot; | 1&lt;br /&gt;
|-&lt;br /&gt;
| 0051 || Dugtrio || 5% || style=&amp;quot;text-align:center&amp;quot; | 1&lt;br /&gt;
|-&lt;br /&gt;
| 0069 || Bellsprout || 2.5% || style=&amp;quot;text-align:center&amp;quot; | 1&lt;br /&gt;
|-&lt;br /&gt;
| 0070 || Weepinbell || 5% || style=&amp;quot;text-align:center&amp;quot; | 1&lt;br /&gt;
|-&lt;br /&gt;
| 0071 || Victreebel || 10% || style=&amp;quot;text-align:center&amp;quot; | 1&lt;br /&gt;
|-&lt;br /&gt;
| 0114 || Tangela || 2.5% || style=&amp;quot;text-align:center&amp;quot; | 1&lt;br /&gt;
&amp;lt;!--|-&lt;br /&gt;
| 0345 || Lileep || 2.5% || style=&amp;quot;text-align:center&amp;quot; | 1&lt;br /&gt;
|-&lt;br /&gt;
| 0346 || Cradily || 5% || style=&amp;quot;text-align:center&amp;quot; | 1--&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| 0455 || Carnivine || 5% || style=&amp;quot;text-align:center&amp;quot; | 1&lt;br /&gt;
|-&lt;br /&gt;
| 0465 || Tangrowth || 5% || style=&amp;quot;text-align:center&amp;quot; | 1&lt;br /&gt;
&amp;lt;!--|-&lt;br /&gt;
| 0548 || Petilil || 2.5% || style=&amp;quot;text-align:center&amp;quot; | 1&lt;br /&gt;
|-&lt;br /&gt;
| 0549 || Lilligant || 5% || style=&amp;quot;text-align:center&amp;quot; | 1&lt;br /&gt;
|-&lt;br /&gt;
| 0928 || Smoliv || 2.5% || style=&amp;quot;text-align:center&amp;quot; | 1&lt;br /&gt;
|-&lt;br /&gt;
| 0929 || Dolliv || 5% || style=&amp;quot;text-align:center&amp;quot; | 1&lt;br /&gt;
|-&lt;br /&gt;
| 0930 || Arboliva || 10% || style=&amp;quot;text-align:center&amp;quot; | 1--&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Usage==&lt;br /&gt;
===Crafting Ingredient===&lt;br /&gt;
{|&lt;br /&gt;
|{{CraftingInterface&lt;br /&gt;
| B2 = {{ItemSlot| item = Big Root}}&lt;br /&gt;
| output = {{ItemSlot| item = Remedy | link = Remedy}}&lt;br /&gt;
| shapeless = true&lt;br /&gt;
}}&lt;br /&gt;
| || ||&lt;br /&gt;
|{{CraftingInterface&lt;br /&gt;
| A1 = {{ItemSlot| item = Remedy | link = Fine Remedy}}&lt;br /&gt;
| A2 = {{ItemSlot| item = Galarica Nuts; Glow Berries; Sweet Berries| tooltip = Remedy Berries}}&lt;br /&gt;
| A3 = {{ItemSlot| item = Energy Root | link = Energy Root}}&lt;br /&gt;
| output = {{ItemSlot| item = Superb Remedy | link = Superb Remedy}}&lt;br /&gt;
| shapeless = true&lt;br /&gt;
}}&lt;br /&gt;
| || ||&lt;br /&gt;
|{{CraftingInterface&lt;br /&gt;
| A1 = {{ItemSlot| item = Fine Remedy | link = Fine Remedy}}&lt;br /&gt;
| A2 = {{ItemSlot| item = Energy Root | link = Energy Root}}&lt;br /&gt;
| output = {{ItemSlot| item = Superb Remedy | link = Superb Remedy}}&lt;br /&gt;
| shapeless = true&lt;br /&gt;
}}&lt;br /&gt;
|}&lt;br /&gt;
===Cooking Ingredient===&lt;br /&gt;
:&#039;&#039;For more information on Aprijuices, see [[Aprijuice]]&#039;&#039;&lt;br /&gt;
When used as a [[Seasoning#Effect_Seasoning| Seasoning]] for cooking [[Sinister Tea]] in the [[Campfire Pot]], Big Roots and Energy Roots will grant 5 seconds of Resistance and 11 seconds of Absorption respectively. &lt;br /&gt;
{|&lt;br /&gt;
|{{CookingInterface&lt;br /&gt;
| A1 = {{ItemSlot| item = White Apricorn; Black Apricorn; Red Apricorn; Blue Apricorn; Green Apricorn; Yellow Apricorn; Pink Apricorn}}&lt;br /&gt;
| A2 = {{ItemSlot| item = Pep-Up Flower}}&lt;br /&gt;
| A3 = {{ItemSlot| item = Energy Root}}&lt;br /&gt;
| output = {{ItemSlot| item = Plain White Aprijuice; Plain Black Aprijuice; Plain Red Aprijuice; Plain Blue Aprijuice; Plain Green Aprijuice; Plain Yellow Aprijuice; Plain Pink Aprijuice| tooltip = Aprijuice}}&lt;br /&gt;
}}&lt;br /&gt;
| || ||&lt;br /&gt;
|{{CookingInterface&lt;br /&gt;
| A1 = {{ItemSlot| item = Unremarkable Teacup; Masterpiece Teacup | tooltip = Any Teacup | link = Unremarkable Teacup}}&lt;br /&gt;
| A2 = {{ItemSlot| item = Unremarkable Teacup; Masterpiece Teacup | tooltip = Any Teacup | link = Unremarkable Teacup}}&lt;br /&gt;
| A3 = {{ItemSlot| item = Unremarkable Teacup; Masterpiece Teacup | tooltip = Any Teacup | link = Unremarkable Teacup}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Milk Bucket; Moomoo Milk | link = Moomoo Milk | tooltip = Any Milk}}&lt;br /&gt;
| S1 = {{ItemSlot| item = Big Root; Energy Root}}&lt;br /&gt;
| S2 = {{ItemSlot| item = Big Root; Energy Root}}&lt;br /&gt;
| S3 = {{ItemSlot| item = Big Root; Energy Root}}&lt;br /&gt;
| output = {{ItemSlot| item = Sinister Tea (Unremarkable Teacup); Sinister Tea (Masterpiece Teacup) | amount = 3 | tooltip = Sinister Tea| link = Sinister Tea}}&lt;br /&gt;
}}&lt;br /&gt;
| || ||&lt;br /&gt;
|{{CookingInterface&lt;br /&gt;
| A1 = {{ItemSlot| item = Bowl}}&lt;br /&gt;
| A2 = {{ItemSlot| item = Bowl}}&lt;br /&gt;
| A3 = {{ItemSlot| item = Bowl}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Milk Bucket; Moomoo Milk | link = Moomoo Milk | tooltip = Any Milk}}&lt;br /&gt;
| S1 = {{ItemSlot| item = Big Root; Energy Root}}&lt;br /&gt;
| S2 = {{ItemSlot| item = Big Root; Energy Root}}&lt;br /&gt;
| S3 = {{ItemSlot| item = Big Root; Energy Root}}&lt;br /&gt;
| output = {{ItemSlot| item = Sinister Tea | amount = 3 | tooltip = Sinister Tea}}&lt;br /&gt;
}}|}&lt;br /&gt;
===Brewing Ingredient===&lt;br /&gt;
{{BrewingInterface&lt;br /&gt;
| input = {{ItemSlot| item =Energy Root | link = Energy Root}}&lt;br /&gt;
| base = {{ItemSlot| item =PP Up| link = PP Up}}&lt;br /&gt;
| output = {{ItemSlot| item =PP Max | link = PP Max}}&lt;br /&gt;
}}&lt;br /&gt;
===Medicine===&lt;br /&gt;
An energy root can be used to restore 120 HP to a Pokémon at the cost of 10 Friendship.&lt;br /&gt;
&lt;br /&gt;
===Composting===&lt;br /&gt;
A Big Root has a 30% chance to raise the compost level by one.&lt;br /&gt;
&lt;br /&gt;
An Energy Root has a 65% chance to raise the compost level by one.&lt;br /&gt;
&lt;br /&gt;
==History==&lt;br /&gt;
{{HistoryTable|rows=&lt;br /&gt;
&lt;br /&gt;
{{HistoryRow|version=1.3.0|changes={{ScaledImage|Big Root.png|32px}} Added Big Roots as a held item dropped by certain Pokémon.}}&lt;br /&gt;
&lt;br /&gt;
{{HistoryRow|version=1.4.0|changes=&lt;br /&gt;
{{-}}&lt;br /&gt;
* {{ScaledImage|Energy Root.png|32px}} Added Energy Roots.&lt;br /&gt;
* Big Roots &amp;amp; Energy Roots can now generate as blocks hanging from cave ceiling dirt, they can also propagate to nearby dirt blocks.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{HistoryRow|version=1.4.1|changes=&lt;br /&gt;
{{-}}&lt;br /&gt;
* Fixed various stone related blocks not being valid for Big Roots to spread onto on the Fabric version.&lt;br /&gt;
* Energy Roots and Remedies no longer lower friendship when used.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{HistoryRow|version=1.6.0|changes=&lt;br /&gt;
{{-}}&lt;br /&gt;
* Updated Sounds.&lt;br /&gt;
* Fixed Energy Root being usable on a fainted Pokémon.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{HistoryRow|version=1.7.0|changes=&lt;br /&gt;
{{-}}&lt;br /&gt;
* Big Roots and Energy Roots are now classified as Seasonings.&lt;br /&gt;
* Corrected the healing values of energy roots.&lt;br /&gt;
* Fixed energy root not being shearable.&lt;br /&gt;
* Fixed energy root always spreading into more energy roots instead of by chance (same as big root).&lt;br /&gt;
* Friendship lowering effects of Energy Root have been re-introduced.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Blocks}}&lt;br /&gt;
{{Items}}&lt;br /&gt;
[[Category:Item]]&lt;br /&gt;
[[Category:Plants]]&lt;br /&gt;
[[Category:Held item]]&lt;/div&gt;</summary>
		<author><name>PushedTester</name></author>
	</entry>
	<entry>
		<id>https://wiki.cobblemon.com/index.php?title=Medicinal_Leek&amp;diff=8129</id>
		<title>Medicinal Leek</title>
		<link rel="alternate" type="text/html" href="https://wiki.cobblemon.com/index.php?title=Medicinal_Leek&amp;diff=8129"/>
		<updated>2026-01-11T14:00:51Z</updated>

		<summary type="html">&lt;p&gt;PushedTester: /* History */ Updated History to use the new template&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{InfoboxItem&lt;br /&gt;
| image = Medicinal Leek (block, stage 3).png&lt;br /&gt;
| image2 = Medicinal Leek (block, stage 0).png&lt;br /&gt;
| image3 = Medicinal Leek (block, stage 1).png&lt;br /&gt;
| image4 = Medicinal Leek (block, stage 2).png&lt;br /&gt;
| item = Medicinal Leek.png&lt;br /&gt;
| itemtooltip = Medicinal Leek&lt;br /&gt;
| stacklimit = 64&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
A &#039;&#039;&#039;medicinal leek&#039;&#039;&#039; is a crop that can be found growing on freshwater and is used to make [[Medicinal Brew|medicinal brews]]. It also functions as the Leek held item, boosting the critical hit ratio of a Farfetch&#039;d or Sirfetch&#039;d that holds it by two stages.&lt;br /&gt;
&lt;br /&gt;
==Obtaining==&lt;br /&gt;
Breaking a fully grown medicinal leek drops 2-3 medicinal leeks, while a non-fully grown one will only ever drop 1. Using a tool enchanted with [[minecraftwiki:fortune|fortune]] will cause a fully grown leek to drop more, up to a maximum of 5 leeks.&lt;br /&gt;
&lt;br /&gt;
Medicinal leeks can be insta-mined with any tool or no tool.&lt;br /&gt;
&lt;br /&gt;
Obtaining a medicinal leek triggers the [[minecraftwiki:advancement|advancement]] &#039;&#039;There&#039;s a Leek in the Boat!&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
===Natural Generation===&lt;br /&gt;
[[File:Wild Medicinal Leeks.png|thumb|250px|caption|Medicinal Leeks in the wild.]]&lt;br /&gt;
&lt;br /&gt;
Medicinal leeks can be found spawning in clusters of 4~ spread out near the shores of non-saltwater water [[minecraftwiki:biome|biomes]]. This includes rivers, swamps, and any modded biome tagged as Freshwater.&lt;br /&gt;
&lt;br /&gt;
===Drops===&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot; style=&amp;quot;margin:auto&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! &#039;&#039;&#039;Dex No.&#039;&#039;&#039; !! &#039;&#039;&#039;Pokémon&#039;&#039;&#039; !! &#039;&#039;&#039;Rate&#039;&#039;&#039; !! &#039;&#039;&#039;Quantity&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| 0083 || Farfetch&#039;d || 100% || style=&amp;quot;text-align:center&amp;quot; | 1&lt;br /&gt;
|-&lt;br /&gt;
| 0083 || Farfetch&#039;d (Galarian) || 100% || style=&amp;quot;text-align:center&amp;quot; | 1&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Farming===&lt;br /&gt;
When planted on top of water or any waterlogged block, medicinal leeks will go through 4 growth stages. Their growth rate is not affected by light or other environmental factors. &lt;br /&gt;
&lt;br /&gt;
When [[minecraftwiki:Bonemeal|bonemeal]] is used on a medicinal leek, its growth stage will increase by one.&lt;br /&gt;
&lt;br /&gt;
==Usage==&lt;br /&gt;
===Crafting Ingredient===&lt;br /&gt;
{|&lt;br /&gt;
|{{CraftingInterface&lt;br /&gt;
| A1 = {{ItemSlot| item = Medicinal Leek}}&lt;br /&gt;
| output = {{ItemSlot| item = Magenta Dye | link = minecraftwiki:Magenta Dye}}&lt;br /&gt;
| shapeless = 1&lt;br /&gt;
}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Smelting Ingredient===&lt;br /&gt;
{{SmeltingInterface&lt;br /&gt;
| input = {{ItemSlot| item = Medicinal Leek}}&lt;br /&gt;
| output = {{ItemSlot| item = Roasted Leek}}&lt;br /&gt;
}}&lt;br /&gt;
===Brewing Ingredient===&lt;br /&gt;
{{BrewingInterface&lt;br /&gt;
| input = {{ItemSlot| item = Water Bottle | link = minecraftwiki:Water Bottle}}&lt;br /&gt;
| base = {{ItemSlot| item = Medicinal Leek}}&lt;br /&gt;
| output = {{ItemSlot| item = Medicinal Brew | link = Medicinal Brew}}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
===Food===&lt;br /&gt;
Medicinal leeks can be eaten by the [[minecraftwiki:player|player]], providing 1 [[minecraftwiki:Food_mechanics#Hunger|hunger]] and 0.2 hunger saturation.&lt;br /&gt;
&lt;br /&gt;
A player can consume medicinal leeks about twice as fast as many other food items in the game, much like [[minecraftwiki:Dried kelp|dried kelp]].&lt;br /&gt;
&lt;br /&gt;
===Composting===&lt;br /&gt;
Putting a medicinal leek in a [[minecraftwiki:Composter|composter]] has a 65% chance of raising the compost level by 1.&lt;br /&gt;
&lt;br /&gt;
===Cooking Ingredient===&lt;br /&gt;
{|&lt;br /&gt;
|{{CookingInterface&lt;br /&gt;
| A1 = {{ItemSlot| item = Water Bottle | link = minecraftwiki:Water Bottle}}&lt;br /&gt;
| A2 = {{ItemSlot| item = Medicinal Leek}}&lt;br /&gt;
| output = {{ItemSlot| item = Medicinal Brew | link = Medicinal Brew}}&lt;br /&gt;
}}&lt;br /&gt;
| || ||&lt;br /&gt;
|{{CookingInterface&lt;br /&gt;
| A1 = {{ItemSlot| item = Glass Bottle | link = minecraftwiki:Glass Bottle}}&lt;br /&gt;
| A2 = {{ItemSlot| item = Medicinal Leek}}&lt;br /&gt;
| output = {{ItemSlot| item = Medicinal Brew | link = Medicinal Brew}}&lt;br /&gt;
}}&lt;br /&gt;
| || ||&lt;br /&gt;
|{{CookingInterface&lt;br /&gt;
| A1 = {{ItemSlot| item = Hearty Grains | link = Hearty Grains}}&lt;br /&gt;
| A2 = {{ItemSlot| item = Hearty Grains | link = Hearty Grains}}&lt;br /&gt;
| A3 = {{ItemSlot| item = Hearty Grains | link = Hearty Grains}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Dried Kelp | link = minecraftwiki:Dried kelp}}&lt;br /&gt;
| S1 = {{ItemSlot| item = Medicinal Leek}}&lt;br /&gt;
| S2 = {{ItemSlot| item = Medicinal Leek}}&lt;br /&gt;
| S3 = {{ItemSlot| item = Medicinal Leek}}&lt;br /&gt;
| output =  {{ItemSlot| item = Ponigiri | link = Ponigiri | output = 3}}&lt;br /&gt;
}}&lt;br /&gt;
|-&lt;br /&gt;
|{{CookingInterface&lt;br /&gt;
| A1 =  {{ItemSlot| item = Medicinal Leek}}&lt;br /&gt;
| A2 =  {{ItemSlot| item = Baked Potato | link = minecraftwiki:Baked Potato}}&lt;br /&gt;
| A3 =  {{ItemSlot| item = Bowl | link = minecraftwiki:Bowl}}&lt;br /&gt;
| output =  {{ItemSlot| item = Leek and Potato Stew}}&lt;br /&gt;
}}&lt;br /&gt;
| || ||&lt;br /&gt;
|{{CookingInterface&lt;br /&gt;
| A1 =  {{ItemSlot| item = Bread | link = minecraftwiki:Bread}}&lt;br /&gt;
| A2 =  {{ItemSlot| item = Egg | link = minecraftwiki:Egg}}&lt;br /&gt;
| A3 =  {{ItemSlot| item = Raw Chicken; Raw Beef ; Raw Porkchop; Raw Mutton; Raw Rabbit | tooltip = Any Raw Meat | link = minecraftwiki:Raw#Food}}&lt;br /&gt;
| B1 =  {{ItemSlot| item = Medicinal Leek}}&lt;br /&gt;
| output =  {{ItemSlot| item = Open-Faced Sandwich | link = Open-Faced Sandwich}}&lt;br /&gt;
}}&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Roasted Leek==&lt;br /&gt;
{{InfoboxItem&lt;br /&gt;
| title = Roasted Leek&lt;br /&gt;
| image = Roasted Leek.png&lt;br /&gt;
| item = Roasted Leek.png&lt;br /&gt;
| itemtooltip = Roasted Leek&lt;br /&gt;
| stacklimit = 64&lt;br /&gt;
}}&lt;br /&gt;
&#039;&#039;&#039;Roasted leeks&#039;&#039;&#039; are food items that can be eaten by the player and are obtained by using medicinal leeks.&lt;br /&gt;
&lt;br /&gt;
==Obtaining==&lt;br /&gt;
&lt;br /&gt;
===Smelting===&lt;br /&gt;
{{SmeltingInterface&lt;br /&gt;
| input =  {{ItemSlot| item = Medicinal Leek}}&lt;br /&gt;
| output =  {{ItemSlot| item = Roasted Leek}}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Usage==&lt;br /&gt;
===Food===&lt;br /&gt;
Roasted leeks can be eaten by the player, providing 3 hunger and 0.2 hunger saturation.&lt;br /&gt;
&lt;br /&gt;
A player can consume roasted leeks about twice as fast as many other food items in the game, much like dried kelp.&lt;br /&gt;
&lt;br /&gt;
===Crafting Ingredient===&lt;br /&gt;
{|&lt;br /&gt;
|{{CraftingInterface&lt;br /&gt;
| A1 =  {{ItemSlot| item = Roasted Leek}}&lt;br /&gt;
| A2 =  {{ItemSlot| item = Baked Potato | link = minecraftwiki:Baked Potato}}&lt;br /&gt;
| A3 =  {{ItemSlot| item = Bowl | link = minecraftwiki:Bowl}}&lt;br /&gt;
| output =  {{ItemSlot| item = Leek and Potato Stew}}&lt;br /&gt;
| shapeless = 1&lt;br /&gt;
}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Leek and Potato Stew==&lt;br /&gt;
{{InfoboxItem&lt;br /&gt;
| title = Leek and Potato Stew&lt;br /&gt;
| image = Leek and Potato Stew.png&lt;br /&gt;
| item = Leek and Potato Stew.png&lt;br /&gt;
| itemtooltip = Leek and Potato Stew&lt;br /&gt;
| stacklimit = 1&lt;br /&gt;
}}&lt;br /&gt;
&#039;&#039;&#039;Leek and Potato Stew&#039;&#039;&#039; are food items that can be eaten by the player and are obtained by crafting or [[Campfire Pot|cooking]] with medicinal or roasted leeks.&lt;br /&gt;
&lt;br /&gt;
==Obtaining==&lt;br /&gt;
===Crafting===&lt;br /&gt;
{|&lt;br /&gt;
|{{CraftingInterface&lt;br /&gt;
| A1 =  {{ItemSlot| item = Roasted Leek}}&lt;br /&gt;
| A2 =  {{ItemSlot| item = Baked Potato | link = minecraftwiki:Baked Potato}}&lt;br /&gt;
| B1 =  {{ItemSlot| item = Bowl | link = minecraftwiki:Bowl}}&lt;br /&gt;
| output =  {{ItemSlot| item = Leek and Potato Stew}}&lt;br /&gt;
| shapeless = 1&lt;br /&gt;
}}&lt;br /&gt;
|}&lt;br /&gt;
===Cooking===&lt;br /&gt;
{{CookingInterface&lt;br /&gt;
| A1 =  {{ItemSlot| item = Medicinal Leek | link = Medicinal Leek}}&lt;br /&gt;
| A2 =  {{ItemSlot| item = Baked Potato | link = minecraftwiki:Baked Potato}}&lt;br /&gt;
| A3 =  {{ItemSlot| item = Bowl | link = minecraftwiki:Bowl}}&lt;br /&gt;
| output =  {{ItemSlot| item = Leek and Potato Stew}}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==History==&lt;br /&gt;
{{HistoryTable|rows=&lt;br /&gt;
&lt;br /&gt;
{{HistoryRow|version=1.4.0|changes=&lt;br /&gt;
{{-}}&lt;br /&gt;
* {{ScaledImage|Medicinal Leek.png|32px}} Added Medicinal Leek.&lt;br /&gt;
* {{ScaledImage|Roasted Leek.png|32px}} Added Roasted Leek.&lt;br /&gt;
* {{ScaledImage|Leek and Potato Stew.png|32px}} Added Leek and Potato Stew.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{HistoryRow|version=1.6.0|changes=&lt;br /&gt;
{{-}}&lt;br /&gt;
* Altered the item model for Medicinal Leeks and Roasted Leeks to be held like sticks and other rod items.&lt;br /&gt;
* Updated sound of Medicinal Leek&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{HistoryRow|version=1.6.1|changes=Fixed Leek &amp;amp; Potato Stew not returning a bowl upon consumption.}}&lt;br /&gt;
&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Blocks}}&lt;br /&gt;
{{Items}}&lt;br /&gt;
[[Category:Item]]&lt;br /&gt;
[[Category:Plants]]&lt;br /&gt;
[[Category:Items]]&lt;/div&gt;</summary>
		<author><name>PushedTester</name></author>
	</entry>
	<entry>
		<id>https://wiki.cobblemon.com/index.php?title=Medicinal_Leek&amp;diff=8128</id>
		<title>Medicinal Leek</title>
		<link rel="alternate" type="text/html" href="https://wiki.cobblemon.com/index.php?title=Medicinal_Leek&amp;diff=8128"/>
		<updated>2026-01-11T13:57:58Z</updated>

		<summary type="html">&lt;p&gt;PushedTester: Imrpoved general look of the page by removing unnecessary whitelines, adding some missing ones and removing a duplicate section&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{InfoboxItem&lt;br /&gt;
| image = Medicinal Leek (block, stage 3).png&lt;br /&gt;
| image2 = Medicinal Leek (block, stage 0).png&lt;br /&gt;
| image3 = Medicinal Leek (block, stage 1).png&lt;br /&gt;
| image4 = Medicinal Leek (block, stage 2).png&lt;br /&gt;
| item = Medicinal Leek.png&lt;br /&gt;
| itemtooltip = Medicinal Leek&lt;br /&gt;
| stacklimit = 64&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
A &#039;&#039;&#039;medicinal leek&#039;&#039;&#039; is a crop that can be found growing on freshwater and is used to make [[Medicinal Brew|medicinal brews]]. It also functions as the Leek held item, boosting the critical hit ratio of a Farfetch&#039;d or Sirfetch&#039;d that holds it by two stages.&lt;br /&gt;
&lt;br /&gt;
==Obtaining==&lt;br /&gt;
Breaking a fully grown medicinal leek drops 2-3 medicinal leeks, while a non-fully grown one will only ever drop 1. Using a tool enchanted with [[minecraftwiki:fortune|fortune]] will cause a fully grown leek to drop more, up to a maximum of 5 leeks.&lt;br /&gt;
&lt;br /&gt;
Medicinal leeks can be insta-mined with any tool or no tool.&lt;br /&gt;
&lt;br /&gt;
Obtaining a medicinal leek triggers the [[minecraftwiki:advancement|advancement]] &#039;&#039;There&#039;s a Leek in the Boat!&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
===Natural Generation===&lt;br /&gt;
[[File:Wild Medicinal Leeks.png|thumb|250px|caption|Medicinal Leeks in the wild.]]&lt;br /&gt;
&lt;br /&gt;
Medicinal leeks can be found spawning in clusters of 4~ spread out near the shores of non-saltwater water [[minecraftwiki:biome|biomes]]. This includes rivers, swamps, and any modded biome tagged as Freshwater.&lt;br /&gt;
&lt;br /&gt;
===Drops===&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot; style=&amp;quot;margin:auto&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! &#039;&#039;&#039;Dex No.&#039;&#039;&#039; !! &#039;&#039;&#039;Pokémon&#039;&#039;&#039; !! &#039;&#039;&#039;Rate&#039;&#039;&#039; !! &#039;&#039;&#039;Quantity&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| 0083 || Farfetch&#039;d || 100% || style=&amp;quot;text-align:center&amp;quot; | 1&lt;br /&gt;
|-&lt;br /&gt;
| 0083 || Farfetch&#039;d (Galarian) || 100% || style=&amp;quot;text-align:center&amp;quot; | 1&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Farming===&lt;br /&gt;
When planted on top of water or any waterlogged block, medicinal leeks will go through 4 growth stages. Their growth rate is not affected by light or other environmental factors. &lt;br /&gt;
&lt;br /&gt;
When [[minecraftwiki:Bonemeal|bonemeal]] is used on a medicinal leek, its growth stage will increase by one.&lt;br /&gt;
&lt;br /&gt;
==Usage==&lt;br /&gt;
===Crafting Ingredient===&lt;br /&gt;
{|&lt;br /&gt;
|{{CraftingInterface&lt;br /&gt;
| A1 = {{ItemSlot| item = Medicinal Leek}}&lt;br /&gt;
| output = {{ItemSlot| item = Magenta Dye | link = minecraftwiki:Magenta Dye}}&lt;br /&gt;
| shapeless = 1&lt;br /&gt;
}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Smelting Ingredient===&lt;br /&gt;
{{SmeltingInterface&lt;br /&gt;
| input = {{ItemSlot| item = Medicinal Leek}}&lt;br /&gt;
| output = {{ItemSlot| item = Roasted Leek}}&lt;br /&gt;
}}&lt;br /&gt;
===Brewing Ingredient===&lt;br /&gt;
{{BrewingInterface&lt;br /&gt;
| input = {{ItemSlot| item = Water Bottle | link = minecraftwiki:Water Bottle}}&lt;br /&gt;
| base = {{ItemSlot| item = Medicinal Leek}}&lt;br /&gt;
| output = {{ItemSlot| item = Medicinal Brew | link = Medicinal Brew}}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
===Food===&lt;br /&gt;
Medicinal leeks can be eaten by the [[minecraftwiki:player|player]], providing 1 [[minecraftwiki:Food_mechanics#Hunger|hunger]] and 0.2 hunger saturation.&lt;br /&gt;
&lt;br /&gt;
A player can consume medicinal leeks about twice as fast as many other food items in the game, much like [[minecraftwiki:Dried kelp|dried kelp]].&lt;br /&gt;
&lt;br /&gt;
===Composting===&lt;br /&gt;
Putting a medicinal leek in a [[minecraftwiki:Composter|composter]] has a 65% chance of raising the compost level by 1.&lt;br /&gt;
&lt;br /&gt;
===Cooking Ingredient===&lt;br /&gt;
{|&lt;br /&gt;
|{{CookingInterface&lt;br /&gt;
| A1 = {{ItemSlot| item = Water Bottle | link = minecraftwiki:Water Bottle}}&lt;br /&gt;
| A2 = {{ItemSlot| item = Medicinal Leek}}&lt;br /&gt;
| output = {{ItemSlot| item = Medicinal Brew | link = Medicinal Brew}}&lt;br /&gt;
}}&lt;br /&gt;
| || ||&lt;br /&gt;
|{{CookingInterface&lt;br /&gt;
| A1 = {{ItemSlot| item = Glass Bottle | link = minecraftwiki:Glass Bottle}}&lt;br /&gt;
| A2 = {{ItemSlot| item = Medicinal Leek}}&lt;br /&gt;
| output = {{ItemSlot| item = Medicinal Brew | link = Medicinal Brew}}&lt;br /&gt;
}}&lt;br /&gt;
| || ||&lt;br /&gt;
|{{CookingInterface&lt;br /&gt;
| A1 = {{ItemSlot| item = Hearty Grains | link = Hearty Grains}}&lt;br /&gt;
| A2 = {{ItemSlot| item = Hearty Grains | link = Hearty Grains}}&lt;br /&gt;
| A3 = {{ItemSlot| item = Hearty Grains | link = Hearty Grains}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Dried Kelp | link = minecraftwiki:Dried kelp}}&lt;br /&gt;
| S1 = {{ItemSlot| item = Medicinal Leek}}&lt;br /&gt;
| S2 = {{ItemSlot| item = Medicinal Leek}}&lt;br /&gt;
| S3 = {{ItemSlot| item = Medicinal Leek}}&lt;br /&gt;
| output =  {{ItemSlot| item = Ponigiri | link = Ponigiri | output = 3}}&lt;br /&gt;
}}&lt;br /&gt;
|-&lt;br /&gt;
|{{CookingInterface&lt;br /&gt;
| A1 =  {{ItemSlot| item = Medicinal Leek}}&lt;br /&gt;
| A2 =  {{ItemSlot| item = Baked Potato | link = minecraftwiki:Baked Potato}}&lt;br /&gt;
| A3 =  {{ItemSlot| item = Bowl | link = minecraftwiki:Bowl}}&lt;br /&gt;
| output =  {{ItemSlot| item = Leek and Potato Stew}}&lt;br /&gt;
}}&lt;br /&gt;
| || ||&lt;br /&gt;
|{{CookingInterface&lt;br /&gt;
| A1 =  {{ItemSlot| item = Bread | link = minecraftwiki:Bread}}&lt;br /&gt;
| A2 =  {{ItemSlot| item = Egg | link = minecraftwiki:Egg}}&lt;br /&gt;
| A3 =  {{ItemSlot| item = Raw Chicken; Raw Beef ; Raw Porkchop; Raw Mutton; Raw Rabbit | tooltip = Any Raw Meat | link = minecraftwiki:Raw#Food}}&lt;br /&gt;
| B1 =  {{ItemSlot| item = Medicinal Leek}}&lt;br /&gt;
| output =  {{ItemSlot| item = Open-Faced Sandwich | link = Open-Faced Sandwich}}&lt;br /&gt;
}}&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Roasted Leek==&lt;br /&gt;
{{InfoboxItem&lt;br /&gt;
| title = Roasted Leek&lt;br /&gt;
| image = Roasted Leek.png&lt;br /&gt;
| item = Roasted Leek.png&lt;br /&gt;
| itemtooltip = Roasted Leek&lt;br /&gt;
| stacklimit = 64&lt;br /&gt;
}}&lt;br /&gt;
&#039;&#039;&#039;Roasted leeks&#039;&#039;&#039; are food items that can be eaten by the player and are obtained by using medicinal leeks.&lt;br /&gt;
&lt;br /&gt;
==Obtaining==&lt;br /&gt;
&lt;br /&gt;
===Smelting===&lt;br /&gt;
{{SmeltingInterface&lt;br /&gt;
| input =  {{ItemSlot| item = Medicinal Leek}}&lt;br /&gt;
| output =  {{ItemSlot| item = Roasted Leek}}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Usage==&lt;br /&gt;
===Food===&lt;br /&gt;
Roasted leeks can be eaten by the player, providing 3 hunger and 0.2 hunger saturation.&lt;br /&gt;
&lt;br /&gt;
A player can consume roasted leeks about twice as fast as many other food items in the game, much like dried kelp.&lt;br /&gt;
&lt;br /&gt;
===Crafting Ingredient===&lt;br /&gt;
{|&lt;br /&gt;
|{{CraftingInterface&lt;br /&gt;
| A1 =  {{ItemSlot| item = Roasted Leek}}&lt;br /&gt;
| A2 =  {{ItemSlot| item = Baked Potato | link = minecraftwiki:Baked Potato}}&lt;br /&gt;
| A3 =  {{ItemSlot| item = Bowl | link = minecraftwiki:Bowl}}&lt;br /&gt;
| output =  {{ItemSlot| item = Leek and Potato Stew}}&lt;br /&gt;
| shapeless = 1&lt;br /&gt;
}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Leek and Potato Stew==&lt;br /&gt;
{{InfoboxItem&lt;br /&gt;
| title = Leek and Potato Stew&lt;br /&gt;
| image = Leek and Potato Stew.png&lt;br /&gt;
| item = Leek and Potato Stew.png&lt;br /&gt;
| itemtooltip = Leek and Potato Stew&lt;br /&gt;
| stacklimit = 1&lt;br /&gt;
}}&lt;br /&gt;
&#039;&#039;&#039;Leek and Potato Stew&#039;&#039;&#039; are food items that can be eaten by the player and are obtained by crafting or [[Campfire Pot|cooking]] with medicinal or roasted leeks.&lt;br /&gt;
&lt;br /&gt;
==Obtaining==&lt;br /&gt;
===Crafting===&lt;br /&gt;
{|&lt;br /&gt;
|{{CraftingInterface&lt;br /&gt;
| A1 =  {{ItemSlot| item = Roasted Leek}}&lt;br /&gt;
| A2 =  {{ItemSlot| item = Baked Potato | link = minecraftwiki:Baked Potato}}&lt;br /&gt;
| B1 =  {{ItemSlot| item = Bowl | link = minecraftwiki:Bowl}}&lt;br /&gt;
| output =  {{ItemSlot| item = Leek and Potato Stew}}&lt;br /&gt;
| shapeless = 1&lt;br /&gt;
}}&lt;br /&gt;
|}&lt;br /&gt;
===Cooking===&lt;br /&gt;
{{CookingInterface&lt;br /&gt;
| A1 =  {{ItemSlot| item = Medicinal Leek | link = Medicinal Leek}}&lt;br /&gt;
| A2 =  {{ItemSlot| item = Baked Potato | link = minecraftwiki:Baked Potato}}&lt;br /&gt;
| A3 =  {{ItemSlot| item = Bowl | link = minecraftwiki:Bowl}}&lt;br /&gt;
| output =  {{ItemSlot| item = Leek and Potato Stew}}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==History==&lt;br /&gt;
{| class=&amp;quot;wikitable history&amp;quot; style=&amp;quot;width:100%;&amp;quot;&lt;br /&gt;
!Version&lt;br /&gt;
!Description&lt;br /&gt;
|-&lt;br /&gt;
!&#039;&#039;&#039;[[1.4.0]]&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
* {{ScaledImage|Medicinal Leek.png|32px}} Added Medicinal Leek.&lt;br /&gt;
* {{ScaledImage|Roasted Leek.png|32px}} Added Roasted Leek.&lt;br /&gt;
* {{ScaledImage|Leek and Potato Stew.png|32px}} Added Leek and Potato Stew.&lt;br /&gt;
|-&lt;br /&gt;
!&#039;&#039;&#039;[[1.6.0]]&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
* Altered the item model for Medicinal Leeks and Roasted Leeks to be held like sticks and other rod items.&lt;br /&gt;
* Updated sound ofMedicinal Leek&lt;br /&gt;
|-&lt;br /&gt;
!&#039;&#039;&#039;[[1.6.1]]&#039;&#039;&#039;&lt;br /&gt;
| Fixed Leek &amp;amp; Potato Stew not returning a bowl upon consumption.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{Blocks}}&lt;br /&gt;
{{Items}}&lt;br /&gt;
[[Category:Item]]&lt;br /&gt;
[[Category:Plants]]&lt;br /&gt;
[[Category:Items]]&lt;/div&gt;</summary>
		<author><name>PushedTester</name></author>
	</entry>
	<entry>
		<id>https://wiki.cobblemon.com/index.php?title=Medicinal_Leek&amp;diff=8127</id>
		<title>Medicinal Leek</title>
		<link rel="alternate" type="text/html" href="https://wiki.cobblemon.com/index.php?title=Medicinal_Leek&amp;diff=8127"/>
		<updated>2026-01-11T13:55:44Z</updated>

		<summary type="html">&lt;p&gt;PushedTester: /* Crafting Ingredient */ removed extra whiteline&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{InfoboxItem&lt;br /&gt;
| image = Medicinal Leek (block, stage 3).png&lt;br /&gt;
| image2 = Medicinal Leek (block, stage 0).png&lt;br /&gt;
| image3 = Medicinal Leek (block, stage 1).png&lt;br /&gt;
| image4 = Medicinal Leek (block, stage 2).png&lt;br /&gt;
| item = Medicinal Leek.png&lt;br /&gt;
| itemtooltip = Medicinal Leek&lt;br /&gt;
| stacklimit = 64&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
A &#039;&#039;&#039;medicinal leek&#039;&#039;&#039; is a crop that can be found growing on freshwater and is used to make [[Medicinal Brew|medicinal brews]]. It also functions as the Leek held item, boosting the critical hit ratio of a Farfetch&#039;d or Sirfetch&#039;d that holds it by two stages.&lt;br /&gt;
&lt;br /&gt;
==Obtaining==&lt;br /&gt;
Breaking a fully grown medicinal leek drops 2-3 medicinal leeks, while a non-fully grown one will only ever drop 1. Using a tool enchanted with [[minecraftwiki:fortune|fortune]] will cause a fully grown leek to drop more, up to a maximum of 5 leeks.&lt;br /&gt;
&lt;br /&gt;
Medicinal leeks can be insta-mined with any tool or no tool.&lt;br /&gt;
&lt;br /&gt;
Obtaining a medicinal leek triggers the [[minecraftwiki:advancement|advancement]] &#039;&#039;There&#039;s a Leek in the Boat!&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
===Natural Generation===&lt;br /&gt;
[[File:Wild Medicinal Leeks.png|thumb|250px|caption|Medicinal Leeks in the wild.]]&lt;br /&gt;
&lt;br /&gt;
Medicinal leeks can be found spawning in clusters of 4~ spread out near the shores of non-saltwater water [[minecraftwiki:biome|biomes]]. This includes rivers, swamps, and any modded biome tagged as Freshwater.&lt;br /&gt;
&lt;br /&gt;
===Drops===&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot; style=&amp;quot;margin:auto&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! &#039;&#039;&#039;Dex No.&#039;&#039;&#039; !! &#039;&#039;&#039;Pokémon&#039;&#039;&#039; !! &#039;&#039;&#039;Rate&#039;&#039;&#039; !! &#039;&#039;&#039;Quantity&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| 0083 || Farfetch&#039;d || 100% || style=&amp;quot;text-align:center&amp;quot; | 1&lt;br /&gt;
|-&lt;br /&gt;
| 0083 || Farfetch&#039;d (Galarian) || 100% || style=&amp;quot;text-align:center&amp;quot; | 1&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Farming===&lt;br /&gt;
When planted on top of water or any waterlogged block, medicinal leeks will go through 4 growth stages. Their growth rate is not affected by light or other environmental factors. &lt;br /&gt;
&lt;br /&gt;
When [[minecraftwiki:Bonemeal|bonemeal]] is used on a medicinal leek, its growth stage will increase by one.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Usage==&lt;br /&gt;
===Crafting Ingredient===&lt;br /&gt;
{|&lt;br /&gt;
|{{CraftingInterface&lt;br /&gt;
| A1 = {{ItemSlot| item = Medicinal Leek}}&lt;br /&gt;
| output = {{ItemSlot| item = Magenta Dye | link = minecraftwiki:Magenta Dye}}&lt;br /&gt;
| shapeless = 1&lt;br /&gt;
}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Smelting Ingredient===&lt;br /&gt;
{{SmeltingInterface&lt;br /&gt;
| input = {{ItemSlot| item = Medicinal Leek}}&lt;br /&gt;
| output = {{ItemSlot| item = Roasted Leek}}&lt;br /&gt;
}}&lt;br /&gt;
===Brewing Ingredient===&lt;br /&gt;
{{BrewingInterface&lt;br /&gt;
| input = {{ItemSlot| item = Water Bottle | link = minecraftwiki:Water Bottle}}&lt;br /&gt;
| base = {{ItemSlot| item = Medicinal Leek}}&lt;br /&gt;
| output = {{ItemSlot| item = Medicinal Brew | link = Medicinal Brew}}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
===Food===&lt;br /&gt;
Medicinal leeks can be eaten by the [[minecraftwiki:player|player]], providing 1 [[minecraftwiki:Food_mechanics#Hunger|hunger]] and 0.2 hunger saturation.&lt;br /&gt;
&lt;br /&gt;
A player can consume medicinal leeks about twice as fast as many other food items in the game, much like [[minecraftwiki:Dried kelp|dried kelp]].&lt;br /&gt;
&lt;br /&gt;
===Composting===&lt;br /&gt;
Putting a medicinal leek in a [[minecraftwiki:Composter|composter]] has a 65% chance of raising the compost level by 1.&lt;br /&gt;
&lt;br /&gt;
===Cooking Ingredient===&lt;br /&gt;
{|&lt;br /&gt;
|{{CookingInterface&lt;br /&gt;
| A1 = {{ItemSlot| item = Water Bottle | link = minecraftwiki:Water Bottle}}&lt;br /&gt;
| A2 = {{ItemSlot| item = Medicinal Leek}}&lt;br /&gt;
| output = {{ItemSlot| item = Medicinal Brew | link = Medicinal Brew}}&lt;br /&gt;
}}&lt;br /&gt;
| || ||&lt;br /&gt;
|{{CookingInterface&lt;br /&gt;
| A1 = {{ItemSlot| item = Glass Bottle | link = minecraftwiki:Glass Bottle}}&lt;br /&gt;
| A2 = {{ItemSlot| item = Medicinal Leek}}&lt;br /&gt;
| output = {{ItemSlot| item = Medicinal Brew | link = Medicinal Brew}}&lt;br /&gt;
}}&lt;br /&gt;
| || ||&lt;br /&gt;
|{{CookingInterface&lt;br /&gt;
| A1 = {{ItemSlot| item = Hearty Grains | link = Hearty Grains}}&lt;br /&gt;
| A2 = {{ItemSlot| item = Hearty Grains | link = Hearty Grains}}&lt;br /&gt;
| A3 = {{ItemSlot| item = Hearty Grains | link = Hearty Grains}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Dried Kelp | link = minecraftwiki:Dried kelp}}&lt;br /&gt;
| S1 = {{ItemSlot| item = Medicinal Leek}}&lt;br /&gt;
| S2 = {{ItemSlot| item = Medicinal Leek}}&lt;br /&gt;
| S3 = {{ItemSlot| item = Medicinal Leek}}&lt;br /&gt;
| output =  {{ItemSlot| item = Ponigiri | link = Ponigiri | output = 3}}&lt;br /&gt;
}}&lt;br /&gt;
|-&lt;br /&gt;
|{{CookingInterface&lt;br /&gt;
| A1 =  {{ItemSlot| item = Medicinal Leek}}&lt;br /&gt;
| A2 =  {{ItemSlot| item = Baked Potato | link = minecraftwiki:Baked Potato}}&lt;br /&gt;
| A3 =  {{ItemSlot| item = Bowl | link = minecraftwiki:Bowl}}&lt;br /&gt;
| output =  {{ItemSlot| item = Leek and Potato Stew}}&lt;br /&gt;
}}&lt;br /&gt;
| || ||&lt;br /&gt;
|{{CookingInterface&lt;br /&gt;
| A1 =  {{ItemSlot| item = Bread | link = minecraftwiki:Bread}}&lt;br /&gt;
| A2 =  {{ItemSlot| item = Egg | link = minecraftwiki:Egg}}&lt;br /&gt;
| A3 =  {{ItemSlot| item = Raw Chicken; Raw Beef ; Raw Porkchop; Raw Mutton; Raw Rabbit | tooltip = Any Raw Meat | link = minecraftwiki:Raw#Food}}&lt;br /&gt;
| B1 =  {{ItemSlot| item = Medicinal Leek}}&lt;br /&gt;
| output =  {{ItemSlot| item = Open-Faced Sandwich | link = Open-Faced Sandwich}}&lt;br /&gt;
}}&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Roasted Leek==&lt;br /&gt;
{{InfoboxItem&lt;br /&gt;
| title = Roasted Leek&lt;br /&gt;
| image = Roasted Leek.png&lt;br /&gt;
| item = Roasted Leek.png&lt;br /&gt;
| itemtooltip = Roasted Leek&lt;br /&gt;
| stacklimit = 64&lt;br /&gt;
}}&lt;br /&gt;
&#039;&#039;&#039;Roasted leeks&#039;&#039;&#039; are food items that can be eaten by the player and are obtained by using medicinal leeks.&lt;br /&gt;
&lt;br /&gt;
==Obtaining==&lt;br /&gt;
&lt;br /&gt;
===Smelting===&lt;br /&gt;
{{SmeltingInterface&lt;br /&gt;
| input =  {{ItemSlot| item = Medicinal Leek}}&lt;br /&gt;
| output =  {{ItemSlot| item = Roasted Leek}}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Usage==&lt;br /&gt;
===Food===&lt;br /&gt;
Roasted leeks can be eaten by the player, providing 3 hunger and 0.2 hunger saturation.&lt;br /&gt;
&lt;br /&gt;
A player can consume roasted leeks about twice as fast as many other food items in the game, much like dried kelp.&lt;br /&gt;
&lt;br /&gt;
===Crafting Ingredient===&lt;br /&gt;
{|&lt;br /&gt;
|{{CraftingInterface&lt;br /&gt;
| A1 =  {{ItemSlot| item = Roasted Leek}}&lt;br /&gt;
| A2 =  {{ItemSlot| item = Baked Potato | link = minecraftwiki:Baked Potato}}&lt;br /&gt;
| A3 =  {{ItemSlot| item = Bowl | link = minecraftwiki:Bowl}}&lt;br /&gt;
| output =  {{ItemSlot| item = Leek and Potato Stew}}&lt;br /&gt;
| shapeless = 1&lt;br /&gt;
}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Leek and Potato Stew==&lt;br /&gt;
{{InfoboxItem&lt;br /&gt;
| title = Leek and Potato Stew&lt;br /&gt;
| image = Leek and Potato Stew.png&lt;br /&gt;
| item = Leek and Potato Stew.png&lt;br /&gt;
| itemtooltip = Leek and Potato Stew&lt;br /&gt;
| stacklimit = 1&lt;br /&gt;
}}&lt;br /&gt;
&#039;&#039;&#039;Leek and Potato Stew&#039;&#039;&#039; are food items that can be eaten by the player and are obtained by crafting or [[Campfire Pot|cooking]] with medicinal or roasted leeks.&lt;br /&gt;
&lt;br /&gt;
==Obtaining==&lt;br /&gt;
===Crafting===&lt;br /&gt;
{|&lt;br /&gt;
|{{CraftingInterface&lt;br /&gt;
| A1 =  {{ItemSlot| item = Roasted Leek}}&lt;br /&gt;
| A2 =  {{ItemSlot| item = Baked Potato | link = minecraftwiki:Baked Potato}}&lt;br /&gt;
| B1 =  {{ItemSlot| item = Bowl | link = minecraftwiki:Bowl}}&lt;br /&gt;
| output =  {{ItemSlot| item = Leek and Potato Stew}}&lt;br /&gt;
| shapeless = 1&lt;br /&gt;
}}&lt;br /&gt;
|}&lt;br /&gt;
===Cooking===&lt;br /&gt;
{{CookingInterface&lt;br /&gt;
| A1 =  {{ItemSlot| item = Medicinal Leek | link = Medicinal Leek}}&lt;br /&gt;
| A2 =  {{ItemSlot| item = Baked Potato | link = minecraftwiki:Baked Potato}}&lt;br /&gt;
| A3 =  {{ItemSlot| item = Bowl | link = minecraftwiki:Bowl}}&lt;br /&gt;
| output =  {{ItemSlot| item = Leek and Potato Stew}}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Usage==&lt;br /&gt;
===Food===&lt;br /&gt;
Leek and potato stew can be eaten by the player, providing 6 hunger and 3.5 saturation. When consumed, the bowl is returned to the players inventory.&lt;br /&gt;
&lt;br /&gt;
==History==&lt;br /&gt;
{| class=&amp;quot;wikitable history&amp;quot; style=&amp;quot;width:100%;&amp;quot;&lt;br /&gt;
!Version&lt;br /&gt;
!Description&lt;br /&gt;
|-&lt;br /&gt;
!&#039;&#039;&#039;[[1.4.0]]&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
* {{ScaledImage|Medicinal Leek.png|32px}} Added Medicinal Leek.&lt;br /&gt;
* {{ScaledImage|Roasted Leek.png|32px}} Added Roasted Leek.&lt;br /&gt;
* {{ScaledImage|Leek and Potato Stew.png|32px}} Added Leek and Potato Stew.&lt;br /&gt;
|-&lt;br /&gt;
!&#039;&#039;&#039;[[1.6.0]]&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
* Altered the item model for Medicinal Leeks and Roasted Leeks to be held like sticks and other rod items.&lt;br /&gt;
* Updated sound ofMedicinal Leek&lt;br /&gt;
|-&lt;br /&gt;
!&#039;&#039;&#039;[[1.6.1]]&#039;&#039;&#039;&lt;br /&gt;
| Fixed Leek &amp;amp; Potato Stew not returning a bowl upon consumption.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{Blocks}}&lt;br /&gt;
{{Items}}&lt;br /&gt;
[[Category:Item]]&lt;br /&gt;
[[Category:Plants]]&lt;br /&gt;
[[Category:Items]]&lt;/div&gt;</summary>
		<author><name>PushedTester</name></author>
	</entry>
	<entry>
		<id>https://wiki.cobblemon.com/index.php?title=Medicinal_Leek&amp;diff=8126</id>
		<title>Medicinal Leek</title>
		<link rel="alternate" type="text/html" href="https://wiki.cobblemon.com/index.php?title=Medicinal_Leek&amp;diff=8126"/>
		<updated>2026-01-11T13:55:14Z</updated>

		<summary type="html">&lt;p&gt;PushedTester: /* Brewing Ingredient */ removed unneccessary vertical bar&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{InfoboxItem&lt;br /&gt;
| image = Medicinal Leek (block, stage 3).png&lt;br /&gt;
| image2 = Medicinal Leek (block, stage 0).png&lt;br /&gt;
| image3 = Medicinal Leek (block, stage 1).png&lt;br /&gt;
| image4 = Medicinal Leek (block, stage 2).png&lt;br /&gt;
| item = Medicinal Leek.png&lt;br /&gt;
| itemtooltip = Medicinal Leek&lt;br /&gt;
| stacklimit = 64&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
A &#039;&#039;&#039;medicinal leek&#039;&#039;&#039; is a crop that can be found growing on freshwater and is used to make [[Medicinal Brew|medicinal brews]]. It also functions as the Leek held item, boosting the critical hit ratio of a Farfetch&#039;d or Sirfetch&#039;d that holds it by two stages.&lt;br /&gt;
&lt;br /&gt;
==Obtaining==&lt;br /&gt;
Breaking a fully grown medicinal leek drops 2-3 medicinal leeks, while a non-fully grown one will only ever drop 1. Using a tool enchanted with [[minecraftwiki:fortune|fortune]] will cause a fully grown leek to drop more, up to a maximum of 5 leeks.&lt;br /&gt;
&lt;br /&gt;
Medicinal leeks can be insta-mined with any tool or no tool.&lt;br /&gt;
&lt;br /&gt;
Obtaining a medicinal leek triggers the [[minecraftwiki:advancement|advancement]] &#039;&#039;There&#039;s a Leek in the Boat!&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
===Natural Generation===&lt;br /&gt;
[[File:Wild Medicinal Leeks.png|thumb|250px|caption|Medicinal Leeks in the wild.]]&lt;br /&gt;
&lt;br /&gt;
Medicinal leeks can be found spawning in clusters of 4~ spread out near the shores of non-saltwater water [[minecraftwiki:biome|biomes]]. This includes rivers, swamps, and any modded biome tagged as Freshwater.&lt;br /&gt;
&lt;br /&gt;
===Drops===&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot; style=&amp;quot;margin:auto&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! &#039;&#039;&#039;Dex No.&#039;&#039;&#039; !! &#039;&#039;&#039;Pokémon&#039;&#039;&#039; !! &#039;&#039;&#039;Rate&#039;&#039;&#039; !! &#039;&#039;&#039;Quantity&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| 0083 || Farfetch&#039;d || 100% || style=&amp;quot;text-align:center&amp;quot; | 1&lt;br /&gt;
|-&lt;br /&gt;
| 0083 || Farfetch&#039;d (Galarian) || 100% || style=&amp;quot;text-align:center&amp;quot; | 1&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Farming===&lt;br /&gt;
When planted on top of water or any waterlogged block, medicinal leeks will go through 4 growth stages. Their growth rate is not affected by light or other environmental factors. &lt;br /&gt;
&lt;br /&gt;
When [[minecraftwiki:Bonemeal|bonemeal]] is used on a medicinal leek, its growth stage will increase by one.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Usage==&lt;br /&gt;
===Crafting Ingredient===&lt;br /&gt;
{|&lt;br /&gt;
|{{CraftingInterface&lt;br /&gt;
| A1 = {{ItemSlot| item = Medicinal Leek}}&lt;br /&gt;
| output = {{ItemSlot| item = Magenta Dye | link = minecraftwiki:Magenta Dye}}&lt;br /&gt;
| shapeless = 1&lt;br /&gt;
}}&lt;br /&gt;
|}&lt;br /&gt;
===Smelting Ingredient===&lt;br /&gt;
{{SmeltingInterface&lt;br /&gt;
| input = {{ItemSlot| item = Medicinal Leek}}&lt;br /&gt;
| output = {{ItemSlot| item = Roasted Leek}}&lt;br /&gt;
}}&lt;br /&gt;
===Brewing Ingredient===&lt;br /&gt;
{{BrewingInterface&lt;br /&gt;
| input = {{ItemSlot| item = Water Bottle | link = minecraftwiki:Water Bottle}}&lt;br /&gt;
| base = {{ItemSlot| item = Medicinal Leek}}&lt;br /&gt;
| output = {{ItemSlot| item = Medicinal Brew | link = Medicinal Brew}}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
===Food===&lt;br /&gt;
Medicinal leeks can be eaten by the [[minecraftwiki:player|player]], providing 1 [[minecraftwiki:Food_mechanics#Hunger|hunger]] and 0.2 hunger saturation.&lt;br /&gt;
&lt;br /&gt;
A player can consume medicinal leeks about twice as fast as many other food items in the game, much like [[minecraftwiki:Dried kelp|dried kelp]].&lt;br /&gt;
&lt;br /&gt;
===Composting===&lt;br /&gt;
Putting a medicinal leek in a [[minecraftwiki:Composter|composter]] has a 65% chance of raising the compost level by 1.&lt;br /&gt;
&lt;br /&gt;
===Cooking Ingredient===&lt;br /&gt;
{|&lt;br /&gt;
|{{CookingInterface&lt;br /&gt;
| A1 = {{ItemSlot| item = Water Bottle | link = minecraftwiki:Water Bottle}}&lt;br /&gt;
| A2 = {{ItemSlot| item = Medicinal Leek}}&lt;br /&gt;
| output = {{ItemSlot| item = Medicinal Brew | link = Medicinal Brew}}&lt;br /&gt;
}}&lt;br /&gt;
| || ||&lt;br /&gt;
|{{CookingInterface&lt;br /&gt;
| A1 = {{ItemSlot| item = Glass Bottle | link = minecraftwiki:Glass Bottle}}&lt;br /&gt;
| A2 = {{ItemSlot| item = Medicinal Leek}}&lt;br /&gt;
| output = {{ItemSlot| item = Medicinal Brew | link = Medicinal Brew}}&lt;br /&gt;
}}&lt;br /&gt;
| || ||&lt;br /&gt;
|{{CookingInterface&lt;br /&gt;
| A1 = {{ItemSlot| item = Hearty Grains | link = Hearty Grains}}&lt;br /&gt;
| A2 = {{ItemSlot| item = Hearty Grains | link = Hearty Grains}}&lt;br /&gt;
| A3 = {{ItemSlot| item = Hearty Grains | link = Hearty Grains}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Dried Kelp | link = minecraftwiki:Dried kelp}}&lt;br /&gt;
| S1 = {{ItemSlot| item = Medicinal Leek}}&lt;br /&gt;
| S2 = {{ItemSlot| item = Medicinal Leek}}&lt;br /&gt;
| S3 = {{ItemSlot| item = Medicinal Leek}}&lt;br /&gt;
| output =  {{ItemSlot| item = Ponigiri | link = Ponigiri | output = 3}}&lt;br /&gt;
}}&lt;br /&gt;
|-&lt;br /&gt;
|{{CookingInterface&lt;br /&gt;
| A1 =  {{ItemSlot| item = Medicinal Leek}}&lt;br /&gt;
| A2 =  {{ItemSlot| item = Baked Potato | link = minecraftwiki:Baked Potato}}&lt;br /&gt;
| A3 =  {{ItemSlot| item = Bowl | link = minecraftwiki:Bowl}}&lt;br /&gt;
| output =  {{ItemSlot| item = Leek and Potato Stew}}&lt;br /&gt;
}}&lt;br /&gt;
| || ||&lt;br /&gt;
|{{CookingInterface&lt;br /&gt;
| A1 =  {{ItemSlot| item = Bread | link = minecraftwiki:Bread}}&lt;br /&gt;
| A2 =  {{ItemSlot| item = Egg | link = minecraftwiki:Egg}}&lt;br /&gt;
| A3 =  {{ItemSlot| item = Raw Chicken; Raw Beef ; Raw Porkchop; Raw Mutton; Raw Rabbit | tooltip = Any Raw Meat | link = minecraftwiki:Raw#Food}}&lt;br /&gt;
| B1 =  {{ItemSlot| item = Medicinal Leek}}&lt;br /&gt;
| output =  {{ItemSlot| item = Open-Faced Sandwich | link = Open-Faced Sandwich}}&lt;br /&gt;
}}&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Roasted Leek==&lt;br /&gt;
{{InfoboxItem&lt;br /&gt;
| title = Roasted Leek&lt;br /&gt;
| image = Roasted Leek.png&lt;br /&gt;
| item = Roasted Leek.png&lt;br /&gt;
| itemtooltip = Roasted Leek&lt;br /&gt;
| stacklimit = 64&lt;br /&gt;
}}&lt;br /&gt;
&#039;&#039;&#039;Roasted leeks&#039;&#039;&#039; are food items that can be eaten by the player and are obtained by using medicinal leeks.&lt;br /&gt;
&lt;br /&gt;
==Obtaining==&lt;br /&gt;
&lt;br /&gt;
===Smelting===&lt;br /&gt;
{{SmeltingInterface&lt;br /&gt;
| input =  {{ItemSlot| item = Medicinal Leek}}&lt;br /&gt;
| output =  {{ItemSlot| item = Roasted Leek}}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Usage==&lt;br /&gt;
===Food===&lt;br /&gt;
Roasted leeks can be eaten by the player, providing 3 hunger and 0.2 hunger saturation.&lt;br /&gt;
&lt;br /&gt;
A player can consume roasted leeks about twice as fast as many other food items in the game, much like dried kelp.&lt;br /&gt;
&lt;br /&gt;
===Crafting Ingredient===&lt;br /&gt;
{|&lt;br /&gt;
|{{CraftingInterface&lt;br /&gt;
| A1 =  {{ItemSlot| item = Roasted Leek}}&lt;br /&gt;
| A2 =  {{ItemSlot| item = Baked Potato | link = minecraftwiki:Baked Potato}}&lt;br /&gt;
| A3 =  {{ItemSlot| item = Bowl | link = minecraftwiki:Bowl}}&lt;br /&gt;
| output =  {{ItemSlot| item = Leek and Potato Stew}}&lt;br /&gt;
| shapeless = 1&lt;br /&gt;
}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Leek and Potato Stew==&lt;br /&gt;
{{InfoboxItem&lt;br /&gt;
| title = Leek and Potato Stew&lt;br /&gt;
| image = Leek and Potato Stew.png&lt;br /&gt;
| item = Leek and Potato Stew.png&lt;br /&gt;
| itemtooltip = Leek and Potato Stew&lt;br /&gt;
| stacklimit = 1&lt;br /&gt;
}}&lt;br /&gt;
&#039;&#039;&#039;Leek and Potato Stew&#039;&#039;&#039; are food items that can be eaten by the player and are obtained by crafting or [[Campfire Pot|cooking]] with medicinal or roasted leeks.&lt;br /&gt;
&lt;br /&gt;
==Obtaining==&lt;br /&gt;
===Crafting===&lt;br /&gt;
{|&lt;br /&gt;
|{{CraftingInterface&lt;br /&gt;
| A1 =  {{ItemSlot| item = Roasted Leek}}&lt;br /&gt;
| A2 =  {{ItemSlot| item = Baked Potato | link = minecraftwiki:Baked Potato}}&lt;br /&gt;
| B1 =  {{ItemSlot| item = Bowl | link = minecraftwiki:Bowl}}&lt;br /&gt;
| output =  {{ItemSlot| item = Leek and Potato Stew}}&lt;br /&gt;
| shapeless = 1&lt;br /&gt;
}}&lt;br /&gt;
|}&lt;br /&gt;
===Cooking===&lt;br /&gt;
{{CookingInterface&lt;br /&gt;
| A1 =  {{ItemSlot| item = Medicinal Leek | link = Medicinal Leek}}&lt;br /&gt;
| A2 =  {{ItemSlot| item = Baked Potato | link = minecraftwiki:Baked Potato}}&lt;br /&gt;
| A3 =  {{ItemSlot| item = Bowl | link = minecraftwiki:Bowl}}&lt;br /&gt;
| output =  {{ItemSlot| item = Leek and Potato Stew}}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Usage==&lt;br /&gt;
===Food===&lt;br /&gt;
Leek and potato stew can be eaten by the player, providing 6 hunger and 3.5 saturation. When consumed, the bowl is returned to the players inventory.&lt;br /&gt;
&lt;br /&gt;
==History==&lt;br /&gt;
{| class=&amp;quot;wikitable history&amp;quot; style=&amp;quot;width:100%;&amp;quot;&lt;br /&gt;
!Version&lt;br /&gt;
!Description&lt;br /&gt;
|-&lt;br /&gt;
!&#039;&#039;&#039;[[1.4.0]]&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
* {{ScaledImage|Medicinal Leek.png|32px}} Added Medicinal Leek.&lt;br /&gt;
* {{ScaledImage|Roasted Leek.png|32px}} Added Roasted Leek.&lt;br /&gt;
* {{ScaledImage|Leek and Potato Stew.png|32px}} Added Leek and Potato Stew.&lt;br /&gt;
|-&lt;br /&gt;
!&#039;&#039;&#039;[[1.6.0]]&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
* Altered the item model for Medicinal Leeks and Roasted Leeks to be held like sticks and other rod items.&lt;br /&gt;
* Updated sound ofMedicinal Leek&lt;br /&gt;
|-&lt;br /&gt;
!&#039;&#039;&#039;[[1.6.1]]&#039;&#039;&#039;&lt;br /&gt;
| Fixed Leek &amp;amp; Potato Stew not returning a bowl upon consumption.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{Blocks}}&lt;br /&gt;
{{Items}}&lt;br /&gt;
[[Category:Item]]&lt;br /&gt;
[[Category:Plants]]&lt;br /&gt;
[[Category:Items]]&lt;/div&gt;</summary>
		<author><name>PushedTester</name></author>
	</entry>
	<entry>
		<id>https://wiki.cobblemon.com/index.php?title=Apricorn_Sprout&amp;diff=8125</id>
		<title>Apricorn Sprout</title>
		<link rel="alternate" type="text/html" href="https://wiki.cobblemon.com/index.php?title=Apricorn_Sprout&amp;diff=8125"/>
		<updated>2026-01-11T13:53:41Z</updated>

		<summary type="html">&lt;p&gt;PushedTester: /* History */ Updated History to use the new template&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{InfoboxBlock&lt;br /&gt;
| image = Red Apricorn Sapling (block).png&lt;br /&gt;
| image2 = Yellow Apricorn Sapling (block).png&lt;br /&gt;
| image3 = Green Apricorn Sapling (block).png&lt;br /&gt;
| image4 = Blue Apricorn Sapling (block).png&lt;br /&gt;
| image5 = Pink Apricorn Sapling (block).png&lt;br /&gt;
| image6 = White Apricorn Sapling (block).png&lt;br /&gt;
| image7 = Black Apricorn Sapling (block).png&lt;br /&gt;
| item = Red Apricorn Sprout.png&lt;br /&gt;
| itemtooltip = Red Apricorn Sprout&lt;br /&gt;
| item2 = Yellow Apricorn Sprout.png&lt;br /&gt;
| itemtooltip2 = Yellow Apricorn Sprout&lt;br /&gt;
| item3 = Green Apricorn Sprout.png&lt;br /&gt;
| itemtooltip3 = Green Apricorn Sprout&lt;br /&gt;
| item4 = Blue Apricorn Sprout.png&lt;br /&gt;
| itemtooltip4 = Blue Apricorn Sprout&lt;br /&gt;
| item5 = Pink Apricorn Sprout.png&lt;br /&gt;
| itemtooltip5 = Pink Apricorn Sprout&lt;br /&gt;
| item6 = White Apricorn Sprout.png&lt;br /&gt;
| itemtooltip6 = White Apricorn Sprout&lt;br /&gt;
| item7 = Black Apricorn Sprout.png&lt;br /&gt;
| itemtooltip7 = Black Apricorn Sprout&lt;br /&gt;
| stacklimit = 64&lt;br /&gt;
| tool = Any&lt;br /&gt;
| hardness = 0&lt;br /&gt;
| resistance = 0&lt;br /&gt;
| flammable = No&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Apricorn sprouts&#039;&#039;&#039;&amp;lt;ref&amp;gt;Referred to as &#039;&#039;&#039;apricorn seeds&#039;&#039;&#039; in commands&amp;lt;/ref&amp;gt; are items that can be planted on dirt or grass blocks as &#039;&#039;&#039;apricorn saplings&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
An apricorn sapling is the resulting block that can be grown into one of the seven types of [[Apricorn Tree|apricorn tree]].&lt;br /&gt;
&lt;br /&gt;
==Obtaining==&lt;br /&gt;
Apricorn sprouts have a 12.5% chance to drop alongside [[apricorn]]s when harvested. Apricorns can be found growing naturally on randomly generated [[Apricorn Tree|apricorn trees]].&lt;br /&gt;
&lt;br /&gt;
Any of the seven types of apricorn sprouts can also be found inside village house chests.&lt;br /&gt;
&lt;br /&gt;
If you choose to play with the bonus chest enabled, apricorn sprouts can be found inside.&lt;br /&gt;
&lt;br /&gt;
==Usage==&lt;br /&gt;
[[minecraftwiki:Bonemeal|Bonemeal]] can be used on a planted apricorn sapling to speed up its growth.&lt;br /&gt;
&lt;br /&gt;
Putting an apricorn sprout in a [[minecraftwiki:Composter|composter]] has a 65% chance of raising the compost level by 1.&lt;br /&gt;
&lt;br /&gt;
==History==&lt;br /&gt;
&amp;lt;!-- &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
This file totally breaks the flow of the page because it&#039;s just one big image. If we want to include something like this then we should probably cut the image up and put it in the history table.&lt;br /&gt;
- Chroma&lt;br /&gt;
&lt;br /&gt;
 [[File:Old Apricorn Saplings.png|thumb|250px|caption|Apricorn Saplings prior to 1.4.]]  &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
{{HistoryTable|rows=&lt;br /&gt;
&lt;br /&gt;
{{HistoryRow|version=1.0.0|changes=&lt;br /&gt;
{{ScaledImage|Red Apricorn Seed.png|32px}}{{ScaledImage|Yellow Apricorn Seed.png|32px}}{{ScaledImage|Green Apricorn Seed.png|32px}}{{ScaledImage|Blue Apricorn Seed.png|32px}}{{ScaledImage|Pink Apricorn Seed.png|32px}}{{ScaledImage|White Apricorn Seed.png|32px}}{{ScaledImage|Black Apricorn Seed.png|32px}} Added Apricorn Seeds.}}&lt;br /&gt;
&lt;br /&gt;
{{HistoryRow|version=1.4.0|changes= &lt;br /&gt;
{{-}}&lt;br /&gt;
* Apricorn Seeds renamed to Apricorn Sprouts.&lt;br /&gt;
* Apricorn Sprouts are now golden in color.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Blocks}}&lt;br /&gt;
[[Category:Plants]]&lt;/div&gt;</summary>
		<author><name>PushedTester</name></author>
	</entry>
	<entry>
		<id>https://wiki.cobblemon.com/index.php?title=Apricorn&amp;diff=8124</id>
		<title>Apricorn</title>
		<link rel="alternate" type="text/html" href="https://wiki.cobblemon.com/index.php?title=Apricorn&amp;diff=8124"/>
		<updated>2026-01-11T13:50:37Z</updated>

		<summary type="html">&lt;p&gt;PushedTester: /* History */ Added all apricorn colors to History&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{InfoboxBlock&lt;br /&gt;
| image = Apricorn (block, stage 0).png&lt;br /&gt;
| image2 = Apricorn (block, stage 1).png&lt;br /&gt;
| image3 = Apricorn (block, stage 2).png&lt;br /&gt;
| image4 = Red Apricorn (block).png&lt;br /&gt;
| image5 = Apricorn (block, stage 0).png&lt;br /&gt;
| image6 = Apricorn (block, stage 1).png&lt;br /&gt;
| image7 = Apricorn (block, stage 2).png&lt;br /&gt;
| image8 = Yellow Apricorn (block).png&lt;br /&gt;
| image9 = Apricorn (block, stage 0).png&lt;br /&gt;
| image10 = Apricorn (block, stage 1).png&lt;br /&gt;
| image11 = Apricorn (block, stage 2).png&lt;br /&gt;
| image12 = Green Apricorn (block).png&lt;br /&gt;
| image13 = Apricorn (block, stage 0).png&lt;br /&gt;
| image14 = Apricorn (block, stage 1).png&lt;br /&gt;
| image15 = Apricorn (block, stage 2).png&lt;br /&gt;
| image16 = Blue Apricorn (block).png&lt;br /&gt;
| image17 = Apricorn (block, stage 0).png&lt;br /&gt;
| image18 = Apricorn (block, stage 1).png&lt;br /&gt;
| image19 = Apricorn (block, stage 2).png&lt;br /&gt;
| image20 = Pink Apricorn (block).png&lt;br /&gt;
| image21 = Apricorn (block, stage 0).png&lt;br /&gt;
| image22 = Apricorn (block, stage 1).png&lt;br /&gt;
| image23 = Apricorn (block, stage 2).png&lt;br /&gt;
| image24 = White Apricorn (block).png&lt;br /&gt;
| image25 = Apricorn (block, stage 0).png&lt;br /&gt;
| image26 = Apricorn (block, stage 1).png&lt;br /&gt;
| image27 = Apricorn (block, stage 2).png&lt;br /&gt;
| image28 = Black Apricorn (block).png&lt;br /&gt;
| item = Red Apricorn.png&lt;br /&gt;
| itemtooltip = Red Apricorn&lt;br /&gt;
| item2 = Yellow Apricorn.png&lt;br /&gt;
| itemtooltip2 = Yellow Apricorn&lt;br /&gt;
| item3 = Green Apricorn.png&lt;br /&gt;
| itemtooltip3 = Green Apricorn&lt;br /&gt;
| item4 = Blue Apricorn.png&lt;br /&gt;
| itemtooltip4 = Blue Apricorn&lt;br /&gt;
| item5 = Pink Apricorn.png&lt;br /&gt;
| itemtooltip5 = Pink Apricorn&lt;br /&gt;
| item6 = White Apricorn.png&lt;br /&gt;
| itemtooltip6 = White Apricorn&lt;br /&gt;
| item7 = Black Apricorn.png&lt;br /&gt;
| itemtooltip7 = Black Apricorn&lt;br /&gt;
| stacklimit = 64&lt;br /&gt;
| tool = Hand&lt;br /&gt;
| hardness = 0.2&lt;br /&gt;
| resistance = 3&lt;br /&gt;
| flammable = No&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
An &#039;&#039;&#039;apricorn&#039;&#039;&#039; is a plant that grows in a variety of colors on [[Apricorn Tree|apricorn trees]]. They are used to craft most [[Poké Ball]]s.&lt;br /&gt;
&lt;br /&gt;
==Obtaining==&lt;br /&gt;
Apricorns can be found growing naturally on [[Apricorn Tree|apricorn trees]]. Interacting with one when fully grown will yield a single apricorn item and will leave behind an apricorn bud in its first growth stage. &lt;br /&gt;
&lt;br /&gt;
Apricorns can be harvested by powering a redstone dispenser containing shears.&amp;lt;ref group=&amp;quot;fn&amp;quot;&amp;gt;Does not work as of 1.4. Fixed in 1.4.1.&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Apricorn Seed|Apricorn seeds]] have a 10% chance of dropping when an apricorn is harvested.&lt;br /&gt;
&lt;br /&gt;
==Usage==&lt;br /&gt;
&lt;br /&gt;
===Farming===&lt;br /&gt;
Apricorns have 4 stages of growth. During its first stage, the bud is small and black. In its second and third stages, the bud becomes progressively larger and lighter brown. Finally, in its last stage, the Apricorn will grow to its largest size and reflect the color of apricorn that it will yield.&lt;br /&gt;
&lt;br /&gt;
Apricorns, on average, take one Minecraft day to go from their first stage to their last stage. Bonemeal can be used on a growing apricorn to automatically progress to the next stage in its growth.&lt;br /&gt;
&lt;br /&gt;
Destroying an apricorn in any stage besides its final stage will yield no items and the apricorn will be destroyed.&lt;br /&gt;
&lt;br /&gt;
Apricorns can be placed on [[Apricorn Leaves|apricorn leaves]] in Creative Mode to create new buds. Similarly, apricorn seeds can be placed on apricorn leaves in Survival Mode to create new buds.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Composting===&lt;br /&gt;
Putting an apricorn in a composter has a 65% chance of raising the compost level by 1.&lt;br /&gt;
&lt;br /&gt;
===Crafting Ingredient===&lt;br /&gt;
{|&lt;br /&gt;
|{{CraftingInterface&lt;br /&gt;
| A2 = {{ItemSlot| item = Red Apricorn}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Red Apricorn}}&lt;br /&gt;
| B2 = {{ItemSlot| item = Copper Ingot}}&lt;br /&gt;
| B3 = {{ItemSlot| item = Red Apricorn}}&lt;br /&gt;
| C2 = {{ItemSlot| item = Red Apricorn}}&lt;br /&gt;
| output = {{ItemSlot| item = Poke Ball | amount = 4 | link = Poké Ball | text = Poké Ball}}&lt;br /&gt;
}}&lt;br /&gt;
| || ||&lt;br /&gt;
|{{CraftingInterface&lt;br /&gt;
| A2 = {{ItemSlot| item = Yellow Apricorn}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Yellow Apricorn}}&lt;br /&gt;
| B2 = {{ItemSlot| item = Copper Ingot}}&lt;br /&gt;
| B3 = {{ItemSlot| item = Yellow Apricorn}}&lt;br /&gt;
| C2 = {{ItemSlot| item = Yellow Apricorn}}&lt;br /&gt;
| output = {{ItemSlot| item = Citrine Ball | amount = 4 | link = Poké Ball | text = Citrine Ball}}&lt;br /&gt;
}}&lt;br /&gt;
| || ||&lt;br /&gt;
|{{CraftingInterface&lt;br /&gt;
| A2 = {{ItemSlot| item = Green Apricorn}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Green Apricorn}}&lt;br /&gt;
| B2 = {{ItemSlot| item = Copper Ingot}}&lt;br /&gt;
| B3 = {{ItemSlot| item = Green Apricorn}}&lt;br /&gt;
| C2 = {{ItemSlot| item = Green Apricorn}}&lt;br /&gt;
| output = {{ItemSlot| item = Verdant Ball | amount = 4 | link = Poké Ball | text = Verdant Ball}}&lt;br /&gt;
}}&lt;br /&gt;
| || ||&lt;br /&gt;
|{{CraftingInterface&lt;br /&gt;
| A2 = {{ItemSlot| item = Blue Apricorn}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Blue Apricorn}}&lt;br /&gt;
| B2 = {{ItemSlot| item = Copper Ingot}}&lt;br /&gt;
| B3 = {{ItemSlot| item = Blue Apricorn}}&lt;br /&gt;
| C2 = {{ItemSlot| item = Blue Apricorn}}&lt;br /&gt;
| output = {{ItemSlot| item = Azure Ball | amount = 4 | link = Poké Ball | text = Azure Ball}}&lt;br /&gt;
}}&lt;br /&gt;
|-&lt;br /&gt;
|{{CraftingInterface&lt;br /&gt;
| A2 = {{ItemSlot| item = Pink Apricorn}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Pink Apricorn}}&lt;br /&gt;
| B2 = {{ItemSlot| item = Copper Ingot}}&lt;br /&gt;
| B3 = {{ItemSlot| item = Pink Apricorn}}&lt;br /&gt;
| C2 = {{ItemSlot| item = Pink Apricorn}}&lt;br /&gt;
| output = {{ItemSlot| item = Roseate Ball | amount = 4 | link = Poké Ball | text = Roseate Ball}}&lt;br /&gt;
}}&lt;br /&gt;
| || ||&lt;br /&gt;
|{{CraftingInterface&lt;br /&gt;
| A2 = {{ItemSlot| item = Black Apricorn}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Black Apricorn}}&lt;br /&gt;
| B2 = {{ItemSlot| item = Copper Ingot}}&lt;br /&gt;
| B3 = {{ItemSlot| item = Black Apricorn}}&lt;br /&gt;
| C2 = {{ItemSlot| item = Black Apricorn}}&lt;br /&gt;
| output = {{ItemSlot| item = Slate Ball | amount = 4 | link = Poké Ball | text = Slate Ball}}&lt;br /&gt;
}}&lt;br /&gt;
| || ||&lt;br /&gt;
|{{CraftingInterface&lt;br /&gt;
| A2 = {{ItemSlot| item = White Apricorn}}&lt;br /&gt;
| B1 = {{ItemSlot| item = White Apricorn}}&lt;br /&gt;
| B2 = {{ItemSlot| item = Copper Ingot}}&lt;br /&gt;
| B3 = {{ItemSlot| item = White Apricorn}}&lt;br /&gt;
| C2 = {{ItemSlot| item = White Apricorn}}&lt;br /&gt;
| output = {{ItemSlot| item = Premier Ball | amount = 4 | link = Poké Ball | text = Premier Ball}}&lt;br /&gt;
}}&lt;br /&gt;
| || ||&lt;br /&gt;
|{{CraftingInterface&lt;br /&gt;
| A2 = {{ItemSlot| item = Blue Apricorn}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Red Apricorn}}&lt;br /&gt;
| B2 = {{ItemSlot| item = Iron Ingot}}&lt;br /&gt;
| B3 = {{ItemSlot| item = Red Apricorn}}&lt;br /&gt;
| C2 = {{ItemSlot| item = Blue Apricorn}}&lt;br /&gt;
| output = {{ItemSlot| item = Great Ball | amount = 4 | link = Poké Ball | text = Great Ball}}&lt;br /&gt;
}}&lt;br /&gt;
|-&lt;br /&gt;
|{{CraftingInterface&lt;br /&gt;
| A2 = {{ItemSlot| item = Black Apricorn}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Yellow Apricorn}}&lt;br /&gt;
| B2 = {{ItemSlot| item = Gold Ingot}}&lt;br /&gt;
| B3 = {{ItemSlot| item = Yellow Apricorn}}&lt;br /&gt;
| C2 = {{ItemSlot| item = Black Apricorn}}&lt;br /&gt;
| output = {{ItemSlot| item = Ultra Ball | amount = 4 | link = Poké Ball | text = Ultra Ball}}&lt;br /&gt;
}}&lt;br /&gt;
| || ||&lt;br /&gt;
|{{CraftingInterface&lt;br /&gt;
| A2 = {{ItemSlot| item = Yellow Apricorn}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Green Apricorn}}&lt;br /&gt;
| B2 = {{ItemSlot| item = Copper Ingot}}&lt;br /&gt;
| B3 = {{ItemSlot| item = Green Apricorn}}&lt;br /&gt;
| C2 = {{ItemSlot| item = White Apricorn}}&lt;br /&gt;
| output = {{ItemSlot| item = Safari Ball | amount = 4 | link = Poké Ball | text = Safari Ball}}&lt;br /&gt;
}}&lt;br /&gt;
| || ||&lt;br /&gt;
|{{CraftingInterface&lt;br /&gt;
| A2 = {{ItemSlot| item = Red Apricorn}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Yellow Apricorn}}&lt;br /&gt;
| B2 = {{ItemSlot| item = Iron Ingot}}&lt;br /&gt;
| B3 = {{ItemSlot| item = Yellow Apricorn}}&lt;br /&gt;
| C2 = {{ItemSlot| item = White Apricorn}}&lt;br /&gt;
| output = {{ItemSlot| item = Fast Ball | amount = 4 | link = Poké Ball | text = Fast Ball}}&lt;br /&gt;
}}&lt;br /&gt;
| || ||&lt;br /&gt;
|{{CraftingInterface&lt;br /&gt;
| A2 = {{ItemSlot| item = Black Apricorn}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Yellow Apricorn}}&lt;br /&gt;
| B2 = {{ItemSlot| item = Iron Ingot}}&lt;br /&gt;
| B3 = {{ItemSlot| item = Pink Apricorn}}&lt;br /&gt;
| C2 = {{ItemSlot| item = Red Apricorn}}&lt;br /&gt;
| output = {{ItemSlot| item = Level Ball | amount = 4 | link = Poké Ball | text = Level Ball}}&lt;br /&gt;
}}&lt;br /&gt;
|-&lt;br /&gt;
|{{CraftingInterface&lt;br /&gt;
| A2 = {{ItemSlot| item = Red Apricorn}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Blue Apricorn}}&lt;br /&gt;
| B2 = {{ItemSlot| item = Iron Ingot}}&lt;br /&gt;
| B3 = {{ItemSlot| item = Green Apricorn}}&lt;br /&gt;
| C2 = {{ItemSlot| item = Red Apricorn}}&lt;br /&gt;
| output = {{ItemSlot| item = Lure Ball | amount = 4 | link = Poké Ball | text = Lure Ball}}&lt;br /&gt;
}}&lt;br /&gt;
| || ||&lt;br /&gt;
|{{CraftingInterface&lt;br /&gt;
| A2 = {{ItemSlot| item = Black Apricorn}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Blue Apricorn}}&lt;br /&gt;
| B2 = {{ItemSlot| item = Iron Ingot}}&lt;br /&gt;
| B3 = {{ItemSlot| item = Blue Apricorn}}&lt;br /&gt;
| C2 = {{ItemSlot| item = Black Apricorn}}&lt;br /&gt;
| output = {{ItemSlot| item = Heavy Ball | amount = 4 | link = Poké Ball | text = Heavy Ball}}&lt;br /&gt;
}}&lt;br /&gt;
| || ||&lt;br /&gt;
|{{CraftingInterface&lt;br /&gt;
| A2 = {{ItemSlot| item = White Apricorn}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Pink Apricorn}}&lt;br /&gt;
| B2 = {{ItemSlot| item = Gold Ingot}}&lt;br /&gt;
| B3 = {{ItemSlot| item = Pink Apricorn}}&lt;br /&gt;
| C2 = {{ItemSlot| item = Pink Apricorn}}&lt;br /&gt;
| output = {{ItemSlot| item = Love Ball | amount = 4 | link = Poké Ball | text = Love Ball}}&lt;br /&gt;
}}&lt;br /&gt;
| || ||&lt;br /&gt;
|{{CraftingInterface&lt;br /&gt;
| A2 = {{ItemSlot| item = Yellow Apricorn}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Green Apricorn}}&lt;br /&gt;
| B2 = {{ItemSlot| item = Iron Ingot}}&lt;br /&gt;
| B3 = {{ItemSlot| item = Green Apricorn}}&lt;br /&gt;
| C2 = {{ItemSlot| item = Red Apricorn}}&lt;br /&gt;
| output = {{ItemSlot| item = Friend Ball | amount = 4 | link = Poké Ball | text = Friend Ball}}&lt;br /&gt;
}}&lt;br /&gt;
|-&lt;br /&gt;
|{{CraftingInterface&lt;br /&gt;
| A2 = {{ItemSlot| item = Yellow Apricorn}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Blue Apricorn}}&lt;br /&gt;
| B2 = {{ItemSlot| item = Iron Ingot}}&lt;br /&gt;
| B3 = {{ItemSlot| item = Black Apricorn}}&lt;br /&gt;
| C2 = {{ItemSlot| item = White Apricorn}}&lt;br /&gt;
| output = {{ItemSlot| item = Moon Ball | amount = 4 | link = Poké Ball | text = Moon Ball}}&lt;br /&gt;
}}&lt;br /&gt;
| || ||&lt;br /&gt;
|{{CraftingInterface&lt;br /&gt;
| A2 = {{ItemSlot| item = White Apricorn}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Red Apricorn}}&lt;br /&gt;
| B2 = {{ItemSlot| item = Iron Ingot}}&lt;br /&gt;
| B3 = {{ItemSlot| item = Red Apricorn}}&lt;br /&gt;
| C2 = {{ItemSlot| item = Red Apricorn}}&lt;br /&gt;
| output = {{ItemSlot| item = Sport Ball | amount = 4 | link = Poké Ball | text = Sport Ball}}&lt;br /&gt;
}}&lt;br /&gt;
| || ||&lt;br /&gt;
|{{CraftingInterface&lt;br /&gt;
| A2 = {{ItemSlot| item = Red Apricorn}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Green Apricorn}}&lt;br /&gt;
| B2 = {{ItemSlot| item = Iron Ingot}}&lt;br /&gt;
| B3 = {{ItemSlot| item = Green Apricorn}}&lt;br /&gt;
| C2 = {{ItemSlot| item = Green Apricorn}}&lt;br /&gt;
| output = {{ItemSlot| item = Park Ball | amount = 4 | link = Poké Ball | text = Park Ball}}&lt;br /&gt;
}}&lt;br /&gt;
| || ||&lt;br /&gt;
|{{CraftingInterface&lt;br /&gt;
| A2 = {{ItemSlot| item = Black Apricorn}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Blue Apricorn}}&lt;br /&gt;
| B2 = {{ItemSlot| item = Iron Ingot}}&lt;br /&gt;
| B3 = {{ItemSlot| item = Blue Apricorn}}&lt;br /&gt;
| C2 = {{ItemSlot| item = White Apricorn}}&lt;br /&gt;
| output = {{ItemSlot| item = Net Ball | amount = 4 | link = Poké Ball | text = Net Ball}}&lt;br /&gt;
}}&lt;br /&gt;
|-&lt;br /&gt;
|{{CraftingInterface&lt;br /&gt;
| A2 = {{ItemSlot| item = White Apricorn}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Blue Apricorn}}&lt;br /&gt;
| B2 = {{ItemSlot| item = Iron Ingot}}&lt;br /&gt;
| B3 = {{ItemSlot| item = Blue Apricorn}}&lt;br /&gt;
| C2 = {{ItemSlot| item = Blue Apricorn}}&lt;br /&gt;
| output = {{ItemSlot| item = Dive Ball | amount = 4 | link = Poké Ball | text = Dive Ball}}&lt;br /&gt;
}}&lt;br /&gt;
| || ||&lt;br /&gt;
|{{CraftingInterface&lt;br /&gt;
| A2 = {{ItemSlot| item = Green Apricorn}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Yellow Apricorn}}&lt;br /&gt;
| B2 = {{ItemSlot| item = Iron Ingot}}&lt;br /&gt;
| B3 = {{ItemSlot| item = Yellow Apricorn}}&lt;br /&gt;
| C2 = {{ItemSlot| item = Green Apricorn}}&lt;br /&gt;
| output = {{ItemSlot| item = Nest Ball | amount = 4 | link = Poké Ball | text = Nest Ball}}&lt;br /&gt;
}}&lt;br /&gt;
| || ||&lt;br /&gt;
|{{CraftingInterface&lt;br /&gt;
| A2 = {{ItemSlot| item = Black Apricorn}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Red Apricorn}}&lt;br /&gt;
| B2 = {{ItemSlot| item = Gold Ingot}}&lt;br /&gt;
| B3 = {{ItemSlot| item = Red Apricorn}}&lt;br /&gt;
| C2 = {{ItemSlot| item = Yellow Apricorn}}&lt;br /&gt;
| output = {{ItemSlot| item = Repeat Ball | amount = 4 | link = Poké Ball | text = Repeat Ball}}&lt;br /&gt;
}}&lt;br /&gt;
| || ||&lt;br /&gt;
|{{CraftingInterface&lt;br /&gt;
| A2 = {{ItemSlot| item = Red Apricorn}}&lt;br /&gt;
| B1 = {{ItemSlot| item = White Apricorn}}&lt;br /&gt;
| B2 = {{ItemSlot| item = Gold Ingot}}&lt;br /&gt;
| B3 = {{ItemSlot| item = White Apricorn}}&lt;br /&gt;
| C2 = {{ItemSlot| item = Black Apricorn}}&lt;br /&gt;
| output = {{ItemSlot| item = Timer Ball | amount = 4 | link = Poké Ball | text = Timer Ball}}&lt;br /&gt;
}}&lt;br /&gt;
|-&lt;br /&gt;
|{{CraftingInterface&lt;br /&gt;
| A2 = {{ItemSlot| item = Black Apricorn}}&lt;br /&gt;
| B1 = {{ItemSlot| item = White Apricorn}}&lt;br /&gt;
| B2 = {{ItemSlot| item = Gold Ingot}}&lt;br /&gt;
| B3 = {{ItemSlot| item = Red Apricorn}}&lt;br /&gt;
| C2 = {{ItemSlot| item = Black Apricorn}}&lt;br /&gt;
| output = {{ItemSlot| item = Luxury Ball | amount = 4 | link = Poké Ball | text = Luxury Ball}}&lt;br /&gt;
}}&lt;br /&gt;
| || ||&lt;br /&gt;
|{{CraftingInterface&lt;br /&gt;
| A2 = {{ItemSlot| item = Green Apricorn}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Black Apricorn}}&lt;br /&gt;
| B2 = {{ItemSlot| item = Gold Ingot}}&lt;br /&gt;
| B3 = {{ItemSlot| item = Black Apricorn}}&lt;br /&gt;
| C2 = {{ItemSlot| item = Green Apricorn}}&lt;br /&gt;
| output = {{ItemSlot| item = Dusk Ball | amount = 4 | link = Poké Ball | text = Dusk Ball}}&lt;br /&gt;
}}&lt;br /&gt;
| || ||&lt;br /&gt;
|{{CraftingInterface&lt;br /&gt;
| A2 = {{ItemSlot| item = Pink Apricorn}}&lt;br /&gt;
| B1 = {{ItemSlot| item = White Apricorn}}&lt;br /&gt;
| B2 = {{ItemSlot| item = Copper Ingot}}&lt;br /&gt;
| B3 = {{ItemSlot| item = White Apricorn}}&lt;br /&gt;
| C2 = {{ItemSlot| item = Pink Apricorn}}&lt;br /&gt;
| output = {{ItemSlot| item = Heal Ball | amount = 4 | link = Poké Ball | text = Heal Ball}}&lt;br /&gt;
}}&lt;br /&gt;
| || ||&lt;br /&gt;
|{{CraftingInterface&lt;br /&gt;
| A2 = {{ItemSlot| item = Blue Apricorn}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Yellow Apricorn}}&lt;br /&gt;
| B2 = {{ItemSlot| item = Gold Ingot}}&lt;br /&gt;
| B3 = {{ItemSlot| item = Yellow Apricorn}}&lt;br /&gt;
| C2 = {{ItemSlot| item = Blue Apricorn}}&lt;br /&gt;
| output = {{ItemSlot| item = Quick Ball | amount = 4 | link = Poké Ball | text = Quick Ball}}&lt;br /&gt;
}}&lt;br /&gt;
|-&lt;br /&gt;
|{{CraftingInterface&lt;br /&gt;
| A2 = {{ItemSlot| item = Red Apricorn}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Pink Apricorn}}&lt;br /&gt;
| B2 = {{ItemSlot| item = Diamond}}&lt;br /&gt;
| B3 = {{ItemSlot| item = Pink Apricorn}}&lt;br /&gt;
| C2 = {{ItemSlot| item = Blue Apricorn}}&lt;br /&gt;
| output = {{ItemSlot| item = Dream Ball | amount = 4 | link = Poké Ball | text = Dream Ball}}&lt;br /&gt;
}}&lt;br /&gt;
| || ||&lt;br /&gt;
|{{CraftingInterface&lt;br /&gt;
| A2 = {{ItemSlot| item = Red Apricorn}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Tumblestone}}&lt;br /&gt;
| B2 = {{ItemSlot| item = Copper Ingot}}&lt;br /&gt;
| B3 = {{ItemSlot| item = Tumblestone}}&lt;br /&gt;
| C2 = {{ItemSlot| item = Red Apricorn}}&lt;br /&gt;
| output = {{ItemSlot| item = Ancient Poké Ball | amount = 4 | link = Ancient Poké Ball | text = Ancient Poké Ball}}&lt;br /&gt;
}}&lt;br /&gt;
| || ||&lt;br /&gt;
|{{CraftingInterface&lt;br /&gt;
| A2 = {{ItemSlot| item = Yellow Apricorn}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Tumblestone}}&lt;br /&gt;
| B2 = {{ItemSlot| item = Copper Ingot}}&lt;br /&gt;
| B3 = {{ItemSlot| item = Tumblestone}}&lt;br /&gt;
| C2 = {{ItemSlot| item = Yellow Apricorn}}&lt;br /&gt;
| output = {{ItemSlot| item = Ancient Citrine Ball | amount = 4 | link = Ancient Poké Ball | text = Ancient Citrine Ball}}&lt;br /&gt;
}}&lt;br /&gt;
| || ||&lt;br /&gt;
|{{CraftingInterface&lt;br /&gt;
| A2 = {{ItemSlot| item = Green Apricorn}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Tumblestone}}&lt;br /&gt;
| B2 = {{ItemSlot| item = Copper Ingot}}&lt;br /&gt;
| B3 = {{ItemSlot| item = Tumblestone}}&lt;br /&gt;
| C2 = {{ItemSlot| item = Green Apricorn}}&lt;br /&gt;
| output = {{ItemSlot| item = Ancient Verdant Ball | amount = 4 | link = Ancient Poké Ball | text = Ancient Verdant Ball}}&lt;br /&gt;
}}&lt;br /&gt;
|-&lt;br /&gt;
|{{CraftingInterface&lt;br /&gt;
| A2 = {{ItemSlot| item = Blue Apricorn}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Tumblestone}}&lt;br /&gt;
| B2 = {{ItemSlot| item = Copper Ingot}}&lt;br /&gt;
| B3 = {{ItemSlot| item = Tumblestone}}&lt;br /&gt;
| C2 = {{ItemSlot| item = Blue Apricorn}}&lt;br /&gt;
| output = {{ItemSlot| item = Ancient Azure Ball | amount = 4 | link = Ancient Poké Ball | text = Ancient Azure Ball}}&lt;br /&gt;
}}&lt;br /&gt;
| || ||&lt;br /&gt;
|{{CraftingInterface&lt;br /&gt;
| A2 = {{ItemSlot| item = Pink Apricorn}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Tumblestone}}&lt;br /&gt;
| B2 = {{ItemSlot| item = Copper Ingot}}&lt;br /&gt;
| B3 = {{ItemSlot| item = Tumblestone}}&lt;br /&gt;
| C2 = {{ItemSlot| item = Pink Apricorn}}&lt;br /&gt;
| output = {{ItemSlot| item = Ancient Roseate Ball | amount = 4 | link = Ancient Poké Ball | text = Ancient Roseate Ball}}&lt;br /&gt;
}}&lt;br /&gt;
| || ||&lt;br /&gt;
|{{CraftingInterface&lt;br /&gt;
| A2 = {{ItemSlot| item = Black Apricorn}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Tumblestone}}&lt;br /&gt;
| B2 = {{ItemSlot| item = Copper Ingot}}&lt;br /&gt;
| B3 = {{ItemSlot| item = Tumblestone}}&lt;br /&gt;
| C2 = {{ItemSlot| item = Black Apricorn}}&lt;br /&gt;
| output = {{ItemSlot| item = Ancient Slate Ball | amount = 4 | link = Ancient Poké Ball | text = Ancient Slate Ball}}&lt;br /&gt;
}}&lt;br /&gt;
| || ||&lt;br /&gt;
|{{CraftingInterface&lt;br /&gt;
| A2 = {{ItemSlot| item = White Apricorn}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Tumblestone}}&lt;br /&gt;
| B2 = {{ItemSlot| item = Copper Ingot}}&lt;br /&gt;
| B3 = {{ItemSlot| item = Tumblestone}}&lt;br /&gt;
| C2 = {{ItemSlot| item = White Apricorn}}&lt;br /&gt;
| output = {{ItemSlot| item = Ancient Ivory Ball | amount = 4 | link = Ancient Poké Ball | text = Ancient Ivory Ball}}&lt;br /&gt;
}}&lt;br /&gt;
|-&lt;br /&gt;
|{{CraftingInterface&lt;br /&gt;
| A2 = {{ItemSlot| item = Red Apricorn}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Tumblestone}}&lt;br /&gt;
| B2 = {{ItemSlot| item = Iron Ingot}}&lt;br /&gt;
| B3 = {{ItemSlot| item = Tumblestone}}&lt;br /&gt;
| C2 = {{ItemSlot| item = Blue Apricorn}}&lt;br /&gt;
| output = {{ItemSlot| item = Ancient Great Ball | amount = 4 | link = Ancient Poké Ball | text = Ancient Great Ball}}&lt;br /&gt;
}}&lt;br /&gt;
| || ||&lt;br /&gt;
|{{CraftingInterface&lt;br /&gt;
| A2 = {{ItemSlot| item = Yellow Apricorn}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Tumblestone}}&lt;br /&gt;
| B2 = {{ItemSlot| item = Gold Ingot}}&lt;br /&gt;
| B3 = {{ItemSlot| item = Tumblestone}}&lt;br /&gt;
| C2 = {{ItemSlot| item = Black Apricorn}}&lt;br /&gt;
| output = {{ItemSlot| item = Ancient Ultra Ball | amount = 4 | link = Ancient Poké Ball | text = Ancient Ultra Ball}}&lt;br /&gt;
}}&lt;br /&gt;
| || ||&lt;br /&gt;
|{{CraftingInterface&lt;br /&gt;
| A2 = {{ItemSlot| item = Blue Apricorn}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Sky Tumblestone}}&lt;br /&gt;
| B2 = {{ItemSlot| item = Copper Ingot}}&lt;br /&gt;
| B3 = {{ItemSlot| item = Sky Tumblestone}}&lt;br /&gt;
| C2 = {{ItemSlot| item = White Apricorn}}&lt;br /&gt;
| output = {{ItemSlot| item = Ancient Feather Ball | amount = 4 | link = Ancient Poké Ball | text = Ancient Feather Ball}}&lt;br /&gt;
}}&lt;br /&gt;
| || ||&lt;br /&gt;
|{{CraftingInterface&lt;br /&gt;
| A2 = {{ItemSlot| item = Blue Apricorn}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Sky Tumblestone}}&lt;br /&gt;
| B2 = {{ItemSlot| item = Iron Ingot}}&lt;br /&gt;
| B3 = {{ItemSlot| item = Sky Tumblestone}}&lt;br /&gt;
| C2 = {{ItemSlot| item = White Apricorn}}&lt;br /&gt;
| output = {{ItemSlot| item = Ancient Wing Ball | amount = 4 | link = Ancient Poké Ball | text = Ancient Wing Ball}}&lt;br /&gt;
}}&lt;br /&gt;
|-&lt;br /&gt;
|{{CraftingInterface&lt;br /&gt;
| A2 = {{ItemSlot| item = Blue Apricorn}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Sky Tumblestone}}&lt;br /&gt;
| B2 = {{ItemSlot| item = Gold Ingot}}&lt;br /&gt;
| B3 = {{ItemSlot| item = Sky Tumblestone}}&lt;br /&gt;
| C2 = {{ItemSlot| item = White Apricorn}}&lt;br /&gt;
| output = {{ItemSlot| item = Ancient Jet Ball | amount = 4 | link = Ancient Poké Ball | text = Ancient Jet Ball}}&lt;br /&gt;
}}&lt;br /&gt;
| || ||&lt;br /&gt;
|{{CraftingInterface&lt;br /&gt;
| A2 = {{ItemSlot| item = Black Apricorn}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Black Tumblestone}}&lt;br /&gt;
| B2 = {{ItemSlot| item = Copper Ingot}}&lt;br /&gt;
| B3 = {{ItemSlot| item = Black Tumblestone}}&lt;br /&gt;
| C2 = {{ItemSlot| item = Black Apricorn}}&lt;br /&gt;
| output = {{ItemSlot| item = Ancient Heavy Ball | amount = 4 | link = Ancient Poké Ball | text = Ancient Heavy Ball}}&lt;br /&gt;
}}&lt;br /&gt;
| || ||&lt;br /&gt;
|{{CraftingInterface&lt;br /&gt;
| A2 = {{ItemSlot| item = Black Apricorn}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Black Tumblestone}}&lt;br /&gt;
| B2 = {{ItemSlot| item = Iron Ingot}}&lt;br /&gt;
| B3 = {{ItemSlot| item = Black Tumblestone}}&lt;br /&gt;
| C2 = {{ItemSlot| item = Black Apricorn}}&lt;br /&gt;
| output = {{ItemSlot| item = Ancient Leaden Ball | amount = 4 | link = Ancient Poké Ball | text = Ancient Leaden Ball}}&lt;br /&gt;
}}&lt;br /&gt;
| || ||&lt;br /&gt;
|{{CraftingInterface&lt;br /&gt;
| A2 = {{ItemSlot| item = Black Apricorn}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Black Tumblestone}}&lt;br /&gt;
| B2 = {{ItemSlot| item = Gold Ingot}}&lt;br /&gt;
| B3 = {{ItemSlot| item = Black Tumblestone}}&lt;br /&gt;
| C2 = {{ItemSlot| item = Black Apricorn}}&lt;br /&gt;
| output = {{ItemSlot| item = Ancient Gigaton Ball | amount = 4 | link = Ancient Poké Ball | text = Ancient Gigaton Ball}}&lt;br /&gt;
}}&lt;br /&gt;
|-&lt;br /&gt;
|{{CraftingInterface&lt;br /&gt;
| B1 = {{ItemSlot| item = Red Apricorn; Yellow Apricorn; Green Apricorn; Blue Apricorn; Pink Apricorn; Black Apricorn; White Apricorn| tooltip = Any Apricorn | link = Apricorn}}&lt;br /&gt;
| B3 = {{ItemSlot| item = Red Apricorn; Yellow Apricorn; Green Apricorn; Blue Apricorn; Pink Apricorn; Black Apricorn; White Apricorn| tooltip = Any Apricorn | link = Apricorn}}&lt;br /&gt;
| C2 = {{ItemSlot| item = Red Apricorn; Yellow Apricorn; Green Apricorn; Blue Apricorn; Pink Apricorn; Black Apricorn; White Apricorn| tooltip = Any Apricorn | link = Apricorn}}&lt;br /&gt;
| output = {{ItemSlot| item = Bowl | amount = 3 | link = # | text = Bowl}}&lt;br /&gt;
}}&lt;br /&gt;
| || ||&lt;br /&gt;
|{{CraftingInterface&lt;br /&gt;
| A1 = {{ItemSlot| item = Iron Ingot | link = minecraftwiki:Iron Ingot}}&lt;br /&gt;
| A2 = {{ItemSlot| item = Red Apricorn; Yellow Apricorn; Green Apricorn; Blue Apricorn; Pink Apricorn; Black Apricorn; White Apricorn| tooltip = Any Apricorn | link = Apricorn}}&lt;br /&gt;
| A3 = {{ItemSlot| item = Copper Ingot | link = minecraftwiki:Copper Ingot}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Iron Ingot | link = minecraftwiki:Iron Ingot}}&lt;br /&gt;
| B2 = {{ItemSlot| item = Bright Powder | link = Bright Powder}}&lt;br /&gt;
| B3 = {{ItemSlot| item = Iron Ingot | link = minecraftwiki:Iron Ingot}}&lt;br /&gt;
| C1 = {{ItemSlot| item = Iron Ingot | link = minecraftwiki:Iron Ingot}}&lt;br /&gt;
| C2 = {{ItemSlot| item = Red Apricorn; Yellow Apricorn; Green Apricorn; Blue Apricorn; Pink Apricorn; Black Apricorn; White Apricorn| tooltip = Any Apricorn | link = Apricorn}}&lt;br /&gt;
| C3 = {{ItemSlot| item = Copper Ingot | link = minecraftwiki:Copper Ingot}}&lt;br /&gt;
| output = {{ItemSlot| item = Pokedex (red); Pokedex (yellow); Pokedex (green); Pokedex (blue); Pokedex (pink); Pokedex (black); Pokedex (white) | tooltip = Pokedex}}&lt;br /&gt;
}}&lt;br /&gt;
| || ||&lt;br /&gt;
|{{CraftingInterface&lt;br /&gt;
| A1 = {{ItemSlot| item = Copper Ingot}}&lt;br /&gt;
| A2 = {{ItemSlot| item = Glass}}&lt;br /&gt;
| A3 = {{ItemSlot| item = Copper Ingot}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Red Apricorn; Yellow Apricorn; Green Apricorn; Blue Apricorn; Pink Apricorn; Black Apricorn; White Apricorn | link = Any Apricorn}}&lt;br /&gt;
| B3 = {{ItemSlot| item = Red Apricorn; Yellow Apricorn; Green Apricorn; Blue Apricorn; Pink Apricorn; Black Apricorn; White Apricorn | link = Any Apricorn}}&lt;br /&gt;
| C1 = {{ItemSlot| item = Copper Ingot}}&lt;br /&gt;
| C2 = {{ItemSlot| item = Copper Ingot}}&lt;br /&gt;
| C3 = {{ItemSlot| item = Copper Ingot}}&lt;br /&gt;
| output = {{ItemSlot| item = Red Campfire Pot; Yellow Campfire Pot; Green Campfire Pot; Blue Campfire Pot; Pink Campfire Pot; Black Campfire Pot; White Campfire Pot | tooltip = Campfire Pot}}&lt;br /&gt;
}}&lt;br /&gt;
|}&lt;br /&gt;
===Smelting Ingredient===&lt;br /&gt;
{|&lt;br /&gt;
|{{SmeltingInterface&lt;br /&gt;
| input = {{ItemSlot| item = Red Apricorn | text = Red Apricorn}}&lt;br /&gt;
| output = {{ItemSlot| item = Red Dye | text = Red Dye}}&lt;br /&gt;
}}&lt;br /&gt;
| || ||&lt;br /&gt;
|{{SmeltingInterface&lt;br /&gt;
| input = {{ItemSlot| item = Yellow Apricorn | text = Yellow Apricorn}}&lt;br /&gt;
| output = {{ItemSlot| item = Yellow Dye | text = Yellow Dye}}&lt;br /&gt;
}}&lt;br /&gt;
| || ||&lt;br /&gt;
|{{SmeltingInterface&lt;br /&gt;
| input = {{ItemSlot| item = Green Apricorn | text = Green Apricorn}}&lt;br /&gt;
| output = {{ItemSlot| item = Lime Dye | text = Lime Dye}}&lt;br /&gt;
}}&lt;br /&gt;
| || ||&lt;br /&gt;
|{{SmeltingInterface&lt;br /&gt;
| input = {{ItemSlot| item = Blue Apricorn | text = Blue Apricorn}}&lt;br /&gt;
| output = {{ItemSlot| item = Blue Dye | text = Blue Dye}}&lt;br /&gt;
}}&lt;br /&gt;
| || ||&lt;br /&gt;
|{{SmeltingInterface&lt;br /&gt;
| input = {{ItemSlot| item = Pink Apricorn | text = Pink Apricorn}}&lt;br /&gt;
| output = {{ItemSlot| item = Pink Dye | text = Pink Dye}}&lt;br /&gt;
}}&lt;br /&gt;
|-&lt;br /&gt;
|{{SmeltingInterface&lt;br /&gt;
| input = {{ItemSlot| item = Black Apricorn | text = Black Apricorn}}&lt;br /&gt;
| output = {{ItemSlot| item = Black Dye | text = Black Dye}}&lt;br /&gt;
}}&lt;br /&gt;
| || ||&lt;br /&gt;
|{{SmeltingInterface&lt;br /&gt;
| input = {{ItemSlot| item = White Apricorn | text = White Apricorn}}&lt;br /&gt;
| output = {{ItemSlot| item = White Dye | text = White Dye}}&lt;br /&gt;
}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Gallery==&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
Red Apricorn Tree.png | Apricorns at various stages growing on a red apricorn tree.&lt;br /&gt;
Yellow Apricorn Tree.png | Apricorns at various stages growing on a yellow apricorn tree.&lt;br /&gt;
Green Apricorn Tree.png | Apricorns at various stages growing on a green apricorn tree.&lt;br /&gt;
Blue Apricorn Tree.png | Apricorns at various stages growing on a blue apricorn tree.&lt;br /&gt;
Pink Apricorn Tree.png | Apricorns at various stages growing on a pink apricorn tree.&lt;br /&gt;
White Apricorn Tree.png | Apricorns at various stages growing on a white apricorn tree.&lt;br /&gt;
Black Apricorn Tree.png | Apricorns at various stages growing on a black apricorn tree.&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==History==&lt;br /&gt;
{{HistoryTable|rows=&lt;br /&gt;
&lt;br /&gt;
{{HistoryRow|version=1.0.0|changes=&lt;br /&gt;
{{ScaledImage|Red Apricorn (block).png|32px}} {{ScaledImage|Yellow Apricorn (block).png|32px}} {{ScaledImage|Green Apricorn (block).png|32px}} {{ScaledImage|Blue Apricorn (block).png|32px}} {{ScaledImage|Pink Apricorn (block).png|32px}} {{ScaledImage|White Apricorn (block).png|32px}} {{ScaledImage|Black Apricorn (block).png|32px}} Added Apricorns.}}&lt;br /&gt;
&lt;br /&gt;
{{HistoryRow|version=1.3.0|changes=&lt;br /&gt;
{{-}}&lt;br /&gt;
* Apricorns can now be composted.&lt;br /&gt;
* Fully grown Apricorns can now be harvested using a Dispenser and Shears.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{HistoryRow|version=1.3.1|changes=Apricorns can now be smelted into dyes.}}&lt;br /&gt;
&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Notes==&lt;br /&gt;
{{reflist|group=fn}}&lt;br /&gt;
&lt;br /&gt;
{{Blocks}}&lt;br /&gt;
{{Items}}&lt;br /&gt;
[[Category:Plants]]&lt;/div&gt;</summary>
		<author><name>PushedTester</name></author>
	</entry>
	<entry>
		<id>https://wiki.cobblemon.com/index.php?title=Apricorn&amp;diff=8123</id>
		<title>Apricorn</title>
		<link rel="alternate" type="text/html" href="https://wiki.cobblemon.com/index.php?title=Apricorn&amp;diff=8123"/>
		<updated>2026-01-11T13:47:23Z</updated>

		<summary type="html">&lt;p&gt;PushedTester: /* History */ Updated History to use the new template&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{InfoboxBlock&lt;br /&gt;
| image = Apricorn (block, stage 0).png&lt;br /&gt;
| image2 = Apricorn (block, stage 1).png&lt;br /&gt;
| image3 = Apricorn (block, stage 2).png&lt;br /&gt;
| image4 = Red Apricorn (block).png&lt;br /&gt;
| image5 = Apricorn (block, stage 0).png&lt;br /&gt;
| image6 = Apricorn (block, stage 1).png&lt;br /&gt;
| image7 = Apricorn (block, stage 2).png&lt;br /&gt;
| image8 = Yellow Apricorn (block).png&lt;br /&gt;
| image9 = Apricorn (block, stage 0).png&lt;br /&gt;
| image10 = Apricorn (block, stage 1).png&lt;br /&gt;
| image11 = Apricorn (block, stage 2).png&lt;br /&gt;
| image12 = Green Apricorn (block).png&lt;br /&gt;
| image13 = Apricorn (block, stage 0).png&lt;br /&gt;
| image14 = Apricorn (block, stage 1).png&lt;br /&gt;
| image15 = Apricorn (block, stage 2).png&lt;br /&gt;
| image16 = Blue Apricorn (block).png&lt;br /&gt;
| image17 = Apricorn (block, stage 0).png&lt;br /&gt;
| image18 = Apricorn (block, stage 1).png&lt;br /&gt;
| image19 = Apricorn (block, stage 2).png&lt;br /&gt;
| image20 = Pink Apricorn (block).png&lt;br /&gt;
| image21 = Apricorn (block, stage 0).png&lt;br /&gt;
| image22 = Apricorn (block, stage 1).png&lt;br /&gt;
| image23 = Apricorn (block, stage 2).png&lt;br /&gt;
| image24 = White Apricorn (block).png&lt;br /&gt;
| image25 = Apricorn (block, stage 0).png&lt;br /&gt;
| image26 = Apricorn (block, stage 1).png&lt;br /&gt;
| image27 = Apricorn (block, stage 2).png&lt;br /&gt;
| image28 = Black Apricorn (block).png&lt;br /&gt;
| item = Red Apricorn.png&lt;br /&gt;
| itemtooltip = Red Apricorn&lt;br /&gt;
| item2 = Yellow Apricorn.png&lt;br /&gt;
| itemtooltip2 = Yellow Apricorn&lt;br /&gt;
| item3 = Green Apricorn.png&lt;br /&gt;
| itemtooltip3 = Green Apricorn&lt;br /&gt;
| item4 = Blue Apricorn.png&lt;br /&gt;
| itemtooltip4 = Blue Apricorn&lt;br /&gt;
| item5 = Pink Apricorn.png&lt;br /&gt;
| itemtooltip5 = Pink Apricorn&lt;br /&gt;
| item6 = White Apricorn.png&lt;br /&gt;
| itemtooltip6 = White Apricorn&lt;br /&gt;
| item7 = Black Apricorn.png&lt;br /&gt;
| itemtooltip7 = Black Apricorn&lt;br /&gt;
| stacklimit = 64&lt;br /&gt;
| tool = Hand&lt;br /&gt;
| hardness = 0.2&lt;br /&gt;
| resistance = 3&lt;br /&gt;
| flammable = No&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
An &#039;&#039;&#039;apricorn&#039;&#039;&#039; is a plant that grows in a variety of colors on [[Apricorn Tree|apricorn trees]]. They are used to craft most [[Poké Ball]]s.&lt;br /&gt;
&lt;br /&gt;
==Obtaining==&lt;br /&gt;
Apricorns can be found growing naturally on [[Apricorn Tree|apricorn trees]]. Interacting with one when fully grown will yield a single apricorn item and will leave behind an apricorn bud in its first growth stage. &lt;br /&gt;
&lt;br /&gt;
Apricorns can be harvested by powering a redstone dispenser containing shears.&amp;lt;ref group=&amp;quot;fn&amp;quot;&amp;gt;Does not work as of 1.4. Fixed in 1.4.1.&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Apricorn Seed|Apricorn seeds]] have a 10% chance of dropping when an apricorn is harvested.&lt;br /&gt;
&lt;br /&gt;
==Usage==&lt;br /&gt;
&lt;br /&gt;
===Farming===&lt;br /&gt;
Apricorns have 4 stages of growth. During its first stage, the bud is small and black. In its second and third stages, the bud becomes progressively larger and lighter brown. Finally, in its last stage, the Apricorn will grow to its largest size and reflect the color of apricorn that it will yield.&lt;br /&gt;
&lt;br /&gt;
Apricorns, on average, take one Minecraft day to go from their first stage to their last stage. Bonemeal can be used on a growing apricorn to automatically progress to the next stage in its growth.&lt;br /&gt;
&lt;br /&gt;
Destroying an apricorn in any stage besides its final stage will yield no items and the apricorn will be destroyed.&lt;br /&gt;
&lt;br /&gt;
Apricorns can be placed on [[Apricorn Leaves|apricorn leaves]] in Creative Mode to create new buds. Similarly, apricorn seeds can be placed on apricorn leaves in Survival Mode to create new buds.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Composting===&lt;br /&gt;
Putting an apricorn in a composter has a 65% chance of raising the compost level by 1.&lt;br /&gt;
&lt;br /&gt;
===Crafting Ingredient===&lt;br /&gt;
{|&lt;br /&gt;
|{{CraftingInterface&lt;br /&gt;
| A2 = {{ItemSlot| item = Red Apricorn}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Red Apricorn}}&lt;br /&gt;
| B2 = {{ItemSlot| item = Copper Ingot}}&lt;br /&gt;
| B3 = {{ItemSlot| item = Red Apricorn}}&lt;br /&gt;
| C2 = {{ItemSlot| item = Red Apricorn}}&lt;br /&gt;
| output = {{ItemSlot| item = Poke Ball | amount = 4 | link = Poké Ball | text = Poké Ball}}&lt;br /&gt;
}}&lt;br /&gt;
| || ||&lt;br /&gt;
|{{CraftingInterface&lt;br /&gt;
| A2 = {{ItemSlot| item = Yellow Apricorn}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Yellow Apricorn}}&lt;br /&gt;
| B2 = {{ItemSlot| item = Copper Ingot}}&lt;br /&gt;
| B3 = {{ItemSlot| item = Yellow Apricorn}}&lt;br /&gt;
| C2 = {{ItemSlot| item = Yellow Apricorn}}&lt;br /&gt;
| output = {{ItemSlot| item = Citrine Ball | amount = 4 | link = Poké Ball | text = Citrine Ball}}&lt;br /&gt;
}}&lt;br /&gt;
| || ||&lt;br /&gt;
|{{CraftingInterface&lt;br /&gt;
| A2 = {{ItemSlot| item = Green Apricorn}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Green Apricorn}}&lt;br /&gt;
| B2 = {{ItemSlot| item = Copper Ingot}}&lt;br /&gt;
| B3 = {{ItemSlot| item = Green Apricorn}}&lt;br /&gt;
| C2 = {{ItemSlot| item = Green Apricorn}}&lt;br /&gt;
| output = {{ItemSlot| item = Verdant Ball | amount = 4 | link = Poké Ball | text = Verdant Ball}}&lt;br /&gt;
}}&lt;br /&gt;
| || ||&lt;br /&gt;
|{{CraftingInterface&lt;br /&gt;
| A2 = {{ItemSlot| item = Blue Apricorn}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Blue Apricorn}}&lt;br /&gt;
| B2 = {{ItemSlot| item = Copper Ingot}}&lt;br /&gt;
| B3 = {{ItemSlot| item = Blue Apricorn}}&lt;br /&gt;
| C2 = {{ItemSlot| item = Blue Apricorn}}&lt;br /&gt;
| output = {{ItemSlot| item = Azure Ball | amount = 4 | link = Poké Ball | text = Azure Ball}}&lt;br /&gt;
}}&lt;br /&gt;
|-&lt;br /&gt;
|{{CraftingInterface&lt;br /&gt;
| A2 = {{ItemSlot| item = Pink Apricorn}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Pink Apricorn}}&lt;br /&gt;
| B2 = {{ItemSlot| item = Copper Ingot}}&lt;br /&gt;
| B3 = {{ItemSlot| item = Pink Apricorn}}&lt;br /&gt;
| C2 = {{ItemSlot| item = Pink Apricorn}}&lt;br /&gt;
| output = {{ItemSlot| item = Roseate Ball | amount = 4 | link = Poké Ball | text = Roseate Ball}}&lt;br /&gt;
}}&lt;br /&gt;
| || ||&lt;br /&gt;
|{{CraftingInterface&lt;br /&gt;
| A2 = {{ItemSlot| item = Black Apricorn}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Black Apricorn}}&lt;br /&gt;
| B2 = {{ItemSlot| item = Copper Ingot}}&lt;br /&gt;
| B3 = {{ItemSlot| item = Black Apricorn}}&lt;br /&gt;
| C2 = {{ItemSlot| item = Black Apricorn}}&lt;br /&gt;
| output = {{ItemSlot| item = Slate Ball | amount = 4 | link = Poké Ball | text = Slate Ball}}&lt;br /&gt;
}}&lt;br /&gt;
| || ||&lt;br /&gt;
|{{CraftingInterface&lt;br /&gt;
| A2 = {{ItemSlot| item = White Apricorn}}&lt;br /&gt;
| B1 = {{ItemSlot| item = White Apricorn}}&lt;br /&gt;
| B2 = {{ItemSlot| item = Copper Ingot}}&lt;br /&gt;
| B3 = {{ItemSlot| item = White Apricorn}}&lt;br /&gt;
| C2 = {{ItemSlot| item = White Apricorn}}&lt;br /&gt;
| output = {{ItemSlot| item = Premier Ball | amount = 4 | link = Poké Ball | text = Premier Ball}}&lt;br /&gt;
}}&lt;br /&gt;
| || ||&lt;br /&gt;
|{{CraftingInterface&lt;br /&gt;
| A2 = {{ItemSlot| item = Blue Apricorn}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Red Apricorn}}&lt;br /&gt;
| B2 = {{ItemSlot| item = Iron Ingot}}&lt;br /&gt;
| B3 = {{ItemSlot| item = Red Apricorn}}&lt;br /&gt;
| C2 = {{ItemSlot| item = Blue Apricorn}}&lt;br /&gt;
| output = {{ItemSlot| item = Great Ball | amount = 4 | link = Poké Ball | text = Great Ball}}&lt;br /&gt;
}}&lt;br /&gt;
|-&lt;br /&gt;
|{{CraftingInterface&lt;br /&gt;
| A2 = {{ItemSlot| item = Black Apricorn}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Yellow Apricorn}}&lt;br /&gt;
| B2 = {{ItemSlot| item = Gold Ingot}}&lt;br /&gt;
| B3 = {{ItemSlot| item = Yellow Apricorn}}&lt;br /&gt;
| C2 = {{ItemSlot| item = Black Apricorn}}&lt;br /&gt;
| output = {{ItemSlot| item = Ultra Ball | amount = 4 | link = Poké Ball | text = Ultra Ball}}&lt;br /&gt;
}}&lt;br /&gt;
| || ||&lt;br /&gt;
|{{CraftingInterface&lt;br /&gt;
| A2 = {{ItemSlot| item = Yellow Apricorn}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Green Apricorn}}&lt;br /&gt;
| B2 = {{ItemSlot| item = Copper Ingot}}&lt;br /&gt;
| B3 = {{ItemSlot| item = Green Apricorn}}&lt;br /&gt;
| C2 = {{ItemSlot| item = White Apricorn}}&lt;br /&gt;
| output = {{ItemSlot| item = Safari Ball | amount = 4 | link = Poké Ball | text = Safari Ball}}&lt;br /&gt;
}}&lt;br /&gt;
| || ||&lt;br /&gt;
|{{CraftingInterface&lt;br /&gt;
| A2 = {{ItemSlot| item = Red Apricorn}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Yellow Apricorn}}&lt;br /&gt;
| B2 = {{ItemSlot| item = Iron Ingot}}&lt;br /&gt;
| B3 = {{ItemSlot| item = Yellow Apricorn}}&lt;br /&gt;
| C2 = {{ItemSlot| item = White Apricorn}}&lt;br /&gt;
| output = {{ItemSlot| item = Fast Ball | amount = 4 | link = Poké Ball | text = Fast Ball}}&lt;br /&gt;
}}&lt;br /&gt;
| || ||&lt;br /&gt;
|{{CraftingInterface&lt;br /&gt;
| A2 = {{ItemSlot| item = Black Apricorn}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Yellow Apricorn}}&lt;br /&gt;
| B2 = {{ItemSlot| item = Iron Ingot}}&lt;br /&gt;
| B3 = {{ItemSlot| item = Pink Apricorn}}&lt;br /&gt;
| C2 = {{ItemSlot| item = Red Apricorn}}&lt;br /&gt;
| output = {{ItemSlot| item = Level Ball | amount = 4 | link = Poké Ball | text = Level Ball}}&lt;br /&gt;
}}&lt;br /&gt;
|-&lt;br /&gt;
|{{CraftingInterface&lt;br /&gt;
| A2 = {{ItemSlot| item = Red Apricorn}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Blue Apricorn}}&lt;br /&gt;
| B2 = {{ItemSlot| item = Iron Ingot}}&lt;br /&gt;
| B3 = {{ItemSlot| item = Green Apricorn}}&lt;br /&gt;
| C2 = {{ItemSlot| item = Red Apricorn}}&lt;br /&gt;
| output = {{ItemSlot| item = Lure Ball | amount = 4 | link = Poké Ball | text = Lure Ball}}&lt;br /&gt;
}}&lt;br /&gt;
| || ||&lt;br /&gt;
|{{CraftingInterface&lt;br /&gt;
| A2 = {{ItemSlot| item = Black Apricorn}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Blue Apricorn}}&lt;br /&gt;
| B2 = {{ItemSlot| item = Iron Ingot}}&lt;br /&gt;
| B3 = {{ItemSlot| item = Blue Apricorn}}&lt;br /&gt;
| C2 = {{ItemSlot| item = Black Apricorn}}&lt;br /&gt;
| output = {{ItemSlot| item = Heavy Ball | amount = 4 | link = Poké Ball | text = Heavy Ball}}&lt;br /&gt;
}}&lt;br /&gt;
| || ||&lt;br /&gt;
|{{CraftingInterface&lt;br /&gt;
| A2 = {{ItemSlot| item = White Apricorn}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Pink Apricorn}}&lt;br /&gt;
| B2 = {{ItemSlot| item = Gold Ingot}}&lt;br /&gt;
| B3 = {{ItemSlot| item = Pink Apricorn}}&lt;br /&gt;
| C2 = {{ItemSlot| item = Pink Apricorn}}&lt;br /&gt;
| output = {{ItemSlot| item = Love Ball | amount = 4 | link = Poké Ball | text = Love Ball}}&lt;br /&gt;
}}&lt;br /&gt;
| || ||&lt;br /&gt;
|{{CraftingInterface&lt;br /&gt;
| A2 = {{ItemSlot| item = Yellow Apricorn}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Green Apricorn}}&lt;br /&gt;
| B2 = {{ItemSlot| item = Iron Ingot}}&lt;br /&gt;
| B3 = {{ItemSlot| item = Green Apricorn}}&lt;br /&gt;
| C2 = {{ItemSlot| item = Red Apricorn}}&lt;br /&gt;
| output = {{ItemSlot| item = Friend Ball | amount = 4 | link = Poké Ball | text = Friend Ball}}&lt;br /&gt;
}}&lt;br /&gt;
|-&lt;br /&gt;
|{{CraftingInterface&lt;br /&gt;
| A2 = {{ItemSlot| item = Yellow Apricorn}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Blue Apricorn}}&lt;br /&gt;
| B2 = {{ItemSlot| item = Iron Ingot}}&lt;br /&gt;
| B3 = {{ItemSlot| item = Black Apricorn}}&lt;br /&gt;
| C2 = {{ItemSlot| item = White Apricorn}}&lt;br /&gt;
| output = {{ItemSlot| item = Moon Ball | amount = 4 | link = Poké Ball | text = Moon Ball}}&lt;br /&gt;
}}&lt;br /&gt;
| || ||&lt;br /&gt;
|{{CraftingInterface&lt;br /&gt;
| A2 = {{ItemSlot| item = White Apricorn}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Red Apricorn}}&lt;br /&gt;
| B2 = {{ItemSlot| item = Iron Ingot}}&lt;br /&gt;
| B3 = {{ItemSlot| item = Red Apricorn}}&lt;br /&gt;
| C2 = {{ItemSlot| item = Red Apricorn}}&lt;br /&gt;
| output = {{ItemSlot| item = Sport Ball | amount = 4 | link = Poké Ball | text = Sport Ball}}&lt;br /&gt;
}}&lt;br /&gt;
| || ||&lt;br /&gt;
|{{CraftingInterface&lt;br /&gt;
| A2 = {{ItemSlot| item = Red Apricorn}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Green Apricorn}}&lt;br /&gt;
| B2 = {{ItemSlot| item = Iron Ingot}}&lt;br /&gt;
| B3 = {{ItemSlot| item = Green Apricorn}}&lt;br /&gt;
| C2 = {{ItemSlot| item = Green Apricorn}}&lt;br /&gt;
| output = {{ItemSlot| item = Park Ball | amount = 4 | link = Poké Ball | text = Park Ball}}&lt;br /&gt;
}}&lt;br /&gt;
| || ||&lt;br /&gt;
|{{CraftingInterface&lt;br /&gt;
| A2 = {{ItemSlot| item = Black Apricorn}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Blue Apricorn}}&lt;br /&gt;
| B2 = {{ItemSlot| item = Iron Ingot}}&lt;br /&gt;
| B3 = {{ItemSlot| item = Blue Apricorn}}&lt;br /&gt;
| C2 = {{ItemSlot| item = White Apricorn}}&lt;br /&gt;
| output = {{ItemSlot| item = Net Ball | amount = 4 | link = Poké Ball | text = Net Ball}}&lt;br /&gt;
}}&lt;br /&gt;
|-&lt;br /&gt;
|{{CraftingInterface&lt;br /&gt;
| A2 = {{ItemSlot| item = White Apricorn}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Blue Apricorn}}&lt;br /&gt;
| B2 = {{ItemSlot| item = Iron Ingot}}&lt;br /&gt;
| B3 = {{ItemSlot| item = Blue Apricorn}}&lt;br /&gt;
| C2 = {{ItemSlot| item = Blue Apricorn}}&lt;br /&gt;
| output = {{ItemSlot| item = Dive Ball | amount = 4 | link = Poké Ball | text = Dive Ball}}&lt;br /&gt;
}}&lt;br /&gt;
| || ||&lt;br /&gt;
|{{CraftingInterface&lt;br /&gt;
| A2 = {{ItemSlot| item = Green Apricorn}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Yellow Apricorn}}&lt;br /&gt;
| B2 = {{ItemSlot| item = Iron Ingot}}&lt;br /&gt;
| B3 = {{ItemSlot| item = Yellow Apricorn}}&lt;br /&gt;
| C2 = {{ItemSlot| item = Green Apricorn}}&lt;br /&gt;
| output = {{ItemSlot| item = Nest Ball | amount = 4 | link = Poké Ball | text = Nest Ball}}&lt;br /&gt;
}}&lt;br /&gt;
| || ||&lt;br /&gt;
|{{CraftingInterface&lt;br /&gt;
| A2 = {{ItemSlot| item = Black Apricorn}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Red Apricorn}}&lt;br /&gt;
| B2 = {{ItemSlot| item = Gold Ingot}}&lt;br /&gt;
| B3 = {{ItemSlot| item = Red Apricorn}}&lt;br /&gt;
| C2 = {{ItemSlot| item = Yellow Apricorn}}&lt;br /&gt;
| output = {{ItemSlot| item = Repeat Ball | amount = 4 | link = Poké Ball | text = Repeat Ball}}&lt;br /&gt;
}}&lt;br /&gt;
| || ||&lt;br /&gt;
|{{CraftingInterface&lt;br /&gt;
| A2 = {{ItemSlot| item = Red Apricorn}}&lt;br /&gt;
| B1 = {{ItemSlot| item = White Apricorn}}&lt;br /&gt;
| B2 = {{ItemSlot| item = Gold Ingot}}&lt;br /&gt;
| B3 = {{ItemSlot| item = White Apricorn}}&lt;br /&gt;
| C2 = {{ItemSlot| item = Black Apricorn}}&lt;br /&gt;
| output = {{ItemSlot| item = Timer Ball | amount = 4 | link = Poké Ball | text = Timer Ball}}&lt;br /&gt;
}}&lt;br /&gt;
|-&lt;br /&gt;
|{{CraftingInterface&lt;br /&gt;
| A2 = {{ItemSlot| item = Black Apricorn}}&lt;br /&gt;
| B1 = {{ItemSlot| item = White Apricorn}}&lt;br /&gt;
| B2 = {{ItemSlot| item = Gold Ingot}}&lt;br /&gt;
| B3 = {{ItemSlot| item = Red Apricorn}}&lt;br /&gt;
| C2 = {{ItemSlot| item = Black Apricorn}}&lt;br /&gt;
| output = {{ItemSlot| item = Luxury Ball | amount = 4 | link = Poké Ball | text = Luxury Ball}}&lt;br /&gt;
}}&lt;br /&gt;
| || ||&lt;br /&gt;
|{{CraftingInterface&lt;br /&gt;
| A2 = {{ItemSlot| item = Green Apricorn}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Black Apricorn}}&lt;br /&gt;
| B2 = {{ItemSlot| item = Gold Ingot}}&lt;br /&gt;
| B3 = {{ItemSlot| item = Black Apricorn}}&lt;br /&gt;
| C2 = {{ItemSlot| item = Green Apricorn}}&lt;br /&gt;
| output = {{ItemSlot| item = Dusk Ball | amount = 4 | link = Poké Ball | text = Dusk Ball}}&lt;br /&gt;
}}&lt;br /&gt;
| || ||&lt;br /&gt;
|{{CraftingInterface&lt;br /&gt;
| A2 = {{ItemSlot| item = Pink Apricorn}}&lt;br /&gt;
| B1 = {{ItemSlot| item = White Apricorn}}&lt;br /&gt;
| B2 = {{ItemSlot| item = Copper Ingot}}&lt;br /&gt;
| B3 = {{ItemSlot| item = White Apricorn}}&lt;br /&gt;
| C2 = {{ItemSlot| item = Pink Apricorn}}&lt;br /&gt;
| output = {{ItemSlot| item = Heal Ball | amount = 4 | link = Poké Ball | text = Heal Ball}}&lt;br /&gt;
}}&lt;br /&gt;
| || ||&lt;br /&gt;
|{{CraftingInterface&lt;br /&gt;
| A2 = {{ItemSlot| item = Blue Apricorn}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Yellow Apricorn}}&lt;br /&gt;
| B2 = {{ItemSlot| item = Gold Ingot}}&lt;br /&gt;
| B3 = {{ItemSlot| item = Yellow Apricorn}}&lt;br /&gt;
| C2 = {{ItemSlot| item = Blue Apricorn}}&lt;br /&gt;
| output = {{ItemSlot| item = Quick Ball | amount = 4 | link = Poké Ball | text = Quick Ball}}&lt;br /&gt;
}}&lt;br /&gt;
|-&lt;br /&gt;
|{{CraftingInterface&lt;br /&gt;
| A2 = {{ItemSlot| item = Red Apricorn}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Pink Apricorn}}&lt;br /&gt;
| B2 = {{ItemSlot| item = Diamond}}&lt;br /&gt;
| B3 = {{ItemSlot| item = Pink Apricorn}}&lt;br /&gt;
| C2 = {{ItemSlot| item = Blue Apricorn}}&lt;br /&gt;
| output = {{ItemSlot| item = Dream Ball | amount = 4 | link = Poké Ball | text = Dream Ball}}&lt;br /&gt;
}}&lt;br /&gt;
| || ||&lt;br /&gt;
|{{CraftingInterface&lt;br /&gt;
| A2 = {{ItemSlot| item = Red Apricorn}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Tumblestone}}&lt;br /&gt;
| B2 = {{ItemSlot| item = Copper Ingot}}&lt;br /&gt;
| B3 = {{ItemSlot| item = Tumblestone}}&lt;br /&gt;
| C2 = {{ItemSlot| item = Red Apricorn}}&lt;br /&gt;
| output = {{ItemSlot| item = Ancient Poké Ball | amount = 4 | link = Ancient Poké Ball | text = Ancient Poké Ball}}&lt;br /&gt;
}}&lt;br /&gt;
| || ||&lt;br /&gt;
|{{CraftingInterface&lt;br /&gt;
| A2 = {{ItemSlot| item = Yellow Apricorn}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Tumblestone}}&lt;br /&gt;
| B2 = {{ItemSlot| item = Copper Ingot}}&lt;br /&gt;
| B3 = {{ItemSlot| item = Tumblestone}}&lt;br /&gt;
| C2 = {{ItemSlot| item = Yellow Apricorn}}&lt;br /&gt;
| output = {{ItemSlot| item = Ancient Citrine Ball | amount = 4 | link = Ancient Poké Ball | text = Ancient Citrine Ball}}&lt;br /&gt;
}}&lt;br /&gt;
| || ||&lt;br /&gt;
|{{CraftingInterface&lt;br /&gt;
| A2 = {{ItemSlot| item = Green Apricorn}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Tumblestone}}&lt;br /&gt;
| B2 = {{ItemSlot| item = Copper Ingot}}&lt;br /&gt;
| B3 = {{ItemSlot| item = Tumblestone}}&lt;br /&gt;
| C2 = {{ItemSlot| item = Green Apricorn}}&lt;br /&gt;
| output = {{ItemSlot| item = Ancient Verdant Ball | amount = 4 | link = Ancient Poké Ball | text = Ancient Verdant Ball}}&lt;br /&gt;
}}&lt;br /&gt;
|-&lt;br /&gt;
|{{CraftingInterface&lt;br /&gt;
| A2 = {{ItemSlot| item = Blue Apricorn}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Tumblestone}}&lt;br /&gt;
| B2 = {{ItemSlot| item = Copper Ingot}}&lt;br /&gt;
| B3 = {{ItemSlot| item = Tumblestone}}&lt;br /&gt;
| C2 = {{ItemSlot| item = Blue Apricorn}}&lt;br /&gt;
| output = {{ItemSlot| item = Ancient Azure Ball | amount = 4 | link = Ancient Poké Ball | text = Ancient Azure Ball}}&lt;br /&gt;
}}&lt;br /&gt;
| || ||&lt;br /&gt;
|{{CraftingInterface&lt;br /&gt;
| A2 = {{ItemSlot| item = Pink Apricorn}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Tumblestone}}&lt;br /&gt;
| B2 = {{ItemSlot| item = Copper Ingot}}&lt;br /&gt;
| B3 = {{ItemSlot| item = Tumblestone}}&lt;br /&gt;
| C2 = {{ItemSlot| item = Pink Apricorn}}&lt;br /&gt;
| output = {{ItemSlot| item = Ancient Roseate Ball | amount = 4 | link = Ancient Poké Ball | text = Ancient Roseate Ball}}&lt;br /&gt;
}}&lt;br /&gt;
| || ||&lt;br /&gt;
|{{CraftingInterface&lt;br /&gt;
| A2 = {{ItemSlot| item = Black Apricorn}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Tumblestone}}&lt;br /&gt;
| B2 = {{ItemSlot| item = Copper Ingot}}&lt;br /&gt;
| B3 = {{ItemSlot| item = Tumblestone}}&lt;br /&gt;
| C2 = {{ItemSlot| item = Black Apricorn}}&lt;br /&gt;
| output = {{ItemSlot| item = Ancient Slate Ball | amount = 4 | link = Ancient Poké Ball | text = Ancient Slate Ball}}&lt;br /&gt;
}}&lt;br /&gt;
| || ||&lt;br /&gt;
|{{CraftingInterface&lt;br /&gt;
| A2 = {{ItemSlot| item = White Apricorn}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Tumblestone}}&lt;br /&gt;
| B2 = {{ItemSlot| item = Copper Ingot}}&lt;br /&gt;
| B3 = {{ItemSlot| item = Tumblestone}}&lt;br /&gt;
| C2 = {{ItemSlot| item = White Apricorn}}&lt;br /&gt;
| output = {{ItemSlot| item = Ancient Ivory Ball | amount = 4 | link = Ancient Poké Ball | text = Ancient Ivory Ball}}&lt;br /&gt;
}}&lt;br /&gt;
|-&lt;br /&gt;
|{{CraftingInterface&lt;br /&gt;
| A2 = {{ItemSlot| item = Red Apricorn}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Tumblestone}}&lt;br /&gt;
| B2 = {{ItemSlot| item = Iron Ingot}}&lt;br /&gt;
| B3 = {{ItemSlot| item = Tumblestone}}&lt;br /&gt;
| C2 = {{ItemSlot| item = Blue Apricorn}}&lt;br /&gt;
| output = {{ItemSlot| item = Ancient Great Ball | amount = 4 | link = Ancient Poké Ball | text = Ancient Great Ball}}&lt;br /&gt;
}}&lt;br /&gt;
| || ||&lt;br /&gt;
|{{CraftingInterface&lt;br /&gt;
| A2 = {{ItemSlot| item = Yellow Apricorn}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Tumblestone}}&lt;br /&gt;
| B2 = {{ItemSlot| item = Gold Ingot}}&lt;br /&gt;
| B3 = {{ItemSlot| item = Tumblestone}}&lt;br /&gt;
| C2 = {{ItemSlot| item = Black Apricorn}}&lt;br /&gt;
| output = {{ItemSlot| item = Ancient Ultra Ball | amount = 4 | link = Ancient Poké Ball | text = Ancient Ultra Ball}}&lt;br /&gt;
}}&lt;br /&gt;
| || ||&lt;br /&gt;
|{{CraftingInterface&lt;br /&gt;
| A2 = {{ItemSlot| item = Blue Apricorn}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Sky Tumblestone}}&lt;br /&gt;
| B2 = {{ItemSlot| item = Copper Ingot}}&lt;br /&gt;
| B3 = {{ItemSlot| item = Sky Tumblestone}}&lt;br /&gt;
| C2 = {{ItemSlot| item = White Apricorn}}&lt;br /&gt;
| output = {{ItemSlot| item = Ancient Feather Ball | amount = 4 | link = Ancient Poké Ball | text = Ancient Feather Ball}}&lt;br /&gt;
}}&lt;br /&gt;
| || ||&lt;br /&gt;
|{{CraftingInterface&lt;br /&gt;
| A2 = {{ItemSlot| item = Blue Apricorn}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Sky Tumblestone}}&lt;br /&gt;
| B2 = {{ItemSlot| item = Iron Ingot}}&lt;br /&gt;
| B3 = {{ItemSlot| item = Sky Tumblestone}}&lt;br /&gt;
| C2 = {{ItemSlot| item = White Apricorn}}&lt;br /&gt;
| output = {{ItemSlot| item = Ancient Wing Ball | amount = 4 | link = Ancient Poké Ball | text = Ancient Wing Ball}}&lt;br /&gt;
}}&lt;br /&gt;
|-&lt;br /&gt;
|{{CraftingInterface&lt;br /&gt;
| A2 = {{ItemSlot| item = Blue Apricorn}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Sky Tumblestone}}&lt;br /&gt;
| B2 = {{ItemSlot| item = Gold Ingot}}&lt;br /&gt;
| B3 = {{ItemSlot| item = Sky Tumblestone}}&lt;br /&gt;
| C2 = {{ItemSlot| item = White Apricorn}}&lt;br /&gt;
| output = {{ItemSlot| item = Ancient Jet Ball | amount = 4 | link = Ancient Poké Ball | text = Ancient Jet Ball}}&lt;br /&gt;
}}&lt;br /&gt;
| || ||&lt;br /&gt;
|{{CraftingInterface&lt;br /&gt;
| A2 = {{ItemSlot| item = Black Apricorn}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Black Tumblestone}}&lt;br /&gt;
| B2 = {{ItemSlot| item = Copper Ingot}}&lt;br /&gt;
| B3 = {{ItemSlot| item = Black Tumblestone}}&lt;br /&gt;
| C2 = {{ItemSlot| item = Black Apricorn}}&lt;br /&gt;
| output = {{ItemSlot| item = Ancient Heavy Ball | amount = 4 | link = Ancient Poké Ball | text = Ancient Heavy Ball}}&lt;br /&gt;
}}&lt;br /&gt;
| || ||&lt;br /&gt;
|{{CraftingInterface&lt;br /&gt;
| A2 = {{ItemSlot| item = Black Apricorn}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Black Tumblestone}}&lt;br /&gt;
| B2 = {{ItemSlot| item = Iron Ingot}}&lt;br /&gt;
| B3 = {{ItemSlot| item = Black Tumblestone}}&lt;br /&gt;
| C2 = {{ItemSlot| item = Black Apricorn}}&lt;br /&gt;
| output = {{ItemSlot| item = Ancient Leaden Ball | amount = 4 | link = Ancient Poké Ball | text = Ancient Leaden Ball}}&lt;br /&gt;
}}&lt;br /&gt;
| || ||&lt;br /&gt;
|{{CraftingInterface&lt;br /&gt;
| A2 = {{ItemSlot| item = Black Apricorn}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Black Tumblestone}}&lt;br /&gt;
| B2 = {{ItemSlot| item = Gold Ingot}}&lt;br /&gt;
| B3 = {{ItemSlot| item = Black Tumblestone}}&lt;br /&gt;
| C2 = {{ItemSlot| item = Black Apricorn}}&lt;br /&gt;
| output = {{ItemSlot| item = Ancient Gigaton Ball | amount = 4 | link = Ancient Poké Ball | text = Ancient Gigaton Ball}}&lt;br /&gt;
}}&lt;br /&gt;
|-&lt;br /&gt;
|{{CraftingInterface&lt;br /&gt;
| B1 = {{ItemSlot| item = Red Apricorn; Yellow Apricorn; Green Apricorn; Blue Apricorn; Pink Apricorn; Black Apricorn; White Apricorn| tooltip = Any Apricorn | link = Apricorn}}&lt;br /&gt;
| B3 = {{ItemSlot| item = Red Apricorn; Yellow Apricorn; Green Apricorn; Blue Apricorn; Pink Apricorn; Black Apricorn; White Apricorn| tooltip = Any Apricorn | link = Apricorn}}&lt;br /&gt;
| C2 = {{ItemSlot| item = Red Apricorn; Yellow Apricorn; Green Apricorn; Blue Apricorn; Pink Apricorn; Black Apricorn; White Apricorn| tooltip = Any Apricorn | link = Apricorn}}&lt;br /&gt;
| output = {{ItemSlot| item = Bowl | amount = 3 | link = # | text = Bowl}}&lt;br /&gt;
}}&lt;br /&gt;
| || ||&lt;br /&gt;
|{{CraftingInterface&lt;br /&gt;
| A1 = {{ItemSlot| item = Iron Ingot | link = minecraftwiki:Iron Ingot}}&lt;br /&gt;
| A2 = {{ItemSlot| item = Red Apricorn; Yellow Apricorn; Green Apricorn; Blue Apricorn; Pink Apricorn; Black Apricorn; White Apricorn| tooltip = Any Apricorn | link = Apricorn}}&lt;br /&gt;
| A3 = {{ItemSlot| item = Copper Ingot | link = minecraftwiki:Copper Ingot}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Iron Ingot | link = minecraftwiki:Iron Ingot}}&lt;br /&gt;
| B2 = {{ItemSlot| item = Bright Powder | link = Bright Powder}}&lt;br /&gt;
| B3 = {{ItemSlot| item = Iron Ingot | link = minecraftwiki:Iron Ingot}}&lt;br /&gt;
| C1 = {{ItemSlot| item = Iron Ingot | link = minecraftwiki:Iron Ingot}}&lt;br /&gt;
| C2 = {{ItemSlot| item = Red Apricorn; Yellow Apricorn; Green Apricorn; Blue Apricorn; Pink Apricorn; Black Apricorn; White Apricorn| tooltip = Any Apricorn | link = Apricorn}}&lt;br /&gt;
| C3 = {{ItemSlot| item = Copper Ingot | link = minecraftwiki:Copper Ingot}}&lt;br /&gt;
| output = {{ItemSlot| item = Pokedex (red); Pokedex (yellow); Pokedex (green); Pokedex (blue); Pokedex (pink); Pokedex (black); Pokedex (white) | tooltip = Pokedex}}&lt;br /&gt;
}}&lt;br /&gt;
| || ||&lt;br /&gt;
|{{CraftingInterface&lt;br /&gt;
| A1 = {{ItemSlot| item = Copper Ingot}}&lt;br /&gt;
| A2 = {{ItemSlot| item = Glass}}&lt;br /&gt;
| A3 = {{ItemSlot| item = Copper Ingot}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Red Apricorn; Yellow Apricorn; Green Apricorn; Blue Apricorn; Pink Apricorn; Black Apricorn; White Apricorn | link = Any Apricorn}}&lt;br /&gt;
| B3 = {{ItemSlot| item = Red Apricorn; Yellow Apricorn; Green Apricorn; Blue Apricorn; Pink Apricorn; Black Apricorn; White Apricorn | link = Any Apricorn}}&lt;br /&gt;
| C1 = {{ItemSlot| item = Copper Ingot}}&lt;br /&gt;
| C2 = {{ItemSlot| item = Copper Ingot}}&lt;br /&gt;
| C3 = {{ItemSlot| item = Copper Ingot}}&lt;br /&gt;
| output = {{ItemSlot| item = Red Campfire Pot; Yellow Campfire Pot; Green Campfire Pot; Blue Campfire Pot; Pink Campfire Pot; Black Campfire Pot; White Campfire Pot | tooltip = Campfire Pot}}&lt;br /&gt;
}}&lt;br /&gt;
|}&lt;br /&gt;
===Smelting Ingredient===&lt;br /&gt;
{|&lt;br /&gt;
|{{SmeltingInterface&lt;br /&gt;
| input = {{ItemSlot| item = Red Apricorn | text = Red Apricorn}}&lt;br /&gt;
| output = {{ItemSlot| item = Red Dye | text = Red Dye}}&lt;br /&gt;
}}&lt;br /&gt;
| || ||&lt;br /&gt;
|{{SmeltingInterface&lt;br /&gt;
| input = {{ItemSlot| item = Yellow Apricorn | text = Yellow Apricorn}}&lt;br /&gt;
| output = {{ItemSlot| item = Yellow Dye | text = Yellow Dye}}&lt;br /&gt;
}}&lt;br /&gt;
| || ||&lt;br /&gt;
|{{SmeltingInterface&lt;br /&gt;
| input = {{ItemSlot| item = Green Apricorn | text = Green Apricorn}}&lt;br /&gt;
| output = {{ItemSlot| item = Lime Dye | text = Lime Dye}}&lt;br /&gt;
}}&lt;br /&gt;
| || ||&lt;br /&gt;
|{{SmeltingInterface&lt;br /&gt;
| input = {{ItemSlot| item = Blue Apricorn | text = Blue Apricorn}}&lt;br /&gt;
| output = {{ItemSlot| item = Blue Dye | text = Blue Dye}}&lt;br /&gt;
}}&lt;br /&gt;
| || ||&lt;br /&gt;
|{{SmeltingInterface&lt;br /&gt;
| input = {{ItemSlot| item = Pink Apricorn | text = Pink Apricorn}}&lt;br /&gt;
| output = {{ItemSlot| item = Pink Dye | text = Pink Dye}}&lt;br /&gt;
}}&lt;br /&gt;
|-&lt;br /&gt;
|{{SmeltingInterface&lt;br /&gt;
| input = {{ItemSlot| item = Black Apricorn | text = Black Apricorn}}&lt;br /&gt;
| output = {{ItemSlot| item = Black Dye | text = Black Dye}}&lt;br /&gt;
}}&lt;br /&gt;
| || ||&lt;br /&gt;
|{{SmeltingInterface&lt;br /&gt;
| input = {{ItemSlot| item = White Apricorn | text = White Apricorn}}&lt;br /&gt;
| output = {{ItemSlot| item = White Dye | text = White Dye}}&lt;br /&gt;
}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Gallery==&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
Red Apricorn Tree.png | Apricorns at various stages growing on a red apricorn tree.&lt;br /&gt;
Yellow Apricorn Tree.png | Apricorns at various stages growing on a yellow apricorn tree.&lt;br /&gt;
Green Apricorn Tree.png | Apricorns at various stages growing on a green apricorn tree.&lt;br /&gt;
Blue Apricorn Tree.png | Apricorns at various stages growing on a blue apricorn tree.&lt;br /&gt;
Pink Apricorn Tree.png | Apricorns at various stages growing on a pink apricorn tree.&lt;br /&gt;
White Apricorn Tree.png | Apricorns at various stages growing on a white apricorn tree.&lt;br /&gt;
Black Apricorn Tree.png | Apricorns at various stages growing on a black apricorn tree.&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==History==&lt;br /&gt;
{{HistoryTable|rows=&lt;br /&gt;
&lt;br /&gt;
{{HistoryRow|version=1.0.0|changes={{ScaledImage|Red Apricorn (block).png|32px}} Added Apricorns.}}&lt;br /&gt;
&lt;br /&gt;
{{HistoryRow|version=1.3.0|changes=&lt;br /&gt;
{{-}}&lt;br /&gt;
* Apricorns can now be composted.&lt;br /&gt;
* Fully grown Apricorns can now be harvested using a Dispenser and Shears.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{HistoryRow|version=1.3.1|changes=Apricorns can now be smelted into dyes.}}&lt;br /&gt;
&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Notes==&lt;br /&gt;
{{reflist|group=fn}}&lt;br /&gt;
&lt;br /&gt;
{{Blocks}}&lt;br /&gt;
{{Items}}&lt;br /&gt;
[[Category:Plants]]&lt;/div&gt;</summary>
		<author><name>PushedTester</name></author>
	</entry>
	<entry>
		<id>https://wiki.cobblemon.com/index.php?title=Campfire_Pot&amp;diff=8121</id>
		<title>Campfire Pot</title>
		<link rel="alternate" type="text/html" href="https://wiki.cobblemon.com/index.php?title=Campfire_Pot&amp;diff=8121"/>
		<updated>2026-01-10T01:03:13Z</updated>

		<summary type="html">&lt;p&gt;PushedTester: /* History */ Updated History to use the new template&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{InfoboxBlock&lt;br /&gt;
| image = Red Campfire Pot (block, no lid, inactive).png&lt;br /&gt;
| image2 = Red Campfire Pot (block, lid, inactive).png&lt;br /&gt;
| image3 = Yellow Campfire Pot (block, no lid, inactive).png&lt;br /&gt;
| image4 = Yellow Campfire Pot (block, lid, inactive).png&lt;br /&gt;
| image5 = Green Campfire Pot (block, no lid, inactive).png&lt;br /&gt;
| image6 = Green Campfire Pot (block, lid, inactive).png&lt;br /&gt;
| image7 = Blue Campfire Pot (block, no lid, inactive).png&lt;br /&gt;
| image8 = Blue Campfire Pot (block, lid, inactive).png&lt;br /&gt;
| image9 = Pink Campfire Pot (block, no lid, inactive).png&lt;br /&gt;
| image10 = Pink Campfire Pot (block, lid, inactive).png&lt;br /&gt;
| image11 = Black Campfire Pot (block, no lid, inactive).png&lt;br /&gt;
| image12 = Black Campfire Pot (block, lid, inactive).png&lt;br /&gt;
| image13 = White Campfire Pot (block, no lid, inactive).png&lt;br /&gt;
| image14 = White Campfire Pot (block, lid, inactive).png&lt;br /&gt;
| item = Red Campfire Pot.png&lt;br /&gt;
| itemtooltip = Red Campfire Pot&lt;br /&gt;
| item2 = Yellow Campfire Pot.png&lt;br /&gt;
| itemtooltip2 = Yellow Campfire Pot&lt;br /&gt;
| item3 = Green Campfire Pot.png&lt;br /&gt;
| itemtooltip3 = Green Campfire Pot&lt;br /&gt;
| item4 = Blue Campfire Pot.png&lt;br /&gt;
| itemtooltip4 = Blue Campfire Pot&lt;br /&gt;
| item5 = Pink Campfire Pot.png&lt;br /&gt;
| itemtooltip5 = Pink Campfire Pot&lt;br /&gt;
| item6 = Black Campfire Pot.png&lt;br /&gt;
| itemtooltip6 = Black Campfire Pot&lt;br /&gt;
| item7 = White Campfire Pot.png&lt;br /&gt;
| itemtooltip7 = White Campfire Pot&lt;br /&gt;
| stacklimit = 64&lt;br /&gt;
| tool = Pickaxe / Axe (when placed on a Campfire)&lt;br /&gt;
| hardness = &lt;br /&gt;
| resistance = &lt;br /&gt;
| flammable = No&lt;br /&gt;
}}&lt;br /&gt;
A &#039;&#039;&#039;Campfire Pot&#039;&#039;&#039; is a utility block which is used to create various food-related items when placed on a [[minecraftwiki:Campfire|Campfire]].&lt;br /&gt;
&lt;br /&gt;
In addition to its crafting slots, it features three [[Seasoning]] slots, which act as modifiers to certain recipes.&lt;br /&gt;
&lt;br /&gt;
Campfire pots also allow some early-game [[minecraftwiki:Brewing Stand|Brewing]] recipes, allowing for pre-Nether [[Potion|Potions]] at the cost of lower efficiency.&lt;br /&gt;
&lt;br /&gt;
==Obtainment==&lt;br /&gt;
===Crafting===&lt;br /&gt;
{{CraftingInterface&lt;br /&gt;
| A1 = {{ItemSlot| item = Copper Ingot}}&lt;br /&gt;
| A2 = {{ItemSlot| item = Glass}}&lt;br /&gt;
| A3 = {{ItemSlot| item = Copper Ingot}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Red Apricorn; Yellow Apricorn; Green Apricorn; Blue Apricorn; Pink Apricorn; Black Apricorn; White Apricorn | link = Any Apricorn}}&lt;br /&gt;
| B3 = {{ItemSlot| item = Red Apricorn; Yellow Apricorn; Green Apricorn; Blue Apricorn; Pink Apricorn; Black Apricorn; White Apricorn | link = Any Apricorn}}&lt;br /&gt;
| C1 = {{ItemSlot| item = Copper Ingot}}&lt;br /&gt;
| C2 = {{ItemSlot| item = Copper Ingot}}&lt;br /&gt;
| C3 = {{ItemSlot| item = Copper Ingot}}&lt;br /&gt;
| output = {{ItemSlot| item = Red Campfire Pot; Yellow Campfire Pot; Green Campfire Pot; Blue Campfire Pot; Pink Campfire Pot; Black Campfire Pot; White Campfire Pot | tooltip = Campfire Pot}}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Usage==&lt;br /&gt;
===Cooking===&lt;br /&gt;
{|&lt;br /&gt;
|{{CookingInterface&lt;br /&gt;
| A1 = {{ItemSlot| item = Moomoo Milk; Milk Bucket | link = Moomoo Milk | tooltip = Any Milk}}&lt;br /&gt;
| A2 = {{ItemSlot| item = Moomoo Milk; Milk Bucket | link = Moomoo Milk | tooltip = Any Milk}}&lt;br /&gt;
| A3 = {{ItemSlot| item = Moomoo Milk; Milk Bucket | link = Moomoo Milk | tooltip = Any Milk}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Sugar}}&lt;br /&gt;
| B2 = {{ItemSlot| item = Egg}}&lt;br /&gt;
| B3 = {{ItemSlot| item = Sugar}}&lt;br /&gt;
| C1 = {{ItemSlot| item = Wheat}}&lt;br /&gt;
| C2 = {{ItemSlot| item = Wheat}}&lt;br /&gt;
| C3 = {{ItemSlot| item = Wheat}}&lt;br /&gt;
| output = {{ItemSlot| item = Cake}}&lt;br /&gt;
}}&lt;br /&gt;
| || ||&lt;br /&gt;
|{{CookingInterface&lt;br /&gt;
| A1 = {{ItemSlot| item = Baked Potato}}&lt;br /&gt;
| A2 = {{ItemSlot| item = Cooked Rabbit}}&lt;br /&gt;
| A3 = {{ItemSlot| item = Bowl}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Carrot}}&lt;br /&gt;
| B2 = {{ItemSlot| item = Red Mushroom; Brown Mushroom | tooltip = Any Mushroom}}&lt;br /&gt;
| output = {{ItemSlot| item = Rabbit Stew}}&lt;br /&gt;
}}&lt;br /&gt;
| || ||&lt;br /&gt;
|{{CookingInterface&lt;br /&gt;
| A1 = {{ItemSlot| item = Hearty Grains | link = Hearty Grains}}&lt;br /&gt;
| A2 = {{ItemSlot| item = Hearty Grains | link = Hearty Grains}}&lt;br /&gt;
| A3 = {{ItemSlot| item = Honey Bottle}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Sweet Berries}}&lt;br /&gt;
| output = {{ItemSlot| item = Jubilife Muffin}}&lt;br /&gt;
}}&lt;br /&gt;
|-&lt;br /&gt;
|{{CookingInterface&lt;br /&gt;
| A1 = {{ItemSlot| item = Wheat}}&lt;br /&gt;
| A2 = {{ItemSlot| item = Moomoo Milk; Milk Bucket | link = Moomoo Milk | tooltip = Any Milk}}&lt;br /&gt;
| A3 = {{ItemSlot| item = Sugar}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Cocoa Beans}}&lt;br /&gt;
| output = {{ItemSlot| item = Rage Candy Bar}}&lt;br /&gt;
}}&lt;br /&gt;
| || ||&lt;br /&gt;
|{{CookingInterface&lt;br /&gt;
| A1 = {{ItemSlot| item = Bowl}}&lt;br /&gt;
| A2 = {{ItemSlot| item = Beetroot}}&lt;br /&gt;
| A3 = {{ItemSlot| item = Beetroot}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Beetroot}}&lt;br /&gt;
| B2 = {{ItemSlot| item = Beetroot}}&lt;br /&gt;
| B3 = {{ItemSlot| item = Beetroot}}&lt;br /&gt;
| C1 = {{ItemSlot| item = Beetroot}}&lt;br /&gt;
| output = {{ItemSlot| item = Beetroot Soup}}&lt;br /&gt;
}}&lt;br /&gt;
| || ||&lt;br /&gt;
|{{CookingInterface&lt;br /&gt;
| A1 = {{ItemSlot| item = Wheat}}&lt;br /&gt;
| A2 = {{ItemSlot| item = Moomoo Milk; Milk Bucket | link = Moomoo Milk | tooltip = Any Milk}}&lt;br /&gt;
| A3 = {{ItemSlot| item = Sugar}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Melon}}&lt;br /&gt;
| output = {{ItemSlot| item = Big Malasada}}&lt;br /&gt;
}}&lt;br /&gt;
|-&lt;br /&gt;
|{{CookingInterface&lt;br /&gt;
| A1 = {{ItemSlot| item = Apple}}&lt;br /&gt;
| A2 = {{ItemSlot| item = Sugar}}&lt;br /&gt;
| A3 = {{ItemSlot| item = Stick}}&lt;br /&gt;
| output = {{ItemSlot| item = Candied Apple}}&lt;br /&gt;
}}&lt;br /&gt;
| || ||&lt;br /&gt;
|{{CookingInterface&lt;br /&gt;
| A1 = {{ItemSlot| item = Oran Berry; Sitrus Berry; Enigma Berry; Figy Berry; Wiki Berry; Mago Berry; Aguav Berry; Iapapa Berry; Cheri Berry; Chesto Berry; Pecha Berry; Rawst Berry; Aspear Berry; Persim Berry; Lum Berry; Touga Berry; Eggant Berry; Leppa Berry; Hopo Berry; Pomeg Berry; Kelpsy Berry; Qualot Berry; Hondew Berry; Grepa Berry; Tamato Berry; Babiri Berry; Charti Berry; Chilan Berry; Chople Berry; Coba Berry; Colbur Berry; Haban Berry; Kasib Berry; Kebia Berry; Occa Berry; Passho Berry; Payapa Berry; Rindo Berry; Roseli Berry; Shuca Berry; Tanga Berry; Wacan Berry; Yache Berry; Kee Berry; Maranga Berry; Liechi Berry; Ganlon Berry; Salac Berry; Petaya Berry; Apicot Berry; Lansat Berry; Starf Berry; Micle Berry; Custap Berry; Jaboca Berry; Rowap Berry; Razz Berry; Bluk Berry; Nanab Berry; Wepear Berry; Pinap Berry; Cornn Berry; Magost Berry; Rabuta Berry; Nomel Berry; Pomeg Berry; Kelpsy Berry; Qualot Berry; Hondew Berry; Grepa Berry; Tamato Berry; Spelon Berry; Pamtre Berry; Watmel Berry; Durin Berry; Belue Berry; Hopo Berry | link = Berry | tooltip = Any Berry}}&lt;br /&gt;
| A2 = {{ItemSlot| item = Oran Berry; Sitrus Berry; Enigma Berry; Figy Berry; Wiki Berry; Mago Berry; Aguav Berry; Iapapa Berry; Cheri Berry; Chesto Berry; Pecha Berry; Rawst Berry; Aspear Berry; Persim Berry; Lum Berry; Touga Berry; Eggant Berry; Leppa Berry; Hopo Berry; Pomeg Berry; Kelpsy Berry; Qualot Berry; Hondew Berry; Grepa Berry; Tamato Berry; Babiri Berry; Charti Berry; Chilan Berry; Chople Berry; Coba Berry; Colbur Berry; Haban Berry; Kasib Berry; Kebia Berry; Occa Berry; Passho Berry; Payapa Berry; Rindo Berry; Roseli Berry; Shuca Berry; Tanga Berry; Wacan Berry; Yache Berry; Kee Berry; Maranga Berry; Liechi Berry; Ganlon Berry; Salac Berry; Petaya Berry; Apicot Berry; Lansat Berry; Starf Berry; Micle Berry; Custap Berry; Jaboca Berry; Rowap Berry; Razz Berry; Bluk Berry; Nanab Berry; Wepear Berry; Pinap Berry; Cornn Berry; Magost Berry; Rabuta Berry; Nomel Berry; Pomeg Berry; Kelpsy Berry; Qualot Berry; Hondew Berry; Grepa Berry; Tamato Berry; Spelon Berry; Pamtre Berry; Watmel Berry; Durin Berry; Belue Berry; Hopo Berry | link = Berry | tooltip = Any Berry}}&lt;br /&gt;
| A3 = {{ItemSlot| item = Oran Berry; Sitrus Berry; Enigma Berry; Figy Berry; Wiki Berry; Mago Berry; Aguav Berry; Iapapa Berry; Cheri Berry; Chesto Berry; Pecha Berry; Rawst Berry; Aspear Berry; Persim Berry; Lum Berry; Touga Berry; Eggant Berry; Leppa Berry; Hopo Berry; Pomeg Berry; Kelpsy Berry; Qualot Berry; Hondew Berry; Grepa Berry; Tamato Berry; Babiri Berry; Charti Berry; Chilan Berry; Chople Berry; Coba Berry; Colbur Berry; Haban Berry; Kasib Berry; Kebia Berry; Occa Berry; Passho Berry; Payapa Berry; Rindo Berry; Roseli Berry; Shuca Berry; Tanga Berry; Wacan Berry; Yache Berry; Kee Berry; Maranga Berry; Liechi Berry; Ganlon Berry; Salac Berry; Petaya Berry; Apicot Berry; Lansat Berry; Starf Berry; Micle Berry; Custap Berry; Jaboca Berry; Rowap Berry; Razz Berry; Bluk Berry; Nanab Berry; Wepear Berry; Pinap Berry; Cornn Berry; Magost Berry; Rabuta Berry; Nomel Berry; Pomeg Berry; Kelpsy Berry; Qualot Berry; Hondew Berry; Grepa Berry; Tamato Berry; Spelon Berry; Pamtre Berry; Watmel Berry; Durin Berry; Belue Berry; Hopo Berry | link = Berry | tooltip = Any Berry}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Stick}}&lt;br /&gt;
| B2 = {{ItemSlot| item = Sugar}}&lt;br /&gt;
| output = {{ItemSlot| item = Candied Berries}}&lt;br /&gt;
}}&lt;br /&gt;
| || ||&lt;br /&gt;
|{{CookingInterface&lt;br /&gt;
| A1 = {{ItemSlot| item = Vivichoke | link = Vivichoke}}&lt;br /&gt;
| A2 = {{ItemSlot| item = Moomoo Milk; Milk Bucket | link = Moomoo Milk | tooltip = Any Milk}}&lt;br /&gt;
| A3 = {{ItemSlot| item = Bowl}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Bread}}&lt;br /&gt;
| output = {{ItemSlot| item = Vivichoke Dip}}&lt;br /&gt;
}}&lt;br /&gt;
|-&lt;br /&gt;
|{{CookingInterface&lt;br /&gt;
| A1 = {{ItemSlot| item = Hearty Grains | link = Hearty Grains}}&lt;br /&gt;
| A2 = {{ItemSlot| item = Hearty Grains | link = Hearty Grains}}&lt;br /&gt;
| A3 = {{ItemSlot| item = Honey Bottle}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Pumpkin Seeds}}&lt;br /&gt;
| output = {{ItemSlot| item = Pewter Crunchies}}&lt;br /&gt;
}}&lt;br /&gt;
| || ||&lt;br /&gt;
|{{CookingInterface&lt;br /&gt;
| A1 = {{ItemSlot| item = Pumpkin}}&lt;br /&gt;
| A2 = {{ItemSlot| item = Sugar}}&lt;br /&gt;
| A3 = {{ItemSlot| item = Egg}}&lt;br /&gt;
| output = {{ItemSlot| item = Pumpkin Pie}}&lt;br /&gt;
}}&lt;br /&gt;
| || ||&lt;br /&gt;
|{{CookingInterface&lt;br /&gt;
| A1 = {{ItemSlot| item = Hearty Grains | link = Hearty Grains}}&lt;br /&gt;
| A2 = {{ItemSlot| item = Honey Bottle}}&lt;br /&gt;
| A3 = {{ItemSlot| item = Potato}}&lt;br /&gt;
| output = {{ItemSlot| item = Potato Mochi | amount = 4}}&lt;br /&gt;
}}&lt;br /&gt;
|-&lt;br /&gt;
|{{CookingInterface&lt;br /&gt;
| A1 = {{ItemSlot| item = Potato}}&lt;br /&gt;
| A2 = {{ItemSlot| item = Beetroot}}&lt;br /&gt;
| A3 = {{ItemSlot| item = Honey Bottle}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Sugar}}&lt;br /&gt;
| output = {{ItemSlot| item = Old Gateau}}&lt;br /&gt;
}}&lt;br /&gt;
| || ||&lt;br /&gt;
|{{CookingInterface&lt;br /&gt;
| A1 = {{ItemSlot| item = Hearty Grains | link = Hearty Grains}}&lt;br /&gt;
| A2 = {{ItemSlot| item = Hearty Grains | link = Hearty Grains}}&lt;br /&gt;
| A3 = {{ItemSlot| item = Dried Kelp}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Magma Cream}}&lt;br /&gt;
| output = {{ItemSlot| item = Lava Cookie | amount = 4}}&lt;br /&gt;
}}&lt;br /&gt;
| || ||&lt;br /&gt;
|{{CookingInterface&lt;br /&gt;
| A1 = {{ItemSlot| item = Wheat}}&lt;br /&gt;
| A2 = {{ItemSlot| item = Moomoo Milk; Milk Bucket | link = Moomoo Milk | tooltip = Any Milk}}&lt;br /&gt;
| A3 = {{ItemSlot| item = Snowball}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Sugar}}&lt;br /&gt;
| output = {{ItemSlot| item = Casteliacone}}&lt;br /&gt;
}}&lt;br /&gt;
|-&lt;br /&gt;
|{{CookingInterface&lt;br /&gt;
| A1 = {{ItemSlot| item = Wheat}}&lt;br /&gt;
| A2 = {{ItemSlot| item = Moomoo Milk; Milk Bucket | link = Moomoo Milk | tooltip = Any Milk}} &lt;br /&gt;
| A3 = {{ItemSlot| item = Sugar}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Glow Berries}}&lt;br /&gt;
| output = {{ItemSlot| item = Lumiose Galette | amount = 2}}&lt;br /&gt;
}}&lt;br /&gt;
| || ||&lt;br /&gt;
|{{CookingInterface&lt;br /&gt;
| A1 = {{ItemSlot| item = Bowl}}&lt;br /&gt;
| A2 = {{ItemSlot| item = Red Mushroom}}&lt;br /&gt;
| A3 = {{ItemSlot| item = Brown Mushroom}}&lt;br /&gt;
| output = {{ItemSlot| item = Mushroom Stew}}&lt;br /&gt;
}}&lt;br /&gt;
| || ||&lt;br /&gt;
|{{CookingInterface&lt;br /&gt;
| A1 = {{ItemSlot| item = Medicinal Leek | link = Medicinal Leek}}&lt;br /&gt;
| A2 = {{ItemSlot| item = Baked Potato}}&lt;br /&gt;
| A3 = {{ItemSlot| item = Bowl}}&lt;br /&gt;
| output = {{ItemSlot| item = Leek and Potato Stew}}&lt;br /&gt;
}}&lt;br /&gt;
|-&lt;br /&gt;
|{{CookingInterface&lt;br /&gt;
| A1 = {{ItemSlot| item = Bread}}&lt;br /&gt;
| A2 = {{ItemSlot| item = Egg}}&lt;br /&gt;
| A3 = {{ItemSlot| item = Any Raw Meat}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Medicinal Leek; Hearty Grains; Vivichoke; Baked Potato; Beetroot; Apple; Tart Apple; Sweet Apple; Syrupy Apple | tooltip = Any Sandwich Vegetable}}&lt;br /&gt;
| output = {{ItemSlot| item = Open-Faced Sandwich | link = Open-Faced Sandwich}}&lt;br /&gt;
}}&lt;br /&gt;
| || ||&lt;br /&gt;
|{{CookingInterface&lt;br /&gt;
| A1 = {{ItemSlot| item = Hearty Grains | link = Hearty Grains}}&lt;br /&gt;
| A2 = {{ItemSlot| item = Tasty Tail | link = Tasty Tail}}&lt;br /&gt;
| A3 = {{ItemSlot| item = Carrot}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Galarica Nuts | link = Galarica Nuts}}&lt;br /&gt;
| output = {{ItemSlot| item = Smoked-Tail Curry | link = Smoked-Tail Curry}}&lt;br /&gt;
}}&lt;br /&gt;
| || ||&lt;br /&gt;
|{{CookingInterface&lt;br /&gt;
| A1 = {{ItemSlot| item = Bowl}}&lt;br /&gt;
| A2 = {{ItemSlot| item = Brown Mushroom}}&lt;br /&gt;
| A3 = {{ItemSlot| item = Red Mushroom}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Allium; Cornflower; Lily of the Valley; Orange Tulip; Wither Rose; Azure Bluet; Dandelion; Oxeye Daisy; Pink Tulip; Red Tulip; White Tulip; Poppy; Blue Orchid; Torchflower | tooltip = Any Flower}}&lt;br /&gt;
| output = {{ItemSlot| item = Suspicious Stew}}&lt;br /&gt;
}}&lt;br /&gt;
|-&lt;br /&gt;
|{{CookingInterface&lt;br /&gt;
| A1 = {{ItemSlot| item = Pomeg Berry | link = Berry}}&lt;br /&gt;
| A2 = {{ItemSlot| item = Honeycomb}}&lt;br /&gt;
| A3 = {{ItemSlot| item = Pomeg Berry | link = Berry}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Honeycomb}}&lt;br /&gt;
| B2 = {{ItemSlot| item = Exp. Candy XL | link = Exp. Candy}}&lt;br /&gt;
| B3 = {{ItemSlot| item = Honeycomb}}&lt;br /&gt;
| C1 = {{ItemSlot| item = Pomeg Berry | link = Berry}}&lt;br /&gt;
| C2 = {{ItemSlot| item = Honeycomb}}&lt;br /&gt;
| C3 = {{ItemSlot| item = Pomeg Berry | link = Berry}}&lt;br /&gt;
| output = {{ItemSlot| item = Health Candy | amount = 3 | link = Hyper Training}}&lt;br /&gt;
}}&lt;br /&gt;
| || ||&lt;br /&gt;
|{{CookingInterface&lt;br /&gt;
| A1 = {{ItemSlot| item = Pomeg Berry | link = Berry}}&lt;br /&gt;
| A2 = {{ItemSlot| item = Honeycomb}}&lt;br /&gt;
| A3 = {{ItemSlot| item = Pomeg Berry | link = Berry}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Honeycomb}}&lt;br /&gt;
| B2 = {{ItemSlot| item = Exp. Candy M | link = Exp. Candy}}&lt;br /&gt;
| B3 = {{ItemSlot| item = Honeycomb}}&lt;br /&gt;
| C1 = {{ItemSlot| item = Pomeg Berry | link = Berry}}&lt;br /&gt;
| C2 = {{ItemSlot| item = Honeycomb}}&lt;br /&gt;
| C3 = {{ItemSlot| item = Pomeg Berry | link = Berry}}&lt;br /&gt;
| output = {{ItemSlot| item = Health Candy | link = Hyper Training}}&lt;br /&gt;
}}&lt;br /&gt;
| || ||&lt;br /&gt;
|{{CookingInterface&lt;br /&gt;
| A1 = {{ItemSlot| item = Pomeg Berry | link = Berry}}&lt;br /&gt;
| A2 = {{ItemSlot| item = Honeycomb}}&lt;br /&gt;
| A3 = {{ItemSlot| item = Pomeg Berry | link = Berry}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Honeycomb}}&lt;br /&gt;
| B2 = {{ItemSlot| item = Exp. Candy L | link = Exp. Candy}}&lt;br /&gt;
| B3 = {{ItemSlot| item = Honeycomb}}&lt;br /&gt;
| C1 = {{ItemSlot| item = Pomeg Berry | link = Berry}}&lt;br /&gt;
| C2 = {{ItemSlot| item = Honeycomb}}&lt;br /&gt;
| C3 = {{ItemSlot| item = Pomeg Berry | link = Berry}}&lt;br /&gt;
| output = {{ItemSlot| item = Health Candy | amount = 2 | link = Hyper Training}}&lt;br /&gt;
}}&lt;br /&gt;
|-&lt;br /&gt;
|{{CookingInterface&lt;br /&gt;
| A1 = {{ItemSlot| item = Kelpsy Berry | link = Berry}}&lt;br /&gt;
| A2 = {{ItemSlot| item = Honeycomb}}&lt;br /&gt;
| A3 = {{ItemSlot| item = Kelpsy Berry | link = Berry}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Honeycomb}}&lt;br /&gt;
| B2 = {{ItemSlot| item = Exp. Candy XL | link = Exp. Candy}}&lt;br /&gt;
| B3 = {{ItemSlot| item = Honeycomb}}&lt;br /&gt;
| C1 = {{ItemSlot| item = Kelpsy Berry | link = Berry}}&lt;br /&gt;
| C2 = {{ItemSlot| item = Honeycomb}}&lt;br /&gt;
| C3 = {{ItemSlot| item = Kelpsy Berry | link = Berry}}&lt;br /&gt;
| output = {{ItemSlot| item = Mighty Candy | amount = 3 | link = Hyper Training}}&lt;br /&gt;
}}&lt;br /&gt;
| || ||&lt;br /&gt;
|{{CookingInterface&lt;br /&gt;
| A1 = {{ItemSlot| item = Kelpsy Berry | link = Berry}}&lt;br /&gt;
| A2 = {{ItemSlot| item = Honeycomb}}&lt;br /&gt;
| A3 = {{ItemSlot| item = Kelpsy Berry | link = Berry}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Honeycomb}}&lt;br /&gt;
| B2 = {{ItemSlot| item = Exp. Candy M | link = Exp. Candy}}&lt;br /&gt;
| B3 = {{ItemSlot| item = Honeycomb}}&lt;br /&gt;
| C1 = {{ItemSlot| item = Kelpsy Berry | link = Berry}}&lt;br /&gt;
| C2 = {{ItemSlot| item = Honeycomb}}&lt;br /&gt;
| C3 = {{ItemSlot| item = Kelpsy Berry | link = Berry}}&lt;br /&gt;
| output = {{ItemSlot| item = Mighty Candy | link = Hyper Training}}&lt;br /&gt;
}}&lt;br /&gt;
| || ||&lt;br /&gt;
|{{CookingInterface&lt;br /&gt;
| A1 = {{ItemSlot| item = Kelpsy Berry | link = Berry}}&lt;br /&gt;
| A2 = {{ItemSlot| item = Honeycomb}}&lt;br /&gt;
| A3 = {{ItemSlot| item = Kelpsy Berry | link = Berry}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Honeycomb}}&lt;br /&gt;
| B2 = {{ItemSlot| item = Exp. Candy L | link = Exp. Candy}}&lt;br /&gt;
| B3 = {{ItemSlot| item = Honeycomb}}&lt;br /&gt;
| C1 = {{ItemSlot| item = Kelpsy Berry | link = Berry}}&lt;br /&gt;
| C2 = {{ItemSlot| item = Honeycomb}}&lt;br /&gt;
| C3 = {{ItemSlot| item = Kelpsy Berry | link = Berry}}&lt;br /&gt;
| output = {{ItemSlot| item = Mighty Candy | amount = 2 | link = Hyper Training}}&lt;br /&gt;
}}&lt;br /&gt;
|-&lt;br /&gt;
|{{CookingInterface&lt;br /&gt;
| A1 = {{ItemSlot| item = Qualot Berry | link = Berry}}&lt;br /&gt;
| A2 = {{ItemSlot| item = Honeycomb}}&lt;br /&gt;
| A3 = {{ItemSlot| item = Qualot Berry | link = Berry}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Honeycomb}}&lt;br /&gt;
| B2 = {{ItemSlot| item = Exp. Candy XL | link = Exp. Candy}}&lt;br /&gt;
| B3 = {{ItemSlot| item = Honeycomb}}&lt;br /&gt;
| C1 = {{ItemSlot| item = Qualot Berry | link = Berry}}&lt;br /&gt;
| C2 = {{ItemSlot| item = Honeycomb}}&lt;br /&gt;
| C3 = {{ItemSlot| item = Qualot Berry | link = Berry}}&lt;br /&gt;
| output = {{ItemSlot| item = Tough Candy | amount = 3 | link = Hyper Training}}&lt;br /&gt;
}}&lt;br /&gt;
| || ||&lt;br /&gt;
|{{CookingInterface&lt;br /&gt;
| A1 = {{ItemSlot| item = Qualot Berry | link = Berry}}&lt;br /&gt;
| A2 = {{ItemSlot| item = Honeycomb}}&lt;br /&gt;
| A3 = {{ItemSlot| item = Qualot Berry | link = Berry}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Honeycomb}}&lt;br /&gt;
| B2 = {{ItemSlot| item = Exp. Candy M | link = Exp. Candy}}&lt;br /&gt;
| B3 = {{ItemSlot| item = Honeycomb}}&lt;br /&gt;
| C1 = {{ItemSlot| item = Qualot Berry | link = Berry}}&lt;br /&gt;
| C2 = {{ItemSlot| item = Honeycomb}}&lt;br /&gt;
| C3 = {{ItemSlot| item = Qualot Berry | link = Berry}}&lt;br /&gt;
| output = {{ItemSlot| item = Tough Candy | link = Hyper Training}}&lt;br /&gt;
}}&lt;br /&gt;
| || ||&lt;br /&gt;
|{{CookingInterface&lt;br /&gt;
| A1 = {{ItemSlot| item = Qualot Berry | link = Berry}}&lt;br /&gt;
| A2 = {{ItemSlot| item = Honeycomb}}&lt;br /&gt;
| A3 = {{ItemSlot| item = Qualot Berry | link = Berry}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Honeycomb}}&lt;br /&gt;
| B2 = {{ItemSlot| item = Exp. Candy L | link = Exp. Candy}}&lt;br /&gt;
| B3 = {{ItemSlot| item = Honeycomb}}&lt;br /&gt;
| C1 = {{ItemSlot| item = Qualot Berry | link = Berry}}&lt;br /&gt;
| C2 = {{ItemSlot| item = Honeycomb}}&lt;br /&gt;
| C3 = {{ItemSlot| item = Qualot Berry | link = Berry}}&lt;br /&gt;
| output = {{ItemSlot| item = Tough Candy | amount = 2 | link = Hyper Training}}&lt;br /&gt;
}}&lt;br /&gt;
|-&lt;br /&gt;
|{{CookingInterface&lt;br /&gt;
| A1 = {{ItemSlot| item = Hondew Berry | link = Berry}}&lt;br /&gt;
| A2 = {{ItemSlot| item = Honeycomb}}&lt;br /&gt;
| A3 = {{ItemSlot| item = Hondew Berry | link = Berry}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Honeycomb}}&lt;br /&gt;
| B2 = {{ItemSlot| item = Exp. Candy XL | link = Exp. Candy}}&lt;br /&gt;
| B3 = {{ItemSlot| item = Honeycomb}}&lt;br /&gt;
| C1 = {{ItemSlot| item = Hondew Berry | link = Berry}}&lt;br /&gt;
| C2 = {{ItemSlot| item = Honeycomb}}&lt;br /&gt;
| C3 = {{ItemSlot| item = Hondew Berry | link = Berry}}&lt;br /&gt;
| output = {{ItemSlot| item = Smart Candy | amount = 3 | link = Hyper Training}}&lt;br /&gt;
}}&lt;br /&gt;
| || ||&lt;br /&gt;
|{{CookingInterface&lt;br /&gt;
| A1 = {{ItemSlot| item = Hondew Berry | link = Berry}}&lt;br /&gt;
| A2 = {{ItemSlot| item = Honeycomb}}&lt;br /&gt;
| A3 = {{ItemSlot| item = Hondew Berry | link = Berry}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Honeycomb}}&lt;br /&gt;
| B2 = {{ItemSlot| item = Exp. Candy M | link = Exp. Candy}}&lt;br /&gt;
| B3 = {{ItemSlot| item = Honeycomb}}&lt;br /&gt;
| C1 = {{ItemSlot| item = Hondew Berry | link = Berry}}&lt;br /&gt;
| C2 = {{ItemSlot| item = Honeycomb}}&lt;br /&gt;
| C3 = {{ItemSlot| item = Hondew Berry | link = Berry}}&lt;br /&gt;
| output = {{ItemSlot| item = Smart Candy | link = Hyper Training}}&lt;br /&gt;
}}&lt;br /&gt;
| || ||&lt;br /&gt;
|{{CookingInterface&lt;br /&gt;
| A1 = {{ItemSlot| item = Hondew Berry | link = Berry}}&lt;br /&gt;
| A2 = {{ItemSlot| item = Honeycomb}}&lt;br /&gt;
| A3 = {{ItemSlot| item = Hondew Berry | link = Berry}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Honeycomb}}&lt;br /&gt;
| B2 = {{ItemSlot| item = Exp. Candy L | link = Exp. Candy}}&lt;br /&gt;
| B3 = {{ItemSlot| item = Honeycomb}}&lt;br /&gt;
| C1 = {{ItemSlot| item = Hondew Berry | link = Berry}}&lt;br /&gt;
| C2 = {{ItemSlot| item = Honeycomb}}&lt;br /&gt;
| C3 = {{ItemSlot| item = Hondew Berry | link = Berry}}&lt;br /&gt;
| output = {{ItemSlot| item = Smart Candy | amount = 2 | link = Hyper Training}}&lt;br /&gt;
}}&lt;br /&gt;
|-&lt;br /&gt;
|{{CookingInterface&lt;br /&gt;
| A1 = {{ItemSlot| item = Grepa Berry | link = Berry}}&lt;br /&gt;
| A2 = {{ItemSlot| item = Honeycomb}}&lt;br /&gt;
| A3 = {{ItemSlot| item = Grepa Berry | link = Berry}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Honeycomb}}&lt;br /&gt;
| B2 = {{ItemSlot| item = Exp. Candy XL | link = Exp. Candy}}&lt;br /&gt;
| B3 = {{ItemSlot| item = Honeycomb}}&lt;br /&gt;
| C1 = {{ItemSlot| item = Grepa Berry | link = Berry}}&lt;br /&gt;
| C2 = {{ItemSlot| item = Honeycomb}}&lt;br /&gt;
| C3 = {{ItemSlot| item = Grepa Berry | link = Berry}}&lt;br /&gt;
| output = {{ItemSlot| item = Courage Candy | amount = 3 | link = Hyper Training}}&lt;br /&gt;
}}&lt;br /&gt;
| || ||&lt;br /&gt;
|{{CookingInterface&lt;br /&gt;
| A1 = {{ItemSlot| item = Grepa Berry | link = Berry}}&lt;br /&gt;
| A2 = {{ItemSlot| item = Honeycomb}}&lt;br /&gt;
| A3 = {{ItemSlot| item = Grepa Berry | link = Berry}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Honeycomb}}&lt;br /&gt;
| B2 = {{ItemSlot| item = Exp. Candy M | link = Exp. Candy}}&lt;br /&gt;
| B3 = {{ItemSlot| item = Honeycomb}}&lt;br /&gt;
| C1 = {{ItemSlot| item = Grepa Berry | link = Berry}}&lt;br /&gt;
| C2 = {{ItemSlot| item = Honeycomb}}&lt;br /&gt;
| C3 = {{ItemSlot| item = Grepa Berry | link = Berry}}&lt;br /&gt;
| output = {{ItemSlot| item = Courage Candy | link = Hyper Training}}&lt;br /&gt;
}}&lt;br /&gt;
| || ||&lt;br /&gt;
|{{CookingInterface&lt;br /&gt;
| A1 = {{ItemSlot| item = Grepa Berry | link = Berry}}&lt;br /&gt;
| A2 = {{ItemSlot| item = Honeycomb}}&lt;br /&gt;
| A3 = {{ItemSlot| item = Grepa Berry | link = Berry}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Honeycomb}}&lt;br /&gt;
| B2 = {{ItemSlot| item = Exp. Candy L | link = Exp. Candy}}&lt;br /&gt;
| B3 = {{ItemSlot| item = Honeycomb}}&lt;br /&gt;
| C1 = {{ItemSlot| item = Grepa Berry | link = Berry}}&lt;br /&gt;
| C2 = {{ItemSlot| item = Honeycomb}}&lt;br /&gt;
| C3 = {{ItemSlot| item = Grepa Berry | link = Berry}}&lt;br /&gt;
| output = {{ItemSlot| item = Courage Candy | amount = 2 | link = Hyper Training}}&lt;br /&gt;
}}&lt;br /&gt;
|-&lt;br /&gt;
|{{CookingInterface&lt;br /&gt;
| A1 = {{ItemSlot| item = Tamato Berry | link = Berry}}&lt;br /&gt;
| A2 = {{ItemSlot| item = Honeycomb}}&lt;br /&gt;
| A3 = {{ItemSlot| item = Tamato Berry | link = Berry}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Honeycomb}}&lt;br /&gt;
| B2 = {{ItemSlot| item = Exp. Candy XL | link = Exp. Candy}}&lt;br /&gt;
| B3 = {{ItemSlot| item = Honeycomb}}&lt;br /&gt;
| C1 = {{ItemSlot| item = Tamato Berry | link = Berry}}&lt;br /&gt;
| C2 = {{ItemSlot| item = Honeycomb}}&lt;br /&gt;
| C3 = {{ItemSlot| item = Tamato Berry | link = Berry}}&lt;br /&gt;
| output = {{ItemSlot| item = Quick Candy | amount = 3 | link = Hyper Training}}&lt;br /&gt;
}}&lt;br /&gt;
| || ||&lt;br /&gt;
|{{CookingInterface&lt;br /&gt;
| A1 = {{ItemSlot| item = Tamato Berry | link = Berry}}&lt;br /&gt;
| A2 = {{ItemSlot| item = Honeycomb}}&lt;br /&gt;
| A3 = {{ItemSlot| item = Tamato Berry | link = Berry}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Honeycomb}}&lt;br /&gt;
| B2 = {{ItemSlot| item = Exp. Candy M | link = Exp. Candy}}&lt;br /&gt;
| B3 = {{ItemSlot| item = Honeycomb}}&lt;br /&gt;
| C1 = {{ItemSlot| item = Tamato Berry | link = Berry}}&lt;br /&gt;
| C2 = {{ItemSlot| item = Honeycomb}}&lt;br /&gt;
| C3 = {{ItemSlot| item = Tamato Berry | link = Berry}}&lt;br /&gt;
| output = {{ItemSlot| item = Quick Candy | link = Hyper Training}}&lt;br /&gt;
}}&lt;br /&gt;
| || ||&lt;br /&gt;
|{{CookingInterface&lt;br /&gt;
| A1 = {{ItemSlot| item = Tamato Berry | link = Berry}}&lt;br /&gt;
| A2 = {{ItemSlot| item = Honeycomb}}&lt;br /&gt;
| A3 = {{ItemSlot| item = Tamato Berry | link = Berry}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Honeycomb}}&lt;br /&gt;
| B2 = {{ItemSlot| item = Exp. Candy L | link = Exp. Candy}}&lt;br /&gt;
| B3 = {{ItemSlot| item = Honeycomb}}&lt;br /&gt;
| C1 = {{ItemSlot| item = Tamato Berry | link = Berry}}&lt;br /&gt;
| C2 = {{ItemSlot| item = Honeycomb}}&lt;br /&gt;
| C3 = {{ItemSlot| item = Tamato Berry | link = Berry}}&lt;br /&gt;
| output = {{ItemSlot| item = Quick Candy | amount = 2 | link = Hyper Training}}&lt;br /&gt;
}}&lt;br /&gt;
|-&lt;br /&gt;
|{{CookingInterface&lt;br /&gt;
| A1 = {{ItemSlot| item = Pomeg Berry | link = Berry}}&lt;br /&gt;
| A2 = {{ItemSlot| item = Enigma Berry| link = Berry}}&lt;br /&gt;
| A3 = {{ItemSlot| item = Pomeg Berry | link = Berry}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Enigma Berry| link = Berry}}&lt;br /&gt;
| B2 = {{ItemSlot| item = Exp. Candy XL | link = Exp. Candy}}&lt;br /&gt;
| B3 = {{ItemSlot| item = Enigma Berry| link = Berry}}&lt;br /&gt;
| C1 = {{ItemSlot| item = Pomeg Berry | link = Berry}}&lt;br /&gt;
| C2 = {{ItemSlot| item = Enigma Berry| link = Berry}}&lt;br /&gt;
| C3 = {{ItemSlot| item = Pomeg Berry | link = Berry}}&lt;br /&gt;
| output = {{ItemSlot| item = Sickly Candy | amount = 3 | link = Hyper Training}}&lt;br /&gt;
}}&lt;br /&gt;
| || ||&lt;br /&gt;
|{{CookingInterface&lt;br /&gt;
| A1 = {{ItemSlot| item = Pomeg Berry | link = Berry}}&lt;br /&gt;
| A2 = {{ItemSlot| item = Enigma Berry| link = Berry}}&lt;br /&gt;
| A3 = {{ItemSlot| item = Pomeg Berry | link = Berry}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Enigma Berry| link = Berry}}&lt;br /&gt;
| B2 = {{ItemSlot| item = Exp. Candy M | link = Exp. Candy}}&lt;br /&gt;
| B3 = {{ItemSlot| item = Enigma Berry| link = Berry}}&lt;br /&gt;
| C1 = {{ItemSlot| item = Pomeg Berry | link = Berry}}&lt;br /&gt;
| C2 = {{ItemSlot| item = Enigma Berry| link = Berry}}&lt;br /&gt;
| C3 = {{ItemSlot| item = Pomeg Berry | link = Berry}}&lt;br /&gt;
| output = {{ItemSlot| item = Sickly Candy | link = Hyper Training}}&lt;br /&gt;
}}&lt;br /&gt;
| || ||&lt;br /&gt;
|{{CookingInterface&lt;br /&gt;
| A1 = {{ItemSlot| item = Pomeg Berry | link = Berry}}&lt;br /&gt;
| A2 = {{ItemSlot| item = Enigma Berry| link = Berry}}&lt;br /&gt;
| A3 = {{ItemSlot| item = Pomeg Berry | link = Berry}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Enigma Berry| link = Berry}}&lt;br /&gt;
| B2 = {{ItemSlot| item = Exp. Candy L | link = Exp. Candy}}&lt;br /&gt;
| B3 = {{ItemSlot| item = Enigma Berry| link = Berry}}&lt;br /&gt;
| C1 = {{ItemSlot| item = Pomeg Berry | link = Berry}}&lt;br /&gt;
| C2 = {{ItemSlot| item = Enigma Berry| link = Berry}}&lt;br /&gt;
| C3 = {{ItemSlot| item = Pomeg Berry | link = Berry}}&lt;br /&gt;
| output = {{ItemSlot| item = Sickly Candy | amount = 2 | link = Hyper Training}}&lt;br /&gt;
}}&lt;br /&gt;
|-&lt;br /&gt;
|{{CookingInterface&lt;br /&gt;
| A1 = {{ItemSlot| item = Kelpsy Berry | link = Berry}}&lt;br /&gt;
| A2 = {{ItemSlot| item = Enigma Berry| link = Berry}}&lt;br /&gt;
| A3 = {{ItemSlot| item = Kelpsy Berry | link = Berry}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Enigma Berry| link = Berry}}&lt;br /&gt;
| B2 = {{ItemSlot| item = Exp. Candy XL | link = Exp. Candy}}&lt;br /&gt;
| B3 = {{ItemSlot| item = Enigma Berry| link = Berry}}&lt;br /&gt;
| C1 = {{ItemSlot| item = Kelpsy Berry | link = Berry}}&lt;br /&gt;
| C2 = {{ItemSlot| item = Enigma Berry| link = Berry}}&lt;br /&gt;
| C3 = {{ItemSlot| item = Kelpsy Berry | link = Berry}}&lt;br /&gt;
| output = {{ItemSlot| item = Weak Candy | amount = 3 | link = Hyper Training}}&lt;br /&gt;
}}&lt;br /&gt;
| || ||&lt;br /&gt;
|{{CookingInterface&lt;br /&gt;
| A1 = {{ItemSlot| item = Kelpsy Berry | link = Berry}}&lt;br /&gt;
| A2 = {{ItemSlot| item = Enigma Berry| link = Berry}}&lt;br /&gt;
| A3 = {{ItemSlot| item = Kelpsy Berry | link = Berry}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Enigma Berry| link = Berry}}&lt;br /&gt;
| B2 = {{ItemSlot| item = Exp. Candy M | link = Exp. Candy}}&lt;br /&gt;
| B3 = {{ItemSlot| item = Enigma Berry| link = Berry}}&lt;br /&gt;
| C1 = {{ItemSlot| item = Kelpsy Berry | link = Berry}}&lt;br /&gt;
| C2 = {{ItemSlot| item = Enigma Berry| link = Berry}}&lt;br /&gt;
| C3 = {{ItemSlot| item = Kelpsy Berry | link = Berry}}&lt;br /&gt;
| output = {{ItemSlot| item = Weak Candy | link = Hyper Training}}&lt;br /&gt;
}}&lt;br /&gt;
| || ||&lt;br /&gt;
|{{CookingInterface&lt;br /&gt;
| A1 = {{ItemSlot| item = Kelpsy Berry | link = Berry}}&lt;br /&gt;
| A2 = {{ItemSlot| item = Enigma Berry| link = Berry}}&lt;br /&gt;
| A3 = {{ItemSlot| item = Kelpsy Berry | link = Berry}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Enigma Berry| link = Berry}}&lt;br /&gt;
| B2 = {{ItemSlot| item = Exp. Candy L | link = Exp. Candy}}&lt;br /&gt;
| B3 = {{ItemSlot| item = Enigma Berry| link = Berry}}&lt;br /&gt;
| C1 = {{ItemSlot| item = Kelpsy Berry | link = Berry}}&lt;br /&gt;
| C2 = {{ItemSlot| item = Enigma Berry| link = Berry}}&lt;br /&gt;
| C3 = {{ItemSlot| item = Kelpsy Berry | link = Berry}}&lt;br /&gt;
| output = {{ItemSlot| item = Weak Candy | amount = 2 | link = Hyper Training}}&lt;br /&gt;
}}&lt;br /&gt;
|-&lt;br /&gt;
|{{CookingInterface&lt;br /&gt;
| A1 = {{ItemSlot| item = Qualot Berry | link = Berry}}&lt;br /&gt;
| A2 = {{ItemSlot| item = Enigma Berry| link = Berry}}&lt;br /&gt;
| A3 = {{ItemSlot| item = Qualot Berry | link = Berry}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Enigma Berry| link = Berry}}&lt;br /&gt;
| B2 = {{ItemSlot| item = Exp. Candy XL | link = Exp. Candy}}&lt;br /&gt;
| B3 = {{ItemSlot| item = Enigma Berry| link = Berry}}&lt;br /&gt;
| C1 = {{ItemSlot| item = Qualot Berry | link = Berry}}&lt;br /&gt;
| C2 = {{ItemSlot| item = Enigma Berry| link = Berry}}&lt;br /&gt;
| C3 = {{ItemSlot| item = Qualot Berry | link = Berry}}&lt;br /&gt;
| output = {{ItemSlot| item = Brittle Candy | amount = 3 | link = Hyper Training}}&lt;br /&gt;
}}&lt;br /&gt;
| || ||&lt;br /&gt;
|{{CookingInterface&lt;br /&gt;
| A1 = {{ItemSlot| item = Qualot Berry | link = Berry}}&lt;br /&gt;
| A2 = {{ItemSlot| item = Enigma Berry| link = Berry}}&lt;br /&gt;
| A3 = {{ItemSlot| item = Qualot Berry | link = Berry}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Enigma Berry| link = Berry}}&lt;br /&gt;
| B2 = {{ItemSlot| item = Exp. Candy M | link = Exp. Candy}}&lt;br /&gt;
| B3 = {{ItemSlot| item = Enigma Berry| link = Berry}}&lt;br /&gt;
| C1 = {{ItemSlot| item = Qualot Berry | link = Berry}}&lt;br /&gt;
| C2 = {{ItemSlot| item = Enigma Berry| link = Berry}}&lt;br /&gt;
| C3 = {{ItemSlot| item = Qualot Berry | link = Berry}}&lt;br /&gt;
| output = {{ItemSlot| item = Brittle Candy | link = Hyper Training}}&lt;br /&gt;
}}&lt;br /&gt;
| || ||&lt;br /&gt;
|{{CookingInterface&lt;br /&gt;
| A1 = {{ItemSlot| item = Qualot Berry | link = Berry}}&lt;br /&gt;
| A2 = {{ItemSlot| item = Enigma Berry| link = Berry}}&lt;br /&gt;
| A3 = {{ItemSlot| item = Qualot Berry | link = Berry}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Enigma Berry| link = Berry}}&lt;br /&gt;
| B2 = {{ItemSlot| item = Exp. Candy L | link = Exp. Candy}}&lt;br /&gt;
| B3 = {{ItemSlot| item = Enigma Berry| link = Berry}}&lt;br /&gt;
| C1 = {{ItemSlot| item = Qualot Berry | link = Berry}}&lt;br /&gt;
| C2 = {{ItemSlot| item = Enigma Berry| link = Berry}}&lt;br /&gt;
| C3 = {{ItemSlot| item = Qualot Berry | link = Berry}}&lt;br /&gt;
| output = {{ItemSlot| item = Brittle Candy | amount = 2 | link = Hyper Training}}&lt;br /&gt;
}}&lt;br /&gt;
|-&lt;br /&gt;
|{{CookingInterface&lt;br /&gt;
| A1 = {{ItemSlot| item = Hondew Berry | link = Berry}}&lt;br /&gt;
| A2 = {{ItemSlot| item = Enigma Berry| link = Berry}}&lt;br /&gt;
| A3 = {{ItemSlot| item = Hondew Berry | link = Berry}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Enigma Berry| link = Berry}}&lt;br /&gt;
| B2 = {{ItemSlot| item = Exp. Candy XL | link = Exp. Candy}}&lt;br /&gt;
| B3 = {{ItemSlot| item = Enigma Berry| link = Berry}}&lt;br /&gt;
| C1 = {{ItemSlot| item = Hondew Berry | link = Berry}}&lt;br /&gt;
| C2 = {{ItemSlot| item = Enigma Berry| link = Berry}}&lt;br /&gt;
| C3 = {{ItemSlot| item = Hondew Berry | link = Berry}}&lt;br /&gt;
| output = {{ItemSlot| item = Numb Candy | amount = 3 | link = Hyper Training}}&lt;br /&gt;
}}&lt;br /&gt;
| || ||&lt;br /&gt;
|{{CookingInterface&lt;br /&gt;
| A1 = {{ItemSlot| item = Hondew Berry | link = Berry}}&lt;br /&gt;
| A2 = {{ItemSlot| item = Enigma Berry| link = Berry}}&lt;br /&gt;
| A3 = {{ItemSlot| item = Hondew Berry | link = Berry}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Enigma Berry| link = Berry}}&lt;br /&gt;
| B2 = {{ItemSlot| item = Exp. Candy M | link = Exp. Candy}}&lt;br /&gt;
| B3 = {{ItemSlot| item = Enigma Berry| link = Berry}}&lt;br /&gt;
| C1 = {{ItemSlot| item = Hondew Berry | link = Berry}}&lt;br /&gt;
| C2 = {{ItemSlot| item = Enigma Berry| link = Berry}}&lt;br /&gt;
| C3 = {{ItemSlot| item = Hondew Berry | link = Berry}}&lt;br /&gt;
| output = {{ItemSlot| item = Numb Candy | link = Hyper Training}}&lt;br /&gt;
}}&lt;br /&gt;
| || ||&lt;br /&gt;
|{{CookingInterface&lt;br /&gt;
| A1 = {{ItemSlot| item = Hondew Berry | link = Berry}}&lt;br /&gt;
| A2 = {{ItemSlot| item = Enigma Berry| link = Berry}}&lt;br /&gt;
| A3 = {{ItemSlot| item = Hondew Berry | link = Berry}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Enigma Berry| link = Berry}}&lt;br /&gt;
| B2 = {{ItemSlot| item = Exp. Candy L | link = Exp. Candy}}&lt;br /&gt;
| B3 = {{ItemSlot| item = Enigma Berry| link = Berry}}&lt;br /&gt;
| C1 = {{ItemSlot| item = Hondew Berry | link = Berry}}&lt;br /&gt;
| C2 = {{ItemSlot| item = Enigma Berry| link = Berry}}&lt;br /&gt;
| C3 = {{ItemSlot| item = Hondew Berry | link = Berry}}&lt;br /&gt;
| output = {{ItemSlot| item = Numb Candy | amount = 2 | link = Hyper Training}}&lt;br /&gt;
}}&lt;br /&gt;
|-&lt;br /&gt;
|{{CookingInterface&lt;br /&gt;
| A1 = {{ItemSlot| item = Grepa Berry | link = Berry}}&lt;br /&gt;
| A2 = {{ItemSlot| item = Enigma Berry| link = Berry}}&lt;br /&gt;
| A3 = {{ItemSlot| item = Grepa Berry | link = Berry}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Enigma Berry| link = Berry}}&lt;br /&gt;
| B2 = {{ItemSlot| item = Exp. Candy XL | link = Exp. Candy}}&lt;br /&gt;
| B3 = {{ItemSlot| item = Enigma Berry| link = Berry}}&lt;br /&gt;
| C1 = {{ItemSlot| item = Grepa Berry | link = Berry}}&lt;br /&gt;
| C2 = {{ItemSlot| item = Enigma Berry| link = Berry}}&lt;br /&gt;
| C3 = {{ItemSlot| item = Grepa Berry | link = Berry}}&lt;br /&gt;
| output = {{ItemSlot| item = Coward Candy | amount = 3 | link = Hyper Training}}&lt;br /&gt;
}}&lt;br /&gt;
| || ||&lt;br /&gt;
|{{CookingInterface&lt;br /&gt;
| A1 = {{ItemSlot| item = Grepa Berry | link = Berry}}&lt;br /&gt;
| A2 = {{ItemSlot| item = Enigma Berry| link = Berry}}&lt;br /&gt;
| A3 = {{ItemSlot| item = Grepa Berry | link = Berry}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Enigma Berry| link = Berry}}&lt;br /&gt;
| B2 = {{ItemSlot| item = Exp. Candy M | link = Exp. Candy}}&lt;br /&gt;
| B3 = {{ItemSlot| item = Enigma Berry| link = Berry}}&lt;br /&gt;
| C1 = {{ItemSlot| item = Grepa Berry | link = Berry}}&lt;br /&gt;
| C2 = {{ItemSlot| item = Enigma Berry| link = Berry}}&lt;br /&gt;
| C3 = {{ItemSlot| item = Grepa Berry | link = Berry}}&lt;br /&gt;
| output = {{ItemSlot| item = Coward Candy | link = Hyper Training}}&lt;br /&gt;
}}&lt;br /&gt;
| || ||&lt;br /&gt;
|{{CookingInterface&lt;br /&gt;
| A1 = {{ItemSlot| item = Grepa Berry | link = Berry}}&lt;br /&gt;
| A2 = {{ItemSlot| item = Enigma Berry| link = Berry}}&lt;br /&gt;
| A3 = {{ItemSlot| item = Grepa Berry | link = Berry}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Enigma Berry| link = Berry}}&lt;br /&gt;
| B2 = {{ItemSlot| item = Exp. Candy L | link = Exp. Candy}}&lt;br /&gt;
| B3 = {{ItemSlot| item = Enigma Berry| link = Berry}}&lt;br /&gt;
| C1 = {{ItemSlot| item = Grepa Berry | link = Berry}}&lt;br /&gt;
| C2 = {{ItemSlot| item = Enigma Berry| link = Berry}}&lt;br /&gt;
| C3 = {{ItemSlot| item = Grepa Berry | link = Berry}}&lt;br /&gt;
| S1 = &lt;br /&gt;
| S2 = &lt;br /&gt;
| S3 = &lt;br /&gt;
| output = {{ItemSlot| item = Coward Candy | amount = 2 | link = Hyper Training}}&lt;br /&gt;
}}&lt;br /&gt;
|-&lt;br /&gt;
|{{CookingInterface&lt;br /&gt;
| A1 = {{ItemSlot| item = Tamato Berry | link = Berry}}&lt;br /&gt;
| A2 = {{ItemSlot| item = Enigma Berry| link = Berry}}&lt;br /&gt;
| A3 = {{ItemSlot| item = Tamato Berry | link = Berry}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Enigma Berry| link = Berry}}&lt;br /&gt;
| B2 = {{ItemSlot| item = Exp. Candy XL | link = Exp. Candy}}&lt;br /&gt;
| B3 = {{ItemSlot| item = Enigma Berry| link = Berry}}&lt;br /&gt;
| C1 = {{ItemSlot| item = Tamato Berry | link = Berry}}&lt;br /&gt;
| C2 = {{ItemSlot| item = Enigma Berry| link = Berry}}&lt;br /&gt;
| C3 = {{ItemSlot| item = Tamato Berry | link = Berry}}&lt;br /&gt;
| output = {{ItemSlot| item = Slow Candy | amount = 3 | link = Hyper Training}}&lt;br /&gt;
}}&lt;br /&gt;
| || ||&lt;br /&gt;
|{{CookingInterface&lt;br /&gt;
| A1 = {{ItemSlot| item = Tamato Berry | link = Berry}}&lt;br /&gt;
| A2 = {{ItemSlot| item = Enigma Berry| link = Berry}}&lt;br /&gt;
| A3 = {{ItemSlot| item = Tamato Berry | link = Berry}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Enigma Berry| link = Berry}}&lt;br /&gt;
| B2 = {{ItemSlot| item = Exp. Candy M | link = Exp. Candy}}&lt;br /&gt;
| B3 = {{ItemSlot| item = Enigma Berry| link = Berry}}&lt;br /&gt;
| C1 = {{ItemSlot| item = Tamato Berry | link = Berry}}&lt;br /&gt;
| C2 = {{ItemSlot| item = Enigma Berry| link = Berry}}&lt;br /&gt;
| C3 = {{ItemSlot| item = Tamato Berry | link = Berry}}&lt;br /&gt;
| output = {{ItemSlot| item = Slow Candy | link = Hyper Training}}&lt;br /&gt;
}}&lt;br /&gt;
| || ||&lt;br /&gt;
|{{CookingInterface&lt;br /&gt;
| A1 = {{ItemSlot| item = Tamato Berry | link = Berry}}&lt;br /&gt;
| A2 = {{ItemSlot| item = Enigma Berry| link = Berry}}&lt;br /&gt;
| A3 = {{ItemSlot| item = Tamato Berry | link = Berry}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Enigma Berry| link = Berry}}&lt;br /&gt;
| B2 = {{ItemSlot| item = Exp. Candy L | link = Exp. Candy}}&lt;br /&gt;
| B3 = {{ItemSlot| item = Enigma Berry| link = Berry}}&lt;br /&gt;
| C1 = {{ItemSlot| item = Tamato Berry | link = Berry}}&lt;br /&gt;
| C2 = {{ItemSlot| item = Enigma Berry| link = Berry}}&lt;br /&gt;
| C3 = {{ItemSlot| item = Tamato Berry | link = Berry}}&lt;br /&gt;
| output = {{ItemSlot| item = Slow Candy | amount = 2 | link = Hyper Training}}&lt;br /&gt;
}}&lt;br /&gt;
|-&lt;br /&gt;
|{{CookingInterface&lt;br /&gt;
| A1 = {{ItemSlot| item = Glass Bottle}}&lt;br /&gt;
| A2 = {{ItemSlot| item = Medicinal Leek | link = Medicinal Leek}}&lt;br /&gt;
| output = {{ItemSlot| item = Medicinal Brew | link = Medicinal Brew}}&lt;br /&gt;
| shapeless = true&lt;br /&gt;
}}&lt;br /&gt;
| || ||&lt;br /&gt;
|{{CookingInterface&lt;br /&gt;
| A1 = {{ItemSlot| item = Medicinal Brew | link = Medicinal Brew}}&lt;br /&gt;
| A2 = {{ItemSlot| item = Oran Berry | link = Berry}}&lt;br /&gt;
| output = {{ItemSlot| item = Potion | link = Potion}}&lt;br /&gt;
| shapeless = true&lt;br /&gt;
}}&lt;br /&gt;
| || ||&lt;br /&gt;
|{{CookingInterface&lt;br /&gt;
| A1 = {{ItemSlot| item = Medicinal Brew | link = Medicinal Brew}}&lt;br /&gt;
| A2 = {{ItemSlot| item = Leppa Berry | link = Berry}}&lt;br /&gt;
| output = {{ItemSlot| item = Ether | link = Ether}}&lt;br /&gt;
| shapeless = true&lt;br /&gt;
}}&lt;br /&gt;
|-&lt;br /&gt;
|{{CookingInterface&lt;br /&gt;
| A1 = {{ItemSlot| item = Medicinal Brew | link = Medicinal Brew}}&lt;br /&gt;
| A2 = {{ItemSlot| item = Sitrus Berry | link = Berry}}&lt;br /&gt;
| output = {{ItemSlot| item = Hyper Potion | link = Hyper Potion}}&lt;br /&gt;
| shapeless = true&lt;br /&gt;
}}&lt;br /&gt;
| || ||&lt;br /&gt;
|{{CookingInterface&lt;br /&gt;
| A1 = {{ItemSlot| item = Medicinal Brew | link = Medicinal Brew}}&lt;br /&gt;
| A2 = {{ItemSlot| item = Wiki Berry; Figy Berry; Hondew Berry; Mago Berry; Iapapa Berry | link = Berry | tooltip = Any Super Potion Ingredient}}&lt;br /&gt;
| output = {{ItemSlot| item = Super Potion | link = Super Potion}}&lt;br /&gt;
| shapeless = true&lt;br /&gt;
}}&lt;br /&gt;
| || ||&lt;br /&gt;
|{{CookingInterface&lt;br /&gt;
| A1 = {{ItemSlot| item = Medicinal Brew | link = Medicinal Brew}}&lt;br /&gt;
| A2 = {{ItemSlot| item = Hopo Berry | link = Berry}}&lt;br /&gt;
| output = {{ItemSlot| item = Elixir | link = Elixir}}&lt;br /&gt;
| shapeless = true&lt;br /&gt;
}}&lt;br /&gt;
|-&lt;br /&gt;
|{{CookingInterface&lt;br /&gt;
| A1 = {{ItemSlot| item = Glass Bottle}}&lt;br /&gt;
| A2 = {{ItemSlot| item = Pep-Up Flower | link = Pep-Up Flower}}&lt;br /&gt;
| A3 = {{ItemSlot| item = Bone Meal}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Tamato Berry | link = Berry}}&lt;br /&gt;
| output = {{ItemSlot| item = Dire Hit | link = Dire Hit | amount = 4}}&lt;br /&gt;
| shapeless = true&lt;br /&gt;
}}&lt;br /&gt;
| || ||&lt;br /&gt;
|{{CookingInterface&lt;br /&gt;
| A1 = {{ItemSlot| item = Glass Bottle}}&lt;br /&gt;
| A2 = {{ItemSlot| item = Pep-Up Flower | link = Pep-Up Flower}}&lt;br /&gt;
| A3 = {{ItemSlot| item = Bone Meal}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Starf Berry | link = Berry}}&lt;br /&gt;
| output = {{ItemSlot| item = Guard Spec | link = Guard Spec | amount = 4}}&lt;br /&gt;
| shapeless = true&lt;br /&gt;
}}&lt;br /&gt;
| || ||&lt;br /&gt;
|{{CookingInterface&lt;br /&gt;
| A1 = {{ItemSlot| item = Glass Bottle}}&lt;br /&gt;
| A2 = {{ItemSlot| item = Pep-Up Flower | link = Pep-Up Flower}}&lt;br /&gt;
| A3 = {{ItemSlot| item = Bone Meal}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Micle Berry | link = Berry}}&lt;br /&gt;
| output = {{ItemSlot| item = X Accuracy | link = X Accuracy | amount = 4}}&lt;br /&gt;
| shapeless = true&lt;br /&gt;
}}&lt;br /&gt;
|-&lt;br /&gt;
|{{CookingInterface&lt;br /&gt;
| A1 = {{ItemSlot| item = Glass Bottle}}&lt;br /&gt;
| A2 = {{ItemSlot| item = Pep-Up Flower | link = Pep-Up Flower}}&lt;br /&gt;
| A3 = {{ItemSlot| item = Bone Meal}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Liechi Berry | link = Berry}}&lt;br /&gt;
| output = {{ItemSlot| item = X Attack | link = X Attack | amount = 4}}&lt;br /&gt;
| shapeless = true&lt;br /&gt;
}}&lt;br /&gt;
| || ||&lt;br /&gt;
|{{CookingInterface&lt;br /&gt;
| A1 = {{ItemSlot| item = Glass Bottle}}&lt;br /&gt;
| A2 = {{ItemSlot| item = Pep-Up Flower | link = Pep-Up Flower}}&lt;br /&gt;
| A3 = {{ItemSlot| item = Bone Meal}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Petaya Berry | link = Berry}}&lt;br /&gt;
| output = {{ItemSlot| item = X Special Attack | link = X Special Attack | amount = 4}}&lt;br /&gt;
| shapeless = true&lt;br /&gt;
}}&lt;br /&gt;
| || ||&lt;br /&gt;
|{{CookingInterface&lt;br /&gt;
| A1 = {{ItemSlot| item = Glass Bottle}}&lt;br /&gt;
| A2 = {{ItemSlot| item = Pep-Up Flower | link = Pep-Up Flower}}&lt;br /&gt;
| A3 = {{ItemSlot| item = Bone Meal}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Ganlon Berry | link = Berry}}&lt;br /&gt;
| output = {{ItemSlot| item = X Defense | link = X Defense | amount = 4}}&lt;br /&gt;
| shapeless = true&lt;br /&gt;
}}&lt;br /&gt;
|-&lt;br /&gt;
|{{CookingInterface&lt;br /&gt;
| A1 = {{ItemSlot| item = Glass Bottle}}&lt;br /&gt;
| A2 = {{ItemSlot| item = Pep-Up Flower | link = Pep-Up Flower}}&lt;br /&gt;
| A3 = {{ItemSlot| item = Bone Meal}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Apicot Berry | link = Berry}}&lt;br /&gt;
| output = {{ItemSlot| item = X Special Defense | link = X Special Defense | amount = 4}}&lt;br /&gt;
| shapeless = true&lt;br /&gt;
}}&lt;br /&gt;
| || ||&lt;br /&gt;
|{{CookingInterface&lt;br /&gt;
| A1 = {{ItemSlot| item = Glass Bottle}}&lt;br /&gt;
| A2 = {{ItemSlot| item = Pep-Up Flower | link = Pep-Up Flower}}&lt;br /&gt;
| A3 = {{ItemSlot| item = Bone Meal}}&lt;br /&gt;
| B1 = {{ItemSlot| item = Salac Berry | link = Berry}}&lt;br /&gt;
| output = {{ItemSlot| item = X Speed | link = X Speed | amount = 4}}&lt;br /&gt;
| shapeless = true&lt;br /&gt;
}}&lt;br /&gt;
| || ||&lt;br /&gt;
|{{CookingInterface&lt;br /&gt;
| A1 = {{ItemSlot| item = Hearty Grains | link = Hearty Grains}}&lt;br /&gt;
| A2 = {{ItemSlot| item = Honey Bottle}}&lt;br /&gt;
| A3 = {{ItemSlot| item = Tamato Berry | link = Berry}}&lt;br /&gt;
| output = {{ItemSlot| item = Swift Mochi | amount = 3 | link = Mochi}}&lt;br /&gt;
}}&lt;br /&gt;
|-&lt;br /&gt;
|{{CookingInterface&lt;br /&gt;
| A1 = {{ItemSlot| item = Hearty Grains | link = Hearty Grains}}&lt;br /&gt;
| A2 = {{ItemSlot| item = Honey Bottle}}&lt;br /&gt;
| A3 = {{ItemSlot| item = Kelpsy Berry | link = Berry}}&lt;br /&gt;
| output = {{ItemSlot| item = Muscle Mochi | amount = 3 | link = Mochi}}&lt;br /&gt;
}}&lt;br /&gt;
| || ||&lt;br /&gt;
|{{CookingInterface&lt;br /&gt;
| A1 = {{ItemSlot| item = Hearty Grains | link = Hearty Grains}}&lt;br /&gt;
| A2 = {{ItemSlot| item = Honey Bottle}}&lt;br /&gt;
| A3 = {{ItemSlot| item = Pomeg Berry | link = Berry}}&lt;br /&gt;
| output = {{ItemSlot| item = Health Mochi | amount = 3 | link = Mochi}}&lt;br /&gt;
}}&lt;br /&gt;
| || ||&lt;br /&gt;
|{{CookingInterface&lt;br /&gt;
| A1 = {{ItemSlot| item = Hearty Grains | link = Hearty Grains}}&lt;br /&gt;
| A2 = {{ItemSlot| item = Honey Bottle}}&lt;br /&gt;
| A3 = {{ItemSlot| item = Qualot Berry | link = Berry}}&lt;br /&gt;
| output = {{ItemSlot| item = Resist Mochi | amount = 3 | link = Mochi}}&lt;br /&gt;
}}&lt;br /&gt;
|-&lt;br /&gt;
|{{CookingInterface&lt;br /&gt;
| A1 = {{ItemSlot| item = Hearty Grains | link = Hearty Grains}}&lt;br /&gt;
| A2 = {{ItemSlot| item = Honey Bottle}}&lt;br /&gt;
| A3 = {{ItemSlot| item = Hondew Berry | link = Berry}}&lt;br /&gt;
| output = {{ItemSlot| item = Genius Mochi | amount = 3 | link = Mochi}}&lt;br /&gt;
}}&lt;br /&gt;
| || ||&lt;br /&gt;
|{{CookingInterface&lt;br /&gt;
| A1 = {{ItemSlot| item = Hearty Grains | link = Hearty Grains}}&lt;br /&gt;
| A2 = {{ItemSlot| item = Honey Bottle}}&lt;br /&gt;
| A3 = {{ItemSlot| item = Grepa Berry | link = Berry}}&lt;br /&gt;
| output = {{ItemSlot| item = Clever Mochi | amount = 3 | link = Mochi}}&lt;br /&gt;
}}&lt;br /&gt;
| || ||&lt;br /&gt;
|{{CookingInterface&lt;br /&gt;
| A1 = {{ItemSlot| item = Hearty Grains | link = Hearty Grains}}&lt;br /&gt;
| A2 = {{ItemSlot| item = Honey Bottle}}&lt;br /&gt;
| A3 = {{ItemSlot| item = Enigma Berry | link = Berry}}&lt;br /&gt;
| output = {{ItemSlot| item = Fresh-Start Mochi | amount = 3 | link = Mochi}}&lt;br /&gt;
}}&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==History==&lt;br /&gt;
{{HistoryTable|rows=&lt;br /&gt;
&lt;br /&gt;
{{HistoryRow|version=1.7.0|changes=&lt;br /&gt;
{{ScaledImage|Red Campfire Pot.png|32px}} {{ScaledImage|Yellow Campfire Pot.png|32px}} {{ScaledImage|Green Campfire Pot.png|32px}} {{ScaledImage|Blue Campfire Pot.png|32px}} {{ScaledImage|Pink Campfire Pot.png|32px}} {{ScaledImage|Black Campfire Pot.png|32px}} {{ScaledImage|White Campfire Pot.png|32px}} Added the Campfire Pot.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Blocks}}&lt;br /&gt;
{{Items}}&lt;/div&gt;</summary>
		<author><name>PushedTester</name></author>
	</entry>
</feed>