Новый моб

This commit is contained in:
Hell13Cat
2022-02-07 22:58:00 +03:00
parent 833db291e9
commit 4e89129676
16 changed files with 489 additions and 9 deletions
@@ -0,0 +1,29 @@
{
"format_version": "1.8.0",
"minecraft:client_entity": {
"description": {
"identifier": "imoo:sfw",
"materials": {
"default": "entity",
"body_layer": "silverfish_layers"
},
"textures": {
"default": "textures/entity/imoo_sfw"
},
"geometry": {
"default": "geometry.imoo_sfw"
},
"animations": {
"move": "animation.silverfish.move"
},
"animation_controllers": [
{ "move": "controller.animation.silverfish.move" }
],
"render_controllers": [ "controller.render.silverfish" ],
"spawn_egg": {
"texture": "mw_item",
"texture_index": 2
}
}
}
}