1
0
mirror of https://github.com/GeyserMC/GeyserOptionalPack.git synced 2025-12-25 17:59:32 +00:00
Files
GeyserOptionalPack/entity/rabbit.entity.json
Kas-tle 90ba61cb20 Work around Minecraft Directory/Texture Duplicate Name Bug (#22)
* Update .gitignore

* Prepend entity to texture paths

* Update .gitignore

* Bump version
2021-07-02 11:21:57 -04:00

37 lines
1.3 KiB
JSON
Executable File

{
"format_version": "1.8.0",
"minecraft:client_entity": {
"description": {
"identifier": "minecraft:rabbit",
"min_engine_version": "1.8.0",
"materials": { "default": "rabbit" },
"textures": {
"brown": "textures/entity/rabbit/brown",
"white": "textures/entity/rabbit/white",
"black": "textures/entity/rabbit/blackrabbit",
"white_splotched": "textures/entity/rabbit/white_splotched",
"gold": "textures/entity/rabbit/gold",
"salt": "textures/entity/rabbit/salt",
"toast": "textures/entity/rabbit/toast",
"caerbannog": "textures/geyser/entity/rabbit/caerbannog"
},
"geometry": {
"default": "geometry.rabbit.v1.8"
},
"animations": {
"move": "animation.rabbit.move",
"baby_transform": "animation.rabbit.baby_transform",
"look_at_target": "animation.common.look_at_target"
},
"animation_controllers": [
{ "general": "controller.animation.rabbit.general" },
{ "baby": "controller.animation.rabbit.baby" }
],
"render_controllers": [ "controller.render.rabbit" ],
"spawn_egg": {
"texture": "spawn_egg",
"texture_index": 24
}
}
}
}