1. Этот сайт использует файлы cookie. Продолжая пользоваться данным сайтом, Вы соглашаетесь на использование нами Ваших файлов cookie. Узнать больше.
  2. Вы находитесь в сообществе Rubukkit. Мы - администраторы серверов Minecraft, разрабатываем собственные плагины и переводим на различные языки плагины наших коллег из других стран.
    Скрыть объявление
Скрыть объявление
В преддверии глобального обновления, мы проводим исследования, которые помогут нам сделать опыт пользования форумом ещё удобнее. Помогите нам, примите участие!

Мод [Кодинг] Добавление .json модели

Тема в разделе "Модификации клиента", создана пользователем MrZipner, 29 сен 2015.

  1. Автор темы
    MrZipner

    MrZipner Активный участник Пользователь

    Баллы:
    78
    В одном видео увидел как с помощью ресурс пака в игру добавили модельки самолетов. Сама моделька в .json формате, я редактировать эти модели умею, но не знаю как добавить их в игру. Можно ли как то присвоить своему блоку 3D текстуру в формате .json. Если можно, то как?
     
  2. Yuri1.6

    Yuri1.6 Старожил Пользователь

    Баллы:
    123
    Skype:
    Yuri1.6
    Имя в Minecraft:
    YouTy6bl4
    Собсно их надо добавлять в текстур паки, в папку models
    Кстати об 3d моделях, у кого нибудь кубик последней версии есть?(Деньги то у меня есть, а вот карточки...)
     
  3. Автор темы
    MrZipner

    MrZipner Активный участник Пользователь

    Баллы:
    78
    У меня почему то когда я ставлю блок, он у меня с обычной не 3д текстурой. На других ресурс паках всё норм
     
  4. Yuri1.6

    Yuri1.6 Старожил Пользователь

    Баллы:
    123
    Skype:
    Yuri1.6
    Имя в Minecraft:
    YouTy6bl4
    Json не правильно настроил, текстуру не указал или ещё что то.
     
  5. Автор темы
    MrZipner

    MrZipner Активный участник Пользователь

    Баллы:
    78
    У меня есть json моделька для итема, я не знаю как сделать json для блока.

    Код:
    {
        "textures": {
            "top": "blocks/A",
            "bottom": "blocks/B",
            "middle1": "blocks/C",
            "middle2": "blocks/D",
            "middle3": "blocks/E",
            "middle4": "blocks/I"
        },
        "elements": [
            {
                "from": [ -16, -16, -16 ],
                "to": [ 32, 32, 32 ],
                "faces": {
                    "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#top" },
                    "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#bottom" },
                    "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#middle3" },
                    "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#middle2" },
                    "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#middle4" },
                    "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#middle1" }
                }
            }
        ],
        "display": {
            "head": {
                "rotation": [ 0, 0, 0 ],
                "translation": [ 0, 0, 0 ],
                "scale": [ 7, 7, 7 ]
            }
        }
    }
     
  6. Yuri1.6

    Yuri1.6 Старожил Пользователь

    Баллы:
    123
    Skype:
    Yuri1.6
    Имя в Minecraft:
    YouTy6bl4
    Код:
    {
    "textures": {
        "down": "blocks/furnace_top",
        "up": "blocks/furnace_side",
        "north": "blocks/furnace_front_on",
        "south": "blocks/coal_block",
        "particle": "blocks/furnace_front_off"
    },
    "elements": [ 
    {
        "from": [ 10, 6, 0.5 ],
        "to": [ 13, 7, 8 ],
        "faces": {
            "down":  { "uv": [ 10, 8, 13, 0.5 ], "texture": "#down" },
            "north": { "uv": [ 3, 9, 6, 10 ], "texture": "#north" },
            "west":  { "uv": [ 0.5, 9, 8, 10 ], "texture": "#up" }
        }
    },
    {
        "from": [ 12, 5, 0.5 ],
        "to": [ 13, 6, 8 ],
        "faces": {
            "down":  { "uv": [ 12, 8, 13, 0.5 ], "texture": "#down" },
            "north": { "uv": [ 3, 10, 4, 11 ], "texture": "#north" },
            "west":  { "uv": [ 0.5, 10, 8, 11 ], "texture": "#up" }
        }
    },
    {
        "from": [ 3, 6, 0.5 ],
        "to": [ 6, 7, 8 ],
        "faces": {
            "down":  { "uv": [ 3, 8, 6, 0.5 ], "texture": "#down" },
            "north": { "uv": [ 10, 9, 13, 10 ], "texture": "#north" },
            "east":  { "uv": [ 8, 9, 15.5, 10 ], "texture": "#up" }
        }
    },
    {
        "from": [ 3, 5, 0.5 ],
        "to": [ 4, 6, 8 ],
        "faces": {
            "down":  { "uv": [ 3, 8, 4, 0.5 ], "texture": "#down" },
            "north": { "uv": [ 12, 10, 13, 11 ], "texture": "#north" },
            "east":  { "uv": [ 8, 10, 15.5, 11 ], "texture": "#up" }
        }
    },
    {
        "from": [ 4, 11, 0.5 ],
        "to": [ 5, 12, 8 ],
        "faces": {
            "down":  { "uv": [ 4, 8, 5, 0.5 ], "texture": "#down" },
            "north": { "uv": [ 11, 4, 12, 5 ], "texture": "#north" },
            "south": { "uv": [ 4, 4, 5, 5 ], "texture": "#up" },
            "east":  { "uv": [ 8, 4, 15.5, 5 ], "texture": "#up" }
        }
    },
    {
        "from": [ 11, 11, 0.5 ],
        "to": [ 12, 12, 8 ],
        "faces": {
            "down":  { "uv": [ 11, 8, 12, 0.5 ], "texture": "#down" },
            "north": { "uv": [ 4, 4, 5, 5 ], "texture": "#north" },
            "south": { "uv": [ 11, 4, 12, 5 ], "texture": "#up" },
            "west":  { "uv": [ 0.5, 4, 8, 5 ], "texture": "#up" }
        }
    },
    {
        "from": [ 3, 2, 8 ],
        "to": [ 13, 7, 15.5 ],
        "faces": {
            "north": { "uv": [ 3, 3, 13, 8 ], "texture": "#north" },
            "south": { "uv": [ 3, 9, 13, 14 ], "texture": "#up" }
        }
    },
    {
        "from": [ 0.5, 2, 0.5 ],
        "to": [ 3, 7, 15.5 ],
        "faces": {
            "north": { "uv": [ 13, 9, 15.5, 14 ], "texture": "#north" },
            "south": { "uv": [ 0.5, 9, 3, 14 ], "texture": "#up" },
            "west":  { "uv": [ 0.5, 9, 15.5, 14 ], "texture": "#up" },
            "east":  { "uv": [ 0.5, 9, 15.5, 14 ], "texture": "#up" }
        }
    },
    {
        "from": [ 13, 2, 0.5 ],
        "to": [ 15.5, 7, 15.5 ],
        "faces": {
            "north": { "uv": [ 0.5, 9, 3, 14 ], "texture": "#north" },
            "south": { "uv": [ 13, 9, 15.5, 14 ], "texture": "#up" },
            "west":  { "uv": [ 0.5, 9, 15.5, 14 ], "texture": "#up" },
            "east":  { "uv": [ 0.5, 9, 15.5, 14 ], "texture": "#up" }
        }
    },
    {
        "from": [ 4, 9, 7 ],
        "to": [ 12, 12, 15.5 ],
        "faces": {
            "north": { "uv": [ 4, 4, 12, 7 ], "texture": "#north" },
            "south": { "uv": [ 4, 4, 12, 7 ], "texture": "#up" }
        }
    },
    {
        "from": [ 0.5, 12, 0.5 ],
        "to": [ 15.5, 15.5, 15.5 ],
        "faces": {
            "down":  { "uv": [ 0.5, 15.5, 15.5, 0.5 ], "texture": "#down" },
            "up":    { "uv": [ 0.5, 0.5, 15.5, 15.5 ], "texture": "#down" },
            "north": { "uv": [ 0.5, 0.5, 15.5, 4 ], "texture": "#north" },
            "south": { "uv": [ 0.5, 0.5, 15.5, 4 ], "texture": "#up" },
            "west":  { "uv": [ 0.5, 0.5, 15.5, 4 ], "texture": "#up" },
            "east":  { "uv": [ 0.5, 0.5, 15.5, 4 ], "texture": "#up" }
        }
    },
    {
        "__comment": "Outlines",
        "from": [ 0, 1, 0 ],
        "to": [ 1, 15, 1 ],
        "faces": {
            "north": { "uv": [ 1, 1, 0, 15 ], "texture": "#down" },
            "south": { "uv": [ 0, 1, 1, 15 ], "texture": "#down" },
            "west":  { "uv": [ 0, 1, 1, 15 ], "texture": "#down" },
            "east":  { "uv": [ 1, 1, 0, 15 ], "texture": "#down" }
        }
    },
    {
        "__comment": "Outlines",
        "from": [ 15, 1, 15 ],
        "to": [ 16, 15, 16 ],
        "faces": {
            "north": { "uv": [ 1, 1, 0, 15 ], "texture": "#down" },
            "south": { "uv": [ 0, 1, 1, 15 ], "texture": "#down" },
            "west":  { "uv": [ 15, 1, 16, 15 ], "texture": "#down" },
            "east":  { "uv": [ 16, 1, 15, 15 ], "texture": "#down" }
        }
    },
    {
        "__comment": "Outlines",
        "from": [ 15, 15, 0 ],
        "to": [ 16, 16, 16 ],
        "faces": {
            "down":  { "uv": [ 0, 16, 1, 0 ], "texture": "#down" },
            "up":    { "uv": [ 0, 0, 1, 16 ], "texture": "#down" },
            "north": { "uv": [ 1, 15, 0, 16 ], "texture": "#down" },
            "south": { "uv": [ 0, 15, 1, 16 ], "texture": "#down" },
            "west":  { "uv": [ 0, 15, 16, 16 ], "texture": "#down" },
            "east":  { "uv": [ 16, 15, 0, 16 ], "texture": "#down" }
        }
    },
    {
        "__comment": "Outlines",
        "from": [ 0, 1, 15 ],
        "to": [ 1, 15, 16 ],
        "faces": {
            "north": { "uv": [ 1, 1, 0, 15 ], "texture": "#down" },
            "south": { "uv": [ 0, 1, 1, 15 ], "texture": "#down" },
            "west":  { "uv": [ 15, 1, 16, 15 ], "texture": "#down" },
            "east":  { "uv": [ 16, 1, 15, 15 ], "texture": "#down" }
        }
    },
    {
        "__comment": "Outlines",
        "from": [ 0, 15, 0 ],
        "to": [ 1, 16, 16 ],
        "faces": {
            "down":  { "uv": [ 0, 16, 1, 0 ], "texture": "#down" },
            "up":    { "uv": [ 0, 0, 1, 16 ], "texture": "#down" },
            "north": { "uv": [ 1, 15, 0, 16 ], "texture": "#down" },
            "south": { "uv": [ 0, 15, 1, 16 ], "texture": "#down" },
            "west":  { "uv": [ 0, 15, 16, 16 ], "texture": "#down" },
            "east":  { "uv": [ 16, 15, 0, 16 ], "texture": "#down" }
        }
    },
    {
        "__comment": "Outlines",
        "from": [ 0, 0, 0 ],
        "to": [ 1, 1, 16 ],
        "faces": {
            "down":  { "uv": [ 0, 16, 1, 0 ], "texture": "#down" },
            "up":    { "uv": [ 0, 0, 1, 16 ], "texture": "#down" },
            "north": { "uv": [ 1, 15, 0, 16 ], "texture": "#down" },
            "south": { "uv": [ 0, 15, 1, 16 ], "texture": "#down" },
            "west":  { "uv": [ 0, 15, 16, 16 ], "texture": "#down" },
            "east":  { "uv": [ 16, 15, 0, 16 ], "texture": "#down" }
        }
    },
    {
        "__comment": "Outlines",
        "from": [ 1, 15, 0 ],
        "to": [ 15, 16, 1 ],
        "faces": {
            "down":  { "uv": [ 1, 1, 15, 0 ], "texture": "#down" },
            "up":    { "uv": [ 1, 0, 15, 1 ], "texture": "#down" },
            "north": { "uv": [ 15, 15, 1, 16 ], "texture": "#down" },
            "south": { "uv": [ 1, 15, 15, 16 ], "texture": "#down" }
        }
    },
    {
        "__comment": "fire*",
        "from": [ 5.5, 2, 4.5 ],
        "to": [ 7.5, 3, 5.5 ],
        "faces": {
            "north": { "uv": [ 7, 13, 5, 14 ], "texture": "#south" },
            "south": { "uv": [ 5, 13, 7, 14 ], "texture": "#south" },
            "west":  { "uv": [ 3, 13, 4, 14 ], "texture": "#south" },
            "east":  { "uv": [ 4, 13, 3, 14 ], "texture": "#south" }
        }
    },
    {
        "__comment": "fire*",
        "from": [ 4.5, 2, 3 ],
        "to": [ 7, 3, 4.5 ],
        "rotation": { "origin": [ 4.5, 2, 3 ], "axis": "y", "angle": -45 },
        "faces": {
            "up":    { "uv": [ 9, 13, 12, 15 ], "texture": "#south" },
            "north": { "uv": [ 6, 13, 3, 14 ], "texture": "#south" },
            "south": { "uv": [ 3, 13, 6, 14 ], "texture": "#south" },
            "west":  { "uv": [ 3, 13, 5, 14 ], "texture": "#south" },
            "east":  { "uv": [ 9, 13, 7, 14 ], "texture": "#south" }
        }
    },
    {
        "__comment": "fire*",
        "from": [ 10, 2, 4 ],
        "to": [ 12, 3, 5 ],
        "rotation": { "origin": [ 10, 2, 4 ], "axis": "y", "angle": -22.5 },
        "faces": {
            "up":    { "uv": [ 9, 14, 11, 15 ], "texture": "#south" },
            "north": { "uv": [ 9, 13, 7, 14 ], "texture": "#south" },
            "south": { "uv": [ 7, 13, 9, 14 ], "texture": "#south" },
            "west":  { "uv": [ 3, 13, 4, 14 ], "texture": "#south" },
            "east":  { "uv": [ 5, 14, 4, 15 ], "texture": "#south" }
        }
    },
    {
        "__comment": "fire*",
        "from": [ 3.5, 2, 5.5 ],
        "to": [ 5.5, 3, 6.5 ],
        "faces": {
            "up":    { "uv": [ 9, 13, 11, 14 ], "texture": "#south" },
            "north": { "uv": [ 7, 13, 5, 14 ], "texture": "#south" },
            "south": { "uv": [ 5, 13, 7, 14 ], "texture": "#south" },
            "west":  { "uv": [ 3, 13, 4, 14 ], "texture": "#south" },
            "east":  { "uv": [ 4, 13, 3, 14 ], "texture": "#south" }
        }
    },
    {
        "__comment": "fire*",
        "from": [ 7, 3, 5 ],
        "to": [ 10, 4, 7 ],
        "rotation": { "origin": [ 7, 3, 5 ], "axis": "y", "angle": 45 },
        "faces": {
            "up":    { "uv": [ 9, 13, 12, 15 ], "texture": "#south" },
            "north": { "uv": [ 6, 13, 3, 14 ], "texture": "#south" },
            "south": { "uv": [ 3, 13, 6, 14 ], "texture": "#south" },
            "west":  { "uv": [ 3, 13, 5, 14 ], "texture": "#south" },
            "east":  { "uv": [ 9, 13, 7, 14 ], "texture": "#south" }
        }
    },
    {
        "__comment": "fire*",
        "from": [ 5, 3, 4.5 ],
        "to": [ 7, 4, 5.5 ],
        "rotation": { "origin": [ 5, 3, 4.5 ], "axis": "y", "angle": -22.5 },
        "faces": {
            "down":  { "uv": [ 6, 15, 8, 14 ], "texture": "#south" },
            "up":    { "uv": [ 9, 14, 11, 15 ], "texture": "#south" },
            "north": { "uv": [ 9, 13, 7, 14 ], "texture": "#south" },
            "south": { "uv": [ 7, 13, 9, 14 ], "texture": "#south" },
            "west":  { "uv": [ 3, 13, 4, 14 ], "texture": "#south" },
            "east":  { "uv": [ 5, 14, 4, 15 ], "texture": "#south" }
        }
    },
    {
        "__comment": "fire*",
        "from": [ 9.5, 3, 4 ],
        "to": [ 11.5, 4, 5 ],
        "faces": {
            "down":  { "uv": [ 8, 13, 10, 12 ], "texture": "#south" },
            "up":    { "uv": [ 9, 13, 11, 14 ], "texture": "#south" },
            "north": { "uv": [ 7, 13, 5, 14 ], "texture": "#south" },
            "south": { "uv": [ 5, 13, 7, 14 ], "texture": "#south" },
            "west":  { "uv": [ 3, 13, 4, 14 ], "texture": "#south" },
            "east":  { "uv": [ 4, 13, 3, 14 ], "texture": "#south" }
        }
    },
    {
        "__comment": "fire*",
        "from": [ 5.5, 3, 4.5 ],
        "to": [ 8, 4, 6 ],
        "rotation": { "origin": [ 5.5, 3, 4.5 ], "axis": "y", "angle": 22.5 },
        "faces": {
            "down":  { "uv": [ 5, 15, 8, 13 ], "texture": "#south" },
            "up":    { "uv": [ 9, 13, 12, 15 ], "texture": "#south" },
            "north": { "uv": [ 6, 13, 3, 14 ], "texture": "#south" },
            "south": { "uv": [ 3, 13, 6, 14 ], "texture": "#south" },
            "west":  { "uv": [ 3, 13, 5, 14 ], "texture": "#south" },
            "east":  { "uv": [ 9, 13, 7, 14 ], "texture": "#south" }
        }
    },
    {
        "__comment": "fire*",
        "from": [ 9, 3, 6.5 ],
        "to": [ 11, 4, 7.5 ],
        "rotation": { "origin": [ 9, 3, 6.5 ], "axis": "y", "angle": 22.5 },
        "faces": {
            "down":  { "uv": [ 6, 15, 8, 14 ], "texture": "#south" },
            "up":    { "uv": [ 9, 14, 11, 15 ], "texture": "#south" },
            "north": { "uv": [ 9, 13, 7, 14 ], "texture": "#south" },
            "south": { "uv": [ 7, 13, 9, 14 ], "texture": "#south" },
            "west":  { "uv": [ 3, 13, 4, 14 ], "texture": "#south" },
            "east":  { "uv": [ 5, 14, 4, 15 ], "texture": "#south" }
        }
    },
    {
        "__comment": "fire*",
        "from": [ 6.5, 3, 5.5 ],
        "to": [ 8.5, 4, 6.5 ],
        "rotation": { "origin": [ 6.5, 3, 5.5 ], "axis": "y", "angle": -45 },
        "faces": {
            "up":    { "uv": [ 9, 13, 11, 14 ], "texture": "#south" },
            "north": { "uv": [ 7, 13, 5, 14 ], "texture": "#south" },
            "south": { "uv": [ 5, 13, 7, 14 ], "texture": "#south" },
            "west":  { "uv": [ 3, 13, 4, 14 ], "texture": "#south" },
            "east":  { "uv": [ 4, 13, 3, 14 ], "texture": "#south" }
        }
    },
    {
        "__comment": "fire*",
        "from": [ 7.5, 3, 6 ],
        "to": [ 9.5, 4, 7 ],
        "faces": {
            "up":    { "uv": [ 9, 13, 11, 14 ], "texture": "#south" },
            "north": { "uv": [ 7, 13, 5, 14 ], "texture": "#south" },
            "south": { "uv": [ 5, 13, 7, 14 ], "texture": "#south" },
            "west":  { "uv": [ 3, 13, 4, 14 ], "texture": "#south" },
            "east":  { "uv": [ 4, 13, 3, 14 ], "texture": "#south" }
        }
    },
    {
        "__comment": "fire*",
        "from": [ 5, 4, 5.5 ],
        "to": [ 7.5, 5, 7 ],
        "faces": {
            "down":  { "uv": [ 5, 15, 8, 13 ], "texture": "#south" },
            "up":    { "uv": [ 9, 13, 12, 15 ], "texture": "#south" },
            "north": { "uv": [ 6, 13, 3, 14 ], "texture": "#south" },
            "south": { "uv": [ 3, 13, 6, 14 ], "texture": "#south" },
            "west":  { "uv": [ 3, 13, 5, 14 ], "texture": "#south" },
            "east":  { "uv": [ 9, 13, 7, 14 ], "texture": "#south" }
        }
    },
    {
        "__comment": "fire*",
        "from": [ 7.5, 4, 7 ],
        "to": [ 9.5, 5, 8 ],
        "rotation": { "origin": [ 7.5, 4, 7 ], "axis": "y", "angle": 45 },
        "faces": {
            "down":  { "uv": [ 6, 15, 8, 14 ], "texture": "#south" },
            "up":    { "uv": [ 9, 14, 11, 15 ], "texture": "#south" },
            "north": { "uv": [ 9, 13, 7, 14 ], "texture": "#south" },
            "west":  { "uv": [ 3, 13, 4, 14 ], "texture": "#south" },
            "east":  { "uv": [ 5, 14, 4, 15 ], "texture": "#south" }
        }
    },
    {
        "__comment": "fire*",
        "from": [ 9, 4, 3.5 ],
        "to": [ 11, 5, 4.5 ],
        "rotation": { "origin": [ 9, 4, 3.5 ], "axis": "y", "angle": -22.5 },
        "faces": {
            "down":  { "uv": [ 8, 13, 10, 12 ], "texture": "#south" },
            "up":    { "uv": [ 9, 13, 11, 14 ], "texture": "#south" },
            "north": { "uv": [ 7, 13, 5, 14 ], "texture": "#south" },
            "south": { "uv": [ 5, 13, 7, 14 ], "texture": "#south" },
            "west":  { "uv": [ 3, 13, 4, 14 ], "texture": "#south" },
            "east":  { "uv": [ 4, 13, 3, 14 ], "texture": "#south" }
        }
    },
    {
        "__comment": "fire*",
        "from": [ 4.5, 4, 6 ],
        "to": [ 6.5, 5, 7 ],
        "rotation": { "origin": [ 4.5, 4, 6 ], "axis": "y", "angle": 45 },
        "faces": {
            "down":  { "uv": [ 8, 13, 10, 12 ], "texture": "#south" },
            "up":    { "uv": [ 9, 13, 11, 14 ], "texture": "#south" },
            "north": { "uv": [ 7, 13, 5, 14 ], "texture": "#south" },
            "south": { "uv": [ 5, 13, 7, 14 ], "texture": "#south" },
            "west":  { "uv": [ 3, 13, 4, 14 ], "texture": "#south" },
            "east":  { "uv": [ 4, 13, 3, 14 ], "texture": "#south" }
        }
    }
    ]
    }
    
     
  7. Автор темы
    MrZipner

    MrZipner Активный участник Пользователь

    Баллы:
    78
    Есть какие нибудь уроки по всему этому?
     
  8. Yuri1.6

    Yuri1.6 Старожил Пользователь

    Баллы:
    123
    Skype:
    Yuri1.6
    Имя в Minecraft:
    YouTy6bl4
    Да нах эти уроки, есть Cubik 3d models, его надо использовать. Прошлый век редактирование через Notepad. Там всё просто и понятно.
     
  9. Автор темы
    MrZipner

    MrZipner Активный участник Пользователь

    Баллы:
    78
    Что бы заменить текстуру блока его нужно назвать точь в точь как название блока в игре и поместить json в папку models?
     
  10. Yuri1.6

    Yuri1.6 Старожил Пользователь

    Баллы:
    123
    Skype:
    Yuri1.6
    Имя в Minecraft:
    YouTy6bl4
    Да, в папку models/blocks
     
  11. Автор темы
    MrZipner

    MrZipner Активный участник Пользователь

    Баллы:
    78
    Спс, всё работает!
    Как можно этот ресурс пак для версии 1.7.2 согласовать? На 1.7.2 он не работает.
     
  12. Yuri1.6

    Yuri1.6 Старожил Пользователь

    Баллы:
    123
    Skype:
    Yuri1.6
    Имя в Minecraft:
    YouTy6bl4
    Вообще то возможность создания модели добавили в 1.8 и в 1.7 ты не перенесёшь.
     
  13. Автор темы
    MrZipner

    MrZipner Активный участник Пользователь

    Баллы:
    78
    Есть ссылка на прогу для создания json?
     
  14. Yuri1.6

    Yuri1.6 Старожил Пользователь

    Баллы:
    123
    Skype:
    Yuri1.6
    Имя в Minecraft:
    YouTy6bl4
    Cubik 3d models by BDCraft.
     
  15. Автор темы
    MrZipner

    MrZipner Активный участник Пользователь

    Баллы:
    78
    Когда я его изменил размер объекта у меня пропала текстура. Как узнать какое должно быть разрешение текстуры для выбранного размера?
     

Поделиться этой страницей