Finished adding all of the dungeon blocks and localized them. Added the appropriate models for rotated pillars/pillar caps.

This commit is contained in:
WayofTime 2016-09-05 10:30:59 -04:00
parent b08c7fd7ae
commit afcba54df4
21 changed files with 569 additions and 60 deletions

View file

@ -0,0 +1,17 @@
{
"elements": [
{
"from": [ 0, 0, 0 ],
"to": [ 16, 16, 16 ],
"faces": {
"up": { "uv": [ 16, 0, 0, 16 ], "texture": "#sideBottom", "rotation": 270 },
"down": { "uv": [ 16, 0, 0, 16 ], "texture": "#sideBottom", "rotation": 270 },
"north": { "uv": [ 16, 0, 0, 16 ], "texture": "#sideTop", "rotation": 270 },
"south": { "uv": [ 16, 0, 0, 16 ], "texture": "#sideBottom", "rotation": 270 },
"east": { "uv": [ 0, 0, 16, 16 ], "texture": "#end" },
"west": { "uv": [ 0, 0, 16, 16 ], "texture": "#end" }
}
}
]
}

View file

@ -0,0 +1,17 @@
{
"elements": [
{
"from": [ 0, 0, 0 ],
"to": [ 16, 16, 16 ],
"faces": {
"up": { "uv": [ 0, 0, 16, 16 ], "texture": "#sideTop" },
"down": { "uv": [ 0, 0, 16, 16 ], "texture": "#sideBottom" },
"north": { "uv": [ 0, 0, 16, 16 ], "texture": "#end" },
"south": { "uv": [ 0, 0, 16, 16 ], "texture": "#end" },
"west": { "uv": [ 16, 0, 0, 16 ], "texture": "#sideTop", "rotation": 270 },
"east": { "uv": [ 16, 0, 0, 16 ], "texture": "#sideBottom", "rotation": 270 }
}
}
]
}

View file

@ -0,0 +1,17 @@
{
"elements": [
{
"from": [ 0, 0, 0 ],
"to": [ 16, 16, 16 ],
"faces": {
"up": { "uv": [ 0, 0, 16, 16 ], "texture": "#sideBottom" },
"down": { "uv": [ 0, 0, 16, 16 ], "texture": "#sideTop" },
"north": { "uv": [ 0, 0, 16, 16 ], "texture": "#end" },
"south": { "uv": [ 0, 0, 16, 16 ], "texture": "#end" },
"west": { "uv": [ 16, 0, 0, 16 ], "texture": "#sideBottom", "rotation": 270 },
"east": { "uv": [ 16, 0, 0, 16 ], "texture": "#sideTop", "rotation": 270 }
}
}
]
}

View file

@ -0,0 +1,17 @@
{
"elements": [
{
"from": [ 0, 0, 0 ],
"to": [ 16, 16, 16 ],
"faces": {
"up": { "uv": [ 16, 0, 0, 16 ], "texture": "#sideTop", "rotation": 270 },
"down": { "uv": [ 16, 0, 0, 16 ], "texture": "#sideTop", "rotation": 270 },
"north": { "uv": [ 16, 0, 0, 16 ], "texture": "#sideBottom", "rotation": 270 },
"south": { "uv": [ 16, 0, 0, 16 ], "texture": "#sideTop", "rotation": 270 },
"east": { "uv": [ 0, 0, 16, 16 ], "texture": "#end" },
"west": { "uv": [ 0, 0, 16, 16 ], "texture": "#end" }
}
}
]
}

View file

@ -0,0 +1,17 @@
{
"elements": [
{
"from": [ 0, 0, 0 ],
"to": [ 16, 16, 16 ],
"faces": {
"up": { "uv": [ 16, 0, 0, 16 ], "texture": "#side", "rotation": 270 },
"down": { "uv": [ 16, 0, 0, 16 ], "texture": "#side", "rotation": 270 },
"north": { "uv": [ 16, 0, 0, 16 ], "texture": "#side", "rotation": 270 },
"south": { "uv": [ 16, 0, 0, 16 ], "texture": "#side", "rotation": 270 },
"east": { "uv": [ 0, 0, 16, 16 ], "texture": "#end" },
"west": { "uv": [ 0, 0, 16, 16 ], "texture": "#end" }
}
}
]
}

View file

@ -0,0 +1,17 @@
{
"elements": [
{
"from": [ 0, 0, 0 ],
"to": [ 16, 16, 16 ],
"faces": {
"up": { "uv": [ 0, 0, 16, 16 ], "texture": "#side" },
"down": { "uv": [ 0, 0, 16, 16 ], "texture": "#side" },
"north": { "uv": [ 0, 0, 16, 16 ], "texture": "#end" },
"south": { "uv": [ 0, 0, 16, 16 ], "texture": "#end" },
"west": { "uv": [ 16, 0, 0, 16 ], "texture": "#side", "rotation": 270 },
"east": { "uv": [ 16, 0, 0, 16 ], "texture": "#side", "rotation": 270 }
}
}
]
}