<?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%2FPack_format_table%2Fdoc</id>
	<title>Template:MC/Pack format table/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%2FPack_format_table%2Fdoc"/>
	<link rel="alternate" type="text/html" href="https://wiki.sasgaming.net/index.php?title=Template:MC/Pack_format_table/doc&amp;action=history"/>
	<updated>2026-04-10T17:24:34Z</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/Pack_format_table/doc&amp;diff=44893&amp;oldid=prev</id>
		<title>imported&gt;Sul4ur: Expanded the doc a lot</title>
		<link rel="alternate" type="text/html" href="https://wiki.sasgaming.net/index.php?title=Template:MC/Pack_format_table/doc&amp;diff=44893&amp;oldid=prev"/>
		<updated>2025-04-23T16:11:10Z</updated>

		<summary type="html">&lt;p&gt;Expanded the doc a lot&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;
{{lua|Pack format table}}&lt;br /&gt;
== Usage ==&lt;br /&gt;
This template represents one entry in a pack format wikitable.&lt;br /&gt;
&lt;br /&gt;
=== Pack format ===&lt;br /&gt;
Set the first parameter to the pack format value for the versions.&lt;br /&gt;
&lt;br /&gt;
=== Versions ===&lt;br /&gt;
==== Stable versions ====&lt;br /&gt;
The second and the third parameters represent the first release (stable) version and the last release version that use this pack format value, respectively. &lt;br /&gt;
&lt;br /&gt;
If there is only one stable version with the pack format value, put it in the second parameter and leave the third parameter empty.&lt;br /&gt;
&lt;br /&gt;
==== Development versions ====&lt;br /&gt;
The &amp;lt;code&amp;gt;|dev1=&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;|dev2=&amp;lt;/code&amp;gt; parameters represent the first version and the last version that use this pack format, respectively. It doesn&amp;#039;t matter whether the versions are stable or not. &lt;br /&gt;
&lt;br /&gt;
If there is only one version with the pack format value, put it in the &amp;lt;code&amp;gt;|dev1=&amp;lt;/code&amp;gt; parameter and leave the &amp;lt;code&amp;gt;|dev2=&amp;lt;/code&amp;gt; parameter empty.&lt;br /&gt;
&lt;br /&gt;
Do not use these parameters in the &amp;lt;code&amp;gt;releaseonly&amp;lt;/code&amp;gt; table.&lt;br /&gt;
&lt;br /&gt;
==== Other info ====&lt;br /&gt;
By default, the versions link to the appropriate version page. You can use the {{cd|{{!}}v1link{{=}}|{{!}}v2link{{=}}|{{!}}dev1link{{=}}|{{!}}dev2link{{=}}|delim=and}} parameters to change this. Possible values are:&lt;br /&gt;
* &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;ver&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; — link to the version article, i.e. the default behavior.&lt;br /&gt;
* Any URI/URL — external link to this URI/URL.&lt;br /&gt;
* Any page on the wiki — internal link to this page.&lt;br /&gt;
* &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;none&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; — no link.&lt;br /&gt;
&lt;br /&gt;
You can also use the &amp;lt;code&amp;gt;|upcoming=&amp;lt;/code&amp;gt; parameter to tag the last stable version as an upcoming version. It doesn&amp;#039;t matter what you put into the parameter, as long as it&amp;#039;s not empty.&lt;br /&gt;
&lt;br /&gt;
=== Significant/Breaking changes ===&lt;br /&gt;
The other unnamed parameters each represent one significant or breaking change. This template supports unlimited changes per pack format value.&lt;br /&gt;
&lt;br /&gt;
== Examples ==&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;wikitext&amp;quot;&amp;gt;...&lt;br /&gt;
{{Pack format table|4|dev1=17w48a|dev2=19w46b|1.13|1.4.4|Change 1|Change 2}}&lt;br /&gt;
{{Pack format table|5|dev1=1.15 Pre-release 1|dev2=1.16 Pre-release 3|1.15|1.16.1|Added [[predicates]].}}&lt;br /&gt;
{{Pack format table|7|dev1=20w46a|dev2=1.17.1|1.17|1.17.1|The {{cmd|replaceitem}} command was replaced with {{cmd|item}}.|Rolls, {{cd|set_damage}}, and possibly other parameters in loot tables now require a valid {{cd|type}} field when using min-max for numbers.|{{cd|score}} conditions&amp;#039; {{cd|entity}} parameter was replaced with {{cd|target}}.}}&lt;br /&gt;
{{Pack format table|13|dev1=23w12a|dev2=23w14a|||NBT paths for lines of text, {{cd|GlowingText}}, and {{cd|Color}} on the front of signs are now at {{cd|front_text.messages[&amp;lt;index&amp;gt;]}}, {{cd|front_text.has_glowing_text}}, and {{cd|front_text.color}}, respectively. The relevant tags for the backs of signs are in {{cd|back_text}}.}}&lt;br /&gt;
{{Pack format table|16|dev1=23w31a|||{{cd|entity_roar}} and {{cd|entity_shake}} game events have been removed and replaced with the {{cd|entity_action}} game event.|Renamed {{cd|belowName}} value in display slot argument in scoreboard command to {{cd|below_name}}.|Added {{cd|macro}} functions.|{{cd|pack.mcmeta}} now includes an optional {{cd|supported_formats}} field and optional {{cd|overlays}} section to allow creation of packs that are compatible with multiple versions of the game.}}&lt;br /&gt;
...&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable collapsible&amp;quot; style=&amp;quot;text-align: center;&amp;quot;&lt;br /&gt;
  |+ Data pack formats&lt;br /&gt;
  |-&lt;br /&gt;
  ! rowspan=&amp;quot;2&amp;quot; | Value &lt;br /&gt;
  ! colspan=&amp;quot;2&amp;quot; | Versions&lt;br /&gt;
  ! colspan=&amp;quot;2&amp;quot; | Releases&lt;br /&gt;
  ! rowspan=&amp;quot;2&amp;quot; | Significant/Breaking Changes&lt;br /&gt;
  |-&lt;br /&gt;
  ! From !! To&lt;br /&gt;
  ! From !! To&lt;br /&gt;
  |-&lt;br /&gt;
{{Pack format table|4|dev1=17w48a|dev2=19w46b|1.13|1.4.4|Change 1|Change 2}}&lt;br /&gt;
{{Pack format table|5|dev1=1.15 Pre-release 1|dev2=1.16 Pre-release 3|1.15|1.16.1|Added [[predicates]].}}&lt;br /&gt;
{{Pack format table|7|dev1=20w46a|dev2=1.17.1|1.17|1.17.1|The {{cmd|replaceitem}} command was replaced with {{cmd|item}}.|Rolls, {{cd|set_damage}}, and possibly other parameters in loot tables now require a valid {{cd|type}} field when using min-max for numbers.|{{cd|score}} conditions&amp;#039; {{cd|entity}} parameter was replaced with {{cd|target}}.}}&lt;br /&gt;
{{Pack format table|13|dev1=23w12a|dev2=23w14a|||NBT paths for lines of text, {{cd|GlowingText}}, and {{cd|Color}} on the front of signs are now at {{cd|front_text.messages[&amp;lt;index&amp;gt;]}}, {{cd|front_text.has_glowing_text}}, and {{cd|front_text.color}}, respectively. The relevant tags for the backs of signs are in {{cd|back_text}}.}}&lt;br /&gt;
{{Pack format table|16|dev1=23w31a|||{{cd|entity_roar}} and {{cd|entity_shake}} game events have been removed and replaced with the {{cd|entity_action}} game event.|Renamed {{cd|belowName}} value in display slot argument in scoreboard command to {{cd|below_name}}.|Added {{cd|macro}} functions.|{{cd|pack.mcmeta}} now includes an optional {{cd|supported_formats}} field and optional {{cd|overlays}} section to allow creation of packs that are compatible with multiple versions of the game.}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;wikitext&amp;quot;&amp;gt;...&lt;br /&gt;
{{Pack format table|4|1.13|1.14.4|Added the initial pack format version of 4.}}&lt;br /&gt;
{{Pack format table|5|1.16.1||Added stuff.}}&lt;br /&gt;
{{Pack format table|7|1.19|upcoming=1||Added more stuff.}}&lt;br /&gt;
...&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable collapsible&amp;quot; style=&amp;quot;text-align: center;&amp;quot;&lt;br /&gt;
  |+ Data pack formats&lt;br /&gt;
  |-&lt;br /&gt;
  ! rowspan=&amp;quot;2&amp;quot; | Value &lt;br /&gt;
  ! colspan=&amp;quot;2&amp;quot; | Releases&lt;br /&gt;
  ! rowspan=&amp;quot;2&amp;quot; | Significant/Breaking Changes&lt;br /&gt;
  |-&lt;br /&gt;
  ! From !! To&lt;br /&gt;
  |-&lt;br /&gt;
{{Pack format table|4|1.13|1.14.4|Added the initial pack format version of 4.}}&lt;br /&gt;
{{Pack format table|5|1.16.1||Added stuff.}}&lt;br /&gt;
{{Pack format table|7|1.19|upcoming=1||Added more stuff.}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;includeonly&amp;gt;{{sandbox other||&lt;br /&gt;
&amp;lt;!-- Template categories/interwikis here --&amp;gt;&lt;br /&gt;
[[fr:Modèle:Tableau de format de pack]]&lt;br /&gt;
[[ja:テンプレート:Pack format]]&lt;br /&gt;
[[pt:Predefinição:Tabela de formato de pacote]]&lt;br /&gt;
[[ru:Шаблон:Таблица форматов]]&lt;br /&gt;
[[uk:Шаблон:Таблиця формату пакета]]&lt;br /&gt;
}}&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
&amp;lt;noinclude&amp;gt;&lt;br /&gt;
&amp;lt;!-- Documentation categories/interwikis here --&amp;gt;&lt;br /&gt;
[[fr:Modèle:Tableau de format de pack/doc]]&lt;br /&gt;
[[ja:テンプレート:Pack format/doc]]&lt;br /&gt;
[[pt:Predefinição:Tabela de formato de pacote/doc]]&lt;br /&gt;
[[ru:Шаблон:Таблица форматов/док]]&lt;br /&gt;
[[uk:Шаблон:Таблиця формату пакета/док]]&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>imported&gt;Sul4ur</name></author>
	</entry>
</feed>