Как анимировать "сердцевину" модели моего блока?

Версия Minecraft
1.12.2
63
0
У меня есть текстурка "center1.png", в этой же папке есть файлик "center1.png.mcmeta", в которой написан код для анимации:
JSON:
{
    "animation": {
        "frametime": 4,
        "frames": [
        0,
        1,
        2,
        3,
        4,
        5,
        6,
        7,
        ]

    }

}
Сама сердцевина (внутри модели блока) на фотке снизу, так же снизу показана анимированная текстура в Blockbench (хоть там и нарисован значок "кино-ленты", в этой программе он почему-то не показывает анимацию на модели блока).
 

Вложения

  • Screenshot_1.png
    Screenshot_1.png
    596.1 KB · Просмотры: 25
  • center1.png
    center1.png
    2.4 KB · Просмотры: 27
  • 1535395674772.png
    1535395674772.png
    57.4 KB · Просмотры: 32
Решение
63
0
@Liahim можешь пожалуйста проверить модель блока, она в папке models/block/tesseract, правильно ли я написал тут?)
JSON:
{
    "textures": {
        "0": "fg:blocks/obvodka",
        "1": "fg:blocks/steklo",
        "2": "fg:blocks/center1",
        "particle": "fg:blocks/steklo"
    },
    "elements": [
        {
            "from": [13, 13, 3],
            "to": [14, 14, 13],
            "faces": {
                "north": {"uv": [0, 0, 1, 16], "texture": "#0"},
                "east": {"uv": [0, 0, 1, 16], "texture": "#0"},
                "south": {"uv": [0, 0, 1, 16], "texture": "#0"},
                "west": {"uv": [0, 0, 1, 16], "texture": "#0"},
                "up": {"uv": [0, 0, 16, 1], "texture": "#0"},
                "down": {"uv": [0, 0, 16, 1], "texture": "#0"}
            }
        },
        {
            "from": [13, 2, 3],
            "to": [14, 3, 13],
            "faces": {
                "north": {"uv": [0, 0, 1, 16], "texture": "#0"},
                "east": {"uv": [0, 0, 1, 16], "texture": "#0"},
                "south": {"uv": [0, 0, 1, 16], "texture": "#0"},
                "west": {"uv": [0, 0, 1, 16], "texture": "#0"},
                "up": {"uv": [0, 0, 16, 1], "texture": "#0"},
                "down": {"uv": [0, 0, 16, 1], "texture": "#0"}
            }
        },
        {
            "from": [2, 13, 3],
            "to": [3, 14, 13],
            "faces": {
                "north": {"uv": [0, 0, 1, 16], "texture": "#0"},
                "east": {"uv": [0, 0, 1, 16], "texture": "#0"},
                "south": {"uv": [0, 0, 1, 16], "texture": "#0"},
                "west": {"uv": [0, 0, 1, 16], "texture": "#0"},
                "up": {"uv": [0, 0, 16, 1], "texture": "#0"},
                "down": {"uv": [0, 0, 16, 1], "texture": "#0"}
            }
        },
        {
            "from": [2, 2, 3],
            "to": [3, 3, 13],
            "faces": {
                "north": {"uv": [0, 0, 1, 16], "texture": "#0"},
                "east": {"uv": [0, 0, 1, 16], "texture": "#0"},
                "south": {"uv": [0, 0, 1, 16], "texture": "#0"},
                "west": {"uv": [0, 0, 1, 16], "texture": "#0"},
                "up": {"uv": [0, 0, 16, 1], "texture": "#0"},
                "down": {"uv": [0, 0, 16, 1], "texture": "#0"}
            }
        },
        {
            "from": [3, 13, 13],
            "to": [13, 14, 14],
            "faces": {
                "north": {"uv": [0, 0, 1, 16], "texture": "#0"},
                "east": {"uv": [0, 0, 1, 16], "texture": "#0"},
                "south": {"uv": [0, 0, 1, 16], "texture": "#0"},
                "west": {"uv": [0, 0, 1, 16], "texture": "#0"},
                "up": {"uv": [0, 0, 1, 16], "texture": "#0"},
                "down": {"uv": [0, 0, 1, 16], "texture": "#0"}
            }
        },
        {
            "from": [3, 2, 13],
            "to": [13, 3, 14],
            "faces": {
                "north": {"uv": [0, 0, 1, 16], "texture": "#0"},
                "east": {"uv": [0, 0, 1, 16], "texture": "#0"},
                "south": {"uv": [0, 0, 1, 16], "texture": "#0"},
                "west": {"uv": [0, 0, 1, 16], "texture": "#0"},
                "up": {"uv": [0, 0, 1, 16], "texture": "#0"},
                "down": {"uv": [0, 0, 1, 16], "texture": "#0"}
            }
        },
        {
            "from": [3, 13, 2],
            "to": [13, 14, 3],
            "faces": {
                "north": {"uv": [0, 0, 1, 16], "texture": "#0"},
                "east": {"uv": [0, 0, 1, 16], "texture": "#0"},
                "south": {"uv": [0, 0, 1, 16], "texture": "#0"},
                "west": {"uv": [0, 0, 1, 16], "texture": "#0"},
                "up": {"uv": [0, 0, 1, 16], "texture": "#0"},
                "down": {"uv": [0, 0, 1, 16], "texture": "#0"}
            }
        },
        {
            "from": [3, 2, 2],
            "to": [13, 3, 3],
            "faces": {
                "north": {"uv": [0, 0, 1, 16], "texture": "#0"},
                "east": {"uv": [0, 0, 1, 16], "texture": "#0"},
                "south": {"uv": [0, 0, 1, 16], "texture": "#0"},
                "west": {"uv": [0, 0, 1, 16], "texture": "#0"},
                "up": {"uv": [0, 0, 1, 16], "texture": "#0"},
                "down": {"uv": [0, 0, 1, 16], "texture": "#0"}
            }
        },
        {
            "from": [13, 2, 2],
            "to": [14, 14, 3],
            "faces": {
                "north": {"uv": [0, 0, 16, 1], "texture": "#0"},
                "east": {"uv": [0, 0, 16, 1], "texture": "#0"},
                "south": {"uv": [0, 0, 16, 1], "texture": "#0"},
                "west": {"uv": [0, 0, 16, 1], "texture": "#0"},
                "up": {"uv": [0, 0, 16, 1], "texture": "#0"},
                "down": {"uv": [0, 0, 1, 16], "texture": "#0"}
            }
        },
        {
            "from": [13, 2, 13],
            "to": [14, 14, 14],
            "faces": {
                "north": {"uv": [0, 0, 16, 1], "texture": "#0"},
                "east": {"uv": [0, 0, 16, 1], "texture": "#0"},
                "south": {"uv": [0, 0, 16, 1], "texture": "#0"},
                "west": {"uv": [0, 0, 16, 1], "texture": "#0"},
                "up": {"uv": [0, 0, 16, 1], "texture": "#0"},
                "down": {"uv": [0, 0, 1, 16], "texture": "#0"}
            }
        },
        {
            "from": [2, 2, 13],
            "to": [3, 14, 14],
            "faces": {
                "north": {"uv": [0, 0, 16, 1], "texture": "#0"},
                "east": {"uv": [0, 0, 16, 1], "texture": "#0"},
                "south": {"uv": [0, 0, 16, 1], "texture": "#0"},
                "west": {"uv": [0, 0, 16, 1], "texture": "#0"},
                "up": {"uv": [0, 0, 16, 1], "texture": "#0"},
                "down": {"uv": [0, 0, 1, 16], "texture": "#0"}
            }
        },
        {
            "from": [2, 2, 2],
            "to": [3, 14, 3],
            "faces": {
                "north": {"uv": [0, 0, 16, 1], "texture": "#0"},
                "east": {"uv": [0, 0, 16, 1], "texture": "#0"},
                "south": {"uv": [0, 0, 16, 1], "texture": "#0"},
                "west": {"uv": [0, 0, 16, 1], "texture": "#0"},
                "up": {"uv": [0, 0, 16, 1], "texture": "#0"},
                "down": {"uv": [0, 0, 1, 16], "texture": "#0"}
            }
        },
        {
            "from": [6, 6, 6],
            "to": [10, 10, 10],
            "faces": {
                "north": {"uv": [0, 0, 16, 16], "texture": "#2"},
                "east": {"uv": [0, 0, 16, 16], "texture": "#2"},
                "south": {"uv": [0, 0, 16, 16], "texture": "#2"},
                "west": {"uv": [0, 0, 16, 16], "texture": "#2"},
                "up": {"uv": [0, 0, 16, 16], "texture": "#2"},
                "down": {"uv": [0, 0, 16, 16], "texture": "#2"}
            }
        },
        {
            "from": [10, 7, 7],
            "to": [11, 9, 9],
            "faces": {
                "north": {"uv": [0, 0, 16, 16], "texture": "#2"},
                "east": {"uv": [0, 0, 16, 16], "texture": "#2"},
                "south": {"uv": [0, 0, 16, 16], "texture": "#2"},
                "west": {"uv": [0, 0, 16, 16], "texture": "#2"},
                "up": {"uv": [0, 0, 16, 16], "texture": "#2"},
                "down": {"uv": [0, 0, 16, 16], "texture": "#2"}
            }
        },
        {
            "from": [5, 7, 7],
            "to": [6, 9, 9],
            "faces": {
                "north": {"uv": [0, 0, 16, 16], "texture": "#2"},
                "east": {"uv": [0, 0, 16, 16], "texture": "#2"},
                "south": {"uv": [0, 0, 16, 16], "texture": "#2"},
                "west": {"uv": [0, 0, 16, 16], "texture": "#2"},
                "up": {"uv": [0, 0, 16, 16], "texture": "#2"},
                "down": {"uv": [0, 0, 16, 16], "texture": "#2"}
            }
        },
        {
            "from": [7, 7, 5],
            "to": [9, 9, 6],
            "faces": {
                "north": {"uv": [0, 0, 16, 16], "texture": "#2"},
                "east": {"uv": [0, 0, 16, 16], "texture": "#2"},
                "south": {"uv": [0, 0, 16, 16], "texture": "#2"},
                "west": {"uv": [0, 0, 16, 16], "texture": "#2"},
                "up": {"uv": [0, 0, 16, 16], "texture": "#2"},
                "down": {"uv": [0, 0, 16, 16], "texture": "#2"}
            }
        },
        {
            "from": [7, 7, 10],
            "to": [9, 9, 11],
            "faces": {
                "north": {"uv": [0, 0, 16, 16], "texture": "#2"},
                "east": {"uv": [0, 0, 16, 16], "texture": "#2"},
                "south": {"uv": [0, 0, 16, 16], "texture": "#2"},
                "west": {"uv": [0, 0, 16, 16], "texture": "#2"},
                "up": {"uv": [0, 0, 16, 16], "texture": "#2"},
                "down": {"uv": [0, 0, 16, 16], "texture": "#2"}
            }
        },
        {
            "from": [7, 10, 7],
            "to": [9, 11, 9],
            "faces": {
                "north": {"uv": [0, 0, 16, 16], "texture": "#2"},
                "east": {"uv": [0, 0, 16, 16], "texture": "#2"},
                "south": {"uv": [0, 0, 16, 16], "texture": "#2"},
                "west": {"uv": [0, 0, 16, 16], "texture": "#2"},
                "up": {"uv": [0, 0, 16, 16], "texture": "#2"},
                "down": {"uv": [0, 0, 16, 16], "texture": "#2"}
            }
        },
        {
            "from": [7, 5, 7],
            "to": [9, 6, 9],
            "faces": {
                "north": {"uv": [0, 0, 16, 16], "texture": "#2"},
                "east": {"uv": [0, 0, 16, 16], "texture": "#2"},
                "south": {"uv": [0, 0, 16, 16], "texture": "#2"},
                "west": {"uv": [0, 0, 16, 16], "texture": "#2"},
                "up": {"uv": [0, 0, 16, 16], "texture": "#2"},
                "down": {"uv": [0, 0, 16, 16], "texture": "#2"}
            }
        },
        {
            "from": [3, 13, 3],
            "to": [13, 14, 13],
            "faces": {
                "north": {"uv": [1.33313, 1.33313, 14.66646, 2.66646], "texture": "#1"},
                "east": {"uv": [1.33313, 1.33313, 14.66646, 2.66646], "texture": "#1"},
                "south": {"uv": [1.33313, 1.33313, 14.66646, 2.66646], "texture": "#1"},
                "west": {"uv": [1.33313, 1.33313, 14.66646, 2.66646], "texture": "#1"},
                "up": {"uv": [1.33313, 1.33313, 14.66646, 14.66646], "texture": "#1"},
                "down": {"uv": [1.33313, 1.33313, 14.66646, 14.66646], "texture": "#1"}
            }
        },
        {
            "from": [3, 2, 3],
            "to": [13, 3, 13],
            "faces": {
                "north": {"uv": [1.33313, 1.33313, 14.66646, 2.66646], "texture": "#1"},
                "east": {"uv": [1.33313, 1.33313, 14.66646, 2.66646], "texture": "#1"},
                "south": {"uv": [1.33313, 1.33313, 14.66646, 2.66646], "texture": "#1"},
                "west": {"uv": [1.33313, 1.33313, 14.66646, 2.66646], "texture": "#1"},
                "up": {"uv": [1.33313, 1.33313, 14.66646, 14.66646], "texture": "#1"},
                "down": {"uv": [1.33313, 1.33313, 14.66646, 14.66646], "texture": "#1"}
            }
        },
        {
            "from": [13, 4, 3],
            "to": [14, 14, 13],
            "faces": {
                "north": {"uv": [2.66646, 1.33313, 1.33313, 14.66646], "texture": "#1"},
                "east": {"uv": [14.66646, 1.33313, 1.33313, 14.66646], "texture": "#1"},
                "south": {"uv": [2.66646, 1.33313, 1.33313, 14.66646], "texture": "#1"},
                "west": {"uv": [14.66646, 1.33313, 1.33313, 14.66646], "texture": "#1"},
                "up": {"uv": [2.66646, 1.33313, 1.33313, 14.66646], "texture": "#1"},
                "down": {"uv": [2.66646, 1.33313, 1.33313, 14.66646], "texture": "#1"}
            }
        },
        {
            "from": [3, 3, 13],
            "to": [13, 13, 14],
            "faces": {
                "north": {"uv": [1.33313, 1.33313, 14.66646, 14.66646], "texture": "#1"},
                "east": {"uv": [1.33313, 1.33313, 2.66646, 14.66646], "texture": "#1"},
                "south": {"uv": [1.33313, 1.33313, 14.66646, 14.66646], "texture": "#1"},
                "west": {"uv": [1.33313, 1.33313, 2.66646, 14.66646], "texture": "#1"},
                "up": {"uv": [1.33313, 1.33313, 14.66646, 2.66646], "texture": "#1"},
                "down": {"uv": [1.33313, 1.33313, 14.66646, 2.66646], "texture": "#1"}
            }
        },
        {
            "from": [3, 3, 2],
            "to": [13, 13, 3],
            "faces": {
                "north": {"uv": [1.33313, 1.33313, 14.66646, 14.66646], "texture": "#1"},
                "east": {"uv": [1.33313, 1.33313, 2.66646, 14.66646], "texture": "#1"},
                "south": {"uv": [1.33313, 1.33313, 14.66646, 14.66646], "texture": "#1"},
                "west": {"uv": [1.33313, 1.33313, 2.66646, 14.66646], "texture": "#1"},
                "up": {"uv": [1.33313, 1.33313, 14.66646, 2.66646], "texture": "#1"},
                "down": {"uv": [1.33313, 1.33313, 14.66646, 2.66646], "texture": "#1"}
            }
        },
        {
            "from": [13, 3, 3],
            "to": [14, 13, 13],
            "faces": {
                "north": {"uv": [1.33313, 1.33313, 2.66646, 14.66646], "texture": "#1"},
                "east": {"uv": [1.33313, 1.33313, 14.66646, 14.66646], "texture": "#1"},
                "south": {"uv": [1.33313, 1.33313, 2.66646, 14.66646], "texture": "#1"},
                "west": {"uv": [1.33313, 1.33313, 14.66646, 14.66646], "texture": "#1"},
                "up": {"uv": [1.33313, 1.33313, 2.66646, 14.66646], "texture": "#1"},
                "down": {"uv": [1.33313, 1.33313, 2.66646, 14.66646], "texture": "#1"}
            }
        }
    ],
    "display": {
        "thirdperson_righthand": {
            "scale": [0.5, 0.5, 0.5],
            "translation": [0, -2, -3],
            "rotation": [0, 0, 0]
        },
        "gui": {
            "translation": [0, 0, 0],
            "rotation": [10, 10, -5]
        },
        "ground": {
            "scale": [0.5, 0.5, 0.5]
        },
        "head": {
            "scale": [1.225, 1.225, 1.225],
            "translation": [0, 14, 0]
        },
        "firstperson_lefthand": {
            "scale": [0.5, 0.5, 0.25],
            "translation": [2, 1, 0]
        },
        "firstperson_righthand": {
            "scale": [0.5, 0.5, 0.3],
            "translation": [1, 0, 0]
        },
        "thirdperson_lefthand": {
            "scale": [0.5, 0.5, 0.5],
            "translation": [0, -2, -3]
        }
    }
}
 

Вложения

  • 1535402711963.png
    1535402711963.png
    37.1 KB · Просмотры: 20
2,932
44
598
Сверху