{
  "formatVersion": "1.0.0",
  "identifier": "custom_tropical_fish",
  "description": "A vibrant tropical fish with flowing fins and bright colors. 6 units tall (~0.4 blocks). Perfect for aquatic mobs.",
  "textureSize": [
    32,
    32
  ],
  "textures": {
    "body_main": {
      "background": {
        "type": "gradient",
        "colors": [
          "#FF6B35",
          "#F7C59F"
        ]
      }
    },
    "body_stripe": {
      "background": {
        "type": "solid",
        "colors": [
          "#FFFFFF"
        ]
      }
    },
    "fins": {
      "background": {
        "type": "perlin_noise",
        "colors": [
          "#00CED1",
          "#20B2AA",
          "#40E0D0"
        ],
        "seed": 7001,
        "scale": 2
      }
    },
    "tail": {
      "background": {
        "type": "gradient",
        "colors": [
          "#FF1493",
          "#FF69B4"
        ]
      }
    },
    "eye": {
      "background": {
        "type": "solid",
        "colors": [
          "#000000"
        ]
      }
    }
  },
  "bones": [
    {
      "name": "body",
      "pivot": [
        0,
        3,
        0
      ],
      "cubes": [
        {
          "origin": [
            -1.5,
            1,
            -4
          ],
          "size": [
            3,
            4,
            8
          ],
          "faces": {
            "north": {
              "textureId": "body_main"
            },
            "south": {
              "textureId": "body_main"
            },
            "east": {
              "textureId": "body_main"
            },
            "west": {
              "textureId": "body_main"
            },
            "up": {
              "textureId": "body_stripe"
            },
            "down": {
              "textureId": "body_main"
            }
          }
        }
      ]
    },
    {
      "name": "tail_fin",
      "pivot": [
        0,
        3,
        4
      ],
      "cubes": [
        {
          "origin": [
            -0.5,
            0,
            4
          ],
          "size": [
            1,
            6,
            4
          ],
          "faces": {
            "north": {
              "textureId": "tail"
            },
            "south": {
              "textureId": "tail"
            },
            "east": {
              "textureId": "tail"
            },
            "west": {
              "textureId": "tail"
            },
            "up": {
              "textureId": "tail"
            },
            "down": {
              "textureId": "tail"
            }
          }
        }
      ]
    },
    {
      "name": "dorsal_fin",
      "pivot": [
        0,
        5,
        0
      ],
      "cubes": [
        {
          "origin": [
            -0.5,
            5,
            -2
          ],
          "size": [
            1,
            3,
            4
          ],
          "faces": {
            "north": {
              "textureId": "fins"
            },
            "south": {
              "textureId": "fins"
            },
            "east": {
              "textureId": "fins"
            },
            "west": {
              "textureId": "fins"
            },
            "up": {
              "textureId": "fins"
            },
            "down": {
              "textureId": "fins"
            }
          }
        }
      ]
    },
    {
      "name": "left_fin",
      "pivot": [
        -1.5,
        2,
        -1
      ],
      "rotation": [
        0,
        0,
        -30
      ],
      "cubes": [
        {
          "origin": [
            -4,
            1,
            -1
          ],
          "size": [
            2.5,
            0.5,
            2
          ],
          "faces": {
            "north": {
              "textureId": "fins"
            },
            "south": {
              "textureId": "fins"
            },
            "east": {
              "textureId": "fins"
            },
            "west": {
              "textureId": "fins"
            },
            "up": {
              "textureId": "fins"
            },
            "down": {
              "textureId": "fins"
            }
          }
        }
      ]
    },
    {
      "name": "right_fin",
      "pivot": [
        1.5,
        2,
        -1
      ],
      "rotation": [
        0,
        0,
        30
      ],
      "cubes": [
        {
          "origin": [
            1.5,
            1,
            -1
          ],
          "size": [
            2.5,
            0.5,
            2
          ],
          "faces": {
            "north": {
              "textureId": "fins"
            },
            "south": {
              "textureId": "fins"
            },
            "east": {
              "textureId": "fins"
            },
            "west": {
              "textureId": "fins"
            },
            "up": {
              "textureId": "fins"
            },
            "down": {
              "textureId": "fins"
            }
          }
        }
      ]
    }
  ],
  "category": "entity"
}