1.9+ Texture pack (Damaged)

Nigganetwork

Play.NiggaNetwork.Net !
Mesajlar
265
En iyi cevaplar
0
Beğeniler
58
Puanları
330
Ruh hali
Merhaba arkadaşlar!

Ben bir "doku paketi" hazırlamaya çalışıyorum. Aynı silaha 1 den fazla skin eklemek istiyorum,
Kaplamalar 3 boyutlu olduğu için yapamıyorum hata oluşuyor. Yapısız bir şekilde elimde kalıyor.
Ama 3. boyut ayarlarını çıkardığım zaman tamamen çalışıyor. Hem 3 boyutlu hem de 1 silaha
birden fazla kaplama nasıl ekleyeceğim?

Bu 3. boyut kaplaması olmayan:

Bu da 3. boyut kaplaması olan:

3. Boyut hesaba katılmadan olan kodlar bunlar bir hatası yok gibi duruyor.
3. Boyuta geçince fazladan bir kod dizilimi gerekir mi?

Kod:
{
    "parent": "item/handheld",
    "textures": {
        "layer0": "items/wooden_axe"
    },
    "overrides": [
        { "predicate": {"damaged": 0, "damage": 0.0006402048655569782}, "model": "item/woodskin"},
        { "predicate": {"damaged": 1, "damage": 0}, "model": "item/diamond_hoe"}
    ]
}

Kod:
{
"parent": "item/handheld",
"textures": {
    "layer0": "items/wooden_axe1"
}
 


SupraSanny

Ağaç Yumruklayıcı
Mesajlar
20
En iyi cevaplar
0
Beğeniler
10
Puanları
0
Kod:
{
"parent": "item/handheld",
"textures": {
    "layer0": "items/wooden_axe1"
    }
}
eksik süslü parantez :(
 

Nigganetwork

Play.NiggaNetwork.Net !
Mesajlar
265
En iyi cevaplar
0
Beğeniler
58
Puanları
330
Ruh hali
Kod:
{
"parent": "item/handheld",
"textures": {
    "layer0": "items/wooden_axe1"
    }
}
eksik süslü parantez :(

Evet onu kopyalamayı unutmuşum o süslü parantezde var ^^

{
"parent": "item/handheld",
"textures": {
"layer0": "items/wooden_axe1"
}
"elements": [
{
"__comment": "axe2 x64",
"from": [ 8.5, 9, 4.5 ],
"to": [ 9.75, 10.5, 8 ],
"faces": {
"down": { "uv": [ 8, 7, 11.5, 6.75 ], "rotation": 90, "texture": "#texture" },
"up": { "uv": [ 8, 5.5, 11.5, 5.75 ], "rotation": 270, "texture": "#texture" },
"north": { "uv": [ 11.5, 5.5, 11.25, 7 ], "texture": "#texture" },
"south": { "uv": [ 8, 5.5, 8.25, 7 ], "texture": "#texture" },
"west": { "uv": [ 11.5, 5.5, 8, 7 ], "texture": "#texture" },
"east": { "uv": [ 8, 5.5, 11.5, 7 ], "texture": "#texture" }
}
},
{
"__comment": "axe2 x64",
"from": [ 8.5, 12.25, 4.75 ],
"to": [ 10.375, 13.5, 7.75 ],
"faces": {
"down": { "uv": [ 8.25, 3.25, 11.25, 3 ], "rotation": 90, "texture": "#texture" },
"up": { "uv": [ 8.25, 2.5, 11.25, 2.75 ], "rotation": 270, "texture": "#texture" },
"north": { "uv": [ 11.25, 2.5, 11, 3.25 ], "texture": "#texture" },
"south": { "uv": [ 8.25, 2.5, 8.5, 3.25 ], "texture": "#texture" },
"west": { "uv": [ 11.25, 2.5, 8.25, 3.25 ], "texture": "#texture" },
"east": { "uv": [ 8.25, 2.5, 11.25, 3.25 ], "texture": "#texture" }
}
},
{
"__comment": "axe2 x64",
"from": [ 8.5, 10.5, 4.5 ],
"to": [ 9.875, 11, 7.75 ],
"faces": {
"down": { "uv": [ 8.25, 5.5, 11.5, 5.25 ], "rotation": 90, "texture": "#texture" },
"up": { "uv": [ 8.25, 5, 11.5, 5.25 ], "rotation": 270, "texture": "#texture" },
"north": { "uv": [ 11.5, 5, 11.25, 5.5 ], "texture": "#texture" },
"south": { "uv": [ 8.25, 5, 8.5, 5.5 ], "texture": "#texture" },
"west": { "uv": [ 11.5, 5, 8.25, 5.5 ], "texture": "#texture" },
"east": { "uv": [ 8.25, 5, 11.5, 5.5 ], "texture": "#texture" }
}
},
{
"__comment": "axe2 x64",
"from": [ 8.5, 8, 4.75 ],
"to": [ 9.5, 9, 7.75 ],
"faces": {
"down": { "uv": [ 8.25, 8, 11.25, 7.75 ], "rotation": 90, "texture": "#texture" },
"north": { "uv": [ 11.25, 7, 11, 8 ], "texture": "#texture" },
"south": { "uv": [ 8.25, 7, 8.5, 8 ], "texture": "#texture" },
"west": { "uv": [ 11.25, 7, 8.25, 8 ], "texture": "#texture" },
"east": { "uv": [ 8.25, 7, 11.25, 8 ], "texture": "#texture" }
}
},
{
"__comment": "axe2 x64",
"from": [ 8.5, 13.5, 5.25 ],
"to": [ 10, 14.75, 7.5 ],
"faces": {
"up": { "uv": [ 8.5, 1.25, 10.75, 1.5 ], "rotation": 270, "texture": "#texture" },
"north": { "uv": [ 10.75, 1.25, 10.5, 2.5 ], "texture": "#texture" },
"south": { "uv": [ 8.5, 1.25, 8.75, 2.5 ], "texture": "#texture" },
"west": { "uv": [ 10.75, 1.25, 8.5, 2.5 ], "texture": "#texture" },
"east": { "uv": [ 8.5, 1.25, 10.75, 2.5 ], "texture": "#texture" }
}
},
{
"__comment": "axe2 x64",
"from": [ 8.5, 11, 4.5 ],
"to": [ 10, 11.25, 7.5 ],
"faces": {
"down": { "uv": [ 8.5, 5, 11.5, 4.75 ], "rotation": 90, "texture": "#texture" },
"up": { "uv": [ 8.5, 4.75, 11.5, 5 ], "rotation": 270, "texture": "#texture" },
"north": { "uv": [ 11.5, 4.75, 11.25, 5 ], "texture": "#texture" },
"south": { "uv": [ 8.5, 4.75, 8.75, 5 ], "texture": "#texture" },
"west": { "uv": [ 11.5, 4.75, 8.5, 5 ], "texture": "#texture" },
"east": { "uv": [ 8.5, 4.75, 11.5, 5 ], "texture": "#texture" }
}
},
{
"__comment": "axe2 x64",
"from": [ 8.5, 7.25, 5 ],
"to": [ 9.25, 8, 7.5 ],
"faces": {
"down": { "uv": [ 8.5, 8.75, 11, 8.5 ], "rotation": 90, "texture": "#texture" },
"north": { "uv": [ 11, 8, 10.75, 8.75 ], "texture": "#texture" },
"south": { "uv": [ 8.5, 8, 8.75, 8.75 ], "texture": "#texture" },
"west": { "uv": [ 11, 8, 8.5, 8.75 ], "texture": "#texture" },
"east": { "uv": [ 8.5, 8, 11, 8.75 ], "texture": "#texture" }
}
},
{
"__comment": "axe2 x64",
"from": [ 8.5, 14.75, 5.75 ],
"to": [ 9.5, 15.25, 7.25 ],
"faces": {
"up": { "uv": [ 8.75, 0.75, 10.25, 1 ], "rotation": 270, "texture": "#texture" },
"north": { "uv": [ 10.25, 0.75, 10, 1.25 ], "texture": "#texture" },
"south": { "uv": [ 8.75, 0.75, 9, 1.25 ], "texture": "#texture" },
"west": { "uv": [ 10.25, 0.75, 8.75, 1.25 ], "texture": "#texture" },
"east": { "uv": [ 8.75, 0.75, 10.25, 1.25 ], "texture": "#texture" }
}
},
{
"__comment": "axe2 x64",
"from": [ 8.5, 11.25, 4.5 ],
"to": [ 10.125, 11.5, 7.25 ],
"faces": {
"down": { "uv": [ 8.75, 4.75, 11.5, 4.5 ], "rotation": 90, "texture": "#texture" },
"north": { "uv": [ 11.5, 4.5, 11.25, 4.75 ], "texture": "#texture" },
"south": { "uv": [ 8.75, 4.5, 9, 4.75 ], "texture": "#texture" },
"west": { "uv": [ 11.5, 4.5, 8.75, 4.75 ], "texture": "#texture" },
"east": { "uv": [ 8.75, 4.5, 11.5, 4.75 ], "texture": "#texture" }
}
},
{
"__comment": "axe2 x64",
"from": [ 8.5, 4, 5.75 ],
"to": [ 9.125, 7.25, 7.25 ],
"faces": {
"down": { "uv": [ 8.75, 12, 10.25, 11.75 ], "rotation": 90, "texture": "#texture" },
"north": { "uv": [ 10.25, 8.75, 10, 12 ], "texture": "#texture" },
"south": { "uv": [ 8.75, 8.75, 9, 12 ], "texture": "#texture" },
"west": { "uv": [ 10.25, 8.75, 8.75, 12 ], "texture": "#texture" },
"east": { "uv": [ 8.75, 8.75, 10.25, 12 ], "texture": "#texture" }
}
},
{
"__comment": "axe2 x64",
"from": [ 8.5, 15.25, 6 ],
"to": [ 9.5, 15.5, 7 ],
"faces": {
"up": { "uv": [ 9, 0.5, 10, 0.75 ], "rotation": 270, "texture": "#texture" },
"north": { "uv": [ 10, 0.5, 9.75, 0.75 ], "texture": "#texture" },
"south": { "uv": [ 9, 0.5, 9.25, 0.75 ], "texture": "#texture" },
"east": { "uv": [ 9, 0.5, 10, 0.75 ], "texture": "#texture" }
}
},
{
"__comment": "axe2 x64",
"from": [ 8.5, 11.5, 4.5 ],
"to": [ 10.5, 12.75, 7.875 ],
"faces": {
"down": { "uv": [ 9, 4.5, 11.5, 4.25 ], "rotation": 90, "texture": "#texture" },
"up": { "uv": [ 9, 3.25, 11.5, 3.5 ], "rotation": 270, "texture": "#texture" },
"north": { "uv": [ 11.5, 3.25, 11.25, 4.5 ], "texture": "#texture" },
"south": { "uv": [ 9, 3.25, 9.25, 4.5 ], "texture": "#texture" },
"west": { "uv": [ 11.5, 3.25, 9, 4.5 ], "texture": "#texture" },
"east": { "uv": [ 9, 3.25, 11.5, 4.5 ], "texture": "#texture" }
}
},
{
"__comment": "axe2 x64",
"from": [ 8.5, 2.75, 6.25 ],
"to": [ 9, 4, 7 ],
"faces": {
"down": { "uv": [ 9, 13.25, 9.75, 13 ], "rotation": 90, "texture": "#texture" },
"north": { "uv": [ 9.75, 12, 9.5, 13.25 ], "texture": "#texture" },
"south": { "uv": [ 9, 12, 9.25, 13.25 ], "texture": "#texture" },
"west": { "uv": [ 9.75, 12, 9, 13.25 ], "texture": "#texture" },
"east": { "uv": [ 9, 12, 9.75, 13.25 ], "texture": "#texture" }
}
},
{
"__comment": "axe2 x64",
"from": [ 8.5, 2.25, 6.25 ],
"to": [ 8.875, 2.75, 6.5 ],
"faces": {
"down": { "uv": [ 9.5, 13.75, 9.75, 13.5 ], "rotation": 90, "texture": "#texture" },
"north": { "uv": [ 9.75, 13.25, 9.5, 13.75 ], "texture": "#texture" },
"south": { "uv": [ 9.5, 13.25, 9.75, 13.75 ], "texture": "#texture" },
"east": { "uv": [ 9.5, 13.25, 9.75, 13.75 ], "texture": "#texture" }
}
},
{
"__comment": "axe2 x64",
"from": [ 8.5, 3.25, 6 ],
"to": [ 9.125, 4, 6.25 ],
"faces": {
"down": { "uv": [ 9.75, 12.75, 10, 12.5 ], "rotation": 90, "texture": "#texture" },
"north": { "uv": [ 10, 12, 9.75, 12.75 ], "texture": "#texture" },
"south": { "uv": [ 9.75, 12, 10, 12.75 ], "texture": "#texture" },
"west": { "uv": [ 10, 12, 9.75, 12.75 ], "texture": "#texture" },
"east": { "uv": [ 9.75, 12, 10, 12.75 ], "texture": "#texture" }
}
},
{
"__comment": "axe2 x64",
"from": [ 8.5, 3.5, 5.75 ],
"to": [ 9.125, 4, 6 ],
"faces": {
"down": { "uv": [ 10, 12.5, 10.25, 12.25 ], "rotation": 90, "texture": "#texture" },
"north": { "uv": [ 10.25, 12, 10, 12.5 ], "texture": "#texture" },
"west": { "uv": [ 10.25, 12, 10, 12.5 ], "texture": "#texture" },
"east": { "uv": [ 10, 12, 10.25, 12.5 ], "texture": "#texture" }
}
},
{
"__comment": "axe2 x64",
"from": [ 8.5, 14.75, 5.5 ],
"to": [ 9.5, 15, 5.75 ],
"faces": {
"up": { "uv": [ 10.25, 1, 10.5, 1.25 ], "rotation": 270, "texture": "#texture" },
"north": { "uv": [ 10.5, 1, 10.25, 1.25 ], "texture": "#texture" },
"west": { "uv": [ 10.5, 1, 10.25, 1.25 ], "texture": "#texture" },
"east": { "uv": [ 10.25, 1, 10.5, 1.25 ], "texture": "#texture" }
}
},
{
"__comment": "axe2 x64",
"from": [ 8.5, 4.75, 5.5 ],
"to": [ 9.125, 7.25, 5.75 ],
"faces": {
"down": { "uv": [ 10.25, 11.25, 10.5, 11 ], "rotation": 90, "texture": "#texture" },
"north": { "uv": [ 10.5, 8.75, 10.25, 11.25 ], "texture": "#texture" },
"west": { "uv": [ 10.5, 8.75, 10.25, 11.25 ], "texture": "#texture" },
"east": { "uv": [ 10.25, 8.75, 10.5, 11.25 ], "texture": "#texture" }
}
},
{
"__comment": "axe2 x64",
"from": [ 8.5, 6.5, 5.25 ],
"to": [ 9.125, 7.25, 5.5 ],
"faces": {
"down": { "uv": [ 10.5, 9.5, 10.75, 9.25 ], "rotation": 90, "texture": "#texture" },
"north": { "uv": [ 10.75, 8.75, 10.5, 9.5 ], "texture": "#texture" },
"west": { "uv": [ 10.75, 8.75, 10.5, 9.5 ], "texture": "#texture" },
"east": { "uv": [ 10.5, 8.75, 10.75, 9.5 ], "texture": "#texture" }
}
},
{
"__comment": "axe2 x64",
"from": [ 8.5, 13.5, 5 ],
"to": [ 9.5, 14.5, 5.25 ],
"faces": {
"up": { "uv": [ 10.75, 1.5, 11, 1.75 ], "rotation": 270, "texture": "#texture" },
"north": { "uv": [ 11, 1.5, 10.75, 2.5 ], "texture": "#texture" },
"west": { "uv": [ 11, 1.5, 10.75, 2.5 ], "texture": "#texture" },
"east": { "uv": [ 10.75, 1.5, 11, 2.5 ], "texture": "#texture" }
}
},
{
"__comment": "axe2 x64",
"from": [ 8.5, 7, 5 ],
"to": [ 9.125, 7.25, 5.25 ],
"faces": {
"down": { "uv": [ 10.75, 9, 11, 8.75 ], "rotation": 90, "texture": "#texture" },
"north": { "uv": [ 11, 8.75, 10.75, 9 ], "texture": "#texture" },
"west": { "uv": [ 11, 8.75, 10.75, 9 ], "texture": "#texture" },
"east": { "uv": [ 10.75, 8.75, 11, 9 ], "texture": "#texture" }
}
},
{
"__comment": "axe2 x64",
"from": [ 8.5, 13.5, 4.75 ],
"to": [ 9.5, 14, 5 ],
"faces": {
"up": { "uv": [ 11, 2, 11.25, 2.25 ], "rotation": 270, "texture": "#texture" },
"north": { "uv": [ 11.25, 2, 11, 2.5 ], "texture": "#texture" },
"west": { "uv": [ 11.25, 2, 11, 2.5 ], "texture": "#texture" },
"east": { "uv": [ 11, 2, 11.25, 2.5 ], "texture": "#texture" }
}
},
{
"__comment": "axe2 x64",
"from": [ 8.5, 7.75, 4.75 ],
"to": [ 9.5, 8, 5 ],
"faces": {
"down": { "uv": [ 11, 8.25, 11.25, 8 ], "rotation": 90, "texture": "#texture" },
"north": { "uv": [ 11.25, 8, 11, 8.25 ], "texture": "#texture" },
"south": { "uv": [ 11, 8, 11.25, 8.25 ], "texture": "#texture" },
"west": { "uv": [ 11.25, 8, 11, 8.25 ], "texture": "#texture" },
"east": { "uv": [ 11, 8, 11.25, 8.25 ], "texture": "#texture" }
}
},
{
"__comment": "axe2 x64",
"from": [ 8.5, 12.75, 4.5 ],
"to": [ 10.5, 13.25, 4.75 ],
"faces": {
"up": { "uv": [ 11.25, 2.75, 11.5, 3 ], "rotation": 270, "texture": "#texture" },
"north": { "uv": [ 11.5, 2.75, 11.25, 3.25 ], "texture": "#texture" },
"south": { "uv": [ 11.25, 2.75, 11.5, 3.25 ], "texture": "#texture" },
"west": { "uv": [ 11.5, 2.75, 11.25, 3.25 ], "texture": "#texture" },
"east": { "uv": [ 11.25, 2.75, 11.5, 3.25 ], "texture": "#texture" }
}
},
{
"__comment": "axe2 x64",
"from": [ 8.5, 8.25, 4.5 ],
"to": [ 9.5, 9, 4.75 ],
"faces": {
"down": { "uv": [ 11.25, 7.75, 11.5, 7.5 ], "rotation": 90, "texture": "#texture" },
"north": { "uv": [ 11.5, 7, 11.25, 7.75 ], "texture": "#texture" },
"west": { "uv": [ 11.5, 7, 11.25, 7.75 ], "texture": "#texture" },
"east": { "uv": [ 11.25, 7, 11.5, 7.75 ], "texture": "#texture" }
}
},
{
"__comment": "axe1 x64",
"from": [ 7.5, -1.75, 6.25 ],
"to": [ 8.5, 0, 7 ],
"faces": {
"down": { "uv": [ 6.25, 14.75, 7, 14.5 ], "rotation": 90, "texture": "#texture" },
"north": { "uv": [ 7, 13, 6.75, 14.75 ], "texture": "#texture" },
"south": { "uv": [ 6.25, 13, 6.5, 14.75 ], "texture": "#texture" },
"west": { "uv": [ 7, 13, 6.25, 14.75 ], "texture": "#texture" },
"east": { "uv": [ 6.25, 13, 7, 14.75 ], "texture": "#texture" }
}
},
{
"__comment": "axe1 x64",
"from": [ 7.5, -2.75, 6.25 ],
"to": [ 8.5, -1.75, 6.75 ],
"faces": {
"down": { "uv": [ 6.5, 15.75, 7, 15.5 ], "rotation": 90, "texture": "#texture" },
"north": { "uv": [ 7, 14.75, 6.75, 15.75 ], "texture": "#texture" },
"south": { "uv": [ 6.5, 14.75, 6.75, 15.75 ], "texture": "#texture" },
"west": { "uv": [ 7, 14.75, 6.5, 15.75 ], "texture": "#texture" },
"east": { "uv": [ 6.5, 14.75, 7, 15.75 ], "texture": "#texture" }
}
},
{
"__comment": "axe1 x64",
"from": [ 7.5, -3, 6.25 ],
"to": [ 8.5, -2.75, 6.5 ],
"faces": {
"down": { "uv": [ 6.75, 16, 7, 15.75 ], "rotation": 90, "texture": "#texture" },
"north": { "uv": [ 7, 15.75, 6.75, 16 ], "texture": "#texture" },
"south": { "uv": [ 6.75, 15.75, 7, 16 ], "texture": "#texture" },
"west": { "uv": [ 7, 15.75, 6.75, 16 ], "texture": "#texture" },
"east": { "uv": [ 6.75, 15.75, 7, 16 ], "texture": "#texture" }
}
},
{
"__comment": "axe1 x64",
"from": [ 7.5, -1.5, 6 ],
"to": [ 8.5, 0, 6.25 ],
"faces": {
"down": { "uv": [ 7, 14.5, 7.25, 14.25 ], "rotation": 90, "texture": "#texture" },
"north": { "uv": [ 7.25, 13, 7, 14.5 ], "texture": "#texture" },
"west": { "uv": [ 7.25, 13, 7, 14.5 ], "texture": "#texture" },
"east": { "uv": [ 7, 13, 7.25, 14.5 ], "texture": "#texture" }
}
},
{
"__comment": "axe1 x64",
"from": [ 7.5, -0.75, 5.75 ],
"to": [ 8.5, 0, 6 ],
"faces": {
"down": { "uv": [ 7.25, 13.75, 7.5, 13.5 ], "rotation": 90, "texture": "#texture" },
"north": { "uv": [ 7.5, 13, 7.25, 13.75 ], "texture": "#texture" },
"west": { "uv": [ 7.5, 13, 7.25, 13.75 ], "texture": "#texture" },
"east": { "uv": [ 7.25, 13, 7.5, 13.75 ], "texture": "#texture" }
}
},
{
"__comment": "axe1 x64",
"from": [ 6.625, 9.625, 4 ],
"to": [ 9.5, 12.5, 8.5 ],
"faces": {
"down": { "uv": [ 7.5, 6.25, 12, 6 ], "rotation": 90, "texture": "#texture" },
"up": { "uv": [ 7.5, 3.5, 12, 3.75 ], "rotation": 270, "texture": "#texture" },
"north": { "uv": [ 12, 3.5, 11.75, 6.25 ], "texture": "#texture" },
"south": { "uv": [ 7.5, 3.5, 7.75, 6.25 ], "texture": "#texture" },
"west": { "uv": [ 12, 3.5, 7.5, 6.25 ], "texture": "#texture" },
"east": { "uv": [ 7.5, 3.5, 12, 6.25 ], "texture": "#texture" }
}
},
{
"__comment": "axe1 x64",
"from": [ 6.5, 12.5, 4.25 ],
"to": [ 9.5, 14.25, 8.25 ],
"faces": {
"down": { "uv": [ 7.75, 3.5, 11.75, 3.25 ], "rotation": 90, "texture": "#texture" },
"up": { "uv": [ 7.75, 1.75, 11.75, 2 ], "rotation": 270, "texture": "#texture" },
"north": { "uv": [ 11.75, 1.75, 11.5, 3.5 ], "texture": "#texture" },
"south": { "uv": [ 7.75, 1.75, 8, 3.5 ], "texture": "#texture" },
"west": { "uv": [ 11.75, 1.75, 7.75, 3.5 ], "texture": "#texture" },
"east": { "uv": [ 7.75, 1.75, 11.75, 3.5 ], "texture": "#texture" }
}
},
{
"__comment": "axe1 x64",
"from": [ 7, 8, 4 ],
"to": [ 9, 9.75, 8.25 ],
"faces": {
"down": { "uv": [ 7.75, 8, 12, 7.75 ], "rotation": 90, "texture": "#texture" },
"up": { "uv": [ 7.75, 6.25, 12, 6.5 ], "rotation": 270, "texture": "#texture" },
"north": { "uv": [ 12, 6.25, 11.75, 8 ], "texture": "#texture" },
"south": { "uv": [ 7.75, 6.25, 8, 8 ], "texture": "#texture" },
"west": { "uv": [ 12, 6.25, 7.75, 8 ], "texture": "#texture" },
"east": { "uv": [ 7.75, 6.25, 12, 8 ], "texture": "#texture" }
}
},
{
"__comment": "axe1 x64",
"from": [ 6.875, 14.25, 4.5 ],
"to": [ 9.25, 15, 8 ],
"faces": {
"up": { "uv": [ 8, 1, 11.5, 1.25 ], "rotation": 270, "texture": "#texture" },
"north": { "uv": [ 11.5, 1, 11.25, 1.75 ], "texture": "#texture" },
"south": { "uv": [ 8, 1, 8.25, 1.75 ], "texture": "#texture" },
"west": { "uv": [ 11.5, 1, 8, 1.75 ], "texture": "#texture" },
"east": { "uv": [ 8, 1, 11.5, 1.75 ], "texture": "#texture" }
}
},
{
"__comment": "axe1 x64",
"from": [ 7.25, 6.75, 4.75 ],
"to": [ 8.875, 8, 8 ],
"faces": {
"down": { "uv": [ 8, 9.25, 11.25, 9 ], "rotation": 90, "texture": "#texture" },
"north": { "uv": [ 11.25, 8, 11, 9.25 ], "texture": "#texture" },
"south": { "uv": [ 8, 8, 8.25, 9.25 ], "texture": "#texture" },
"west": { "uv": [ 11.25, 8, 8, 9.25 ], "texture": "#texture" },
"east": { "uv": [ 8, 8, 11.25, 9.25 ], "texture": "#texture" }
}
},
{
"__comment": "axe1 x64",
"from": [ 7.5, 15, 5 ],
"to": [ 8.5, 15.5, 7.75 ],
"faces": {
"up": { "uv": [ 8.25, 0.5, 11, 0.75 ], "rotation": 270, "texture": "#texture" },
"north": { "uv": [ 11, 0.5, 10.75, 1 ], "texture": "#texture" },
"south": { "uv": [ 8.25, 0.5, 8.5, 1 ], "texture": "#texture" },
"west": { "uv": [ 11, 0.5, 8.25, 1 ], "texture": "#texture" },
"east": { "uv": [ 8.25, 0.5, 11, 1 ], "texture": "#texture" }
}
},
{
"__comment": "axe1 x64",
"from": [ 7.375, 6.25, 4.75 ],
"to": [ 8.875, 6.75, 7.75 ],
"faces": {
"down": { "uv": [ 8.25, 9.75, 11.25, 9.5 ], "rotation": 90, "texture": "#texture" },
"up": { "uv": [ 8.25, 9.25, 11.25, 9.5 ], "rotation": 270, "texture": "#texture" },
"north": { "uv": [ 11.25, 9.25, 11, 9.75 ], "texture": "#texture" },
"south": { "uv": [ 8.25, 9.25, 8.5, 9.75 ], "texture": "#texture" },
"west": { "uv": [ 11.25, 9.25, 8.25, 9.75 ], "texture": "#texture" },
"east": { "uv": [ 8.25, 9.25, 11.25, 9.75 ], "texture": "#texture" }
}
},
{
"__comment": "axe1 x64",
"from": [ 7.5, 3.75, 5.25 ],
"to": [ 8.5, 6.25, 7.5 ],
"faces": {
"down": { "uv": [ 8.5, 12.25, 10.75, 12 ], "rotation": 90, "texture": "#texture" },
"north": { "uv": [ 10.75, 9.75, 10.5, 12.25 ], "texture": "#texture" },
"south": { "uv": [ 8.5, 9.75, 8.75, 12.25 ], "texture": "#texture" },
"west": { "uv": [ 10.75, 9.75, 8.5, 12.25 ], "texture": "#texture" },
"east": { "uv": [ 8.5, 9.75, 10.75, 12.25 ], "texture": "#texture" }
}
},
{
"__comment": "axe1 x64",
"from": [ 7.5, 15.5, 5.25 ],
"to": [ 8.5, 15.75, 7.25 ],
"faces": {
"down": { "uv": [ 8.75, 0.5, 10.75, 0.25 ], "rotation": 90, "texture": "#texture" },
"up": { "uv": [ 8.75, 0.25, 10.75, 0.5 ], "rotation": 270, "texture": "#texture" },
"north": { "uv": [ 10.75, 0.25, 10.5, 0.5 ], "texture": "#texture" },
"south": { "uv": [ 8.75, 0.25, 9, 0.5 ], "texture": "#texture" },
"west": { "uv": [ 10.75, 0.25, 8.75, 0.5 ], "texture": "#texture" },
"east": { "uv": [ 8.75, 0.25, 10.75, 0.5 ], "texture": "#texture" }
}
},
{
"__comment": "axe1 x64",
"from": [ 7.5, 2.25, 5.5 ],
"to": [ 8.5, 3.75, 7.25 ],
"faces": {
"down": { "uv": [ 8.75, 13.75, 10.5, 13.5 ], "rotation": 90, "texture": "#texture" },
"north": { "uv": [ 10.5, 12.25, 10.25, 13.75 ], "texture": "#texture" },
"south": { "uv": [ 8.75, 12.25, 9, 13.75 ], "texture": "#texture" },
"west": { "uv": [ 10.5, 12.25, 8.75, 13.75 ], "texture": "#texture" },
"east": { "uv": [ 8.75, 12.25, 10.5, 13.75 ], "texture": "#texture" }
}
},
{
"__comment": "axe1 x64",
"from": [ 7.5, 15.75, 6 ],
"to": [ 8.5, 16, 7 ],
"faces": {
"up": { "uv": [ 9, 0, 10, 0.25 ], "rotation": 270, "texture": "#texture" },
"north": { "uv": [ 10, 0, 9.75, 0.25 ], "texture": "#texture" },
"south": { "uv": [ 9, 0, 9.25, 0.25 ], "texture": "#texture" },
"west": { "uv": [ 10, 0, 9, 0.25 ], "texture": "#texture" },
"east": { "uv": [ 9, 0, 10, 0.25 ], "texture": "#texture" }
}
},
{
"__comment": "axe1 x64",
"from": [ 7.5, 0, 5.75 ],
"to": [ 8.5, 2.25, 7 ],
"faces": {
"down": { "uv": [ 9, 16, 10.25, 15.75 ], "rotation": 90, "texture": "#texture" },
"north": { "uv": [ 10.25, 13.75, 10, 16 ], "texture": "#texture" },
"south": { "uv": [ 9, 13.75, 9.25, 16 ], "texture": "#texture" },
"west": { "uv": [ 10.25, 13.75, 9, 16 ], "texture": "#texture" },
"east": { "uv": [ 9, 13.75, 10.25, 16 ], "texture": "#texture" }
}
},
{
"__comment": "axe1 x64",
"from": [ 7.5, 0.25, 5.5 ],
"to": [ 8.5, 2.25, 5.75 ],
"faces": {
"down": { "uv": [ 10.25, 15.75, 10.5, 15.5 ], "rotation": 90, "texture": "#texture" },
"north": { "uv": [ 10.5, 13.75, 10.25, 15.75 ], "texture": "#texture" },
"west": { "uv": [ 10.5, 13.75, 10.25, 15.75 ], "texture": "#texture" },
"east": { "uv": [ 10.25, 13.75, 10.5, 15.75 ], "texture": "#texture" }
}
},
{
"__comment": "axe1 x64",
"from": [ 7.5, 2.75, 5.25 ],
"to": [ 8.5, 3.75, 5.5 ],
"faces": {
"down": { "uv": [ 10.5, 13.25, 10.75, 13 ], "rotation": 90, "texture": "#texture" },
"north": { "uv": [ 10.75, 12.25, 10.5, 13.25 ], "texture": "#texture" },
"west": { "uv": [ 10.75, 12.25, 10.5, 13.25 ], "texture": "#texture" },
"east": { "uv": [ 10.5, 12.25, 10.75, 13.25 ], "texture": "#texture" }
}
},
{
"__comment": "axe1 x64",
"from": [ 7.5, 4.75, 5 ],
"to": [ 8.5, 6.25, 5.25 ],
"faces": {
"down": { "uv": [ 10.75, 11.25, 11, 11 ], "rotation": 90, "texture": "#texture" },
"north": { "uv": [ 11, 9.75, 10.75, 11.25 ], "texture": "#texture" },
"west": { "uv": [ 11, 9.75, 10.75, 11.25 ], "texture": "#texture" },
"east": { "uv": [ 10.75, 9.75, 11, 11.25 ], "texture": "#texture" }
}
},
{
"__comment": "axe1 x64",
"from": [ 7.5, 15, 4.75 ],
"to": [ 8.5, 15.25, 5 ],
"faces": {
"up": { "uv": [ 11, 0.75, 11.25, 1 ], "rotation": 270, "texture": "#texture" },
"north": { "uv": [ 11.25, 0.75, 11, 1 ], "texture": "#texture" },
"west": { "uv": [ 11.25, 0.75, 11, 1 ], "texture": "#texture" },
"east": { "uv": [ 11, 0.75, 11.25, 1 ], "texture": "#texture" }
}
},
{
"__comment": "axe1 x64",
"from": [ 7.5, 7, 4.5 ],
"to": [ 8.5, 8, 4.75 ],
"faces": {
"down": { "uv": [ 11.25, 9, 11.5, 8.75 ], "rotation": 90, "texture": "#texture" },
"north": { "uv": [ 11.5, 8, 11.25, 9 ], "texture": "#texture" },
"west": { "uv": [ 11.5, 8, 11.25, 9 ], "texture": "#texture" },
"east": { "uv": [ 11.25, 8, 11.5, 9 ], "texture": "#texture" }
}
},
{
"__comment": "axe1 x64",
"from": [ 7.5, 14.25, 4.25 ],
"to": [ 8.5, 14.5, 4.5 ],
"faces": {
"up": { "uv": [ 11.5, 1.5, 11.75, 1.75 ], "rotation": 270, "texture": "#texture" },
"north": { "uv": [ 11.75, 1.5, 11.5, 1.75 ], "texture": "#texture" },
"west": { "uv": [ 11.75, 1.5, 11.5, 1.75 ], "texture": "#texture" },
"east": { "uv": [ 11.5, 1.5, 11.75, 1.75 ], "texture": "#texture" }
}
},
{
"__comment": "axe1 x64",
"from": [ 7.5, 7.5, 4.25 ],
"to": [ 8.5, 8, 4.5 ],
"faces": {
"down": { "uv": [ 11.5, 8.5, 11.75, 8.25 ], "rotation": 90, "texture": "#texture" },
"north": { "uv": [ 11.75, 8, 11.5, 8.5 ], "texture": "#texture" },
"west": { "uv": [ 11.75, 8, 11.5, 8.5 ], "texture": "#texture" },
"east": { "uv": [ 11.5, 8, 11.75, 8.5 ], "texture": "#texture" }
}
},
{
"__comment": "axe1 x64",
"from": [ 7.125, 12.5, 3.875 ],
"to": [ 8.875, 14, 4.5 ],
"faces": {
"down": { "uv": [ 11.75, 3.5, 12, 3.25 ], "rotation": 90, "texture": "#texture" },
"up": { "uv": [ 11.75, 2, 12, 2.25 ], "rotation": 270, "texture": "#texture" },
"north": { "uv": [ 12, 2, 11.75, 3.5 ], "texture": "#texture" },
"south": { "uv": [ 11.75, 2, 12, 3.5 ], "texture": "#texture" },
"west": { "uv": [ 12, 2, 11.75, 3.5 ], "texture": "#texture" },
"east": { "uv": [ 11.75, 2, 12, 3.5 ], "texture": "#texture" }
}
},
{
"__comment": "axe1 x64",
"from": [ 7, 10, 3.75 ],
"to": [ 9, 12.5, 4 ],
"faces": {
"down": { "uv": [ 12, 6, 12.25, 5.75 ], "rotation": 90, "texture": "#texture" },
"up": { "uv": [ 12, 3.5, 12.25, 3.75 ], "rotation": 270, "texture": "#texture" },
"north": { "uv": [ 12.25, 3.5, 12, 6 ], "texture": "#texture" },
"west": { "uv": [ 12.25, 3.5, 12, 6 ], "texture": "#texture" },
"east": { "uv": [ 12, 3.5, 12.25, 6 ], "texture": "#texture" }
}
},
{
"__comment": "axe2 x64*",
"from": [ 6.625, 8.875, 4.5 ],
"to": [ 7.5, 10.5, 8 ],
"faces": {
"down": { "uv": [ 8, 7, 11.5, 6.75 ], "rotation": 90, "texture": "#texture" },
"up": { "uv": [ 8, 5.5, 11.5, 5.75 ], "rotation": 270, "texture": "#texture" },
"north": { "uv": [ 11.5, 5.5, 11.25, 7 ], "texture": "#texture" },
"south": { "uv": [ 8, 5.5, 8.25, 7 ], "texture": "#texture" },
"west": { "uv": [ 11.5, 5.5, 8, 7 ], "texture": "#texture" },
"east": { "uv": [ 8, 5.5, 11.5, 7 ], "texture": "#texture" }
}
},
{
"__comment": "axe2 x64*",
"from": [ 5.875, 12.75, 4.75 ],
"to": [ 7.5, 13.5, 7.75 ],
"faces": {
"down": { "uv": [ 8.25, 3.25, 11.25, 3 ], "rotation": 90, "texture": "#texture" },
"up": { "uv": [ 8.25, 2.5, 11.25, 2.75 ], "rotation": 270, "texture": "#texture" },
"north": { "uv": [ 11.25, 2.5, 11, 3.25 ], "texture": "#texture" },
"south": { "uv": [ 8.25, 2.5, 8.5, 3.25 ], "texture": "#texture" },
"west": { "uv": [ 11.25, 2.5, 8.25, 3.25 ], "texture": "#texture" },
"east": { "uv": [ 8.25, 2.5, 11.25, 3.25 ], "texture": "#texture" }
}
},
{
"__comment": "axe2 x64*",
"from": [ 6.25, 10.5, 4.5 ],
"to": [ 7.5, 11, 7.75 ],
"faces": {
"down": { "uv": [ 8.25, 5.5, 11.5, 5.25 ], "rotation": 90, "texture": "#texture" },
"up": { "uv": [ 8.25, 5, 11.5, 5.25 ], "rotation": 270, "texture": "#texture" },
"north": { "uv": [ 11.5, 5, 11.25, 5.5 ], "texture": "#texture" },
"south": { "uv": [ 8.25, 5, 8.5, 5.5 ], "texture": "#texture" },
"west": { "uv": [ 11.5, 5, 8.25, 5.5 ], "texture": "#texture" },
"east": { "uv": [ 8.25, 5, 11.5, 5.5 ], "texture": "#texture" }
}
},
{
"__comment": "axe2 x64*",
"from": [ 6.75, 8, 4.75 ],
"to": [ 7.5, 9, 7.75 ],
"faces": {
"down": { "uv": [ 8.25, 8, 11.25, 7.75 ], "rotation": 90, "texture": "#texture" },
"up": { "uv": [ 8.25, 7, 11.25, 7.25 ], "rotation": 270, "texture": "#texture" },
"north": { "uv": [ 11.25, 7, 11, 8 ], "texture": "#texture" },
"south": { "uv": [ 8.25, 7, 8.5, 8 ], "texture": "#texture" },
"west": { "uv": [ 11.25, 7, 8.25, 8 ], "texture": "#texture" },
"east": { "uv": [ 8.25, 7, 11.25, 8 ], "texture": "#texture" }
}
},
{
"__comment": "axe2 x64*",
"from": [ 6.125, 13.5, 5.25 ],
"to": [ 7.625, 14.75, 7.5 ],
"faces": {
"down": { "uv": [ 8.5, 2.5, 10.75, 2.25 ], "rotation": 90, "texture": "#texture" },
"up": { "uv": [ 8.5, 1.25, 10.75, 1.5 ], "rotation": 270, "texture": "#texture" },
"north": { "uv": [ 10.75, 1.25, 10.5, 2.5 ], "texture": "#texture" },
"south": { "uv": [ 8.5, 1.25, 8.75, 2.5 ], "texture": "#texture" },
"west": { "uv": [ 10.75, 1.25, 8.5, 2.5 ], "texture": "#texture" },
"east": { "uv": [ 8.5, 1.25, 10.75, 2.5 ], "texture": "#texture" }
}
},
{
"__comment": "axe2 x64*",
"from": [ 6, 11, 4.5 ],
"to": [ 7.5, 11.25, 7.5 ],
"faces": {
"down": { "uv": [ 8.5, 5, 11.5, 4.75 ], "rotation": 90, "texture": "#texture" },
"up": { "uv": [ 8.5, 4.75, 11.5, 5 ], "rotation": 270, "texture": "#texture" },
"north": { "uv": [ 11.5, 4.75, 11.25, 5 ], "texture": "#texture" },
"south": { "uv": [ 8.5, 4.75, 8.75, 5 ], "texture": "#texture" },
"west": { "uv": [ 11.5, 4.75, 8.5, 5 ], "texture": "#texture" },
"east": { "uv": [ 8.5, 4.75, 11.5, 5 ], "texture": "#texture" }
}
},
{
"__comment": "axe2 x64*",
"from": [ 6.75, 7.125, 5 ],
"to": [ 7.5, 8, 7.5 ],
"faces": {
"down": { "uv": [ 8.5, 8.75, 11, 8.5 ], "rotation": 90, "texture": "#texture" },
"north": { "uv": [ 11, 8, 10.75, 8.75 ], "texture": "#texture" },
"south": { "uv": [ 8.5, 8, 8.75, 8.75 ], "texture": "#texture" },
"west": { "uv": [ 11, 8, 8.5, 8.75 ], "texture": "#texture" },
"east": { "uv": [ 8.5, 8, 11, 8.75 ], "texture": "#texture" }
}
},
{
"__comment": "axe2 x64*",
"from": [ 6.5, 14.75, 5.75 ],
"to": [ 7.5, 15.25, 7.25 ],
"faces": {
"up": { "uv": [ 8.75, 0.75, 10.25, 1 ], "rotation": 270, "texture": "#texture" },
"north": { "uv": [ 10.25, 0.75, 10, 1.25 ], "texture": "#texture" },
"south": { "uv": [ 8.75, 0.75, 9, 1.25 ], "texture": "#texture" },
"west": { "uv": [ 10.25, 0.75, 8.75, 1.25 ], "texture": "#texture" },
"east": { "uv": [ 8.75, 0.75, 10.25, 1.25 ], "texture": "#texture" }
}
},
{
"__comment": "axe2 x64*",
"from": [ 6, 11.25, 4.5 ],
"to": [ 7.5, 11.5, 7.25 ],
"faces": {
"up": { "uv": [ 8.75, 4.5, 11.5, 4.75 ], "rotation": 270, "texture": "#texture" },
"north": { "uv": [ 11.5, 4.5, 11.25, 4.75 ], "texture": "#texture" },
"south": { "uv": [ 8.75, 4.5, 9, 4.75 ], "texture": "#texture" },
"west": { "uv": [ 11.5, 4.5, 8.75, 4.75 ], "texture": "#texture" },
"east": { "uv": [ 8.75, 4.5, 11.5, 4.75 ], "texture": "#texture" }
}
},
{
"__comment": "axe2 x64*",
"from": [ 6.875, 4, 5.75 ],
"to": [ 7.5, 7.25, 7.25 ],
"faces": {
"down": { "uv": [ 8.75, 12, 10.25, 11.75 ], "rotation": 90, "texture": "#texture" },
"up": { "uv": [ 8.75, 8.75, 10.25, 9 ], "rotation": 270, "texture": "#texture" },
"north": { "uv": [ 10.25, 8.75, 10, 12 ], "texture": "#texture" },
"south": { "uv": [ 8.75, 8.75, 9, 12 ], "texture": "#texture" },
"west": { "uv": [ 10.25, 8.75, 8.75, 12 ], "texture": "#texture" },
"east": { "uv": [ 8.75, 8.75, 10.25, 12 ], "texture": "#texture" }
}
},
{
"__comment": "axe2 x64*",
"from": [ 6.5, 15.25, 6 ],
"to": [ 7.5, 15.5, 7 ],
"faces": {
"up": { "uv": [ 9, 0.5, 10, 0.75 ], "rotation": 270, "texture": "#texture" },
"north": { "uv": [ 10, 0.5, 9.75, 0.75 ], "texture": "#texture" },
"south": { "uv": [ 9, 0.5, 9.25, 0.75 ], "texture": "#texture" },
"west": { "uv": [ 10, 0.5, 9, 0.75 ], "texture": "#texture" }
}
},
{
"__comment": "axe2 x64*",
"from": [ 5.75, 11.5, 4.5 ],
"to": [ 7.625, 12.75, 7 ],
"faces": {
"down": { "uv": [ 9, 4.5, 11.5, 4.25 ], "rotation": 90, "texture": "#texture" },
"up": { "uv": [ 9, 3.25, 11.5, 3.5 ], "rotation": 270, "texture": "#texture" },
"north": { "uv": [ 11.5, 3.25, 11.25, 4.5 ], "texture": "#texture" },
"south": { "uv": [ 9, 3.25, 9.25, 4.5 ], "texture": "#texture" },
"west": { "uv": [ 11.5, 3.25, 9, 4.5 ], "texture": "#texture" },
"east": { "uv": [ 9, 3.25, 11.5, 4.5 ], "texture": "#texture" }
}
},
{
"__comment": "axe2 x64*",
"from": [ 6.875, 2.75, 6.25 ],
"to": [ 7.5, 4, 7 ],
"faces": {
"down": { "uv": [ 9, 13.25, 9.75, 13 ], "rotation": 90, "texture": "#texture" },
"north": { "uv": [ 9.75, 12, 9.5, 13.25 ], "texture": "#texture" },
"south": { "uv": [ 9, 12, 9.25, 13.25 ], "texture": "#texture" },
"west": { "uv": [ 9.75, 12, 9, 13.25 ], "texture": "#texture" },
"east": { "uv": [ 9, 12, 9.75, 13.25 ], "texture": "#texture" }
}
},
{
"__comment": "axe2 x64*",
"from": [ 7, 2.25, 6.25 ],
"to": [ 7.5, 2.75, 6.5 ],
"faces": {
"down": { "uv": [ 9.5, 13.75, 9.75, 13.5 ], "rotation": 90, "texture": "#texture" },
"north": { "uv": [ 9.75, 13.25, 9.5, 13.75 ], "texture": "#texture" },
"south": { "uv": [ 9.5, 13.25, 9.75, 13.75 ], "texture": "#texture" },
"west": { "uv": [ 9.75, 13.25, 9.5, 13.75 ], "texture": "#texture" }
}
},
{
"__comment": "axe2 x64*",
"from": [ 6.875, 3.25, 6 ],
"to": [ 7.5, 4, 6.25 ],
"faces": {
"down": { "uv": [ 9.75, 12.75, 10, 12.5 ], "rotation": 90, "texture": "#texture" },
"north": { "uv": [ 10, 12, 9.75, 12.75 ], "texture": "#texture" },
"west": { "uv": [ 10, 12, 9.75, 12.75 ], "texture": "#texture" },
"east": { "uv": [ 9.75, 12, 10, 12.75 ], "texture": "#texture" }
}
},
{
"__comment": "axe2 x64*",
"from": [ 7.125, 3.5, 5.75 ],
"to": [ 7.5, 4, 6 ],
"faces": {
"down": { "uv": [ 10, 12.5, 10.25, 12.25 ], "rotation": 90, "texture": "#texture" },
"north": { "uv": [ 10.25, 12, 10, 12.5 ], "texture": "#texture" },
"west": { "uv": [ 10.25, 12, 10, 12.5 ], "texture": "#texture" },
"east": { "uv": [ 10, 12, 10.25, 12.5 ], "texture": "#texture" }
}
},
{
"__comment": "axe2 x64*",
"from": [ 6.5, 14.75, 5.5 ],
"to": [ 7.5, 15, 5.75 ],
"faces": {
"up": { "uv": [ 10.25, 1, 10.5, 1.25 ], "rotation": 270, "texture": "#texture" },
"north": { "uv": [ 10.5, 1, 10.25, 1.25 ], "texture": "#texture" },
"west": { "uv": [ 10.5, 1, 10.25, 1.25 ], "texture": "#texture" },
"east": { "uv": [ 10.25, 1, 10.5, 1.25 ], "texture": "#texture" }
}
},
{
"__comment": "axe2 x64*",
"from": [ 6.875, 4.875, 5.5 ],
"to": [ 7.5, 7.25, 5.75 ],
"faces": {
"down": { "uv": [ 10.25, 11.25, 10.5, 11 ], "rotation": 90, "texture": "#texture" },
"up": { "uv": [ 10.25, 8.75, 10.5, 9 ], "rotation": 270, "texture": "#texture" },
"north": { "uv": [ 10.5, 8.75, 10.25, 11.25 ], "texture": "#texture" },
"west": { "uv": [ 10.5, 8.75, 10.25, 11.25 ], "texture": "#texture" },
"east": { "uv": [ 10.25, 8.75, 10.5, 11.25 ], "texture": "#texture" }
}
},
{
"__comment": "axe2 x64*",
"from": [ 7, 6.5, 5.25 ],
"to": [ 7.5, 7.25, 5.5 ],
"faces": {
"down": { "uv": [ 10.5, 9.5, 10.75, 9.25 ], "rotation": 90, "texture": "#texture" },
"up": { "uv": [ 10.5, 8.75, 10.75, 9 ], "rotation": 270, "texture": "#texture" },
"north": { "uv": [ 10.75, 8.75, 10.5, 9.5 ], "texture": "#texture" },
"west": { "uv": [ 10.75, 8.75, 10.5, 9.5 ], "texture": "#texture" },
"east": { "uv": [ 10.5, 8.75, 10.75, 9.5 ], "texture": "#texture" }
}
},
{
"__comment": "axe2 x64*",
"from": [ 6.5, 13.5, 5 ],
"to": [ 7.5, 14.5, 5.25 ],
"faces": {
"up": { "uv": [ 10.75, 1.5, 11, 1.75 ], "rotation": 270, "texture": "#texture" },
"north": { "uv": [ 11, 1.5, 10.75, 2.5 ], "texture": "#texture" },
"west": { "uv": [ 11, 1.5, 10.75, 2.5 ], "texture": "#texture" },
"east": { "uv": [ 10.75, 1.5, 11, 2.5 ], "texture": "#texture" }
}
},
{
"__comment": "axe2 x64*",
"from": [ 6.875, 7, 5 ],
"to": [ 7.5, 7.25, 5.25 ],
"faces": {
"down": { "uv": [ 10.75, 9, 11, 8.75 ], "rotation": 90, "texture": "#texture" },
"up": { "uv": [ 10.75, 8.75, 11, 9 ], "rotation": 270, "texture": "#texture" },
"north": { "uv": [ 11, 8.75, 10.75, 9 ], "texture": "#texture" },
"south": { "uv": [ 10.75, 8.75, 11, 9 ], "texture": "#texture" },
"west": { "uv": [ 11, 8.75, 10.75, 9 ], "texture": "#texture" },
"east": { "uv": [ 10.75, 8.75, 11, 9 ], "texture": "#texture" }
}
},
{
"__comment": "axe2 x64*",
"from": [ 6.5, 13.5, 4.75 ],
"to": [ 7.5, 14, 5 ],
"faces": {
"up": { "uv": [ 11, 2, 11.25, 2.25 ], "rotation": 270, "texture": "#texture" },
"north": { "uv": [ 11.25, 2, 11, 2.5 ], "texture": "#texture" },
"west": { "uv": [ 11.25, 2, 11, 2.5 ], "texture": "#texture" },
"east": { "uv": [ 11, 2, 11.25, 2.5 ], "texture": "#texture" }
}
},
{
"__comment": "axe2 x64*",
"from": [ 6.75, 7.75, 4.75 ],
"to": [ 7.5, 8, 5 ],
"faces": {
"down": { "uv": [ 11, 8.25, 11.25, 8 ], "rotation": 90, "texture": "#texture" },
"north": { "uv": [ 11.25, 8, 11, 8.25 ], "texture": "#texture" },
"west": { "uv": [ 11.25, 8, 11, 8.25 ], "texture": "#texture" },
"east": { "uv": [ 11, 8, 11.25, 8.25 ], "texture": "#texture" }
}
},
{
"__comment": "axe2 x64*",
"from": [ 6.5, 12.75, 4.5 ],
"to": [ 7.5, 13.25, 4.75 ],
"faces": {
"up": { "uv": [ 11.25, 2.75, 11.5, 3 ], "rotation": 270, "texture": "#texture" },
"north": { "uv": [ 11.5, 2.75, 11.25, 3.25 ], "texture": "#texture" },
"west": { "uv": [ 11.5, 2.75, 11.25, 3.25 ], "texture": "#texture" },
"east": { "uv": [ 11.25, 2.75, 11.5, 3.25 ], "texture": "#texture" }
}
},
{
"__comment": "axe2 x64*",
"from": [ 6.75, 8.25, 4.5 ],
"to": [ 7.5, 9, 4.75 ],
"faces": {
"down": { "uv": [ 11.25, 7.75, 11.5, 7.5 ], "rotation": 90, "texture": "#texture" },
"up": { "uv": [ 11.25, 7, 11.5, 7.25 ], "rotation": 270, "texture": "#texture" },
"north": { "uv": [ 11.5, 7, 11.25, 7.75 ], "texture": "#texture" },
"west": { "uv": [ 11.5, 7, 11.25, 7.75 ], "texture": "#texture" },
"east": { "uv": [ 11.25, 7, 11.5, 7.75 ], "texture": "#texture" }
}
},
{
"__comment": "axe1 x64*",
"from": [ 7, 10.625, 8.25 ],
"to": [ 9.125, 13.5, 8.625 ],
"faces": {
"down": { "uv": [ 7.5, 6.25, 12, 6 ], "rotation": 90, "texture": "#texture" },
"up": { "uv": [ 7.5, 3.5, 12, 3.75 ], "rotation": 270, "texture": "#texture" },
"north": { "uv": [ 12, 3.5, 11.75, 6.25 ], "texture": "#texture" },
"south": { "uv": [ 7.5, 3.5, 7.75, 6.25 ], "texture": "#texture" },
"west": { "uv": [ 12, 3.5, 7.5, 6.25 ], "texture": "#texture" },
"east": { "uv": [ 7.5, 3.5, 12, 6.25 ], "texture": "#texture" }
}
}
],
"display": {
"thirdperson_righthand": {
"rotation": [ 0, 90, 0 ],
"translation": [ 2, 6.36, 1.89 ],
"scale": [ 1.2, 1.2, 1.2 ]
},
"thirdperson_lefthand": {
"rotation": [ 0, -90, 0 ],
"translation": [ -2, 6.36, 1.89 ],
"scale": [ 1.2, 1.2, 1.2 ]
},
"ground": {
"rotation": [ 90, 0, 0 ],
"translation": [ 0, 0, -2.65 ],
"scale": [ 1, 1, 1 ]
},
"fixed": {
"rotation": [ 0, 0, -45 ],
"translation": [ 1, 1, 0 ],
"scale": [ 1, 1, 1 ]
},
"firstperson_righthand": {
"rotation": [ 0, 90, -45 ],
"translation": [ 4, 3, -4 ],
"scale": [ 1, 1, 1 ]
},
"firstperson_lefthand": {
"rotation": [ 0, -90, 45 ],
"translation": [ 2, 3, -4 ],
"scale": [ 1, 1, 1 ]
},
"gui": {
"rotation": [ 0, 0, -45 ],
"translation": [ 1, 1, 0 ],
"scale": [ 1, 1, 1 ]
}
}
}
 

SupraSanny

Ağaç Yumruklayıcı
Mesajlar
20
En iyi cevaplar
0
Beğeniler
10
Puanları
0
JSON dosyalarını kendi elinle yazdıysan sorun ondan olabilir.
opl's Model Creator ve MrCrayFish Model Creator kullanıyorum ben, tavsiye ederim ikisini de.
 

Üst