-Added black hole item TEXTURE because Gearshock thinks it would be cooler this way.
-Optimized block textures where it is possible
@ -1,8 +1,8 @@
|
||||
{
|
||||
"parent": "block/block",
|
||||
"textures": {
|
||||
"particle": "overdrive_that_matters:block/drive_viewer_offline",
|
||||
"texture": "overdrive_that_matters:block/drive_viewer_offline"
|
||||
"particle": "overdrive_that_matters:block/drive_viewer",
|
||||
"texture": "overdrive_that_matters:block/drive_viewer"
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
@ -24,7 +24,7 @@
|
||||
"to": [10, 16.2, 0.3],
|
||||
"rotation": {"angle": 22.5, "axis": "x", "origin": [3, 14.5, 0.5]},
|
||||
"faces": {
|
||||
"north": {"uv": [7, 0, 8, 2], "texture": "#texture"},
|
||||
"north": {"uv": [6, 0, 7, 2], "texture": "#texture"},
|
||||
"east": {"uv": [7, 2, 8, 2.5], "rotation": 90, "texture": "#texture"},
|
||||
"south": {"uv": [7, 2.5, 8, 4.5], "texture": "#texture"},
|
||||
"west": {"uv": [7, 2, 8, 2.5], "rotation": 90, "texture": "#texture"},
|
||||
|
@ -1,8 +1,82 @@
|
||||
{
|
||||
"parent": "overdrive_that_matters:block/matter_decomposer_working",
|
||||
"parent": "block/block",
|
||||
"texture_size": [64, 64],
|
||||
"textures": {
|
||||
"texture": "overdrive_that_matters:block/matter_decomposer_offline",
|
||||
"particle": "overdrive_that_matters:block/matter_decomposer_offline"
|
||||
}
|
||||
"texture": "overdrive_that_matters:block/matter_decomposer",
|
||||
"particle": "overdrive_that_matters:block/matter_decomposer"
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
"from": [0, 0, 0],
|
||||
"to": [16, 3, 16],
|
||||
"faces": {
|
||||
"north": {"uv": [0, 11.25, 4, 12], "texture": "#texture"},
|
||||
"east": {"uv": [0, 11.25, 4, 12], "texture": "#texture"},
|
||||
"south": {"uv": [0, 11.25, 4, 12], "texture": "#texture"},
|
||||
"west": {"uv": [0, 11.25, 4, 12], "texture": "#texture"},
|
||||
"up": {"uv": [0, 7.25, 4, 11.25], "texture": "#texture"},
|
||||
"down": {"uv": [0, 12, 4, 16], "texture": "#texture"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [8, 3, 0],
|
||||
"to": [16, 16, 16],
|
||||
"faces": {
|
||||
"north": {"uv": [4, 7.25, 6, 10.5], "texture": "#texture"},
|
||||
"east": {"uv": [4, 10.5, 8, 13.75], "texture": "#texture"},
|
||||
"south": {"uv": [6, 7.25, 8, 10.5], "texture": "#texture"},
|
||||
"west": {"uv": [8, 10.5, 12, 13.75], "texture": "#texture"},
|
||||
"up": {"uv": [4, 13.75, 8, 15.25], "rotation": 90, "texture": "#texture"},
|
||||
"down": {"uv": [0, 7.25, 2, 11.25], "texture": "#texture"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [1, 3, 1],
|
||||
"to": [7, 14, 7],
|
||||
"faces": {
|
||||
"north": {"uv": [0, 4.5, 1.5, 7.25], "texture": "#texture"},
|
||||
"east": {"uv": [0, 4.5, 1.5, 7.25], "texture": "#texture"},
|
||||
"south": {"uv": [0, 4.5, 1.5, 7.25], "texture": "#texture"},
|
||||
"west": {"uv": [0, 4.5, 1.5, 7.25], "texture": "#texture"},
|
||||
"up": {"uv": [0, 3, 1.5, 4.5], "texture": "#texture"},
|
||||
"down": {"uv": [0, 3, 1.5, 4.5], "texture": "#texture"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [1, 3, 9],
|
||||
"to": [7, 14, 15],
|
||||
"faces": {
|
||||
"north": {"uv": [0, 4.5, 1.5, 7.25], "texture": "#texture"},
|
||||
"east": {"uv": [0, 4.5, 1.5, 7.25], "texture": "#texture"},
|
||||
"south": {"uv": [0, 4.5, 1.5, 7.25], "texture": "#texture"},
|
||||
"west": {"uv": [0, 4.5, 1.5, 7.25], "texture": "#texture"},
|
||||
"up": {"uv": [0, 3, 1.5, 4.5], "texture": "#texture"},
|
||||
"down": {"uv": [0, 3, 1.5, 4.5], "texture": "#texture"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [3, 13, 11],
|
||||
"to": [8, 15, 13],
|
||||
"faces": {
|
||||
"north": {"uv": [1.75, 6, 2.25, 7.25], "rotation": 270, "texture": "#texture"},
|
||||
"east": {"uv": [0.5, 3.5, 1, 3.75], "texture": "#texture"},
|
||||
"south": {"uv": [1.75, 6, 2.25, 7.25], "rotation": 90, "texture": "#texture"},
|
||||
"west": {"uv": [1.75, 6.75, 2.25, 7.25], "rotation": 90, "texture": "#texture"},
|
||||
"up": {"uv": [2.25, 6, 2.75, 7.25], "rotation": 90, "texture": "#texture"},
|
||||
"down": {"uv": [1.5, 5.25, 1.75, 7.25], "texture": "#texture"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [3, 13, 3],
|
||||
"to": [8, 15, 5],
|
||||
"faces": {
|
||||
"north": {"uv": [1.75, 6, 2.25, 7.25], "rotation": 270, "texture": "#texture"},
|
||||
"east": {"uv": [0.5, 3.5, 1, 3.75], "texture": "#texture"},
|
||||
"south": {"uv": [1.75, 6, 2.25, 7.25], "rotation": 90, "texture": "#texture"},
|
||||
"west": {"uv": [1.75, 6.75, 2.25, 7.25], "rotation": 90, "texture": "#texture"},
|
||||
"up": {"uv": [2.25, 6, 2.75, 7.25], "rotation": 90, "texture": "#texture"},
|
||||
"down": {"uv": [1.5, 5.25, 1.75, 7.25], "texture": "#texture"}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
@ -1,8 +1,82 @@
|
||||
{
|
||||
"parent": "overdrive_that_matters:block/matter_decomposer_working",
|
||||
"parent": "block/block",
|
||||
"texture_size": [64, 64],
|
||||
"textures": {
|
||||
"texture": "overdrive_that_matters:block/matter_decomposer_offline",
|
||||
"particle": "overdrive_that_matters:block/matter_decomposer_offline"
|
||||
}
|
||||
"texture": "overdrive_that_matters:block/matter_decomposer",
|
||||
"particle": "overdrive_that_matters:block/matter_decomposer"
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
"from": [0, 0, 0],
|
||||
"to": [16, 3, 16],
|
||||
"faces": {
|
||||
"north": {"uv": [0, 11.25, 4, 12], "texture": "#texture"},
|
||||
"east": {"uv": [0, 11.25, 4, 12], "texture": "#texture"},
|
||||
"south": {"uv": [0, 11.25, 4, 12], "texture": "#texture"},
|
||||
"west": {"uv": [0, 11.25, 4, 12], "texture": "#texture"},
|
||||
"up": {"uv": [0, 7.25, 4, 11.25], "texture": "#texture"},
|
||||
"down": {"uv": [0, 12, 4, 16], "texture": "#texture"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [8, 3, 0],
|
||||
"to": [16, 16, 16],
|
||||
"faces": {
|
||||
"north": {"uv": [4, 7.25, 6, 10.5], "texture": "#texture"},
|
||||
"east": {"uv": [4, 10.5, 8, 13.75], "texture": "#texture"},
|
||||
"south": {"uv": [6, 7.25, 8, 10.5], "texture": "#texture"},
|
||||
"west": {"uv": [8, 10.5, 12, 13.75], "texture": "#texture"},
|
||||
"up": {"uv": [4, 13.75, 8, 15.25], "rotation": 90, "texture": "#texture"},
|
||||
"down": {"uv": [0, 7.25, 2, 11.25], "texture": "#texture"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [1, 3, 1],
|
||||
"to": [7, 14, 7],
|
||||
"faces": {
|
||||
"north": {"uv": [0, 4.5, 1.5, 7.25], "texture": "#texture"},
|
||||
"east": {"uv": [0, 4.5, 1.5, 7.25], "texture": "#texture"},
|
||||
"south": {"uv": [0, 4.5, 1.5, 7.25], "texture": "#texture"},
|
||||
"west": {"uv": [0, 4.5, 1.5, 7.25], "texture": "#texture"},
|
||||
"up": {"uv": [0, 3, 1.5, 4.5], "texture": "#texture"},
|
||||
"down": {"uv": [0, 3, 1.5, 4.5], "texture": "#texture"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [1, 3, 9],
|
||||
"to": [7, 14, 15],
|
||||
"faces": {
|
||||
"north": {"uv": [0, 4.5, 1.5, 7.25], "texture": "#texture"},
|
||||
"east": {"uv": [0, 4.5, 1.5, 7.25], "texture": "#texture"},
|
||||
"south": {"uv": [0, 4.5, 1.5, 7.25], "texture": "#texture"},
|
||||
"west": {"uv": [0, 4.5, 1.5, 7.25], "texture": "#texture"},
|
||||
"up": {"uv": [0, 3, 1.5, 4.5], "texture": "#texture"},
|
||||
"down": {"uv": [0, 3, 1.5, 4.5], "texture": "#texture"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [3, 13, 11],
|
||||
"to": [8, 15, 13],
|
||||
"faces": {
|
||||
"north": {"uv": [1.75, 6, 2.25, 7.25], "rotation": 270, "texture": "#texture"},
|
||||
"east": {"uv": [0.5, 3.5, 1, 3.75], "texture": "#texture"},
|
||||
"south": {"uv": [1.75, 6, 2.25, 7.25], "rotation": 90, "texture": "#texture"},
|
||||
"west": {"uv": [1.75, 6.75, 2.25, 7.25], "rotation": 90, "texture": "#texture"},
|
||||
"up": {"uv": [2.25, 6, 2.75, 7.25], "rotation": 90, "texture": "#texture"},
|
||||
"down": {"uv": [1.5, 5.25, 1.75, 7.25], "texture": "#texture"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [3, 13, 3],
|
||||
"to": [8, 15, 5],
|
||||
"faces": {
|
||||
"north": {"uv": [1.75, 6, 2.25, 7.25], "rotation": 270, "texture": "#texture"},
|
||||
"east": {"uv": [0.5, 3.5, 1, 3.75], "texture": "#texture"},
|
||||
"south": {"uv": [1.75, 6, 2.25, 7.25], "rotation": 90, "texture": "#texture"},
|
||||
"west": {"uv": [1.75, 6.75, 2.25, 7.25], "rotation": 90, "texture": "#texture"},
|
||||
"up": {"uv": [2.25, 6, 2.75, 7.25], "rotation": 90, "texture": "#texture"},
|
||||
"down": {"uv": [1.5, 5.25, 1.75, 7.25], "texture": "#texture"}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
@ -23,7 +23,7 @@
|
||||
"to": [16, 16, 16],
|
||||
"faces": {
|
||||
"north": {"uv": [4, 7.25, 6, 10.5], "texture": "#texture"},
|
||||
"east": {"uv": [4, 10.5, 8, 13.75], "texture": "#texture"},
|
||||
"east": {"uv": [8, 7.25, 12, 10.5], "texture": "#texture"},
|
||||
"south": {"uv": [6, 7.25, 8, 10.5], "texture": "#texture"},
|
||||
"west": {"uv": [8, 10.5, 12, 13.75], "texture": "#texture"},
|
||||
"up": {"uv": [4, 13.75, 8, 15.25], "rotation": 90, "texture": "#texture"},
|
||||
|
@ -1,8 +1,227 @@
|
||||
{
|
||||
"parent": "overdrive_that_matters:block/matter_scanner_working",
|
||||
"parent": "block/block",
|
||||
"texture_size": [32, 64],
|
||||
"textures": {
|
||||
"texture": "overdrive_that_matters:block/matter_scanner_offline",
|
||||
"particle": "overdrive_that_matters:block/matter_scanner_offline"
|
||||
}
|
||||
"texture": "overdrive_that_matters:block/matter_scanner",
|
||||
"particle": "overdrive_that_matters:block/matter_scanner"
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
"name": "platform",
|
||||
"from": [0, 4, 0],
|
||||
"to": [16, 8, 16],
|
||||
"faces": {
|
||||
"north": {"uv": [0, 4, 8, 5], "texture": "#texture"},
|
||||
"east": {"uv": [0, 4, 8, 5], "texture": "#texture"},
|
||||
"south": {"uv": [0, 4, 8, 5], "texture": "#texture"},
|
||||
"west": {"uv": [0, 4, 8, 5], "texture": "#texture"},
|
||||
"up": {"uv": [0, 0, 8, 4], "texture": "#texture"},
|
||||
"down": {"uv": [0, 5, 8, 9], "texture": "#texture"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "base",
|
||||
"from": [0, 0, 0],
|
||||
"to": [16, 2, 16],
|
||||
"faces": {
|
||||
"north": {"uv": [0, 9, 8, 9.5], "texture": "#texture"},
|
||||
"east": {"uv": [0, 9, 8, 9.5], "texture": "#texture"},
|
||||
"south": {"uv": [0, 9, 8, 9.5], "texture": "#texture"},
|
||||
"west": {"uv": [0, 9, 8, 9.5], "texture": "#texture"},
|
||||
"up": {"uv": [8, 5, 16, 9], "texture": "#texture"},
|
||||
"down": {"uv": [0, 9.5, 8, 13.5], "texture": "#texture"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "pane",
|
||||
"from": [1, 2, 1],
|
||||
"to": [15, 4, 15],
|
||||
"faces": {
|
||||
"north": {"uv": [8.5, 4.5, 15.5, 5], "texture": "#texture"},
|
||||
"east": {"uv": [8.5, 4.5, 15.5, 5], "texture": "#texture"},
|
||||
"south": {"uv": [8.5, 4.5, 15.5, 5], "texture": "#texture"},
|
||||
"west": {"uv": [8.5, 4.5, 15.5, 5], "texture": "#texture"},
|
||||
"up": {"uv": [0, 0, 14, 14], "texture": "#missing"},
|
||||
"down": {"uv": [0, 0, 14, 14], "texture": "#missing"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "frame",
|
||||
"from": [0, 14, 1],
|
||||
"to": [1, 15, 15],
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 1, 1], "texture": "#missing"},
|
||||
"east": {"uv": [11, 0, 11.5, 3.5], "rotation": 90, "texture": "#texture"},
|
||||
"south": {"uv": [0, 0, 1, 1], "texture": "#missing"},
|
||||
"west": {"uv": [11, 0, 11.5, 3.5], "rotation": 90, "texture": "#texture"},
|
||||
"up": {"uv": [11, 0, 11.5, 3.5], "texture": "#texture"},
|
||||
"down": {"uv": [11, 0, 11.5, 3.5], "texture": "#texture"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "frame",
|
||||
"from": [15, 8, 0],
|
||||
"to": [16, 16, 1],
|
||||
"faces": {
|
||||
"north": {"uv": [10, 0, 10.5, 2], "texture": "#texture"},
|
||||
"east": {"uv": [10, 0, 10.5, 2], "texture": "#texture"},
|
||||
"south": {"uv": [10, 0, 10.5, 2], "texture": "#texture"},
|
||||
"west": {"uv": [10, 0, 10.5, 2], "texture": "#texture"},
|
||||
"up": {"uv": [10, 0.5, 10.5, 0.75], "texture": "#texture"},
|
||||
"down": {"uv": [0, 0, 1, 1], "texture": "#missing"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "frame",
|
||||
"from": [0, 8, 0],
|
||||
"to": [1, 16, 1],
|
||||
"faces": {
|
||||
"north": {"uv": [10, 0, 10.5, 2], "texture": "#texture"},
|
||||
"east": {"uv": [10, 0, 10.5, 2], "texture": "#texture"},
|
||||
"south": {"uv": [10, 0, 10.5, 2], "texture": "#texture"},
|
||||
"west": {"uv": [10, 0, 10.5, 2], "texture": "#texture"},
|
||||
"up": {"uv": [10, 0.5, 10.5, 0.75], "texture": "#texture"},
|
||||
"down": {"uv": [0, 0, 1, 1], "texture": "#missing"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "frame",
|
||||
"from": [0, 8, 15],
|
||||
"to": [1, 16, 16],
|
||||
"faces": {
|
||||
"north": {"uv": [10, 0, 10.5, 2], "texture": "#texture"},
|
||||
"east": {"uv": [10, 0, 10.5, 2], "texture": "#texture"},
|
||||
"south": {"uv": [10, 0, 10.5, 2], "texture": "#texture"},
|
||||
"west": {"uv": [10, 0, 10.5, 2], "texture": "#texture"},
|
||||
"up": {"uv": [10, 0.5, 10.5, 0.75], "texture": "#texture"},
|
||||
"down": {"uv": [0, 0, 1, 1], "texture": "#missing"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "frame",
|
||||
"from": [15, 8, 15],
|
||||
"to": [16, 16, 16],
|
||||
"faces": {
|
||||
"north": {"uv": [10, 0, 10.5, 2], "texture": "#texture"},
|
||||
"east": {"uv": [10, 0, 10.5, 2], "texture": "#texture"},
|
||||
"south": {"uv": [10, 0, 10.5, 2], "texture": "#texture"},
|
||||
"west": {"uv": [10, 0, 10.5, 2], "texture": "#texture"},
|
||||
"up": {"uv": [10, 0.5, 10.5, 0.75], "texture": "#texture"},
|
||||
"down": {"uv": [0, 0, 1, 1], "texture": "#missing"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "frame",
|
||||
"from": [15, 14, 1],
|
||||
"to": [16, 15, 15],
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 1, 1], "texture": "#missing"},
|
||||
"east": {"uv": [11, 0, 11.5, 3.5], "rotation": 90, "texture": "#texture"},
|
||||
"south": {"uv": [0, 0, 1, 1], "texture": "#missing"},
|
||||
"west": {"uv": [11, 0, 11.5, 3.5], "rotation": 90, "texture": "#texture"},
|
||||
"up": {"uv": [11, 0, 11.5, 3.5], "texture": "#texture"},
|
||||
"down": {"uv": [11, 0, 11.5, 3.5], "texture": "#texture"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "panel",
|
||||
"from": [10, 5, -4],
|
||||
"to": [14, 9, -3],
|
||||
"rotation": {"angle": 22.5, "axis": "x", "origin": [0, 0, 0]},
|
||||
"faces": {
|
||||
"north": {"uv": [8, 0, 10, 1], "texture": "#texture"},
|
||||
"east": {"uv": [8, 1, 10, 1.25], "rotation": 90, "texture": "#texture"},
|
||||
"south": {"uv": [8, 1.25, 10, 2.25], "texture": "#texture"},
|
||||
"west": {"uv": [8, 1, 10, 1.25], "rotation": 270, "texture": "#texture"},
|
||||
"up": {"uv": [8, 1, 10, 1.25], "texture": "#texture"},
|
||||
"down": {"uv": [8, 1, 10, 1.25], "rotation": 180, "texture": "#texture"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "railholder",
|
||||
"from": [0, 13, 11],
|
||||
"to": [2, 14, 13],
|
||||
"faces": {
|
||||
"north": {"uv": [8, 9.75, 9, 10], "texture": "#texture"},
|
||||
"east": {"uv": [8, 9.75, 9, 10], "texture": "#texture"},
|
||||
"south": {"uv": [8, 9.75, 9, 10], "texture": "#texture"},
|
||||
"west": {"uv": [8, 10, 9, 10.25], "texture": "#texture"},
|
||||
"up": {"uv": [8, 9, 9, 9.5], "texture": "#texture"},
|
||||
"down": {"uv": [8, 10, 9, 10.5], "texture": "#texture"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "railholder",
|
||||
"from": [1, 14, 11],
|
||||
"to": [2, 15, 13],
|
||||
"faces": {
|
||||
"north": {"uv": [8, 9.25, 8.5, 9.5], "texture": "#texture"},
|
||||
"east": {"uv": [8, 9.5, 9, 9.75], "texture": "#texture"},
|
||||
"south": {"uv": [8, 9.5, 8.5, 9.75], "texture": "#texture"},
|
||||
"west": {"uv": [8, 9.5, 9, 9.75], "texture": "#texture"},
|
||||
"up": {"uv": [8, 9, 9, 9.25], "texture": "#texture"},
|
||||
"down": {"uv": [0, 0, 0.5, 0.5], "texture": "#missing"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "railholder",
|
||||
"from": [14, 14, 11],
|
||||
"to": [15, 15, 13],
|
||||
"faces": {
|
||||
"north": {"uv": [8, 9.25, 8.5, 9.5], "texture": "#texture"},
|
||||
"east": {"uv": [8, 9.25, 9, 9.5], "texture": "#texture"},
|
||||
"south": {"uv": [8, 9.5, 8.5, 9.75], "texture": "#texture"},
|
||||
"west": {"uv": [8, 9.5, 9, 9.75], "texture": "#texture"},
|
||||
"up": {"uv": [8, 9, 9, 9.25], "texture": "#texture"},
|
||||
"down": {"uv": [0, 0, 0.5, 0.5], "texture": "#missing"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "railholder",
|
||||
"from": [14, 13, 11],
|
||||
"to": [16, 14, 13],
|
||||
"faces": {
|
||||
"north": {"uv": [8, 9.75, 9, 10], "texture": "#texture"},
|
||||
"east": {"uv": [8, 9.75, 9, 10], "texture": "#texture"},
|
||||
"south": {"uv": [8, 9.75, 9, 10], "texture": "#texture"},
|
||||
"west": {"uv": [8, 10, 9, 10.25], "texture": "#texture"},
|
||||
"up": {"uv": [8, 9, 9, 9.5], "texture": "#texture"},
|
||||
"down": {"uv": [8, 10, 9, 10.5], "texture": "#texture"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "rail",
|
||||
"from": [2, 14, 11],
|
||||
"to": [14, 14, 13],
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 12, 0], "texture": "#missing"},
|
||||
"east": {"uv": [0, 0, 2, 0], "texture": "#missing"},
|
||||
"south": {"uv": [0, 0, 12, 0], "texture": "#missing"},
|
||||
"west": {"uv": [0, 0, 2, 0], "texture": "#missing"},
|
||||
"up": {"uv": [10, 9, 16, 9.5], "texture": "#texture"},
|
||||
"down": {"uv": [10, 9, 16, 9.5], "texture": "#texture"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "scanner",
|
||||
"from": [3, 13, 9],
|
||||
"to": [6, 15, 14],
|
||||
"faces": {
|
||||
"north": {"uv": [8, 12.25, 9.5, 12.75], "texture": "#texture"},
|
||||
"east": {"uv": [9.5, 11, 10.5, 12.25], "rotation": 90, "texture": "#texture"},
|
||||
"south": {"uv": [8, 12.25, 9.5, 12.75], "texture": "#texture"},
|
||||
"west": {"uv": [9.5, 11, 10.5, 12.25], "rotation": 90, "texture": "#texture"},
|
||||
"up": {"uv": [8, 11, 9.5, 12.25], "texture": "#texture"},
|
||||
"down": {"uv": [13.5, 11, 15, 12.25], "texture": "#texture"}
|
||||
}
|
||||
}
|
||||
],
|
||||
"groups": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9,
|
||||
{
|
||||
"name": "rail",
|
||||
"origin": [0, 0, 0],
|
||||
"color": 0,
|
||||
"children": [10, 11, 12, 13, 14, 15]
|
||||
}
|
||||
]
|
||||
}
|
Before Width: | Height: | Size: 517 B After Width: | Height: | Size: 542 B |
Before Width: | Height: | Size: 501 B |
Before Width: | Height: | Size: 520 B After Width: | Height: | Size: 536 B |
Before Width: | Height: | Size: 504 B |
Before Width: | Height: | Size: 465 B After Width: | Height: | Size: 486 B |
Before Width: | Height: | Size: 456 B |
Before Width: | Height: | Size: 462 B After Width: | Height: | Size: 504 B |
Before Width: | Height: | Size: 461 B |
Before Width: | Height: | Size: 452 B |
After Width: | Height: | Size: 991 B |