Модель для ItemBlock

Версия Minecraft
1.12.2

ReyMagos

Тег-бомбастер
412
7
121
Блок в руке, выглядит не так, как на земле, что делать?:
2018-06-06_15.07.35.png
 
3,005
192
592
Ну, скинь файлы, где ты прописывал модели предмету.
Может ты их не прописал, а нам сиди, гадай..
 

ReyMagos

Тег-бомбастер
412
7
121
Это blockstates:
JSON:
{
  "variants": {
    "normal": { "model": "redmod:lucky_block" }
  }
}

Это модель:
JSON:
{
    "textures": {
        "0": "redmod:blocks/lucky_block/lucky_block",
        "1": "redmod:blocks/lucky_block/concrete_red"
    },
    "elements": [
        {
            "from": [ 1.0, 1.0, 1.0 ],
            "to": [ 15.0, 15.0, 15.0 ],
            "faces": {
                "north": { "texture": "#0", "uv": [ 0.0, 0.0, 16.0, 16.0 ] },
                "east": { "texture": "#0", "uv": [ 0.0, 0.0, 16.0, 16.0 ] },
                "south": { "texture": "#0", "uv": [ 0.0, 0.0, 16.0, 16.0 ] },
                "west": { "texture": "#0", "uv": [ 0.0, 0.0, 16.0, 16.0 ] },
                "up": { "texture": "#0", "uv": [ 0.0, 0.0, 16.0, 16.0 ] },
                "down": { "texture": "#0", "uv": [ 0.0, 0.0, 16.0, 16.0 ] }
            }
        },
        {
            "from": [ 0.0, 0.0, 0.0 ],
            "to": [ 1.0, 16.0, 1.0 ],
            "faces": {
                "north": { "texture": "#1", "uv": [ 0.0, 0.0, 1.0, 16.0 ] },
                "east": { "texture": "#1", "uv": [ 0.0, 0.0, 1.0, 16.0 ] },
                "south": { "texture": "#1", "uv": [ 0.0, 0.0, 1.0, 16.0 ] },
                "west": { "texture": "#1", "uv": [ 0.0, 0.0, 1.0, 16.0 ] },
                "up": { "texture": "#1", "uv": [ 0.0, 0.0, 1.0, 1.0 ] },
                "down": { "texture": "#1", "uv": [ 0.0, 0.0, 0.0, 8.0 ] }
            }
        },
        {
            "from": [ 15.0, 0.0, 0.0 ],
            "to": [ 16.0, 16.0, 1.0 ],
            "faces": {
                "north": { "texture": "#1", "uv": [ 0.0, 0.0, 1.0, 16.0 ] },
                "east": { "texture": "#1", "uv": [ 0.0, 0.0, 1.0, 16.0 ] },
                "south": { "texture": "#1", "uv": [ 0.0, 0.0, 1.0, 16.0 ] },
                "west": { "texture": "#1", "uv": [ 0.0, 0.0, 1.0, 16.0 ] },
                "up": { "texture": "#1", "uv": [ 0.0, 0.0, 1.0, 1.0 ] },
                "down": { "texture": "#1", "uv": [ 0.0, 0.0, 1.0, 1.0 ] }
            }
        },
        {
            "from": [ 15.0, 0.0, 15.0 ],
            "to": [ 16.0, 16.0, 16.0 ],
            "faces": {
                "north": { "texture": "#1", "uv": [ 0.0, 0.0, 1.0, 16.0 ] },
                "east": { "texture": "#1", "uv": [ 1.0, 0.0, 2.0, 16.0 ] },
                "south": { "texture": "#1", "uv": [ 0.0, 0.0, 1.0, 16.0 ] },
                "west": { "texture": "#1", "uv": [ 0.0, 0.0, 1.0, 16.0 ] },
                "up": { "texture": "#1", "uv": [ 0.0, 0.0, 1.0, 1.0 ] },
                "down": { "texture": "#1", "uv": [ 0.0, 0.0, 1.0, 1.0 ] }
            }
        },
        {
            "from": [ 0.0, 0.0, 15.0 ],
            "to": [ 1.0, 16.0, 16.0 ],
            "faces": {
                "north": { "texture": "#1", "uv": [ 0.0, 0.0, 1.0, 16.0 ] },
                "east": { "texture": "#1", "uv": [ 0.0, 0.0, 1.0, 16.0 ] },
                "south": { "texture": "#1", "uv": [ 0.0, 0.0, 1.0, 16.0 ] },
                "west": { "texture": "#1", "uv": [ 0.0, 0.0, 1.0, 16.0 ] },
                "up": { "texture": "#1", "uv": [ 0.0, 0.0, 1.0, 1.0 ] },
                "down": { "texture": "#1", "uv": [ 0.0, 0.0, 1.0, 1.0 ] }
            }
        },
        {
            "from": [ 0.0, 0.0, 0.0 ],
            "to": [ 15.0, 1.0, 1.0 ],
            "faces": {
                "north": { "texture": "#1", "uv": [ 0.0, 0.0, 15.0, 1.0 ] },
                "east": { "texture": "#1", "uv": [ 0.0, 0.0, 1.0, 1.0 ] },
                "south": { "texture": "#1", "uv": [ 0.0, 0.0, 15.0, 1.0 ] },
                "west": { "texture": "#1", "uv": [ 0.0, 0.0, 1.0, 1.0 ] },
                "up": { "texture": "#1", "uv": [ 0.0, 0.0, 15.0, 1.0 ] },
                "down": { "texture": "#1", "uv": [ 0.0, 0.0, 15.0, 1.0 ] }
            }
        },
        {
            "from": [ 0.0, 15.0, 0.0 ],
            "to": [ 15.0, 16.0, 1.0 ],
            "faces": {
                "north": { "texture": "#1", "uv": [ 0.0, 0.0, 15.0, 1.0 ] },
                "east": { "texture": "#1", "uv": [ 0.0, 0.0, 1.0, 1.0 ] },
                "south": { "texture": "#1", "uv": [ 0.0, 0.0, 15.0, 1.0 ] },
                "west": { "texture": "#1", "uv": [ 0.0, 0.0, 1.0, 1.0 ] },
                "up": { "texture": "#1", "uv": [ 0.0, 0.0, 15.0, 1.0 ] },
                "down": { "texture": "#1", "uv": [ 0.0, 0.0, 15.0, 1.0 ] }
            }
        },
        {
            "from": [ 0.0, 15.0, 15.0 ],
            "to": [ 15.0, 16.0, 16.0 ],
            "faces": {
                "north": { "texture": "#1", "uv": [ 0.0, 0.0, 15.0, 1.0 ] },
                "east": { "texture": "#1", "uv": [ 0.0, 0.0, 1.0, 1.0 ] },
                "south": { "texture": "#1", "uv": [ 0.0, 0.0, 15.0, 1.0 ] },
                "west": { "texture": "#1", "uv": [ 0.0, 0.0, 1.0, 1.0 ] },
                "up": { "texture": "#1", "uv": [ 0.0, 0.0, 15.0, 1.0 ] },
                "down": { "texture": "#1", "uv": [ 0.0, 0.0, 15.0, 1.0 ] }
            }
        },
        {
            "from": [ 0.0, 0.0, 15.0 ],
            "to": [ 15.0, 1.0, 16.0 ],
            "faces": {
                "north": { "texture": "#1", "uv": [ 0.0, 0.0, 15.0, 1.0 ] },
                "east": { "texture": "#1", "uv": [ 0.0, 0.0, 1.0, 1.0 ] },
                "south": { "texture": "#1", "uv": [ 0.0, 0.0, 15.0, 1.0 ] },
                "west": { "texture": "#1", "uv": [ 0.0, 0.0, 1.0, 1.0 ] },
                "up": { "texture": "#1", "uv": [ 0.0, 0.0, 15.0, 1.0 ] },
                "down": { "texture": "#1", "uv": [ 0.0, 0.0, 15.0, 1.0 ] }
            }
        },
        {
            "from": [ 0.0, 0.0, 0.0 ],
            "to": [ 1.0, 1.0, 15.0 ],
            "faces": {
                "north": { "texture": "#1", "uv": [ 0.0, 0.0, 1.0, 1.0 ] },
                "east": { "texture": "#1", "uv": [ 0.0, 0.0, 15.0, 1.0 ] },
                "south": { "texture": "#1", "uv": [ 0.0, 0.0, 1.0, 1.0 ] },
                "west": { "texture": "#1", "uv": [ 0.0, 0.0, 15.0, 1.0 ] },
                "up": { "texture": "#1", "uv": [ 0.0, 0.0, 1.0, 15.0 ] },
                "down": { "texture": "#1", "uv": [ 0.0, 0.0, 1.0, 15.0 ] }
            }
        },
        {
            "from": [ 0.0, 15.0, 0.0 ],
            "to": [ 1.0, 16.0, 15.0 ],
            "faces": {
                "north": { "texture": "#1", "uv": [ 0.0, 0.0, 1.0, 1.0 ] },
                "east": { "texture": "#1", "uv": [ 0.0, 0.0, 15.0, 1.0 ] },
                "south": { "texture": "#1", "uv": [ 0.0, 0.0, 1.0, 1.0 ] },
                "west": { "texture": "#1", "uv": [ 0.0, 0.0, 15.0, 1.0 ] },
                "up": { "texture": "#1", "uv": [ 0.0, 0.0, 1.0, 15.0 ] },
                "down": { "texture": "#1", "uv": [ 0.0, 0.0, 1.0, 15.0 ] }
            }
        },
        {
            "from": [ 15.0, 15.0, 0.0 ],
            "to": [ 16.0, 16.0, 15.0 ],
            "faces": {
                "north": { "texture": "#1", "uv": [ 0.0, 0.0, 1.0, 1.0 ] },
                "east": { "texture": "#1", "uv": [ 0.0, 0.0, 15.0, 1.0 ] },
                "south": { "texture": "#1", "uv": [ 0.0, 0.0, 1.0, 1.0 ] },
                "west": { "texture": "#1", "uv": [ 0.0, 0.0, 15.0, 1.0 ] },
                "up": { "texture": "#1", "uv": [ 0.0, 0.0, 1.0, 15.0 ] },
                "down": { "texture": "#1", "uv": [ 0.0, 0.0, 1.0, 15.0 ] }
            }
        },
        {
            "from": [ 15.0, 0.0, 0.0 ],
            "to": [ 16.0, 1.0, 15.0 ],
            "faces": {
                "north": { "texture": "#1", "uv": [ 0.0, 0.0, 1.0, 1.0 ] },
                "east": { "texture": "#1", "uv": [ 0.0, 0.0, 15.0, 1.0 ] },
                "south": { "texture": "#1", "uv": [ 0.0, 0.0, 1.0, 1.0 ] },
                "west": { "texture": "#1", "uv": [ 0.0, 0.0, 15.0, 1.0 ] },
                "up": { "texture": "#1", "uv": [ 0.0, 0.0, 1.0, 15.0 ] },
                "down": { "texture": "#1", "uv": [ 0.0, 0.0, 1.0, 15.0 ] }
            }
        },
        {
            "from": [ 0.0, 3.0, 7.0 ],
            "to": [ 1.0, 4.0, 9.0 ],
            "faces": {
                "north": { "texture": "#1", "uv": [ 0.0, 0.0, 1.0, 1.0 ] },
                "east": { "texture": "#1", "uv": [ 0.0, 0.0, 2.0, 1.0 ] },
                "south": { "texture": "#1", "uv": [ 0.0, 0.0, 1.0, 1.0 ] },
                "west": { "texture": "#1", "uv": [ 0.0, 0.0, 2.0, 1.0 ] },
                "up": { "texture": "#1", "uv": [ 0.0, 0.0, 1.0, 2.0 ] },
                "down": { "texture": "#1", "uv": [ 0.0, 0.0, 1.0, 2.0 ] }
            }
        },
        {
            "from": [ 0.0, 5.0, 7.0 ],
            "to": [ 1.0, 7.0, 9.0 ],
            "faces": {
                "north": { "texture": "#1", "uv": [ 0.0, 0.0, 1.0, 2.0 ] },
                "east": { "texture": "#1", "uv": [ 0.0, 0.0, 2.0, 2.0 ] },
                "south": { "texture": "#1", "uv": [ 0.0, 0.0, 1.0, 2.0 ] },
                "west": { "texture": "#1", "uv": [ 0.0, 0.0, 2.0, 2.0 ] },
                "up": { "texture": "#1", "uv": [ 0.0, 0.0, 1.0, 2.0 ] },
                "down": { "texture": "#1", "uv": [ 0.0, 0.0, 1.0, 2.0 ] }
            }
        },
        {
            "from": [ 0.0, 7.0, 8.0 ],
            "to": [ 1.0, 8.0, 10.0 ],
            "faces": {
                "north": { "texture": "#1", "uv": [ 0.0, 0.0, 1.0, 1.0 ] },
                "east": { "texture": "#1", "uv": [ 0.0, 0.0, 2.0, 1.0 ] },
                "south": { "texture": "#1", "uv": [ 0.0, 0.0, 1.0, 1.0 ] },
                "west": { "texture": "#1", "uv": [ 0.0, 0.0, 2.0, 1.0 ] },
                "up": { "texture": "#1", "uv": [ 0.0, 0.0, 1.0, 2.0 ] },
                "down": { "texture": "#1", "uv": [ 0.0, 0.0, 1.0, 2.0 ] }
            }
        },
        {
            "from": [ 0.0, 8.0, 9.0 ],
            "to": [ 1.0, 12.0, 11.0 ],
            "faces": {
                "north": { "texture": "#1", "uv": [ 0.0, 0.0, 1.0, 4.0 ] },
                "east": { "texture": "#1", "uv": [ 0.0, 0.0, 2.0, 4.0 ] },
                "south": { "texture": "#1", "uv": [ 0.0, 0.0, 1.0, 4.0 ] },
                "west": { "texture": "#1", "uv": [ 0.0, 0.0, 2.0, 4.0 ] },
                "up": { "texture": "#1", "uv": [ 0.0, 0.0, 1.0, 2.0 ] },
                "down": { "texture": "#1", "uv": [ 0.0, 0.0, 1.0, 2.0 ] }
            }
        },
        {
            "from": [ 0.0, 12.0, 6.0 ],
            "to": [ 1.0, 13.0, 10.0 ],
            "faces": {
                "north": { "texture": "#1", "uv": [ 0.0, 0.0, 1.0, 1.0 ] },
                "east": { "texture": "#1", "uv": [ 0.0, 0.0, 4.0, 1.0 ] },
                "south": { "texture": "#1", "uv": [ 0.0, 0.0, 1.0, 1.0 ] },
                "west": { "texture": "#1", "uv": [ 0.0, 0.0, 4.0, 1.0 ] },
                "up": { "texture": "#1", "uv": [ 0.0, 0.0, 1.0, 4.0 ] },
                "down": { "texture": "#1", "uv": [ 0.0, 0.0, 1.0, 4.0 ] }
            }
        },
        {
            "from": [ 0.0, 10.0, 5.0 ],
            "to": [ 1.0, 12.0, 7.0 ],
            "faces": {
                "north": { "texture": "#1", "uv": [ 0.0, 0.0, 1.0, 2.0 ] },
                "east": { "texture": "#1", "uv": [ 0.0, 0.0, 2.0, 2.0 ] },
                "south": { "texture": "#1", "uv": [ 0.0, 0.0, 1.0, 2.0 ] },
                "west": { "texture": "#1", "uv": [ 0.0, 0.0, 2.0, 2.0 ] },
                "up": { "texture": "#1", "uv": [ 0.0, 0.0, 1.0, 2.0 ] },
                "down": { "texture": "#1", "uv": [ 0.0, 0.0, 1.0, 2.0 ] }
            }
        },
        {
            "from": [ 7.0, 3.0, 15.0 ],
            "to": [ 9.0, 4.0, 16.0 ],
            "faces": {
                "north": { "texture": "#1", "uv": [ 0.0, 0.0, 2.0, 1.0 ] },
                "east": { "texture": "#1", "uv": [ 0.0, 0.0, 1.0, 1.0 ] },
                "south": { "texture": "#1", "uv": [ 0.0, 0.0, 2.0, 1.0 ] },
                "west": { "texture": "#1", "uv": [ 0.0, 0.0, 1.0, 1.0 ] },
                "up": { "texture": "#1", "uv": [ 0.0, 0.0, 2.0, 1.0 ] },
                "down": { "texture": "#1", "uv": [ 0.0, 0.0, 2.0, 1.0 ] }
            }
        },
        {
            "from": [ 7.0, 5.0, 15.0 ],
            "to": [ 9.0, 7.0, 16.0 ],
            "faces": {
                "north": { "texture": "#1", "uv": [ 0.0, 0.0, 2.0, 2.0 ] },
                "east": { "texture": "#1", "uv": [ 0.0, 0.0, 1.0, 2.0 ] },
                "south": { "texture": "#1", "uv": [ 0.0, 0.0, 2.0, 2.0 ] },
                "west": { "texture": "#1", "uv": [ 0.0, 0.0, 1.0, 2.0 ] },
                "up": { "texture": "#1", "uv": [ 0.0, 0.0, 2.0, 1.0 ] },
                "down": { "texture": "#1", "uv": [ 0.0, 0.0, 2.0, 1.0 ] }
            }
        },
        {
            "from": [ 8.0, 7.0, 15.0 ],
            "to": [ 10.0, 8.0, 16.0 ],
            "faces": {
                "north": { "texture": "#1", "uv": [ 0.0, 0.0, 2.0, 1.0 ] },
                "east": { "texture": "#1", "uv": [ 0.0, 0.0, 1.0, 1.0 ] },
                "south": { "texture": "#1", "uv": [ 0.0, 0.0, 2.0, 1.0 ] },
                "west": { "texture": "#1", "uv": [ 0.0, 0.0, 1.0, 1.0 ] },
                "up": { "texture": "#1", "uv": [ 0.0, 0.0, 2.0, 1.0 ] },
                "down": { "texture": "#1", "uv": [ 0.0, 0.0, 2.0, 1.0 ] }
            }
        },
        {
            "from": [ 9.0, 8.0, 15.0 ],
            "to": [ 11.0, 12.0, 16.0 ],
            "faces": {
                "north": { "texture": "#1", "uv": [ 0.0, 0.0, 2.0, 4.0 ] },
                "east": { "texture": "#1", "uv": [ 0.0, 0.0, 1.0, 4.0 ] },
                "south": { "texture": "#1", "uv": [ 0.0, 0.0, 2.0, 4.0 ] },
                "west": { "texture": "#1", "uv": [ 0.0, 0.0, 1.0, 4.0 ] },
                "up": { "texture": "#1", "uv": [ 0.0, 0.0, 2.0, 1.0 ] },
                "down": { "texture": "#1", "uv": [ 0.0, 0.0, 2.0, 1.0 ] }
            }
        },
        {
            "from": [ 6.0, 12.0, 15.0 ],
            "to": [ 10.0, 13.0, 16.0 ],
            "faces": {
                "north": { "texture": "#1", "uv": [ 0.0, 0.0, 4.0, 1.0 ] },
                "east": { "texture": "#1", "uv": [ 0.0, 0.0, 1.0, 1.0 ] },
                "south": { "texture": "#1", "uv": [ 0.0, 0.0, 4.0, 1.0 ] },
                "west": { "texture": "#1", "uv": [ 0.0, 0.0, 1.0, 1.0 ] },
                "up": { "texture": "#1", "uv": [ 0.0, 0.0, 4.0, 1.0 ] },
                "down": { "texture": "#1", "uv": [ 0.0, 0.0, 4.0, 1.0 ] }
            }
        },
        {
            "from": [ 5.0, 10.0, 15.0 ],
            "to": [ 7.0, 12.0, 16.0 ],
            "faces": {
                "north": { "texture": "#1", "uv": [ 0.0, 0.0, 2.0, 2.0 ] },
                "east": { "texture": "#1", "uv": [ 0.0, 0.0, 1.0, 2.0 ] },
                "south": { "texture": "#1", "uv": [ 0.0, 0.0, 2.0, 2.0 ] },
                "west": { "texture": "#1", "uv": [ 0.0, 0.0, 1.0, 2.0 ] },
                "up": { "texture": "#1", "uv": [ 0.0, 0.0, 2.0, 1.0 ] },
                "down": { "texture": "#1", "uv": [ 0.0, 0.0, 2.0, 1.0 ] }
            }
        },
        {
            "from": [ 7.0, 15.0, 12.0 ],
            "to": [ 9.0, 16.0, 13.0 ],
            "faces": {
                "north": { "texture": "#1", "uv": [ 0.0, 0.0, 2.0, 1.0 ] },
                "east": { "texture": "#1", "uv": [ 0.0, 0.0, 1.0, 1.0 ] },
                "south": { "texture": "#1", "uv": [ 0.0, 0.0, 2.0, 1.0 ] },
                "west": { "texture": "#1", "uv": [ 0.0, 0.0, 1.0, 1.0 ] },
                "up": { "texture": "#1", "uv": [ 0.0, 0.0, 2.0, 1.0 ] },
                "down": { "texture": "#1", "uv": [ 0.0, 0.0, 2.0, 1.0 ] }
            }
        },
        {
            "from": [ 7.0, 15.0, 9.0 ],
            "to": [ 9.0, 16.0, 11.0 ],
            "faces": {
                "north": { "texture": "#1", "uv": [ 0.0, 0.0, 2.0, 1.0 ] },
                "east": { "texture": "#1", "uv": [ 0.0, 0.0, 2.0, 1.0 ] },
                "south": { "texture": "#1", "uv": [ 0.0, 0.0, 2.0, 1.0 ] },
                "west": { "texture": "#1", "uv": [ 0.0, 0.0, 2.0, 1.0 ] },
                "up": { "texture": "#1", "uv": [ 0.0, 0.0, 2.0, 2.0 ] },
                "down": { "texture": "#1", "uv": [ 0.0, 0.0, 2.0, 2.0 ] }
            }
        },
        {
            "from": [ 8.0, 15.0, 8.0 ],
            "to": [ 10.0, 16.0, 9.0 ],
            "faces": {
                "north": { "texture": "#1", "uv": [ 0.0, 0.0, 2.0, 1.0 ] },
                "east": { "texture": "#1", "uv": [ 0.0, 0.0, 1.0, 1.0 ] },
                "south": { "texture": "#1", "uv": [ 0.0, 0.0, 2.0, 1.0 ] },
                "west": { "texture": "#1", "uv": [ 0.0, 0.0, 1.0, 1.0 ] },
                "up": { "texture": "#1", "uv": [ 0.0, 0.0, 2.0, 1.0 ] },
                "down": { "texture": "#1", "uv": [ 0.0, 0.0, 2.0, 1.0 ] }
            }
        },
        {
            "from": [ 9.0, 15.0, 4.0 ],
            "to": [ 11.0, 16.0, 8.0 ],
            "faces": {
                "north": { "texture": "#1", "uv": [ 0.0, 0.0, 2.0, 1.0 ] },
                "east": { "texture": "#1", "uv": [ 0.0, 0.0, 4.0, 1.0 ] },
                "south": { "texture": "#1", "uv": [ 0.0, 0.0, 2.0, 1.0 ] },
                "west": { "texture": "#1", "uv": [ 0.0, 0.0, 4.0, 1.0 ] },
                "up": { "texture": "#1", "uv": [ 0.0, 0.0, 2.0, 4.0 ] },
                "down": { "texture": "#1", "uv": [ 0.0, 0.0, 2.0, 4.0 ] }
            }
        },
        {
            "from": [ 6.0, 15.0, 3.0 ],
            "to": [ 10.0, 16.0, 4.0 ],
            "faces": {
                "north": { "texture": "#1", "uv": [ 0.0, 0.0, 4.0, 1.0 ] },
                "east": { "texture": "#1", "uv": [ 0.0, 0.0, 1.0, 1.0 ] },
                "south": { "texture": "#1", "uv": [ 0.0, 0.0, 4.0, 1.0 ] },
                "west": { "texture": "#1", "uv": [ 0.0, 0.0, 1.0, 1.0 ] },
                "up": { "texture": "#1", "uv": [ 0.0, 0.0, 4.0, 1.0 ] },
                "down": { "texture": "#1", "uv": [ 0.0, 0.0, 4.0, 1.0 ] }
            }
        },
        {
            "from": [ 5.0, 15.0, 4.0 ],
            "to": [ 7.0, 16.0, 6.0 ],
            "faces": {
                "north": { "texture": "#1", "uv": [ 0.0, 0.0, 2.0, 1.0 ] },
                "east": { "texture": "#1", "uv": [ 0.0, 0.0, 2.0, 1.0 ] },
                "south": { "texture": "#1", "uv": [ 0.0, 0.0, 2.0, 1.0 ] },
                "west": { "texture": "#1", "uv": [ 0.0, 0.0, 2.0, 1.0 ] },
                "up": { "texture": "#1", "uv": [ 0.0, 0.0, 2.0, 2.0 ] },
                "down": { "texture": "#1", "uv": [ 0.0, 0.0, 2.0, 2.0 ] }
            }
        },
        {
            "from": [ 7.0, 3.0, 0.0 ],
            "to": [ 9.0, 4.0, 1.0 ],
            "faces": {
                "north": { "texture": "#1", "uv": [ 0.0, 0.0, 2.0, 1.0 ] },
                "east": { "texture": "#1", "uv": [ 0.0, 0.0, 1.0, 1.0 ] },
                "south": { "texture": "#1", "uv": [ 0.0, 0.0, 2.0, 1.0 ] },
                "west": { "texture": "#1", "uv": [ 0.0, 0.0, 1.0, 1.0 ] },
                "up": { "texture": "#1", "uv": [ 0.0, 0.0, 2.0, 1.0 ] },
                "down": { "texture": "#1", "uv": [ 0.0, 0.0, 2.0, 1.0 ] }
            }
        },
        {
            "from": [ 7.0, 5.0, 0.0 ],
            "to": [ 9.0, 7.0, 1.0 ],
            "faces": {
                "north": { "texture": "#1", "uv": [ 0.0, 0.0, 2.0, 2.0 ] },
                "east": { "texture": "#1", "uv": [ 0.0, 0.0, 1.0, 2.0 ] },
                "south": { "texture": "#1", "uv": [ 0.0, 0.0, 2.0, 2.0 ] },
                "west": { "texture": "#1", "uv": [ 0.0, 0.0, 1.0, 2.0 ] },
                "up": { "texture": "#1", "uv": [ 0.0, 0.0, 2.0, 1.0 ] },
                "down": { "texture": "#1", "uv": [ 0.0, 0.0, 2.0, 1.0 ] }
            }
        },
        {
            "from": [ 6.0, 7.0, 0.0 ],
            "to": [ 8.0, 8.0, 1.0 ],
            "faces": {
                "north": { "texture": "#1", "uv": [ 0.0, 0.0, 2.0, 1.0 ] },
                "east": { "texture": "#1", "uv": [ 0.0, 0.0, 1.0, 1.0 ] },
                "south": { "texture": "#1", "uv": [ 0.0, 0.0, 2.0, 1.0 ] },
                "west": { "texture": "#1", "uv": [ 0.0, 0.0, 1.0, 1.0 ] },
                "up": { "texture": "#1", "uv": [ 0.0, 0.0, 2.0, 1.0 ] },
                "down": { "texture": "#1", "uv": [ 0.0, 0.0, 2.0, 1.0 ] }
            }
        },
        {
            "from": [ 5.0, 8.0, 0.0 ],
            "to": [ 7.0, 12.0, 1.0 ],
            "faces": {
                "north": { "texture": "#1", "uv": [ 0.0, 0.0, 2.0, 4.0 ] },
                "east": { "texture": "#1", "uv": [ 0.0, 0.0, 1.0, 4.0 ] },
                "south": { "texture": "#1", "uv": [ 0.0, 0.0, 2.0, 4.0 ] },
                "west": { "texture": "#1", "uv": [ 0.0, 0.0, 1.0, 4.0 ] },
                "up": { "texture": "#1", "uv": [ 0.0, 0.0, 2.0, 1.0 ] },
                "down": { "texture": "#1", "uv": [ 0.0, 0.0, 2.0, 1.0 ] }
            }
        },
        {
            "from": [ 6.0, 12.0, 0.0 ],
            "to": [ 10.0, 13.0, 1.0 ],
            "faces": {
                "north": { "texture": "#1", "uv": [ 0.0, 0.0, 4.0, 1.0 ] },
                "east": { "texture": "#1", "uv": [ 0.0, 0.0, 1.0, 1.0 ] },
                "south": { "texture": "#1", "uv": [ 0.0, 0.0, 4.0, 1.0 ] },
                "west": { "texture": "#1", "uv": [ 0.0, 0.0, 1.0, 1.0 ] },
                "up": { "texture": "#1", "uv": [ 0.0, 0.0, 4.0, 1.0 ] },
                "down": { "texture": "#1", "uv": [ 0.0, 0.0, 4.0, 1.0 ] }
            }
        },
        {
            "from": [ 9.0, 10.0, 0.0 ],
            "to": [ 11.0, 12.0, 1.0 ],
            "faces": {
                "north": { "texture": "#1", "uv": [ 0.0, 0.0, 2.0, 2.0 ] },
                "east": { "texture": "#1", "uv": [ 0.0, 0.0, 1.0, 2.0 ] },
                "south": { "texture": "#1", "uv": [ 0.0, 0.0, 2.0, 2.0 ] },
                "west": { "texture": "#1", "uv": [ 0.0, 0.0, 1.0, 2.0 ] },
                "up": { "texture": "#1", "uv": [ 0.0, 0.0, 2.0, 1.0 ] },
                "down": { "texture": "#1", "uv": [ 0.0, 0.0, 2.0, 1.0 ] }
            }
        },
        {
            "from": [ 15.0, 3.0, 7.0 ],
            "to": [ 16.0, 4.0, 9.0 ],
            "faces": {
                "north": { "texture": "#1", "uv": [ 0.0, 0.0, 1.0, 1.0 ] },
                "east": { "texture": "#1", "uv": [ 0.0, 0.0, 2.0, 1.0 ] },
                "south": { "texture": "#1", "uv": [ 0.0, 0.0, 1.0, 1.0 ] },
                "west": { "texture": "#1", "uv": [ 0.0, 0.0, 2.0, 1.0 ] },
                "up": { "texture": "#1", "uv": [ 0.0, 0.0, 1.0, 2.0 ] },
                "down": { "texture": "#1", "uv": [ 0.0, 0.0, 1.0, 2.0 ] }
            }
        },
        {
            "from": [ 15.0, 5.0, 7.0 ],
            "to": [ 16.0, 7.0, 9.0 ],
            "faces": {
                "north": { "texture": "#1", "uv": [ 0.0, 0.0, 1.0, 2.0 ] },
                "east": { "texture": "#1", "uv": [ 0.0, 0.0, 2.0, 2.0 ] },
                "south": { "texture": "#1", "uv": [ 0.0, 0.0, 1.0, 2.0 ] },
                "west": { "texture": "#1", "uv": [ 0.0, 0.0, 2.0, 2.0 ] },
                "up": { "texture": "#1", "uv": [ 0.0, 0.0, 1.0, 2.0 ] },
                "down": { "texture": "#1", "uv": [ 0.0, 0.0, 1.0, 2.0 ] }
            }
        },
        {
            "from": [ 15.0, 7.0, 6.0 ],
            "to": [ 16.0, 8.0, 8.0 ],
            "faces": {
                "north": { "texture": "#1", "uv": [ 0.0, 0.0, 1.0, 1.0 ] },
                "east": { "texture": "#1", "uv": [ 0.0, 0.0, 2.0, 1.0 ] },
                "south": { "texture": "#1", "uv": [ 0.0, 0.0, 1.0, 1.0 ] },
                "west": { "texture": "#1", "uv": [ 0.0, 0.0, 2.0, 1.0 ] },
                "up": { "texture": "#1", "uv": [ 0.0, 0.0, 1.0, 2.0 ] },
                "down": { "texture": "#1", "uv": [ 0.0, 0.0, 1.0, 2.0 ] }
            }
        },
        {
            "from": [ 15.0, 8.0, 5.0 ],
            "to": [ 16.0, 12.0, 7.0 ],
            "faces": {
                "north": { "texture": "#1", "uv": [ 0.0, 0.0, 1.0, 4.0 ] },
                "east": { "texture": "#1", "uv": [ 0.0, 0.0, 2.0, 4.0 ] },
                "south": { "texture": "#1", "uv": [ 0.0, 0.0, 1.0, 4.0 ] },
                "west": { "texture": "#1", "uv": [ 0.0, 0.0, 2.0, 4.0 ] },
                "up": { "texture": "#1", "uv": [ 0.0, 0.0, 1.0, 2.0 ] },
                "down": { "texture": "#1", "uv": [ 0.0, 0.0, 1.0, 2.0 ] }
            }
        },
        {
            "from": [ 15.0, 12.0, 6.0 ],
            "to": [ 16.0, 13.0, 10.0 ],
            "faces": {
                "north": { "texture": "#1", "uv": [ 0.0, 0.0, 1.0, 1.0 ] },
                "east": { "texture": "#1", "uv": [ 0.0, 0.0, 4.0, 1.0 ] },
                "south": { "texture": "#1", "uv": [ 0.0, 0.0, 1.0, 1.0 ] },
                "west": { "texture": "#1", "uv": [ 0.0, 0.0, 4.0, 1.0 ] },
                "up": { "texture": "#1", "uv": [ 0.0, 0.0, 1.0, 4.0 ] },
                "down": { "texture": "#1", "uv": [ 0.0, 0.0, 1.0, 4.0 ] }
            }
        },
        {
            "from": [ 15.0, 10.0, 9.0 ],
            "to": [ 16.0, 12.0, 11.0 ],
            "faces": {
                "north": { "texture": "#1", "uv": [ 0.0, 0.0, 1.0, 2.0 ] },
                "east": { "texture": "#1", "uv": [ 0.0, 0.0, 2.0, 2.0 ] },
                "south": { "texture": "#1", "uv": [ 0.0, 0.0, 1.0, 2.0 ] },
                "west": { "texture": "#1", "uv": [ 0.0, 0.0, 2.0, 2.0 ] },
                "up": { "texture": "#1", "uv": [ 0.0, 0.0, 1.0, 2.0 ] },
                "down": { "texture": "#1", "uv": [ 0.0, 0.0, 1.0, 2.0 ] }
            }
        },
        {
            "from": [ 7.0, 0.0, 3.0 ],
            "to": [ 9.0, 1.0, 4.0 ],
            "faces": {
                "north": { "texture": "#1", "uv": [ 0.0, 0.0, 2.0, 1.0 ] },
                "east": { "texture": "#1", "uv": [ 0.0, 0.0, 1.0, 1.0 ] },
                "south": { "texture": "#1", "uv": [ 0.0, 0.0, 2.0, 1.0 ] },
                "west": { "texture": "#1", "uv": [ 0.0, 0.0, 1.0, 1.0 ] },
                "up": { "texture": "#1", "uv": [ 0.0, 0.0, 2.0, 1.0 ] },
                "down": { "texture": "#1", "uv": [ 0.0, 0.0, 2.0, 1.0 ] }
            }
        },
        {
            "from": [ 7.0, 0.0, 5.0 ],
            "to": [ 9.0, 1.0, 7.0 ],
            "faces": {
                "north": { "texture": "#1", "uv": [ 0.0, 0.0, 2.0, 1.0 ] },
                "east": { "texture": "#1", "uv": [ 0.0, 0.0, 2.0, 1.0 ] },
                "south": { "texture": "#1", "uv": [ 0.0, 0.0, 2.0, 1.0 ] },
                "west": { "texture": "#1", "uv": [ 0.0, 0.0, 2.0, 1.0 ] },
                "up": { "texture": "#1", "uv": [ 0.0, 0.0, 2.0, 2.0 ] },
                "down": { "texture": "#1", "uv": [ 0.0, 0.0, 2.0, 2.0 ] }
            }
        },
        {
            "from": [ 8.0, 0.0, 7.0 ],
            "to": [ 10.0, 1.0, 8.0 ],
            "faces": {
                "north": { "texture": "#1", "uv": [ 0.0, 0.0, 2.0, 1.0 ] },
                "east": { "texture": "#1", "uv": [ 0.0, 0.0, 1.0, 1.0 ] },
                "south": { "texture": "#1", "uv": [ 0.0, 0.0, 2.0, 1.0 ] },
                "west": { "texture": "#1", "uv": [ 0.0, 0.0, 1.0, 1.0 ] },
                "up": { "texture": "#1", "uv": [ 0.0, 0.0, 2.0, 1.0 ] },
                "down": { "texture": "#1", "uv": [ 0.0, 0.0, 2.0, 1.0 ] }
            }
        },
        {
            "from": [ 9.0, 0.0, 8.0 ],
            "to": [ 11.0, 1.0, 12.0 ],
            "faces": {
                "north": { "texture": "#1", "uv": [ 0.0, 0.0, 2.0, 1.0 ] },
                "east": { "texture": "#1", "uv": [ 0.0, 0.0, 4.0, 1.0 ] },
                "south": { "texture": "#1", "uv": [ 0.0, 0.0, 2.0, 1.0 ] },
                "west": { "texture": "#1", "uv": [ 0.0, 0.0, 4.0, 1.0 ] },
                "up": { "texture": "#1", "uv": [ 0.0, 0.0, 2.0, 4.0 ] },
                "down": { "texture": "#1", "uv": [ 0.0, 0.0, 2.0, 4.0 ] }
            }
        },
        {
            "from": [ 6.0, 0.0, 12.0 ],
            "to": [ 10.0, 1.0, 13.0 ],
            "faces": {
                "north": { "texture": "#1", "uv": [ 0.0, 0.0, 4.0, 1.0 ] },
                "east": { "texture": "#1", "uv": [ 0.0, 0.0, 1.0, 1.0 ] },
                "south": { "texture": "#1", "uv": [ 0.0, 0.0, 4.0, 1.0 ] },
                "west": { "texture": "#1", "uv": [ 0.0, 0.0, 1.0, 1.0 ] },
                "up": { "texture": "#1", "uv": [ 0.0, 0.0, 4.0, 1.0 ] },
                "down": { "texture": "#1", "uv": [ 0.0, 0.0, 4.0, 1.0 ] }
            }
        },
        {
            "from": [ 5.0, 0.0, 10.0 ],
            "to": [ 7.0, 1.0, 12.0 ],
            "faces": {
                "north": { "texture": "#1", "uv": [ 0.0, 0.0, 2.0, 1.0 ] },
                "east": { "texture": "#1", "uv": [ 0.0, 0.0, 2.0, 1.0 ] },
                "south": { "texture": "#1", "uv": [ 0.0, 0.0, 2.0, 1.0 ] },
                "west": { "texture": "#1", "uv": [ 0.0, 0.0, 2.0, 1.0 ] },
                "up": { "texture": "#1", "uv": [ 0.0, 0.0, 2.0, 2.0 ] },
                "down": { "texture": "#1", "uv": [ 0.0, 0.0, 2.0, 2.0 ] }
            }
        }
    ]
}
 
3,005
192
592
Попробуй добавить:
models/item/lucky_block.json
Код:
{
  "parent": "redmod:block/lucky_block"
}
 
166
2
46
Зачем лишние движения? Я пишу всё в блокстейте, включая лестницы, заборы и т.д.
Получаеться два файлика... Модель и блокстейт. Так же удобней и быстрей
Вот пример забора. ОДИН файл, в котором только текстуру менять нужно и всё
JSON:
{
    "forge_marker": 1,
    "defaults": {
        "textures": {
            "texture": "steamclock:blocks/tree/strange_planks"
        },
        "model": "fence_post",
        "transform": "forge:default-block",
        "uvlock": true
    },
    "variants": {
        "inventory": [
            {
                "model": "fence_inventory", "y": 180
            }
        ],
        "north": {
            "true": {
                "model": "fence_post",
                "submodel": {
                    "north": {
                        "model": "fence_side",
                        "uvlock": true
                    }
                }
            },
            "false": {
                
            }
        },
        "east": {
            "true": {
                "model": "fence_post",
                "submodel": {
                    "east": {
                        "model": "fence_side",
                        "y": 90,
                        "uvlock": true
                    }
                }
            },
            "false": {
                
            }
        },
        "south": {
            "true": {
                "model": "fence_post",
                "submodel": {
                    "south": {
                        "model": "fence_side",
                        "y": 180,
                        "uvlock": true
                    }
                }
            },
            "false": {
                
            }
        },
        "west": {
            "true": {
                "model": "fence_post",
                "submodel": {
                    "west": {
                        "model": "fence_side",
                        "y": 270,
                        "uvlock": true
                    }
                }
            },
            "false": {
                
            }
        }
    }
}
 

ReyMagos

Тег-бомбастер
412
7
121
Привет всем! Простите, что продолжаю решённую тему, но что-то котелок вообще не варит (от слова вообще). Когда я делаю любой из вышеперечисленных вариантов, то получается вот так
2018-06-15_10.29.32.png
2018-06-15_10-29-12-png.2391
 

Вложения

  • 2018-06-15_10.29.12.png
    2018-06-15_10.29.12.png
    232.2 KB · Просмотры: 50
Сверху