Добавлена турель в ресурспак

This commit is contained in:
Hell13Cat
2022-02-10 21:25:05 +03:00
parent a2a494c54f
commit 6d1168cb60
7 changed files with 8 additions and 143 deletions
+5 -5
View File
@@ -2,17 +2,17 @@
"format_version": "1.8.0",
"minecraft:client_entity": {
"description": {
"identifier": "minecraft:blaze",
"identifier": "imoo:turel",
"min_engine_version": "1.8.0",
"materials": {
"body": "blaze_body",
"head": "blaze_head"
},
"textures": {
"default": "textures/entity/blaze"
"default": "textures/entity/imoo_turel"
},
"geometry": {
"default": "geometry.blaze"
"default": "geometry.imoo_turel"
},
"animations": {
"look_at_target": "animation.common.look_at_target",
@@ -27,8 +27,8 @@
],
"render_controllers": [ "controller.render.blaze" ],
"spawn_egg": {
"texture": "spawn_egg",
"texture_index": 21
"texture": "mw_item",
"texture_index": 3
}
}
}