mirror of
https://github.com/GeyserMC/GeyserOptionalPack.git
synced 2025-12-22 08:19:16 +00:00
39 lines
1.0 KiB
JSON
39 lines
1.0 KiB
JSON
{
|
|
"format_version": "1.8.0",
|
|
"render_controllers": {
|
|
"controller.render.shulker": {
|
|
"arrays": {
|
|
"textures": {
|
|
"Array.variants": [
|
|
"Texture.black",
|
|
"Texture.red",
|
|
"Texture.green",
|
|
"Texture.brown",
|
|
"Texture.blue",
|
|
"Texture.purple",
|
|
"Texture.cyan",
|
|
"Texture.silver",
|
|
"Texture.gray",
|
|
"Texture.pink",
|
|
"Texture.lime",
|
|
"Texture.yellow",
|
|
"Texture.light_blue",
|
|
"Texture.magenta",
|
|
"Texture.orange",
|
|
"Texture.white",
|
|
"Texture.undyed"
|
|
]
|
|
}
|
|
},
|
|
"geometry": "Geometry.default",
|
|
"part_visibility": [
|
|
{ "*": true },
|
|
{ "lid": "!(q.is_invisible && q.is_bribed)" },
|
|
{ "base": "!(q.is_invisible && q.is_bribed)" }
|
|
],
|
|
"materials": [ { "*": "Material.default" } ],
|
|
"textures": [ "Array.variants[query.variant]" ]
|
|
}
|
|
}
|
|
}
|