From 382d896fdd6523fec3f26a6479d6b06703f1c148 Mon Sep 17 00:00:00 2001 From: Forstride Date: Tue, 9 Jan 2024 10:04:10 -0500 Subject: [PATCH] Included blocks.json atlas for armor trims in case some kind of automated compatibility is added in the future --- .../assets/minecraft/atlases/blocks.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 src/main/resources/assets/minecraft/atlases/blocks.json diff --git a/src/main/resources/assets/minecraft/atlases/blocks.json b/src/main/resources/assets/minecraft/atlases/blocks.json new file mode 100644 index 000000000..7bfaf1e39 --- /dev/null +++ b/src/main/resources/assets/minecraft/atlases/blocks.json @@ -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" + } + } + ] +}