Fixed cable connections rendering, other fixes
- Fixed cable connections rendering to parts and other tiles. - Fixed facade & anchors rendering. - Many other parts related bug fixes.
This commit is contained in:
+1
-1
@@ -6,7 +6,7 @@
|
||||
{
|
||||
"name": "Element",
|
||||
"from": [ 6.0, 6.0, 0.0 ],
|
||||
"to": [ 10.0, 10.0, 5.0 ],
|
||||
"to": [ 10.0, 10.0, 8.0 ],
|
||||
"faces": {
|
||||
"north": { "texture": "#base", "uv": [ 6.0, 6.0, 10.0, 10.0 ] },
|
||||
"east": { "texture": "#base", "uv": [ 11.0, 6.0, 16.0, 10.0 ] },
|
||||
|
||||
+2
-2
@@ -7,7 +7,7 @@
|
||||
{
|
||||
"name": "Base",
|
||||
"from": [ 4.0, 4.0, 0.0 ],
|
||||
"to": [ 12.0, 12.0, 3.0 ],
|
||||
"to": [ 12.0, 12.0, 8.0 ],
|
||||
"faces": {
|
||||
"north": { "texture": "#base", "uv": [ 5.5, 5.5, 10.5, 10.5 ] },
|
||||
"east": { "texture": "#base", "uv": [ 11.0, 5.5, 16.0, 10.5 ] },
|
||||
@@ -20,7 +20,7 @@
|
||||
{
|
||||
"name": "Channels",
|
||||
"from": [ 4.0, 4.0, 0.0 ],
|
||||
"to": [ 12.0, 12.0, 3.0 ],
|
||||
"to": [ 12.0, 12.0, 8.0 ],
|
||||
"faces": {
|
||||
"north": { "texture": "#channels", "uv": [ 5.5, 5.5, 10.5, 10.5 ] },
|
||||
"east": { "texture": "#channels", "uv": [ 11.0, 5.5, 16.0, 10.5 ] },
|
||||
|
||||
+1
-1
@@ -6,7 +6,7 @@
|
||||
{
|
||||
"name": "Element",
|
||||
"from": [ 6.0, 6.0, 0.0 ],
|
||||
"to": [ 10.0, 10.0, 6.0 ],
|
||||
"to": [ 10.0, 10.0, 8.0 ],
|
||||
"faces": {
|
||||
"north": { "texture": "#base", "uv": [ 6.0, 6.0, 10.0, 10.0 ] },
|
||||
"east": { "texture": "#base", "uv": [ 10.0, 6.0, 16.0, 10.0 ] },
|
||||
|
||||
+2
-2
@@ -7,7 +7,7 @@
|
||||
{
|
||||
"name": "Element",
|
||||
"from": [ 6.0, 6.0, 0.0 ],
|
||||
"to": [ 10.0, 10.0, 5.0 ],
|
||||
"to": [ 10.0, 10.0, 8.0 ],
|
||||
"faces": {
|
||||
"north": { "texture": "#base", "uv": [ 6.0, 6.0, 10.0, 10.0 ] },
|
||||
"east": { "texture": "#base", "uv": [ 11.0, 6.0, 16.0, 10.0 ] },
|
||||
@@ -20,7 +20,7 @@
|
||||
{
|
||||
"name": "Channels",
|
||||
"from": [ 6.0, 6.0, 0.0 ],
|
||||
"to": [ 10.0, 10.0, 5.0 ],
|
||||
"to": [ 10.0, 10.0, 8.0 ],
|
||||
"faces": {
|
||||
"north": { "texture": "#channels", "uv": [ 6.0, 6.0, 10.0, 10.0 ] },
|
||||
"east": { "texture": "#channels", "uv": [ 11.0, 6.0, 16.0, 10.0 ] },
|
||||
|
||||
@@ -1,12 +1,12 @@
|
||||
{
|
||||
"textures": {
|
||||
"0": "appliedenergistics2:parts/CableAnchor"
|
||||
"0": "appliedenergistics2:parts/cable_anchor"
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
"name": "Element",
|
||||
"from": [ 7.0, 7.0, 0.0 ],
|
||||
"to": [ 9.0, 9.0, 6.0 ],
|
||||
"to": [ 9.0, 9.0, 6 ],
|
||||
"faces": {
|
||||
"north": { "texture": "#0", "uv": [ 0.0, 0.0, 2.0, 2.0 ] },
|
||||
"east": { "texture": "#0", "uv": [ 0.0, 0.0, 6.0, 2.0 ] },
|
||||
|
||||
@@ -1,3 +1,20 @@
|
||||
{
|
||||
"parent": "appliedenergistics2:parts/cableanchor"
|
||||
"textures": {
|
||||
"0": "appliedenergistics2:parts/cable_anchor"
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
"name": "Element",
|
||||
"from": [ 7.0, 7.0, 1.0 ],
|
||||
"to": [ 9.0, 9.0, 6.0 ],
|
||||
"faces": {
|
||||
"north": { "texture": "#0", "uv": [ 0.0, 0.0, 2.0, 2.0 ] },
|
||||
"east": { "texture": "#0", "uv": [ 0.0, 0.0, 5.0, 2.0 ] },
|
||||
"south": { "texture": "#0", "uv": [ 0.0, 0.0, 2.0, 2.0 ] },
|
||||
"west": { "texture": "#0", "uv": [ 0.0, 0.0, 5.0, 2.0 ] },
|
||||
"up": { "texture": "#0", "uv": [ 0.0, 0.0, 2.0, 5.0 ] },
|
||||
"down": { "texture": "#0", "uv": [ 0.0, 0.0, 2.0, 5.0 ] }
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
Before Width: | Height: | Size: 457 B After Width: | Height: | Size: 457 B |
Reference in New Issue
Block a user