<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://wiki.playstaxel.com/index.php?action=history&amp;feed=atom&amp;title=Shovelable_Component</id>
		<title>Shovelable Component - Revision history</title>
		<link rel="self" type="application/atom+xml" href="https://wiki.playstaxel.com/index.php?action=history&amp;feed=atom&amp;title=Shovelable_Component"/>
		<link rel="alternate" type="text/html" href="https://wiki.playstaxel.com/index.php?title=Shovelable_Component&amp;action=history"/>
		<updated>2026-05-23T02:29:45Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.25.2</generator>

	<entry>
		<id>https://wiki.playstaxel.com/index.php?title=Shovelable_Component&amp;diff=5612&amp;oldid=prev</id>
		<title>DeamonHunter: Initial commit.</title>
		<link rel="alternate" type="text/html" href="https://wiki.playstaxel.com/index.php?title=Shovelable_Component&amp;diff=5612&amp;oldid=prev"/>
				<updated>2017-07-19T04:24:35Z</updated>
		
		<summary type="html">&lt;p&gt;Initial commit.&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;[[Category:Component Modding]]&lt;br /&gt;
[[:Category:Component Modding]] are all optional properties that can be added to any file. Components are useful in extending the original files with even more information, such as the cost of the item or whether the block can be broken by a weapon.&lt;br /&gt;
&lt;br /&gt;
On this page, we go over the Shovel component, signified by the following;&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;quot;shovelable&amp;quot;: { }&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Shovelable components are the compliment to [[Shovel Items]]. They are used on [[Tile|Tiles]] specifically, and are used to specify that [[Shovel Items]] can break this tile.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= When and How to use =&lt;br /&gt;
Shovelable components should be used on any tile that you would want broken by an shovel. This is mostly just dirt and similar tiles.&lt;br /&gt;
&lt;br /&gt;
To create this component you would use the following;&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;quot;shovelable&amp;quot;: { }&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
There are no additional properties to the Shovelable binding itself. If you want to spawn the tile for the player you will need to use [[Spawn On Break Component]] to specify that.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Config Options =&lt;br /&gt;
There are no additional Configuration Options for this component.&lt;br /&gt;
&lt;br /&gt;
If you want the specific tile broken to spawn when it is broken however, check out [[Spawn On Break Component]].&lt;/div&gt;</summary>
		<author><name>DeamonHunter</name></author>	</entry>

	</feed>