1
0
mirror of https://github.com/GeyserMC/GeyserOptionalPack.git synced 2025-12-25 09:49:20 +00:00
Files
GeyserOptionalPack/entity/evocation_illager.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

44 lines
1.3 KiB
JSON
Executable File

{
"format_version": "1.10.0",
"minecraft:client_entity": {
"description": {
"identifier": "minecraft:evocation_illager",
"min_engine_version": "1.8.0",
"materials": {
"default": "evoker"
},
"textures": {
"default": "textures/entity/illager/evoker",
"illusioner": "textures/geyser/entity/illager/illusioner"
},
"geometry": {
"default": "geometry.evoker.v1.8"
},
"scripts": {
"scale": "0.9375",
"animate": [
"controller_general",
"controller_move"
]
},
"animations": {
"general": "animation.evoker.general",
"casting": "animation.evoker.casting",
"look_at_target": "animation.common.look_at_target",
"move": "animation.villager.move",
"celebrating": "animation.humanoid.celebrating",
"controller_general": "controller.animation.evoker.general",
"controller_move": "controller.animation.villager.move"
},
"particle_effects": {
"spell": "minecraft:evoker_spell"
},
"render_controllers": [ "controller.render.evoker" ],
"spawn_egg": {
"texture": "spawn_egg",
"texture_index": 40
}
}
}
}