Fix particle textures

This commit is contained in:
Sollace 2020-09-22 18:13:10 +02:00
parent b312188171
commit 2672dc2206
3 changed files with 20 additions and 20 deletions

View file

@ -1,12 +1,12 @@
{ {
"textures": [ "textures": [
"minecraft:particle/generic_0", "minecraft:generic_0",
"minecraft:particle/generic_1", "minecraft:generic_1",
"minecraft:particle/generic_2", "minecraft:generic_2",
"minecraft:particle/generic_3", "minecraft:generic_3",
"minecraft:particle/generic_4", "minecraft:generic_4",
"minecraft:particle/generic_5", "minecraft:generic_5",
"minecraft:particle/generic_6", "minecraft:generic_6",
"minecraft:particle/generic_7" "minecraft:generic_7"
] ]
} }

View file

@ -1,8 +1,8 @@
{ {
"textures": [ "textures": [
"minecraft:particle/splash_0", "minecraft:splash_0",
"minecraft:particle/splash_1", "minecraft:splash_1",
"minecraft:particle/splash_2", "minecraft:splash_2",
"minecraft:particle/splash_3" "minecraft:splash_3"
] ]
} }

View file

@ -1,12 +1,12 @@
{ {
"textures": [ "textures": [
"minecraft:particle/generic_0", "minecraft:generic_0",
"minecraft:particle/generic_1", "minecraft:generic_1",
"minecraft:particle/generic_2", "minecraft:generic_2",
"minecraft:particle/generic_3", "minecraft:generic_3",
"minecraft:particle/generic_4", "minecraft:generic_4",
"minecraft:particle/generic_5", "minecraft:generic_5",
"minecraft:particle/generic_6", "minecraft:generic_6",
"minecraft:particle/generic_7" "minecraft:generic_7"
] ]
} }