<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.cobblemon.com/index.php?action=history&amp;feed=atom&amp;title=Tutorials%2FCreating_A_Particle_Effect</id>
	<title>Tutorials/Creating A Particle Effect - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.cobblemon.com/index.php?action=history&amp;feed=atom&amp;title=Tutorials%2FCreating_A_Particle_Effect"/>
	<link rel="alternate" type="text/html" href="https://wiki.cobblemon.com/index.php?title=Tutorials/Creating_A_Particle_Effect&amp;action=history"/>
	<updated>2026-05-02T17:24:03Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.39.10</generator>
	<entry>
		<id>https://wiki.cobblemon.com/index.php?title=Tutorials/Creating_A_Particle_Effect&amp;diff=5042&amp;oldid=prev</id>
		<title>Apion: Created page with &quot;Under construction, dont look &gt;:(  == Preface == This guide aims to provide a base for people who have created a particle effect in Snowstorm and want to implement it in Cobblemon as a move effect. For help creating the Snowstorm particle effect, resources such as [https://learn.microsoft.com/en-us/minecraft/creator/documents/particleeffects?view=minecraft-bedrock-stable Microsoft&#039;s Tutorial] and Snowstorm&#039;s built in documentation (accessible via the question mark icon a...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.cobblemon.com/index.php?title=Tutorials/Creating_A_Particle_Effect&amp;diff=5042&amp;oldid=prev"/>
		<updated>2024-11-14T09:47:55Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;Under construction, dont look &amp;gt;:(  == Preface == This guide aims to provide a base for people who have created a particle effect in Snowstorm and want to implement it in Cobblemon as a move effect. For help creating the Snowstorm particle effect, resources such as [https://learn.microsoft.com/en-us/minecraft/creator/documents/particleeffects?view=minecraft-bedrock-stable Microsoft&amp;#039;s Tutorial] and Snowstorm&amp;#039;s built in documentation (accessible via the question mark icon a...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;Under construction, dont look &amp;gt;:(&lt;br /&gt;
&lt;br /&gt;
== Preface ==&lt;br /&gt;
This guide aims to provide a base for people who have created a particle effect in Snowstorm and want to implement it in Cobblemon as a move effect. For help creating the Snowstorm particle effect, resources such as [https://learn.microsoft.com/en-us/minecraft/creator/documents/particleeffects?view=minecraft-bedrock-stable Microsoft&amp;#039;s Tutorial] and Snowstorm&amp;#039;s built in documentation (accessible via the question mark icon at the top right of Snowstorm) are recommended. &lt;br /&gt;
&lt;br /&gt;
== Recommended Tools ==&lt;br /&gt;
This section will list some free tools and resources that can help you format your files and folders.&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;A Text Editor&amp;#039;&amp;#039;&amp;#039; - If you are not using one already, they can be helpful for editing multiple files at once&lt;br /&gt;
** Recommendations:&lt;br /&gt;
*** Visual Studio Code - You can open your entire addon folder and access all content within. There is also a plugin to display Snowstorm in the editor. Helps you visualize the folder structure of your addon. &lt;br /&gt;
&amp;lt;/br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Getting Started ==&lt;br /&gt;
This article assumes that you already have one (or more) &amp;lt;code&amp;gt;particle.json&amp;lt;/code&amp;gt; exported from Snowstorm and a Cobblemon [[Action Effect]]. The process of adding them to a data pack is essentially drag and drop.&lt;br /&gt;
&lt;br /&gt;
== Particle Structure ==&lt;br /&gt;
=== Folder Structure ===&lt;br /&gt;
 &amp;lt;div class=&amp;quot;treeview&amp;quot;&amp;gt;&lt;br /&gt;
*&amp;#039;&amp;#039;(addon name)&amp;#039;&amp;#039;&lt;br /&gt;
** &amp;#039;&amp;#039;&amp;#039;pack.mcmeta&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
**assets&lt;br /&gt;
***cobblemon&lt;br /&gt;
****bedrock&lt;br /&gt;
*****particles&lt;br /&gt;
******moves&lt;br /&gt;
*******&amp;lt;move name&amp;gt;&lt;br /&gt;
********&amp;lt;particle_name1&amp;gt;.particle.json&lt;br /&gt;
********&amp;lt;particle_name2&amp;gt;.particle.json&lt;br /&gt;
********...&lt;br /&gt;
****textures&lt;br /&gt;
*****particle&lt;br /&gt;
******&amp;#039;&amp;#039;&amp;#039;&amp;lt;texture&amp;gt;.png&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
**data&lt;br /&gt;
***cobblemon&lt;br /&gt;
****action_effects&lt;br /&gt;
*****moves&lt;br /&gt;
******&amp;#039;&amp;#039;&amp;#039;&amp;lt;move&amp;gt;.json&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&amp;lt;/div&amp;gt;&amp;lt;/br&amp;gt;&lt;/div&gt;</summary>
		<author><name>Apion</name></author>
	</entry>
</feed>