<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.traincarts.net/index.php?action=history&amp;feed=atom&amp;title=TrainCarts%2FSigns%2FItems%2Fen</id>
	<title>TrainCarts/Signs/Items/en - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.traincarts.net/index.php?action=history&amp;feed=atom&amp;title=TrainCarts%2FSigns%2FItems%2Fen"/>
	<link rel="alternate" type="text/html" href="https://wiki.traincarts.net/index.php?title=TrainCarts/Signs/Items/en&amp;action=history"/>
	<updated>2026-04-08T12:34:48Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.39.13</generator>
	<entry>
		<id>https://wiki.traincarts.net/index.php?title=TrainCarts/Signs/Items/en&amp;diff=5284&amp;oldid=prev</id>
		<title>TC Bot: Updating to match new version of source page</title>
		<link rel="alternate" type="text/html" href="https://wiki.traincarts.net/index.php?title=TrainCarts/Signs/Items/en&amp;diff=5284&amp;oldid=prev"/>
		<updated>2024-09-12T12:19:44Z</updated>

		<summary type="html">&lt;p&gt;Updating to match new version of source page&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&amp;lt;languages/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Introduction ==&lt;br /&gt;
&lt;br /&gt;
You can define items on multiple signs, including transfer, crafter, switcher and detector signs. All of them use the same syntax to &amp;#039;&amp;#039;parse&amp;#039;&amp;#039; items. Items are delimited by &amp;#039;&amp;#039;&amp;#039;;&amp;#039;&amp;#039;&amp;#039;-signs and can be defined using multiple syntax rules.&lt;br /&gt;
&lt;br /&gt;
The first number, if followed up by a &amp;#039;&amp;#039;&amp;#039;space, x, or *&amp;#039;&amp;#039;&amp;#039;, defines the amount of that item. Then the name, or type, of the item is defined. This can be done using the actual name or the item index value. Finally the sub-index is defined. You can use a characteristic word for the item type. For example, when you need a certain type of wool, you can use :red. You can also define the sub-index directly.&lt;br /&gt;
&lt;br /&gt;
== Metadata ==&lt;br /&gt;
&lt;br /&gt;
Some metadata rules can be specified after $ to filter specific items. Metadata names if specified on their own checks for existence, but can be followed up by an operator &amp;lt;code&amp;gt;&amp;gt; &amp;lt; &amp;gt;= &amp;lt;= == !=&amp;lt;/code&amp;gt; to do comparisons.&lt;br /&gt;
&lt;br /&gt;
=== Examples ===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;margin:left&amp;quot;&lt;br /&gt;
! Text !! Explanation&lt;br /&gt;
|-&lt;br /&gt;
| DIAMOND_SWORD$damage==0 || An undamaged diamond sword (full durability)&lt;br /&gt;
|-bgcolor=&amp;quot;#dddddd&amp;quot;&lt;br /&gt;
| FILLED_MAP$map&amp;gt;0 || Map items with a map id greater than 0&lt;br /&gt;
|-&lt;br /&gt;
| STICK$name || Stick items that have a custom name set&lt;br /&gt;
|-bgcolor=&amp;quot;#dddddd&amp;quot;&lt;br /&gt;
| STICK$name==Sticky || Stick items with name &amp;#039;Sticky&amp;#039;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Available Rules ===&lt;br /&gt;
&lt;br /&gt;
{| cellspacing=&amp;quot;1&amp;quot; cellpadding=&amp;quot;1&amp;quot; border=&amp;quot;1&amp;quot; style=&amp;quot;height: 182px;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; | Metadata&amp;lt;br&amp;gt; &lt;br /&gt;
! scope=&amp;quot;col&amp;quot; | Explanation&amp;lt;br&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| bgcolor=&amp;quot;#cccccc&amp;quot; | damage&amp;lt;br&amp;gt; &lt;br /&gt;
| bgcolor=&amp;quot;#cccccc&amp;quot; | Damage value (swords, tools). 0 is undamaged.&lt;br /&gt;
|-&lt;br /&gt;
| name&amp;lt;br&amp;gt; &lt;br /&gt;
| Custom item name, if set&lt;br /&gt;
|-&lt;br /&gt;
| bgcolor=&amp;quot;#cccccc&amp;quot; | custom_model_data&amp;lt;br&amp;gt; &lt;br /&gt;
| bgcolor=&amp;quot;#cccccc&amp;quot; | Custom model data value&lt;br /&gt;
|-&lt;br /&gt;
| map&amp;lt;br&amp;gt; &lt;br /&gt;
| Map ID&lt;br /&gt;
|-&lt;br /&gt;
| bgcolor=&amp;quot;#cccccc&amp;quot; | -anything-&amp;lt;br&amp;gt; &lt;br /&gt;
| bgcolor=&amp;quot;#cccccc&amp;quot; | Any other names are compared with the custom NBT data of the item&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Item Shortcuts ==&lt;br /&gt;
&lt;br /&gt;
In case you need to specify a lot of items at once (but the sign lacks space for it), you can define Item Shortcuts in the &amp;#039;&amp;#039;config.yml&amp;#039;&amp;#039;. By default, shortcuts for armor, weaponry, fuel, heatable and some others are defined there.&lt;br /&gt;
&lt;br /&gt;
== Examples ==&lt;br /&gt;
&lt;br /&gt;
{| cellspacing=&amp;quot;1&amp;quot; cellpadding=&amp;quot;1&amp;quot; border=&amp;quot;1&amp;quot; style=&amp;quot;width: 300px; height: 182px;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; | Text&amp;lt;br&amp;gt; &lt;br /&gt;
! scope=&amp;quot;col&amp;quot; | Result&amp;lt;br&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| bgcolor=&amp;quot;#cccccc&amp;quot; rowspan=&amp;quot;1&amp;quot; | wood&amp;lt;br&amp;gt; &lt;br /&gt;
| bgcolor=&amp;quot;#cccccc&amp;quot; | All wood&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;1&amp;quot; | slab:1 &lt;br /&gt;
| Sandstone slab&lt;br /&gt;
|-&lt;br /&gt;
| bgcolor=&amp;quot;#cccccc&amp;quot; | 5 stone&amp;lt;br&amp;gt; &lt;br /&gt;
| bgcolor=&amp;quot;#cccccc&amp;quot; rowspan=&amp;quot;4&amp;quot; | 5 stone&amp;lt;br&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| bgcolor=&amp;quot;#cccccc&amp;quot; | 5xstone&amp;lt;br&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| bgcolor=&amp;quot;#cccccc&amp;quot; | 5Xstone&amp;lt;br&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| bgcolor=&amp;quot;#cccccc&amp;quot; | 5*stone&amp;lt;br&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| 6x5&amp;lt;br&amp;gt; &lt;br /&gt;
| 6 of type 5 (wood)&amp;lt;br&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| bgcolor=&amp;quot;#cccccc&amp;quot; | wool:red&amp;lt;br&amp;gt; &lt;br /&gt;
| bgcolor=&amp;quot;#cccccc&amp;quot; | All red wool&amp;lt;br&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| 6xstairs:stone&amp;lt;br&amp;gt; &lt;br /&gt;
| 6 stone stairs&amp;lt;br&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| bgcolor=&amp;quot;#cccccc&amp;quot; | 5*35:4&amp;lt;br&amp;gt; &lt;br /&gt;
| bgcolor=&amp;quot;#cccccc&amp;quot; | 5 yellow wool&amp;lt;br&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| 5 wool&amp;lt;br&amp;gt; &lt;br /&gt;
| 5 wool of any color&amp;lt;br&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| bgcolor=&amp;quot;#cccccc&amp;quot; | fuel&amp;lt;br&amp;gt; &lt;br /&gt;
| bgcolor=&amp;quot;#cccccc&amp;quot; | an item shortcut set in the configuration&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
For a list of item integers, see [https://minecraft.wiki/w/Java_Edition_data_values/Pre-flattening Data values]&lt;/div&gt;</summary>
		<author><name>TC Bot</name></author>
	</entry>
</feed>