<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.sasgaming.net/index.php?action=history&amp;feed=atom&amp;title=Template%3AMC%2FDrop%2Fdoc</id>
	<title>Template:MC/Drop/doc - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.sasgaming.net/index.php?action=history&amp;feed=atom&amp;title=Template%3AMC%2FDrop%2Fdoc"/>
	<link rel="alternate" type="text/html" href="https://wiki.sasgaming.net/index.php?title=Template:MC/Drop/doc&amp;action=history"/>
	<updated>2026-04-10T07:36:17Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.8</generator>
	<entry>
		<id>https://wiki.sasgaming.net/index.php?title=Template:MC/Drop/doc&amp;diff=42894&amp;oldid=prev</id>
		<title>imported&gt;The triple g at 23:42, 12 February 2026</title>
		<link rel="alternate" type="text/html" href="https://wiki.sasgaming.net/index.php?title=Template:MC/Drop/doc&amp;diff=42894&amp;oldid=prev"/>
		<updated>2026-02-12T23:42:24Z</updated>

		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{documentation header}}&lt;br /&gt;
&amp;lt;!-- Documentation here --&amp;gt;&lt;br /&gt;
This template is used to add [[drops|drop]] information to infoboxes.&lt;br /&gt;
&lt;br /&gt;
== Usage ==&lt;br /&gt;
The minimum drop number should always be filled in for common drops, even if it is always a single drop. Uncommon drops are always a single drop, however have different chances to drop, so the chance (in percentage) should be used instead. Rare drops are also always a single drop, but all have the same drop chance, so no drop number should be added.&lt;br /&gt;
&lt;br /&gt;
Each drop is a list item, and so multiple can be entered on separate lines with no need for line breaks. In infoboxes, the drop fields have the &amp;lt;code&amp;gt;list-style-none&amp;lt;/code&amp;gt; class, which hides the bullet point.&lt;br /&gt;
&lt;br /&gt;
=== Parameters ===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Parameter !! Usage !! Example&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;1&amp;lt;/code&amp;gt; || Drop type || Block&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;2&amp;lt;/code&amp;gt; || Drop name || Wool&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;3&amp;lt;/code&amp;gt; || Minimum drop number, or drop chance ||&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;4&amp;lt;/code&amp;gt; || Maximum drop number ||&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;when&amp;lt;/code&amp;gt; || A condition that must be true for the drop to happen || on fire&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;edition&amp;lt;/code&amp;gt; || The edition that the drop is exclusive to || Pocket&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;upcoming&amp;lt;/code&amp;gt; || The upcoming release version that drop will occur in || 1.8&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;note&amp;lt;/code&amp;gt; || Any additional text to add after the drop ||&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;text&amp;lt;/code&amp;gt; || Different text to display instead of the drop name ||&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;id&amp;lt;/code&amp;gt; || Different ID to use for the drop sprite instead of the drop name || grass-block-top&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;nocat&amp;lt;/code&amp;gt; || If present, doesn&amp;#039;t put the page into categories shown below. ||&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Depending on the edition(s) indicated, if any, this template will put the page into:&lt;br /&gt;
* [[:Category:Java Edition specific information]]&lt;br /&gt;
* [[:Category:Bedrock Edition specific information]]&lt;br /&gt;
* &amp;lt;del&amp;gt;Category:Legacy Console Edition specific information&amp;lt;/del&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Examples ==&lt;br /&gt;
&amp;lt;div class=&amp;quot;list-style-none&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;{{Drop|Block|Wool|1}}&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
{{Drop|Block|Wool|1|nocat=1}}&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;{{Drop|Item|Spider Eye|33.3%|when=killed by the player}}&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
{{Drop|Item|Spider Eye|33.3%|when=killed by the player|nocat=1}}&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;{{Drop|Item|id=chestplate|Armor|text=Random Armor}}&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
{{Drop|Item|id=chestplate|Armor|text=Random Armor|nocat=1}}&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;{{Drop|Item|Raw Mutton|1|2|upcoming=Java Edition 1.8}}&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
{{Drop|Item|Raw Mutton|1|2|upcoming=Java Edition 1.8|nocat=1}}&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;{{Drop|Item|Glowstone Dust|0|2|when=killed by the player|edition=console}}&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
{{Drop|Item|Glowstone Dust|0|2|when=killed by the player|edition=console|nocat=1}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;includeonly&amp;gt;&lt;br /&gt;
&amp;lt;!-- Template categories/interwiki here --&amp;gt;&lt;br /&gt;
[[Category:Formatting templates]]&lt;br /&gt;
&lt;br /&gt;
[[fr:Modèle:Butin]]&lt;br /&gt;
[[it:Template:Rilascio]]&lt;br /&gt;
[[pt:Predefinição:Drop]]&lt;br /&gt;
[[ru:Шаблон:Дроп]]&lt;br /&gt;
[[uk:Шаблон:Дроп]]&lt;br /&gt;
[[zh:Template:Drop]]&lt;br /&gt;
&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
&amp;lt;noinclude&amp;gt;&lt;br /&gt;
&amp;lt;!-- Documentation categories/interwiki here --&amp;gt;&lt;br /&gt;
[[fr:Modèle:Butin/doc]]&lt;br /&gt;
[[it:Template:Rilascio/doc]]&lt;br /&gt;
[[pt:Predefinição:Drop/doc]]&lt;br /&gt;
[[ru:Шаблон:Дроп/док]]&lt;br /&gt;
[[uk:Шаблон:Дроп/док]]&lt;br /&gt;
[[zh:Template:Drop/doc]]&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>imported&gt;The triple g</name></author>
	</entry>
</feed>