Fix missing starfish particles

This commit is contained in:
Motschen
2021-02-08 16:21:12 +01:00
parent 5616e19b21
commit a2a834790c
3 changed files with 6 additions and 3 deletions

View File

@@ -1,7 +1,8 @@
{ {
"credit": "made by Motschen", "credit": "made by Motschen",
"textures": { "textures": {
"0": "rocks:block/starfish_orange" "0": "rocks:block/starfish_orange",
"particle": "rocks:block/starfish_orange"
}, },
"elements": [ "elements": [
{ {

View File

@@ -1,7 +1,8 @@
{ {
"credit": "made by Motschen", "credit": "made by Motschen",
"textures": { "textures": {
"0": "rocks:block/starfish_pink" "0": "rocks:block/starfish_pink",
"particle": "rocks:block/starfish_pink"
}, },
"elements": [ "elements": [
{ {

View File

@@ -1,7 +1,8 @@
{ {
"credit": "made by Motschen", "credit": "made by Motschen",
"textures": { "textures": {
"0": "rocks:block/starfish_red" "0": "rocks:block/starfish_red",
"particle": "rocks:block/starfish_red"
}, },
"elements": [ "elements": [
{ {