Pedestal model change

This commit is contained in:
Aleksey 2020-10-29 12:11:01 +03:00
parent ba4f126786
commit e6cafec945
2 changed files with 25 additions and 20 deletions

View file

@ -7,25 +7,25 @@
{
"__comment": "pillar",
"from": [ 3, 0, 3 ],
"to": [ 13, 12, 13 ],
"to": [ 13, 8, 13 ],
"faces": {
"north": { "uv": [ 3, 0, 13, 12 ], "texture": "#pillar" },
"south": { "uv": [ 3, 0, 13, 12 ], "texture": "#pillar" },
"west": { "uv": [ 3, 0, 13, 12 ], "texture": "#pillar" },
"east": { "uv": [ 3, 0, 13, 12 ], "texture": "#pillar" }
"north": { "uv": [ 3, 0, 13, 8 ], "texture": "#pillar" },
"south": { "uv": [ 3, 0, 13, 8 ], "texture": "#pillar" },
"west": { "uv": [ 3, 0, 13, 8 ], "texture": "#pillar" },
"east": { "uv": [ 3, 0, 13, 8 ], "texture": "#pillar" }
}
},
{
"__comment": "top",
"from": [ 1, 12, 1 ],
"to": [ 15, 14, 15 ],
"from": [ 1, 8, 1 ],
"to": [ 15, 10, 15 ],
"faces": {
"down": { "uv": [ 1, 1, 15, 15 ], "texture": "#base" },
"up": { "uv": [ 1, 1, 15, 15 ], "texture": "#top" },
"north": { "uv": [ 1, 12, 15, 14 ], "texture": "#base" },
"south": { "uv": [ 1, 12, 15, 14 ], "texture": "#base" },
"west": { "uv": [ 1, 12, 15, 14 ], "texture": "#base" },
"east": { "uv": [ 1, 12, 15, 14 ], "texture": "#base" }
"north": { "uv": [ 1, 8, 15, 10 ], "texture": "#base" },
"south": { "uv": [ 1, 8, 15, 10 ], "texture": "#base" },
"west": { "uv": [ 1, 8, 15, 10 ], "texture": "#base" },
"east": { "uv": [ 1, 8, 15, 10 ], "texture": "#base" }
}
}
]