With Jinxed paletted permutations instead of having to define each sprite you can just use a directory as the sprite source!
Atlas example:{
"sources": [
{
"type": "minecraft:jinxedlib_paletted_permutations",
"sources": [
{
"type": "minecraft:directory",
"prefix": "entity/decorated_pot/",
"source": "entity/decorated_pot"
}
],
"palette_key": "arts_and_crafts:color_palettes/decorated_pot/decorated_pot_palette",
"permutations": {
"black": "arts_and_crafts:color_palettes/decorated_pot/black_decorated_pot_palette",
"blue": "arts_and_crafts:color_palettes/decorated_pot/blue_decorated_pot_palette"
}
}
]
}
If you get stuck or have any problems feel free to join my Discord Server for help!