Skip to content

Commit

Permalink
Fix missing starfish particles
Browse files Browse the repository at this point in the history
  • Loading branch information
Motschen committed Feb 8, 2021
1 parent 5616e19 commit a2a8347
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"credit": "made by Motschen",
"textures": {
"0": "rocks:block/starfish_orange"
"0": "rocks:block/starfish_orange",
"particle": "rocks:block/starfish_orange"
},
"elements": [
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"credit": "made by Motschen",
"textures": {
"0": "rocks:block/starfish_pink"
"0": "rocks:block/starfish_pink",
"particle": "rocks:block/starfish_pink"
},
"elements": [
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"credit": "made by Motschen",
"textures": {
"0": "rocks:block/starfish_red"
"0": "rocks:block/starfish_red",
"particle": "rocks:block/starfish_red"
},
"elements": [
{
Expand Down

0 comments on commit a2a8347

Please sign in to comment.