1
0
mirror of https://github.com/GeyserMC/GeyserOptionalPack.git synced 2025-12-29 03:39:22 +00:00

Add Killer Bunny (#7)

This commit is contained in:
Kas-tle
2021-03-06 21:10:13 -08:00
committed by GitHub
parent 19d9dffe1b
commit a6bd64e686
7 changed files with 105 additions and 7 deletions

View File

@@ -0,0 +1,28 @@
{
"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])"
]
}
}
}