mirror of
https://github.com/GeyserMC/GeyserOptionalPack.git
synced 2025-12-23 16:59:21 +00:00
28 lines
668 B
JSON
Executable File
28 lines
668 B
JSON
Executable File
{
|
|
"format_version": "1.8.0",
|
|
"render_controllers": {
|
|
"controller.render.rabbit": {
|
|
"arrays": {
|
|
"textures": {
|
|
"Array.skins": [
|
|
"Texture.brown",
|
|
"Texture.white",
|
|
"Texture.black",
|
|
"Texture.white_splotched",
|
|
"Texture.gold",
|
|
"Texture.salt"
|
|
]
|
|
}
|
|
},
|
|
"geometry": "Geometry.default",
|
|
"materials": [
|
|
{
|
|
"*": "Material.default"
|
|
}
|
|
],
|
|
"textures": [
|
|
"q.get_name == 'Toast' ? Texture.toast : (q.is_bribed ? Texture.caerbannog : Array.skins[q.variant])"
|
|
]
|
|
}
|
|
}
|
|
} |