mirror of
https://github.com/Ellpeck/ActuallyAdditions.git
synced 2024-11-22 15:18:34 +01:00
Empowerer model tweak
This commit is contained in:
parent
450d9554f9
commit
7ca7ce6949
1 changed files with 12 additions and 12 deletions
|
@ -38,12 +38,12 @@
|
|||
"from": [ 1.0, 1.0, 4.0 ],
|
||||
"to": [ 15.0, 2.0, 12.0 ],
|
||||
"faces": {
|
||||
"north": { "texture": "#2", "uv": [ 0.0, 1.0, 14.0, 2.0 ] },
|
||||
"east": { "texture": "#2", "uv": [ 4.0, 0.0, 12.0, 1.0 ] },
|
||||
"south": { "texture": "#2", "uv": [ 1.0, 1.0, 15.0, 2.0 ] },
|
||||
"west": { "texture": "#2", "uv": [ 4.0, 2.0, 12.0, 1.0 ] },
|
||||
"up": { "texture": "#2", "uv": [ 4.0, 1.0, 12.0, 15.0 ], "rotation": 270 },
|
||||
"down": { "texture": "#2", "uv": [ 4.0, 1.0, 12.0, 15.0 ], "rotation": 270 }
|
||||
"north": { "texture": "#0", "uv": [ 0.0, 0.0, 1.0, 1.0 ], "rotation": 270 },
|
||||
"east": { "texture": "#0", "uv": [ 4.0, 0.0, 5.0, 1.0 ] },
|
||||
"south": { "texture": "#0", "uv": [ 1.0, 0.0, 2.0, 1.0 ] },
|
||||
"west": { "texture": "#0", "uv": [ 4.0, 1.0, 5.0, 0.0 ] },
|
||||
"up": { "texture": "#0", "uv": [ 0.0, 0.0, 1.0, 1.0 ], "rotation": 270 },
|
||||
"down": { "texture": "#0", "uv": [ 0.0, 0.0, 1.0, 1.0 ], "rotation": 270 }
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -51,12 +51,12 @@
|
|||
"from": [ 4.0, 1.0, 1.0 ],
|
||||
"to": [ 12.0, 2.0, 15.0 ],
|
||||
"faces": {
|
||||
"north": { "texture": "#2", "uv": [ 4.0, 0.0, 12.0, 1.0 ] },
|
||||
"east": { "texture": "#2", "uv": [ 1.0, 1.0, 15.0, 2.0 ] },
|
||||
"south": { "texture": "#2", "uv": [ 4.0, 1.0, 12.0, 2.0 ] },
|
||||
"west": { "texture": "#2", "uv": [ 0.0, 1.0, 14.0, 2.0 ] },
|
||||
"up": { "texture": "#2", "uv": [ 4.0, 1.0, 12.0, 15.0 ], "rotation": 180 },
|
||||
"down": { "texture": "#2", "uv": [ 4.0, 1.0, 12.0, 15.0 ] }
|
||||
"north": { "texture": "#0", "uv": [ 4.0, 0.0, 5.0, 1.0 ] },
|
||||
"east": { "texture": "#0", "uv": [ 1.0, 0.0, 2.0, 1.0 ] },
|
||||
"south": { "texture": "#0", "uv": [ 4.0, 0.0, 5.0, 1.0 ] },
|
||||
"west": { "texture": "#0", "uv": [ 0.0, 0.0, 1.0, 1.0 ] },
|
||||
"up": { "texture": "#0", "uv": [ 0.0, 1.0, 1.0, 0.0 ], "rotation": 270 },
|
||||
"down": { "texture": "#0", "uv": [ 0.0, 0.0, 1.0, 1.0 ] }
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue