Skip to content

Commit

Permalink
Included blocks.json atlas for armor trims in case some kind of autom…
Browse files Browse the repository at this point in the history
…ated compatibility is added in the future
  • Loading branch information
Forstride committed Jan 9, 2024
1 parent 0f31618 commit 382d896
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions src/main/resources/assets/minecraft/atlases/blocks.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"sources": [
{
"type": "paletted_permutations",
"textures": [
"trims/items/leggings_trim",
"trims/items/chestplate_trim",
"trims/items/helmet_trim",
"trims/items/boots_trim"
],
"palette_key": "trims/color_palettes/trim_palette",
"permutations": {
"rose_quartz": "biomesoplenty:trims/color_palettes/rose_quartz",
"glowworm_silk": "biomesoplenty:trims/color_palettes/glowworm_silk"
}
}
]
}

0 comments on commit 382d896

Please sign in to comment.