Удалена летучья мышь и добавлена турель

This commit is contained in:
Hell13Cat
2022-02-10 21:15:54 +03:00
parent fabe3f9e2e
commit 1b613534b4
13 changed files with 281 additions and 84 deletions
@@ -0,0 +1,35 @@
{
"format_version": "1.8.0",
"minecraft:client_entity": {
"description": {
"identifier": "minecraft:blaze",
"min_engine_version": "1.8.0",
"materials": {
"body": "blaze_body",
"head": "blaze_head"
},
"textures": {
"default": "textures/entity/blaze"
},
"geometry": {
"default": "geometry.blaze"
},
"animations": {
"look_at_target": "animation.common.look_at_target",
"move": "animation.blaze.move"
},
"particle_effects": {
"charged_flames": "minecraft:mobflame_emitter"
},
"animation_controllers": [
{ "move": "controller.animation.blaze.move" },
{ "flame": "controller.animation.blaze.flame" }
],
"render_controllers": [ "controller.render.blaze" ],
"spawn_egg": {
"texture": "spawn_egg",
"texture_index": 21
}
}
}
}