diff options
| author | 2024-01-20 02:25:44 +0200 | |
|---|---|---|
| committer | 2024-01-20 02:25:44 +0200 | |
| commit | 88e4e8852a5f1c33794abe430411b73c3ade507a (patch) | |
| tree | b8a46554b8963269fbbbe5df21122513a5b87228 /assets/minecraft/particles | |
| download | faithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.tar.gz faithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.tar.xz faithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.zip | |
Initial import
Diffstat (limited to 'assets/minecraft/particles')
| -rwxr-xr-x | assets/minecraft/particles/ash.json | 5 | ||||
| -rwxr-xr-x | assets/minecraft/particles/crimson_spore.json | 1 | ||||
| -rwxr-xr-x | assets/minecraft/particles/dragon_breath.json | 5 | ||||
| -rwxr-xr-x | assets/minecraft/particles/glow.json | 6 | ||||
| -rwxr-xr-x | assets/minecraft/particles/mycelium.json | 1 | ||||
| -rwxr-xr-x | assets/minecraft/particles/portal.json | 1 | ||||
| -rwxr-xr-x | assets/minecraft/particles/squid_ink.json | 1 | ||||
| -rwxr-xr-x | assets/minecraft/particles/underwater.json | 1 | ||||
| -rwxr-xr-x | assets/minecraft/particles/warped_spore.json | 1 | ||||
| -rwxr-xr-x | assets/minecraft/particles/white_ash.json | 5 |
10 files changed, 27 insertions, 0 deletions
diff --git a/assets/minecraft/particles/ash.json b/assets/minecraft/particles/ash.json new file mode 100755 index 00000000..e0df22e8 --- /dev/null +++ b/assets/minecraft/particles/ash.json | |||
| @@ -0,0 +1,5 @@ | |||
| 1 | { | ||
| 2 | "textures": [ | ||
| 3 | "minecraft:soul_dust" | ||
| 4 | ] | ||
| 5 | } | ||
diff --git a/assets/minecraft/particles/crimson_spore.json b/assets/minecraft/particles/crimson_spore.json new file mode 100755 index 00000000..2ea056ba --- /dev/null +++ b/assets/minecraft/particles/crimson_spore.json | |||
| @@ -0,0 +1 @@ | |||
| {"textures":["minecraft:crimson_spore"]} \ No newline at end of file | |||
diff --git a/assets/minecraft/particles/dragon_breath.json b/assets/minecraft/particles/dragon_breath.json new file mode 100755 index 00000000..5e1ebb0f --- /dev/null +++ b/assets/minecraft/particles/dragon_breath.json | |||
| @@ -0,0 +1,5 @@ | |||
| 1 | { | ||
| 2 | "textures": [ | ||
| 3 | "minecraft:dragon_breath_0" | ||
| 4 | ] | ||
| 5 | } \ No newline at end of file | ||
diff --git a/assets/minecraft/particles/glow.json b/assets/minecraft/particles/glow.json new file mode 100755 index 00000000..6d7a320c --- /dev/null +++ b/assets/minecraft/particles/glow.json | |||
| @@ -0,0 +1,6 @@ | |||
| 1 | { | ||
| 2 | "textures": [ | ||
| 3 | "minecraft:glow", | ||
| 4 | "minecraft:glow2" | ||
| 5 | ] | ||
| 6 | } \ No newline at end of file | ||
diff --git a/assets/minecraft/particles/mycelium.json b/assets/minecraft/particles/mycelium.json new file mode 100755 index 00000000..ab5eacc9 --- /dev/null +++ b/assets/minecraft/particles/mycelium.json | |||
| @@ -0,0 +1 @@ | |||
| {"textures":["minecraft:mycelium_0","minecraft:mycelium_1","minecraft:mycelium_2"]} \ No newline at end of file | |||
diff --git a/assets/minecraft/particles/portal.json b/assets/minecraft/particles/portal.json new file mode 100755 index 00000000..dfdf9ed8 --- /dev/null +++ b/assets/minecraft/particles/portal.json | |||
| @@ -0,0 +1 @@ | |||
| {"textures":["minecraft:portal_0","minecraft:portal_1","minecraft:portal_2","minecraft:portal_3","minecraft:portal_4","minecraft:portal_5"]} \ No newline at end of file | |||
diff --git a/assets/minecraft/particles/squid_ink.json b/assets/minecraft/particles/squid_ink.json new file mode 100755 index 00000000..00dbf6b1 --- /dev/null +++ b/assets/minecraft/particles/squid_ink.json | |||
| @@ -0,0 +1 @@ | |||
| {"textures":["minecraft:squid_ink_0","minecraft:squid_ink_1","minecraft:squid_ink_2","minecraft:squid_ink_3"]} \ No newline at end of file | |||
diff --git a/assets/minecraft/particles/underwater.json b/assets/minecraft/particles/underwater.json new file mode 100755 index 00000000..d29bf6f5 --- /dev/null +++ b/assets/minecraft/particles/underwater.json | |||
| @@ -0,0 +1 @@ | |||
| {"textures":["minecraft:underwater","minecraft:underwater2"]} \ No newline at end of file | |||
diff --git a/assets/minecraft/particles/warped_spore.json b/assets/minecraft/particles/warped_spore.json new file mode 100755 index 00000000..670ca9bd --- /dev/null +++ b/assets/minecraft/particles/warped_spore.json | |||
| @@ -0,0 +1 @@ | |||
| {"textures":["minecraft:warped_spore"]} \ No newline at end of file | |||
diff --git a/assets/minecraft/particles/white_ash.json b/assets/minecraft/particles/white_ash.json new file mode 100755 index 00000000..5590ac4d --- /dev/null +++ b/assets/minecraft/particles/white_ash.json | |||
| @@ -0,0 +1,5 @@ | |||
| 1 | { | ||
| 2 | "textures": [ | ||
| 3 | "minecraft:generic_0" | ||
| 4 | ] | ||
| 5 | } | ||