Merge branch 'master' of gitlab.com:DBotThePony/overdrive-that-matters into master

This commit is contained in:
DBotThePony 2021-11-20 12:32:02 +07:00
commit 68a084182f
Signed by: DBot
GPG Key ID: DCC23B5715498507
31 changed files with 2120 additions and 23 deletions

View File

@ -0,0 +1,19 @@
{
"variants": {
"facing=south": {
"model": "overdrive_that_matters:block/drive_rack",
"y": 180
},
"facing=west": {
"model": "overdrive_that_matters:block/drive_rack",
"y": 270
},
"facing=north": {
"model": "overdrive_that_matters:block/drive_rack"
},
"facing=east": {
"model": "overdrive_that_matters:block/drive_rack",
"y": 90
}
}
}

View File

@ -0,0 +1,82 @@
{
"multipart": [
{
"when": {
"if": "north",
"input": "up"
},
"apply": {
"model": "overdrive_that_matters:block/energy_counter_down"
}
},
{
"when": {
"if": "south",
"input": "up"
},
"apply": {
"model": "overdrive_that_matters:block/energy_counter_down",
"y": 180
}
},
{
"when": {
"if": "west",
"input": "up"
},
"apply": {
"model": "overdrive_that_matters:block/energy_counter_down",
"y": 270
}
},
{
"when": {
"if": "east",
"input": "up"
},
"apply": {
"model": "overdrive_that_matters:block/energy_counter_down",
"y": 90
}
},
{
"when": {
"if": "north",
"input": "down"
},
"apply": {
"model": "overdrive_that_matters:block/energy_counter_up"
}
},
{
"when": {
"if": "south",
"input": "down"
},
"apply": {
"model": "overdrive_that_matters:block/energy_counter_up",
"y": 180
}
},
{
"when": {
"if": "west",
"input": "down"
},
"apply": {
"model": "overdrive_that_matters:block/energy_counter_up",
"y": 270
}
},
{
"when": {
"if": "east",
"input": "down"
},
"apply": {
"model": "overdrive_that_matters:block/energy_counter_up",
"y": 90
}
}
]
}

View File

@ -0,0 +1,19 @@
{
"variants": {
"facing=south": {
"model": "overdrive_that_matters:block/item_monitor",
"y": 180
},
"facing=west": {
"model": "overdrive_that_matters:block/item_monitor",
"y": 270
},
"facing=north": {
"model": "overdrive_that_matters:block/item_monitor"
},
"facing=east": {
"model": "overdrive_that_matters:block/item_monitor",
"y": 90
}
}
}

View File

@ -0,0 +1,191 @@
{
"parent": "block/block",
"textures": {
"0": "overdrive_that_matters:block/drive_rack",
"particle": "verdrive_that_matters:block/drive_rack"
},
"elements": [
{
"name": "frame",
"from": [14, 0, 0],
"to": [16, 2, 16],
"faces": {
"north": {"uv": [0, 7, 1, 8], "texture": "#0"},
"east": {"uv": [0, 7, 8, 8], "texture": "#0"},
"south": {"uv": [7, 7, 8, 8], "texture": "#0"},
"west": {"uv": [0, 0.5, 8, 1], "texture": "#0"},
"up": {"uv": [0, 0.5, 8, 1], "rotation": 90, "texture": "#0"},
"down": {"uv": [7, 0, 8, 8], "texture": "#0"}
}
},
{
"name": "frame",
"from": [0, 0, 0],
"to": [2, 2, 16],
"faces": {
"north": {"uv": [7, 7, 8, 8], "texture": "#0"},
"east": {"uv": [0, 0.5, 8, 1], "texture": "#0"},
"south": {"uv": [0, 7, 1, 8], "texture": "#0"},
"west": {"uv": [0, 7, 8, 8], "texture": "#0"},
"up": {"uv": [0, 0.5, 8, 1], "rotation": 90, "texture": "#0"},
"down": {"uv": [0, 0, 1, 8], "texture": "#0"}
}
},
{
"name": "frame",
"from": [2, 0, 0],
"to": [14, 2, 2],
"faces": {
"north": {"uv": [1, 7, 7, 8], "texture": "#0"},
"east": {"uv": [0, 0, 2, 2], "texture": "#0"},
"south": {"uv": [1, 0.5, 7, 1], "texture": "#0"},
"west": {"uv": [0, 0, 2, 2], "texture": "#0"},
"up": {"uv": [1, 0.5, 7, 1], "texture": "#0"},
"down": {"uv": [1, 7, 7, 8], "texture": "#0"}
}
},
{
"name": "frame",
"from": [2, 0, 14],
"to": [14, 2, 16],
"faces": {
"north": {"uv": [1, 0.5, 7, 1], "texture": "#0"},
"east": {"uv": [0, 0, 2, 2], "texture": "#0"},
"south": {"uv": [1, 7, 7, 8], "texture": "#0"},
"west": {"uv": [0, 0, 2, 2], "texture": "#0"},
"up": {"uv": [1, 0.5, 7, 1], "texture": "#0"},
"down": {"uv": [1, 0, 7, 1], "texture": "#0"}
}
},
{
"name": "frame",
"from": [2, 14, 0],
"to": [14, 16, 2],
"faces": {
"north": {"uv": [1, 0, 7, 1], "texture": "#0"},
"east": {"uv": [0, 0, 2, 2], "texture": "#0"},
"south": {"uv": [1, 0.5, 7, 1], "texture": "#0"},
"west": {"uv": [0, 0, 2, 2], "texture": "#0"},
"up": {"uv": [1, 0, 7, 1], "texture": "#0"},
"down": {"uv": [1, 0.5, 7, 1], "texture": "#0"}
}
},
{
"name": "frame",
"from": [0, 14, 0],
"to": [2, 16, 16],
"faces": {
"north": {"uv": [7, 0, 8, 1], "texture": "#0"},
"east": {"uv": [0, 0.5, 8, 1], "texture": "#0"},
"south": {"uv": [0, 0, 1, 1], "texture": "#0"},
"west": {"uv": [0, 0, 8, 1], "texture": "#0"},
"up": {"uv": [0, 0, 1, 8], "texture": "#0"},
"down": {"uv": [0, 0.5, 8, 1], "rotation": 90, "texture": "#0"}
}
},
{
"name": "frame",
"from": [2, 14, 14],
"to": [14, 16, 16],
"faces": {
"north": {"uv": [1, 0.5, 7, 1], "texture": "#0"},
"east": {"uv": [0, 0, 2, 2], "texture": "#0"},
"south": {"uv": [1, 0, 7, 1], "texture": "#0"},
"west": {"uv": [0, 0, 2, 2], "texture": "#0"},
"up": {"uv": [1, 7, 7, 8], "texture": "#0"},
"down": {"uv": [1, 0.5, 7, 1], "texture": "#0"}
}
},
{
"name": "frame",
"from": [14, 14, 0],
"to": [16, 16, 16],
"faces": {
"north": {"uv": [0, 0, 1, 1], "texture": "#0"},
"east": {"uv": [0, 0, 8, 1], "texture": "#0"},
"south": {"uv": [7, 0, 8, 1], "texture": "#0"},
"west": {"uv": [0, 0.5, 8, 1], "texture": "#0"},
"up": {"uv": [7, 0, 8, 8], "texture": "#0"},
"down": {"uv": [1, 0.5, 7, 1], "rotation": 90, "texture": "#0"}
}
},
{
"name": "frame",
"from": [14, 2, 14],
"to": [16, 14, 16],
"faces": {
"north": {"uv": [1, 0.5, 7, 1], "rotation": 90, "texture": "#0"},
"east": {"uv": [0, 1, 1, 7], "texture": "#0"},
"south": {"uv": [7, 1, 8, 7], "texture": "#0"},
"west": {"uv": [1, 0.5, 7, 1], "rotation": 90, "texture": "#0"},
"up": {"uv": [0, 0, 2, 2], "texture": "#0"},
"down": {"uv": [0, 0, 2, 2], "texture": "#0"}
}
},
{
"name": "frame",
"from": [0, 2, 14],
"to": [2, 14, 16],
"faces": {
"north": {"uv": [1, 0.5, 7, 1], "rotation": 90, "texture": "#0"},
"east": {"uv": [1, 0.5, 7, 1], "rotation": 90, "texture": "#0"},
"south": {"uv": [0, 1, 1, 7], "texture": "#0"},
"west": {"uv": [7, 1, 8, 7], "texture": "#0"},
"up": {"uv": [0, 0, 2, 2], "texture": "#0"},
"down": {"uv": [0, 0, 2, 2], "texture": "#0"}
}
},
{
"name": "frame",
"from": [14, 2, 0],
"to": [16, 14, 2],
"faces": {
"north": {"uv": [0, 1, 1, 7], "texture": "#0"},
"east": {"uv": [7, 1, 8, 7], "texture": "#0"},
"south": {"uv": [1, 0.5, 7, 1], "rotation": 90, "texture": "#0"},
"west": {"uv": [1, 0.5, 7, 1], "rotation": 90, "texture": "#0"},
"up": {"uv": [0, 0, 2, 2], "texture": "#0"},
"down": {"uv": [0, 0, 2, 2], "texture": "#0"}
}
},
{
"name": "frame",
"from": [0, 2, 0],
"to": [2, 14, 2],
"faces": {
"north": {"uv": [7, 1, 8, 7], "texture": "#0"},
"east": {"uv": [1, 0.5, 7, 1], "rotation": 90, "texture": "#0"},
"south": {"uv": [1, 0.5, 7, 1], "rotation": 90, "texture": "#0"},
"west": {"uv": [0, 1, 1, 7], "texture": "#0"},
"up": {"uv": [0, 0, 2, 2], "texture": "#0"},
"down": {"uv": [0, 0, 2, 2], "texture": "#0"}
}
},
{
"name": "box",
"from": [1, 1, 1],
"to": [15, 15, 15],
"faces": {
"north": {"uv": [8.5, 0.5, 15.5, 7.5], "texture": "#0"},
"east": {"uv": [0.5, 8.5, 7.5, 15.5], "rotation": 90, "texture": "#0"},
"south": {"uv": [8.5, 8.5, 15.5, 15.5], "texture": "#0"},
"west": {"uv": [0.5, 8.5, 7.5, 15.5], "rotation": 270, "texture": "#0"},
"up": {"uv": [0.5, 8.5, 7.5, 15.5], "texture": "#0"},
"down": {"uv": [0.5, 8.5, 7.5, 15.5], "rotation": 180, "texture": "#0"}
}
},
{
"name": "screen",
"from": [2.6, 6, 0.3],
"to": [6.6, 10, 1.3],
"faces": {
"north": {"uv": [1, 1, 3, 3], "texture": "#0"},
"east": {"uv": [1, 3, 3, 3.5], "rotation": 90, "texture": "#0"},
"south": {"uv": [1, 3.5, 3, 5.5], "texture": "#0"},
"west": {"uv": [1, 3, 3, 3.5], "rotation": 90, "texture": "#0"},
"up": {"uv": [1, 3, 3, 3.5], "texture": "#0"},
"down": {"uv": [1, 3, 3, 3.5], "texture": "#0"}
}
}
]
}

View File

@ -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"},

View File

@ -0,0 +1,360 @@
{
"parent": "block/block",
"textures": {
"texture": "overdrive_that_matters:block/energy_counter",
"particle": "overdrive_that_matters:block/energy_counter"
},
"elements": [
{
"name": "frame",
"from": [0, 0, 0],
"to": [2, 2, 16],
"faces": {
"north": {"uv": [4, 0, 4.5, 1], "texture": "#texture"},
"east": {"uv": [0, 7, 4, 8], "texture": "#texture"},
"south": {"uv": [4, 0, 4.5, 1], "texture": "#texture"},
"west": {"uv": [0, 7, 4, 8], "texture": "#texture"},
"up": {"uv": [3.5, 0, 3.75, 8], "texture": "#texture"},
"down": {"uv": [4, 0, 4.5, 8], "texture": "#texture"}
}
},
{
"name": "frame",
"from": [0, 2, 14],
"to": [2, 14, 16],
"faces": {
"north": {"uv": [3.5, 1, 3.75, 7], "texture": "#texture"},
"east": {"uv": [0, 1, 0.5, 7], "texture": "#texture"},
"south": {"uv": [4, 1, 4.5, 7], "texture": "#texture"},
"west": {"uv": [3.5, 1, 4, 7], "texture": "#texture"},
"up": {"uv": [0, 0, 2, 2], "texture": "#missing"},
"down": {"uv": [0, 0, 2, 2], "texture": "#missing"}
}
},
{
"name": "frame",
"from": [0, 2, 0],
"to": [2, 14, 2],
"faces": {
"north": {"uv": [4, 1, 4.5, 7], "texture": "#texture"},
"east": {"uv": [3.5, 1, 4, 7], "texture": "#texture"},
"south": {"uv": [3.5, 1, 3.75, 7], "texture": "#texture"},
"west": {"uv": [0, 1, 0.5, 7], "texture": "#texture"},
"up": {"uv": [0, 0, 2, 2], "texture": "#missing"},
"down": {"uv": [0, 0, 2, 2], "texture": "#missing"}
}
},
{
"name": "frame",
"from": [0, 14, 0],
"to": [2, 16, 16],
"faces": {
"north": {"uv": [4, 0, 4.5, 1], "texture": "#texture"},
"east": {"uv": [0, 0, 4, 1], "texture": "#texture"},
"south": {"uv": [4, 0, 4.5, 1], "texture": "#texture"},
"west": {"uv": [0, 0, 4, 1], "texture": "#texture"},
"up": {"uv": [4, 0, 4.5, 8], "texture": "#texture"},
"down": {"uv": [3.5, 0, 3.75, 8], "texture": "#texture"}
}
},
{
"name": "frame",
"from": [14, 0, 0],
"to": [16, 2, 16],
"faces": {
"north": {"uv": [4, 0, 4.5, 1], "texture": "#texture"},
"east": {"uv": [0, 7, 4, 8], "texture": "#texture"},
"south": {"uv": [4, 0, 4.5, 1], "texture": "#texture"},
"west": {"uv": [0, 7, 4, 8], "texture": "#texture"},
"up": {"uv": [3.5, 0, 3.75, 8], "texture": "#texture"},
"down": {"uv": [4, 0, 4.5, 8], "texture": "#texture"}
}
},
{
"name": "frame",
"from": [14, 2, 0],
"to": [16, 14, 2],
"faces": {
"north": {"uv": [4, 1, 4.5, 7], "texture": "#texture"},
"east": {"uv": [3.5, 1, 4, 7], "texture": "#texture"},
"south": {"uv": [3.5, 1, 3.75, 7], "texture": "#texture"},
"west": {"uv": [0, 1, 0.5, 7], "texture": "#texture"},
"up": {"uv": [0, 0, 2, 2], "texture": "#missing"},
"down": {"uv": [0, 0, 2, 2], "texture": "#missing"}
}
},
{
"name": "frame",
"from": [14, 14, 0],
"to": [16, 16, 16],
"faces": {
"north": {"uv": [4, 0, 4.5, 1], "texture": "#texture"},
"east": {"uv": [0, 0, 4, 1], "texture": "#texture"},
"south": {"uv": [4, 0, 4.5, 1], "texture": "#texture"},
"west": {"uv": [0, 0, 4, 1], "texture": "#texture"},
"up": {"uv": [4, 0, 4.5, 8], "texture": "#texture"},
"down": {"uv": [3.5, 0, 3.75, 8], "texture": "#texture"}
}
},
{
"name": "frame",
"from": [14, 2, 14],
"to": [16, 14, 16],
"faces": {
"north": {"uv": [3.5, 1, 3.75, 7], "texture": "#texture"},
"east": {"uv": [0, 1, 0.5, 7], "texture": "#texture"},
"south": {"uv": [4, 1, 4.5, 7], "texture": "#texture"},
"west": {"uv": [3.5, 1, 4, 7], "texture": "#texture"},
"up": {"uv": [0, 0, 2, 2], "texture": "#missing"},
"down": {"uv": [0, 0, 2, 2], "texture": "#missing"}
}
},
{
"name": "screen",
"from": [1, 1, 1],
"to": [15, 15, 8],
"faces": {
"north": {"uv": [0, 8, 3.5, 15], "texture": "#texture"},
"east": {"uv": [3.5, 8, 5.25, 15], "rotation": 180, "texture": "#texture"},
"south": {"uv": [5.25, 8, 8.75, 15], "texture": "#texture"},
"west": {"uv": [3.5, 8, 5.25, 15], "texture": "#texture"},
"up": {"uv": [8.75, 8, 10.5, 15], "rotation": 90, "texture": "#texture"},
"down": {"uv": [8.75, 8, 10.5, 15], "rotation": 270, "texture": "#texture"}
}
},
{
"name": "plates",
"from": [2, 2, 9],
"to": [14, 4, 15],
"faces": {
"north": {"uv": [4.5, 3, 7.5, 4], "rotation": 180, "texture": "#texture"},
"east": {"uv": [5.25, 3, 7, 4], "rotation": 180, "texture": "#texture"},
"south": {"uv": [4.5, 3, 7.5, 4], "rotation": 180, "texture": "#texture"},
"west": {"uv": [5.25, 3, 6.75, 4], "rotation": 180, "texture": "#texture"},
"up": {"uv": [4.5, 4, 7.5, 7], "texture": "#texture"},
"down": {"uv": [4.5, 0, 7.5, 2.5], "texture": "#texture"}
}
},
{
"name": "plates",
"from": [2, 12, 9],
"to": [14, 14, 15],
"faces": {
"north": {"uv": [4.5, 3, 7.5, 4], "texture": "#texture"},
"east": {"uv": [5.25, 3, 6.75, 4], "texture": "#texture"},
"south": {"uv": [4.5, 3, 7.5, 4], "texture": "#texture"},
"west": {"uv": [5.25, 3, 6.75, 4], "texture": "#texture"},
"up": {"uv": [4.5, 0, 7.5, 2.5], "texture": "#texture"},
"down": {"uv": [4.5, 4, 7.5, 7], "texture": "#texture"}
}
},
{
"name": "coil",
"from": [3, 4, 10],
"to": [7, 5, 14],
"faces": {
"north": {"uv": [0.5, 3, 1.5, 3.5], "texture": "#texture"},
"east": {"uv": [0.5, 3, 1.5, 3.5], "texture": "#texture"},
"south": {"uv": [0.5, 3, 1.5, 3.5], "texture": "#texture"},
"west": {"uv": [0.5, 3, 1.5, 3.5], "texture": "#texture"},
"up": {"uv": [0.5, 1, 1.5, 3], "texture": "#texture"},
"down": {"uv": [0.5, 1, 1.5, 3], "texture": "#texture"}
}
},
{
"name": "coil",
"from": [3, 6, 10],
"to": [7, 7, 14],
"faces": {
"north": {"uv": [0.5, 3, 1.5, 3.5], "texture": "#texture"},
"east": {"uv": [0.5, 3, 1.5, 3.5], "texture": "#texture"},
"south": {"uv": [0.5, 3, 1.5, 3.5], "texture": "#texture"},
"west": {"uv": [0.5, 3, 1.5, 3.5], "texture": "#texture"},
"up": {"uv": [0.5, 1, 1.5, 3], "texture": "#texture"},
"down": {"uv": [0.5, 1, 1.5, 3], "texture": "#texture"}
}
},
{
"name": "coil",
"from": [3, 8, 10],
"to": [7, 9, 14],
"faces": {
"north": {"uv": [0.5, 3, 1.5, 3.5], "texture": "#texture"},
"east": {"uv": [0.5, 3, 1.5, 3.5], "texture": "#texture"},
"south": {"uv": [0.5, 3, 1.5, 3.5], "texture": "#texture"},
"west": {"uv": [0.5, 3, 1.5, 3.5], "texture": "#texture"},
"up": {"uv": [0.5, 1, 1.5, 3], "texture": "#texture"},
"down": {"uv": [0.5, 1, 1.5, 3], "texture": "#texture"}
}
},
{
"name": "coil",
"from": [3, 10, 10],
"to": [7, 11, 14],
"faces": {
"north": {"uv": [0.5, 3, 1.5, 3.5], "texture": "#texture"},
"east": {"uv": [0.5, 3, 1.5, 3.5], "texture": "#texture"},
"south": {"uv": [0.5, 3, 1.5, 3.5], "texture": "#texture"},
"west": {"uv": [0.5, 3, 1.5, 3.5], "texture": "#texture"},
"up": {"uv": [0.5, 1, 1.5, 3], "texture": "#texture"},
"down": {"uv": [0.5, 1, 1.5, 3], "texture": "#texture"}
}
},
{
"name": "coilbase",
"from": [4, 4, 11],
"to": [6, 12, 13],
"faces": {
"north": {"uv": [1.5, 1, 2, 5], "texture": "#texture"},
"east": {"uv": [1.5, 1, 2, 5], "texture": "#texture"},
"south": {"uv": [1.5, 1, 2, 5], "texture": "#texture"},
"west": {"uv": [1.5, 1, 2, 5], "texture": "#texture"},
"up": {"uv": [0, 0, 2, 2], "texture": "#missing"},
"down": {"uv": [0, 0, 2, 2], "texture": "#missing"}
}
},
{
"name": "connectors",
"from": [4, 13, 8],
"to": [6, 15, 13],
"faces": {
"north": {"uv": [0, 0, 2, 2], "texture": "#missing"},
"east": {"uv": [1, 6, 2.25, 7], "texture": "#texture"},
"south": {"uv": [0.5, 3.5, 1, 4.5], "texture": "#texture"},
"west": {"uv": [2.25, 6, 1, 7], "texture": "#texture"},
"up": {"uv": [0.5, 3.5, 1, 6], "texture": "#texture"},
"down": {"uv": [1, 6.5, 2.25, 7], "texture": "#texture"}
}
},
{
"name": "connectors",
"from": [10, 13, 8],
"to": [12, 15, 13],
"faces": {
"north": {"uv": [0, 0, 2, 2], "texture": "#missing"},
"east": {"uv": [1, 6, 2.25, 7], "texture": "#texture"},
"south": {"uv": [0.5, 3.5, 1, 4.5], "texture": "#texture"},
"west": {"uv": [2.25, 6, 1, 7], "texture": "#texture"},
"up": {"uv": [0.5, 3.5, 1, 6], "texture": "#texture"},
"down": {"uv": [1, 6.5, 2.25, 7], "texture": "#texture"}
}
},
{
"name": "connectors",
"from": [10, 1, 8],
"to": [12, 3, 13],
"faces": {
"north": {"uv": [0, 0, 2, 2], "texture": "#missing"},
"east": {"uv": [2.25, 6, 1, 7], "rotation": 180, "texture": "#texture"},
"south": {"uv": [0.5, 6, 1, 7], "rotation": 180, "texture": "#texture"},
"west": {"uv": [1, 6, 2.25, 7], "rotation": 180, "texture": "#texture"},
"up": {"uv": [1, 6.5, 2.25, 7], "texture": "#texture"},
"down": {"uv": [0.5, 3.5, 1, 6], "rotation": 180, "texture": "#texture"}
}
},
{
"name": "connectors",
"from": [4, 1, 8],
"to": [6, 3, 13],
"faces": {
"north": {"uv": [0, 0, 2, 2], "texture": "#missing"},
"east": {"uv": [2.25, 6, 1, 7], "rotation": 180, "texture": "#texture"},
"south": {"uv": [0.5, 6, 1, 7], "rotation": 180, "texture": "#texture"},
"west": {"uv": [1, 6, 2.25, 7], "rotation": 180, "texture": "#texture"},
"up": {"uv": [1, 6.5, 2.25, 7], "texture": "#texture"},
"down": {"uv": [0.5, 3.5, 1, 6], "rotation": 180, "texture": "#texture"}
}
},
{
"name": "coil",
"from": [9, 6, 10],
"to": [13, 7, 14],
"faces": {
"north": {"uv": [0.5, 3, 1.5, 3.5], "texture": "#texture"},
"east": {"uv": [0.5, 3, 1.5, 3.5], "texture": "#texture"},
"south": {"uv": [0.5, 3, 1.5, 3.5], "texture": "#texture"},
"west": {"uv": [0.5, 3, 1.5, 3.5], "texture": "#texture"},
"up": {"uv": [0.5, 1, 1.5, 3], "texture": "#texture"},
"down": {"uv": [0.5, 1, 1.5, 3], "texture": "#texture"}
}
},
{
"name": "coilbase",
"from": [10, 4, 11],
"to": [12, 12, 13],
"faces": {
"north": {"uv": [1.5, 1, 2, 5], "texture": "#texture"},
"east": {"uv": [1.5, 1, 2, 5], "texture": "#texture"},
"south": {"uv": [1.5, 1, 2, 5], "texture": "#texture"},
"west": {"uv": [1.5, 1, 2, 5], "texture": "#texture"},
"up": {"uv": [0, 0, 2, 2], "texture": "#missing"},
"down": {"uv": [0, 0, 2, 2], "texture": "#missing"}
}
},
{
"name": "coil",
"from": [9, 4, 10],
"to": [13, 5, 14],
"faces": {
"north": {"uv": [0.5, 3, 1.5, 3.5], "texture": "#texture"},
"east": {"uv": [0.5, 3, 1.5, 3.5], "texture": "#texture"},
"south": {"uv": [0.5, 3, 1.5, 3.5], "texture": "#texture"},
"west": {"uv": [0.5, 3, 1.5, 3.5], "texture": "#texture"},
"up": {"uv": [0.5, 1, 1.5, 3], "texture": "#texture"},
"down": {"uv": [0.5, 1, 1.5, 3], "texture": "#texture"}
}
},
{
"name": "coil",
"from": [9, 8, 10],
"to": [13, 9, 14],
"faces": {
"north": {"uv": [0.5, 3, 1.5, 3.5], "texture": "#texture"},
"east": {"uv": [0.5, 3, 1.5, 3.5], "texture": "#texture"},
"south": {"uv": [0.5, 3, 1.5, 3.5], "texture": "#texture"},
"west": {"uv": [0.5, 3, 1.5, 3.5], "texture": "#texture"},
"up": {"uv": [0.5, 1, 1.5, 3], "texture": "#texture"},
"down": {"uv": [0.5, 1, 1.5, 3], "texture": "#texture"}
}
},
{
"name": "coil",
"from": [9, 10, 10],
"to": [13, 11, 14],
"faces": {
"north": {"uv": [0.5, 3, 1.5, 3.5], "texture": "#texture"},
"east": {"uv": [0.5, 3, 1.5, 3.5], "texture": "#texture"},
"south": {"uv": [0.5, 3, 1.5, 3.5], "texture": "#texture"},
"west": {"uv": [0.5, 3, 1.5, 3.5], "texture": "#texture"},
"up": {"uv": [0.5, 1, 1.5, 3], "texture": "#texture"},
"down": {"uv": [0.5, 1, 1.5, 3], "texture": "#texture"}
}
},
{
"name": "upperplug",
"from": [5, 14, 5],
"to": [11, 16, 11],
"faces": {
"north": {"uv": [9, 3, 10.5, 4], "texture": "#texture"},
"east": {"uv": [9, 3, 10.5, 4], "texture": "#texture"},
"south": {"uv": [9, 3, 10.5, 4], "texture": "#texture"},
"west": {"uv": [9, 3, 10.5, 4], "texture": "#texture"},
"up": {"uv": [9, 0, 10.5, 3], "texture": "#texture"},
"down": {"uv": [10.5, 0, 12, 3], "texture": "#texture"}
}
},
{
"name": "bottomplug",
"from": [5, 0, 5],
"to": [11, 2, 11],
"faces": {
"north": {"uv": [7.5, 2.5, 9, 3.5], "rotation": 180, "texture": "#texture"},
"east": {"uv": [7.5, 2.5, 9, 3.5], "rotation": 180, "texture": "#texture"},
"south": {"uv": [7.5, 2.5, 9, 3.5], "rotation": 180, "texture": "#texture"},
"west": {"uv": [7.5, 2.5, 9, 3.5], "rotation": 180, "texture": "#texture"},
"up": {"uv": [10.5, 0, 12, 3], "texture": "#texture"},
"down": {"uv": [7.5, 0, 9, 3], "texture": "#texture"}
}
}
]
}

View File

@ -0,0 +1,360 @@
{
"parent": "block/block",
"textures": {
"texture": "overdrive_that_matters:block/energy_counter",
"particle": "overdrive_that_matters:block/energy_counter"
},
"elements": [
{
"name": "frame",
"from": [0, 0, 0],
"to": [2, 2, 16],
"faces": {
"north": {"uv": [4, 0, 4.5, 1], "texture": "#texture"},
"east": {"uv": [0, 7, 4, 8], "texture": "#texture"},
"south": {"uv": [4, 0, 4.5, 1], "texture": "#texture"},
"west": {"uv": [0, 7, 4, 8], "texture": "#texture"},
"up": {"uv": [3.5, 0, 3.75, 8], "texture": "#texture"},
"down": {"uv": [4, 0, 4.5, 8], "texture": "#texture"}
}
},
{
"name": "frame",
"from": [0, 2, 14],
"to": [2, 14, 16],
"faces": {
"north": {"uv": [3.5, 1, 3.75, 7], "texture": "#texture"},
"east": {"uv": [0, 1, 0.5, 7], "texture": "#texture"},
"south": {"uv": [4, 1, 4.5, 7], "texture": "#texture"},
"west": {"uv": [3.5, 1, 4, 7], "texture": "#texture"},
"up": {"uv": [0, 0, 2, 2], "texture": "#missing"},
"down": {"uv": [0, 0, 2, 2], "texture": "#missing"}
}
},
{
"name": "frame",
"from": [0, 2, 0],
"to": [2, 14, 2],
"faces": {
"north": {"uv": [4, 1, 4.5, 7], "texture": "#texture"},
"east": {"uv": [3.5, 1, 4, 7], "texture": "#texture"},
"south": {"uv": [3.5, 1, 3.75, 7], "texture": "#texture"},
"west": {"uv": [0, 1, 0.5, 7], "texture": "#texture"},
"up": {"uv": [0, 0, 2, 2], "texture": "#missing"},
"down": {"uv": [0, 0, 2, 2], "texture": "#missing"}
}
},
{
"name": "frame",
"from": [0, 14, 0],
"to": [2, 16, 16],
"faces": {
"north": {"uv": [4, 0, 4.5, 1], "texture": "#texture"},
"east": {"uv": [0, 0, 4, 1], "texture": "#texture"},
"south": {"uv": [4, 0, 4.5, 1], "texture": "#texture"},
"west": {"uv": [0, 0, 4, 1], "texture": "#texture"},
"up": {"uv": [4, 0, 4.5, 8], "texture": "#texture"},
"down": {"uv": [3.5, 0, 3.75, 8], "texture": "#texture"}
}
},
{
"name": "frame",
"from": [14, 0, 0],
"to": [16, 2, 16],
"faces": {
"north": {"uv": [4, 0, 4.5, 1], "texture": "#texture"},
"east": {"uv": [0, 7, 4, 8], "texture": "#texture"},
"south": {"uv": [4, 0, 4.5, 1], "texture": "#texture"},
"west": {"uv": [0, 7, 4, 8], "texture": "#texture"},
"up": {"uv": [3.5, 0, 3.75, 8], "texture": "#texture"},
"down": {"uv": [4, 0, 4.5, 8], "texture": "#texture"}
}
},
{
"name": "frame",
"from": [14, 2, 0],
"to": [16, 14, 2],
"faces": {
"north": {"uv": [4, 1, 4.5, 7], "texture": "#texture"},
"east": {"uv": [3.5, 1, 4, 7], "texture": "#texture"},
"south": {"uv": [3.5, 1, 3.75, 7], "texture": "#texture"},
"west": {"uv": [0, 1, 0.5, 7], "texture": "#texture"},
"up": {"uv": [0, 0, 2, 2], "texture": "#missing"},
"down": {"uv": [0, 0, 2, 2], "texture": "#missing"}
}
},
{
"name": "frame",
"from": [14, 14, 0],
"to": [16, 16, 16],
"faces": {
"north": {"uv": [4, 0, 4.5, 1], "texture": "#texture"},
"east": {"uv": [0, 0, 4, 1], "texture": "#texture"},
"south": {"uv": [4, 0, 4.5, 1], "texture": "#texture"},
"west": {"uv": [0, 0, 4, 1], "texture": "#texture"},
"up": {"uv": [4, 0, 4.5, 8], "texture": "#texture"},
"down": {"uv": [3.5, 0, 3.75, 8], "texture": "#texture"}
}
},
{
"name": "frame",
"from": [14, 2, 14],
"to": [16, 14, 16],
"faces": {
"north": {"uv": [3.5, 1, 3.75, 7], "texture": "#texture"},
"east": {"uv": [0, 1, 0.5, 7], "texture": "#texture"},
"south": {"uv": [4, 1, 4.5, 7], "texture": "#texture"},
"west": {"uv": [3.5, 1, 4, 7], "texture": "#texture"},
"up": {"uv": [0, 0, 2, 2], "texture": "#missing"},
"down": {"uv": [0, 0, 2, 2], "texture": "#missing"}
}
},
{
"name": "screen",
"from": [1, 1, 1],
"to": [15, 15, 8],
"faces": {
"north": {"uv": [0, 8, 3.5, 15], "texture": "#texture"},
"east": {"uv": [3.5, 8, 5.25, 15], "rotation": 180, "texture": "#texture"},
"south": {"uv": [5.25, 8, 8.75, 15], "texture": "#texture"},
"west": {"uv": [3.5, 8, 5.25, 15], "texture": "#texture"},
"up": {"uv": [8.75, 8, 10.5, 15], "rotation": 90, "texture": "#texture"},
"down": {"uv": [8.75, 8, 10.5, 15], "rotation": 270, "texture": "#texture"}
}
},
{
"name": "plates",
"from": [2, 2, 9],
"to": [14, 4, 15],
"faces": {
"north": {"uv": [4.5, 3, 7.5, 4], "rotation": 180, "texture": "#texture"},
"east": {"uv": [5.25, 3, 7, 4], "rotation": 180, "texture": "#texture"},
"south": {"uv": [4.5, 3, 7.5, 4], "rotation": 180, "texture": "#texture"},
"west": {"uv": [5.25, 3, 6.75, 4], "rotation": 180, "texture": "#texture"},
"up": {"uv": [4.5, 4, 7.5, 7], "texture": "#texture"},
"down": {"uv": [4.5, 0, 7.5, 2.5], "texture": "#texture"}
}
},
{
"name": "plates",
"from": [2, 12, 9],
"to": [14, 14, 15],
"faces": {
"north": {"uv": [4.5, 3, 7.5, 4], "texture": "#texture"},
"east": {"uv": [5.25, 3, 6.75, 4], "texture": "#texture"},
"south": {"uv": [4.5, 3, 7.5, 4], "texture": "#texture"},
"west": {"uv": [5.25, 3, 6.75, 4], "texture": "#texture"},
"up": {"uv": [4.5, 0, 7.5, 2.5], "texture": "#texture"},
"down": {"uv": [4.5, 4, 7.5, 7], "texture": "#texture"}
}
},
{
"name": "coil",
"from": [3, 4, 10],
"to": [7, 5, 14],
"faces": {
"north": {"uv": [0.5, 3, 1.5, 3.5], "texture": "#texture"},
"east": {"uv": [0.5, 3, 1.5, 3.5], "texture": "#texture"},
"south": {"uv": [0.5, 3, 1.5, 3.5], "texture": "#texture"},
"west": {"uv": [0.5, 3, 1.5, 3.5], "texture": "#texture"},
"up": {"uv": [0.5, 1, 1.5, 3], "texture": "#texture"},
"down": {"uv": [0.5, 1, 1.5, 3], "texture": "#texture"}
}
},
{
"name": "coil",
"from": [3, 6, 10],
"to": [7, 7, 14],
"faces": {
"north": {"uv": [0.5, 3, 1.5, 3.5], "texture": "#texture"},
"east": {"uv": [0.5, 3, 1.5, 3.5], "texture": "#texture"},
"south": {"uv": [0.5, 3, 1.5, 3.5], "texture": "#texture"},
"west": {"uv": [0.5, 3, 1.5, 3.5], "texture": "#texture"},
"up": {"uv": [0.5, 1, 1.5, 3], "texture": "#texture"},
"down": {"uv": [0.5, 1, 1.5, 3], "texture": "#texture"}
}
},
{
"name": "coil",
"from": [3, 8, 10],
"to": [7, 9, 14],
"faces": {
"north": {"uv": [0.5, 3, 1.5, 3.5], "texture": "#texture"},
"east": {"uv": [0.5, 3, 1.5, 3.5], "texture": "#texture"},
"south": {"uv": [0.5, 3, 1.5, 3.5], "texture": "#texture"},
"west": {"uv": [0.5, 3, 1.5, 3.5], "texture": "#texture"},
"up": {"uv": [0.5, 1, 1.5, 3], "texture": "#texture"},
"down": {"uv": [0.5, 1, 1.5, 3], "texture": "#texture"}
}
},
{
"name": "coil",
"from": [3, 10, 10],
"to": [7, 11, 14],
"faces": {
"north": {"uv": [0.5, 3, 1.5, 3.5], "texture": "#texture"},
"east": {"uv": [0.5, 3, 1.5, 3.5], "texture": "#texture"},
"south": {"uv": [0.5, 3, 1.5, 3.5], "texture": "#texture"},
"west": {"uv": [0.5, 3, 1.5, 3.5], "texture": "#texture"},
"up": {"uv": [0.5, 1, 1.5, 3], "texture": "#texture"},
"down": {"uv": [0.5, 1, 1.5, 3], "texture": "#texture"}
}
},
{
"name": "coilbase",
"from": [4, 4, 11],
"to": [6, 12, 13],
"faces": {
"north": {"uv": [1.5, 1, 2, 5], "texture": "#texture"},
"east": {"uv": [1.5, 1, 2, 5], "texture": "#texture"},
"south": {"uv": [1.5, 1, 2, 5], "texture": "#texture"},
"west": {"uv": [1.5, 1, 2, 5], "texture": "#texture"},
"up": {"uv": [0, 0, 2, 2], "texture": "#missing"},
"down": {"uv": [0, 0, 2, 2], "texture": "#missing"}
}
},
{
"name": "connectors",
"from": [4, 13, 8],
"to": [6, 15, 13],
"faces": {
"north": {"uv": [0, 0, 2, 2], "texture": "#missing"},
"east": {"uv": [1, 6, 2.25, 7], "texture": "#texture"},
"south": {"uv": [0.5, 3.5, 1, 4.5], "texture": "#texture"},
"west": {"uv": [2.25, 6, 1, 7], "texture": "#texture"},
"up": {"uv": [0.5, 3.5, 1, 6], "texture": "#texture"},
"down": {"uv": [1, 6.5, 2.25, 7], "texture": "#texture"}
}
},
{
"name": "connectors",
"from": [10, 13, 8],
"to": [12, 15, 13],
"faces": {
"north": {"uv": [0, 0, 2, 2], "texture": "#missing"},
"east": {"uv": [1, 6, 2.25, 7], "texture": "#texture"},
"south": {"uv": [0.5, 3.5, 1, 4.5], "texture": "#texture"},
"west": {"uv": [2.25, 6, 1, 7], "texture": "#texture"},
"up": {"uv": [0.5, 3.5, 1, 6], "texture": "#texture"},
"down": {"uv": [1, 6.5, 2.25, 7], "texture": "#texture"}
}
},
{
"name": "connectors",
"from": [10, 1, 8],
"to": [12, 3, 13],
"faces": {
"north": {"uv": [0, 0, 2, 2], "texture": "#missing"},
"east": {"uv": [2.25, 6, 1, 7], "rotation": 180, "texture": "#texture"},
"south": {"uv": [0.5, 6, 1, 7], "rotation": 180, "texture": "#texture"},
"west": {"uv": [1, 6, 2.25, 7], "rotation": 180, "texture": "#texture"},
"up": {"uv": [1, 6.5, 2.25, 7], "texture": "#texture"},
"down": {"uv": [0.5, 3.5, 1, 6], "rotation": 180, "texture": "#texture"}
}
},
{
"name": "connectors",
"from": [4, 1, 8],
"to": [6, 3, 13],
"faces": {
"north": {"uv": [0, 0, 2, 2], "texture": "#missing"},
"east": {"uv": [2.25, 6, 1, 7], "rotation": 180, "texture": "#texture"},
"south": {"uv": [0.5, 6, 1, 7], "rotation": 180, "texture": "#texture"},
"west": {"uv": [1, 6, 2.25, 7], "rotation": 180, "texture": "#texture"},
"up": {"uv": [1, 6.5, 2.25, 7], "texture": "#texture"},
"down": {"uv": [0.5, 3.5, 1, 6], "rotation": 180, "texture": "#texture"}
}
},
{
"name": "coil",
"from": [9, 6, 10],
"to": [13, 7, 14],
"faces": {
"north": {"uv": [0.5, 3, 1.5, 3.5], "texture": "#texture"},
"east": {"uv": [0.5, 3, 1.5, 3.5], "texture": "#texture"},
"south": {"uv": [0.5, 3, 1.5, 3.5], "texture": "#texture"},
"west": {"uv": [0.5, 3, 1.5, 3.5], "texture": "#texture"},
"up": {"uv": [0.5, 1, 1.5, 3], "texture": "#texture"},
"down": {"uv": [0.5, 1, 1.5, 3], "texture": "#texture"}
}
},
{
"name": "coilbase",
"from": [10, 4, 11],
"to": [12, 12, 13],
"faces": {
"north": {"uv": [1.5, 1, 2, 5], "texture": "#texture"},
"east": {"uv": [1.5, 1, 2, 5], "texture": "#texture"},
"south": {"uv": [1.5, 1, 2, 5], "texture": "#texture"},
"west": {"uv": [1.5, 1, 2, 5], "texture": "#texture"},
"up": {"uv": [0, 0, 2, 2], "texture": "#missing"},
"down": {"uv": [0, 0, 2, 2], "texture": "#missing"}
}
},
{
"name": "coil",
"from": [9, 4, 10],
"to": [13, 5, 14],
"faces": {
"north": {"uv": [0.5, 3, 1.5, 3.5], "texture": "#texture"},
"east": {"uv": [0.5, 3, 1.5, 3.5], "texture": "#texture"},
"south": {"uv": [0.5, 3, 1.5, 3.5], "texture": "#texture"},
"west": {"uv": [0.5, 3, 1.5, 3.5], "texture": "#texture"},
"up": {"uv": [0.5, 1, 1.5, 3], "texture": "#texture"},
"down": {"uv": [0.5, 1, 1.5, 3], "texture": "#texture"}
}
},
{
"name": "coil",
"from": [9, 8, 10],
"to": [13, 9, 14],
"faces": {
"north": {"uv": [0.5, 3, 1.5, 3.5], "texture": "#texture"},
"east": {"uv": [0.5, 3, 1.5, 3.5], "texture": "#texture"},
"south": {"uv": [0.5, 3, 1.5, 3.5], "texture": "#texture"},
"west": {"uv": [0.5, 3, 1.5, 3.5], "texture": "#texture"},
"up": {"uv": [0.5, 1, 1.5, 3], "texture": "#texture"},
"down": {"uv": [0.5, 1, 1.5, 3], "texture": "#texture"}
}
},
{
"name": "coil",
"from": [9, 10, 10],
"to": [13, 11, 14],
"faces": {
"north": {"uv": [0.5, 3, 1.5, 3.5], "texture": "#texture"},
"east": {"uv": [0.5, 3, 1.5, 3.5], "texture": "#texture"},
"south": {"uv": [0.5, 3, 1.5, 3.5], "texture": "#texture"},
"west": {"uv": [0.5, 3, 1.5, 3.5], "texture": "#texture"},
"up": {"uv": [0.5, 1, 1.5, 3], "texture": "#texture"},
"down": {"uv": [0.5, 1, 1.5, 3], "texture": "#texture"}
}
},
{
"name": "upperplug",
"from": [5, 0, 5],
"to": [11, 2, 11],
"faces": {
"north": {"uv": [9, 3, 10.5, 4], "rotation": 180, "texture": "#texture"},
"east": {"uv": [9, 3, 10.5, 4], "rotation": 180, "texture": "#texture"},
"south": {"uv": [9, 3, 10.5, 4], "rotation": 180, "texture": "#texture"},
"west": {"uv": [9, 3, 10.5, 4], "rotation": 180, "texture": "#texture"},
"up": {"uv": [10.5, 0, 12, 3], "texture": "#texture"},
"down": {"uv": [9, 0, 10.5, 3], "texture": "#texture"}
}
},
{
"name": "bottomplug",
"from": [5, 14, 5],
"to": [11, 16, 11],
"faces": {
"north": {"uv": [7.5, 3, 9, 4], "texture": "#texture"},
"east": {"uv": [7.5, 3, 9, 4], "texture": "#texture"},
"south": {"uv": [7.5, 3, 9, 4], "texture": "#texture"},
"west": {"uv": [7.5, 3, 9, 4], "texture": "#texture"},
"up": {"uv": [7.5, 0, 9, 3], "texture": "#texture"},
"down": {"uv": [10.5, 0, 12, 3], "texture": "#texture"}
}
}
]
}

View File

@ -0,0 +1,154 @@
{
"parent": "block/block",
"textures": {
"0": "overdrive_that_matters:block/item_monitor",
"particle": "overdrive_that_matters:block/item_monitor"
},
"elements": [
{
"name": "screen",
"from": [0, 0, 1],
"to": [16, 16, 7],
"faces": {
"north": {"uv": [0, 0, 8, 8], "texture": "#0"},
"east": {"uv": [8, 0, 16, 3], "rotation": 90, "texture": "#0"},
"south": {"uv": [0, 8, 8, 16], "texture": "#0"},
"west": {"uv": [8, 0, 16, 3], "rotation": 270, "texture": "#0"},
"up": {"uv": [8, 0, 16, 3], "texture": "#0"},
"down": {"uv": [8, 0, 16, 3], "rotation": 180, "texture": "#0"}
}
},
{
"name": "frame",
"from": [0, 0, 7],
"to": [2, 2, 16],
"faces": {
"north": {"uv": [0, 0, 1, 1], "texture": "#missing"},
"east": {"uv": [8, 6, 12.5, 7], "texture": "#0"},
"south": {"uv": [12.5, 6, 13.5, 7], "texture": "#0"},
"west": {"uv": [8, 6, 12.5, 7], "rotation": 180, "texture": "#0"},
"up": {"uv": [8, 7, 12.5, 8], "rotation": 270, "texture": "#0"},
"down": {"uv": [8, 7, 12.5, 8], "rotation": 90, "texture": "#0"}
}
},
{
"name": "frame",
"from": [0, 14, 7],
"to": [2, 16, 16],
"faces": {
"north": {"uv": [0, 0, 1, 1], "texture": "#missing"},
"east": {"uv": [8, 7, 12.5, 8], "rotation": 180, "texture": "#0"},
"south": {"uv": [12.5, 6, 13.5, 7], "texture": "#0"},
"west": {"uv": [8, 7, 12.5, 8], "rotation": 180, "texture": "#0"},
"up": {"uv": [8, 6, 12.5, 7], "rotation": 270, "texture": "#0"},
"down": {"uv": [8, 6, 12.5, 7], "rotation": 90, "texture": "#0"}
}
},
{
"name": "frame",
"from": [14, 14, 7],
"to": [16, 16, 16],
"faces": {
"north": {"uv": [0, 0, 1, 1], "texture": "#missing"},
"east": {"uv": [8, 6, 12.5, 7], "texture": "#0"},
"south": {"uv": [12.5, 6, 13.5, 7], "texture": "#0"},
"west": {"uv": [8, 6, 12.5, 7], "rotation": 180, "texture": "#0"},
"up": {"uv": [8, 7, 12.5, 8], "rotation": 270, "texture": "#0"},
"down": {"uv": [8, 7, 12.5, 8], "rotation": 270, "texture": "#0"}
}
},
{
"name": "frame",
"from": [14, 0, 7],
"to": [16, 2, 16],
"faces": {
"north": {"uv": [0, 0, 1, 1], "texture": "#missing"},
"east": {"uv": [8, 7, 12.5, 8], "texture": "#0"},
"south": {"uv": [12.5, 6, 13.5, 7], "texture": "#0"},
"west": {"uv": [8, 7, 12.5, 8], "rotation": 180, "texture": "#0"},
"up": {"uv": [8, 6, 12.5, 7], "rotation": 270, "texture": "#0"},
"down": {"uv": [8, 6, 12.5, 7], "rotation": 90, "texture": "#0"}
}
},
{
"name": "frame",
"from": [1, 2, 13],
"to": [2, 14, 15],
"faces": {
"north": {"uv": [8, 5.5, 14, 6], "rotation": 90, "texture": "#0"},
"east": {"uv": [8, 5, 14, 6], "rotation": 90, "texture": "#0"},
"south": {"uv": [8, 5, 14, 5.5], "rotation": 90, "texture": "#0"},
"west": {"uv": [8, 5, 14, 6], "rotation": 90, "texture": "#0"},
"up": {"uv": [0, 0, 0.5, 1], "texture": "#missing"},
"down": {"uv": [0, 0, 0.5, 1], "texture": "#missing"}
}
},
{
"name": "frame",
"from": [1, 2, 8],
"to": [2, 14, 10],
"faces": {
"north": {"uv": [8, 5.5, 14, 6], "rotation": 90, "texture": "#0"},
"east": {"uv": [8, 5, 14, 6], "rotation": 90, "texture": "#0"},
"south": {"uv": [8, 5, 14, 5.5], "rotation": 90, "texture": "#0"},
"west": {"uv": [8, 5, 14, 6], "rotation": 90, "texture": "#0"},
"up": {"uv": [0, 0, 0.5, 1], "texture": "#missing"},
"down": {"uv": [0, 0, 0.5, 1], "texture": "#missing"}
}
},
{
"name": "frame",
"from": [14, 2, 13],
"to": [15, 14, 15],
"faces": {
"north": {"uv": [8, 5.5, 14, 6], "rotation": 90, "texture": "#0"},
"east": {"uv": [8, 5, 14, 6], "rotation": 90, "texture": "#0"},
"south": {"uv": [8, 5, 14, 5.5], "rotation": 90, "texture": "#0"},
"west": {"uv": [8, 5, 14, 6], "rotation": 90, "texture": "#0"},
"up": {"uv": [0, 0, 0.5, 1], "texture": "#missing"},
"down": {"uv": [0, 0, 0.5, 1], "texture": "#missing"}
}
},
{
"name": "frame",
"from": [14, 2, 8],
"to": [15, 14, 10],
"faces": {
"north": {"uv": [8, 5.5, 14, 6], "rotation": 90, "texture": "#0"},
"east": {"uv": [8, 5, 14, 6], "rotation": 90, "texture": "#0"},
"south": {"uv": [8, 5, 14, 5.5], "rotation": 90, "texture": "#0"},
"west": {"uv": [8, 5, 14, 6], "rotation": 90, "texture": "#0"},
"up": {"uv": [0, 0, 0.5, 1], "texture": "#missing"},
"down": {"uv": [0, 0, 0.5, 1], "texture": "#missing"}
}
},
{
"name": "can",
"from": [2, 1, 8],
"to": [14, 7, 14],
"rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 11]},
"faces": {
"north": {"uv": [8, 8, 14, 11], "texture": "#0"},
"east": {"uv": [8, 11, 11, 14], "texture": "#0"},
"south": {"uv": [8, 8, 14, 11], "texture": "#0"},
"west": {"uv": [8, 11, 11, 14], "texture": "#0"},
"up": {"uv": [8, 8, 14, 11], "texture": "#0"},
"down": {"uv": [8, 8, 14, 11], "texture": "#0"}
}
},
{
"name": "can",
"from": [2, 9, 8],
"to": [14, 15, 14],
"rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 11]},
"faces": {
"north": {"uv": [8, 8, 14, 11], "texture": "#0"},
"east": {"uv": [8, 11, 11, 14], "texture": "#0"},
"south": {"uv": [8, 8, 14, 11], "texture": "#0"},
"west": {"uv": [8, 11, 11, 14], "texture": "#0"},
"up": {"uv": [8, 8, 14, 11], "texture": "#0"},
"down": {"uv": [8, 8, 14, 11], "texture": "#0"}
}
}
]
}

View File

@ -0,0 +1,317 @@
{
"parent": "block/block",
"texture_size": [32, 16],
"textures": {
"particle": "overdrive_that_matters:block/matter_bottler",
"battery_texture": "overdrive_that_matters:block/matterybank_core",
"texture": "overdrive_that_matters:block/matter_bottler"
},
"elements": [
{
"name": "battery1",
"from": [7, 9.5, 1.5],
"to": [9, 15.5, 6.5],
"rotation": {"angle": 0, "axis": "y", "origin": [5, 12.5, 4]},
"faces": {
"north": {"uv": [8, 7, 11, 9], "rotation": 90, "texture": "#battery_texture"},
"east": {"uv": [8, 7, 11, 2], "rotation": 90, "texture": "#battery_texture"},
"south": {"uv": [8, 0, 11, 2], "rotation": 90, "texture": "#battery_texture"},
"west": {"uv": [8, 2, 11, 7], "rotation": 90, "texture": "#battery_texture"},
"up": {"uv": [1.5, 3, 2.5, 8], "rotation": 180, "texture": "#battery_texture"},
"down": {"uv": [11, 2, 12, 7], "texture": "#battery_texture"}
}
},
{
"name": "battery2",
"from": [4, 9.5, 1.5],
"to": [6, 15.5, 6.5],
"rotation": {"angle": 0, "axis": "y", "origin": [5, 12.5, 4]},
"faces": {
"north": {"uv": [8, 7, 11, 9], "rotation": 90, "texture": "#battery_texture"},
"east": {"uv": [8, 7, 11, 2], "rotation": 90, "texture": "#battery_texture"},
"south": {"uv": [8, 0, 11, 2], "rotation": 90, "texture": "#battery_texture"},
"west": {"uv": [8, 2, 11, 7], "rotation": 90, "texture": "#battery_texture"},
"up": {"uv": [1.5, 3, 2.5, 8], "rotation": 180, "texture": "#battery_texture"},
"down": {"uv": [11, 2, 12, 7], "texture": "#battery_texture"}
}
},
{
"name": "battery3",
"from": [1, 9.5, 1.5],
"to": [3, 15.5, 6.5],
"rotation": {"angle": 0, "axis": "y", "origin": [5, 12.5, 4]},
"faces": {
"north": {"uv": [8, 7, 11, 9], "rotation": 90, "texture": "#battery_texture"},
"east": {"uv": [8, 7, 11, 2], "rotation": 90, "texture": "#battery_texture"},
"south": {"uv": [8, 0, 11, 2], "rotation": 90, "texture": "#battery_texture"},
"west": {"uv": [8, 2, 11, 7], "rotation": 90, "texture": "#battery_texture"},
"up": {"uv": [1.5, 3, 2.5, 8], "rotation": 180, "texture": "#battery_texture"},
"down": {"uv": [11, 2, 12, 7], "texture": "#battery_texture"}
}
},
{
"name": "body",
"from": [0, 0, 0],
"to": [16, 10, 12],
"faces": {
"north": {"uv": [0, 3, 4, 8], "texture": "#texture"},
"east": {"uv": [5, 3, 8, 8], "texture": "#texture"},
"south": {"uv": [4, 11, 8, 16], "texture": "#texture"},
"west": {"uv": [8, 3, 5, 8], "texture": "#texture"},
"up": {"uv": [0, 10.5, 3.75, 15.5], "texture": "#texture"},
"down": {"uv": [0, 10, 4, 16], "texture": "#texture"}
}
},
{
"name": "body",
"from": [10, 10, 2],
"to": [16, 16, 16],
"faces": {
"north": {"uv": [0, 0, 1.5, 3], "texture": "#texture"},
"east": {"uv": [4, 0, 7.5, 3], "texture": "#texture"},
"south": {"uv": [2.5, 0, 4, 3], "texture": "#texture"},
"west": {"uv": [12.5, 6, 16, 9], "texture": "#texture"},
"up": {"uv": [7.5, 0, 11, 3], "rotation": 270, "texture": "#texture"},
"down": {"uv": [0, 0, 3, 14], "texture": "#missing"}
}
},
{
"name": "body",
"from": [0, 10, 7],
"to": [10, 16, 12],
"faces": {
"north": {"uv": [8, 13, 10.5, 16], "texture": "#texture"},
"east": {"uv": [0, 0, 2.5, 6], "texture": "#missing"},
"south": {"uv": [4, 8, 6.5, 11], "texture": "#texture"},
"west": {"uv": [10.5, 13, 11.75, 16], "texture": "#texture"},
"up": {"uv": [8, 10.5, 10.5, 13], "texture": "#texture"},
"down": {"uv": [0, 0, 5, 5], "texture": "#missing"}
}
},
{
"name": "capacitorsocket",
"from": [0, 10, 0],
"to": [10, 11, 7],
"faces": {
"north": {"uv": [11, 0, 13.5, 0.5], "texture": "#texture"},
"east": {"uv": [11.75, 0, 13.5, 0.5], "texture": "#texture"},
"south": {"uv": [0, 0, 5, 1], "texture": "#missing"},
"west": {"uv": [11, 0, 12.75, 0.5], "texture": "#texture"},
"up": {"uv": [11, 0.5, 13.5, 4], "rotation": 180, "texture": "#texture"},
"down": {"uv": [0, 0, 5, 7], "texture": "#missing"}
}
},
{
"name": "body",
"from": [0, 0, 12],
"to": [16, 8, 16],
"faces": {
"north": {"uv": [0, 0, 8, 8], "texture": "#missing"},
"east": {"uv": [4, 4, 5, 8], "texture": "#texture"},
"south": {"uv": [8, 4, 12, 8], "texture": "#texture"},
"west": {"uv": [5, 4, 4, 8], "texture": "#texture"},
"up": {"uv": [0, 10, 4, 12], "rotation": 180, "texture": "#texture"},
"down": {"uv": [0, 8, 4, 10], "texture": "#texture"}
}
},
{
"name": "body",
"from": [10, 8, 12],
"to": [16, 10, 16],
"faces": {
"north": {"uv": [0, 0, 3, 2], "texture": "#missing"},
"east": {"uv": [4, 3, 5, 4], "texture": "#texture"},
"south": {"uv": [4, 3, 5, 4], "texture": "#texture"},
"west": {"uv": [4, 3, 5, 4], "texture": "#texture"},
"up": {"uv": [0, 0, 3, 4], "texture": "#missing"},
"down": {"uv": [0, 0, 3, 4], "texture": "#missing"}
}
},
{
"name": "claw1",
"from": [7.2, 8.80866, -0.03806],
"to": [8.8, 13.80866, 1.96194],
"rotation": {"angle": 22.5, "axis": "x", "origin": [5, 11.30866, 0.96194]},
"faces": {
"north": {"uv": [15, 9, 15.5, 11.5], "texture": "#texture"},
"east": {"uv": [15.5, 9, 16, 11.5], "texture": "#texture"},
"south": {"uv": [15.5, 9, 16, 11.5], "texture": "#texture"},
"west": {"uv": [15.5, 9, 16, 11.5], "texture": "#texture"},
"up": {"uv": [15, 11.5, 15.5, 12.5], "texture": "#texture"},
"down": {"uv": [15.5, 11.5, 16, 12.5], "texture": "#texture"}
}
},
{
"name": "claw2",
"from": [4.2, 8.80866, -0.03806],
"to": [5.8, 13.80866, 1.96194],
"rotation": {"angle": 22.5, "axis": "x", "origin": [5, 11.30866, 0.96194]},
"faces": {
"north": {"uv": [15, 9, 15.5, 11.5], "texture": "#texture"},
"east": {"uv": [15.5, 9, 16, 11.5], "texture": "#texture"},
"south": {"uv": [15.5, 9, 16, 11.5], "texture": "#texture"},
"west": {"uv": [15.5, 9, 16, 11.5], "texture": "#texture"},
"up": {"uv": [15, 11.5, 15.5, 12.5], "texture": "#texture"},
"down": {"uv": [15.5, 11.5, 16, 12.5], "texture": "#texture"}
}
},
{
"name": "claw3",
"from": [1.2, 8.80866, -0.03806],
"to": [2.8, 13.80866, 1.96194],
"rotation": {"angle": 22.5, "axis": "x", "origin": [5, 11.30866, 0.96194]},
"faces": {
"north": {"uv": [15, 9, 15.5, 11.5], "texture": "#texture"},
"east": {"uv": [15.5, 9, 16, 11.5], "texture": "#texture"},
"south": {"uv": [15.5, 9, 16, 11.5], "texture": "#texture"},
"west": {"uv": [15.5, 9, 16, 11.5], "texture": "#texture"},
"up": {"uv": [15, 11.5, 15.5, 12.5], "texture": "#texture"},
"down": {"uv": [15.5, 11.5, 16, 12.5], "texture": "#texture"}
}
},
{
"name": "screen",
"from": [11.2, 11.49895, 1.49163],
"to": [14.8, 15.49895, 2.49163],
"rotation": {"angle": 22.5, "axis": "x", "origin": [13, 15.49895, -0.00837]},
"faces": {
"north": {"uv": [13.5, 2, 14.5, 4], "texture": "#texture"},
"east": {"uv": [14.5, 2, 15.5, 2.5], "rotation": 90, "texture": "#texture"},
"south": {"uv": [14.5, 2.5, 15.5, 4.5], "texture": "#texture"},
"west": {"uv": [14.5, 2, 15.5, 2.5], "rotation": 90, "texture": "#texture"},
"up": {"uv": [14.5, 2, 15.5, 2.5], "texture": "#texture"},
"down": {"uv": [14.5, 2, 15.5, 2.5], "texture": "#texture"}
}
},
{
"name": "canister",
"from": [2, 12, 12],
"to": [10, 15, 15],
"faces": {
"north": {"uv": [0, 0, 4, 3], "texture": "#missing"},
"east": {"uv": [0, 0, 1.5, 3], "texture": "#missing"},
"south": {"uv": [14, 4.5, 16, 6], "texture": "#texture"},
"west": {"uv": [13.25, 4.5, 14, 6], "texture": "#texture"},
"up": {"uv": [14, 4.5, 16, 6], "texture": "#texture"},
"down": {"uv": [14, 4.5, 16, 6], "texture": "#texture"}
}
},
{
"name": "canister",
"from": [2, 8, 12],
"to": [10, 11, 15],
"faces": {
"north": {"uv": [0, 0, 4, 3], "texture": "#missing"},
"east": {"uv": [0, 0, 1.5, 3], "texture": "#missing"},
"south": {"uv": [14, 4.5, 16, 6], "texture": "#texture"},
"west": {"uv": [13.25, 4.5, 14, 6], "texture": "#texture"},
"up": {"uv": [14, 4.5, 16, 6], "texture": "#texture"},
"down": {"uv": [0, 0, 4, 3], "texture": "#missing"}
}
},
{
"name": "tube",
"from": [1, 13, 12],
"to": [2, 14, 14],
"faces": {
"north": {"uv": [0, 0, 0.5, 1], "texture": "#missing"},
"east": {"uv": [0, 0, 1, 1], "texture": "#missing"},
"south": {"uv": [14.5, 11.5, 15, 12.5], "texture": "#texture"},
"west": {"uv": [14.5, 10.5, 15, 12.5], "rotation": 270, "texture": "#texture"},
"up": {"uv": [14.5, 10.5, 15, 12.5], "texture": "#texture"},
"down": {"uv": [14.5, 10.5, 15, 12.5], "rotation": 180, "texture": "#texture"}
}
},
{
"name": "tube",
"from": [1, 9, 12],
"to": [2, 10, 14],
"faces": {
"north": {"uv": [0, 0, 0.5, 1], "texture": "#missing"},
"east": {"uv": [0, 0, 1, 1], "texture": "#missing"},
"south": {"uv": [14.5, 11.5, 15, 12.5], "texture": "#texture"},
"west": {"uv": [14.5, 10.5, 15, 12.5], "rotation": 270, "texture": "#texture"},
"up": {"uv": [14.5, 10.5, 15, 12.5], "texture": "#texture"},
"down": {"uv": [14.5, 10.5, 15, 12.5], "rotation": 180, "texture": "#texture"}
}
},
{
"name": "frame",
"from": [0, 8, 15],
"to": [0, 16, 16],
"faces": {
"north": {"uv": [0, 0, 0, 8], "texture": "#missing"},
"east": {"uv": [15.75, 0, 16, 4], "texture": "#texture"},
"south": {"uv": [0, 0, 0, 8], "texture": "#missing"},
"west": {"uv": [15.75, 0, 16, 4], "texture": "#texture"},
"up": {"uv": [0, 0, 0, 1], "texture": "#missing"},
"down": {"uv": [0, 0, 0, 1], "texture": "#missing"}
}
},
{
"name": "frame",
"from": [0, 8, 16],
"to": [1, 16, 16],
"faces": {
"north": {"uv": [15.75, 0, 16, 4], "texture": "#texture"},
"east": {"uv": [0, 0, 0, 8], "texture": "#missing"},
"south": {"uv": [15.75, 0, 16, 4], "texture": "#texture"},
"west": {"uv": [0, 0, 0, 8], "texture": "#missing"},
"up": {"uv": [0, 0, 0.5, 0], "texture": "#missing"},
"down": {"uv": [0, 0, 0.5, 0], "texture": "#missing"}
}
},
{
"name": "rame",
"from": [0, 11, 12],
"to": [0, 12, 15],
"faces": {
"north": {"uv": [0, 0, 0, 1], "texture": "#missing"},
"east": {"uv": [15.75, 0.5, 16, 2], "texture": "#texture"},
"south": {"uv": [0, 0, 0, 1], "texture": "#missing"},
"west": {"uv": [15.75, 0.5, 16, 2], "texture": "#texture"},
"up": {"uv": [0, 0, 0, 3], "texture": "#missing"},
"down": {"uv": [0, 0, 0, 3], "texture": "#missing"}
}
},
{
"name": "frame",
"from": [0, 15, 12],
"to": [0, 16, 15],
"faces": {
"north": {"uv": [0, 0, 0, 1], "texture": "#missing"},
"east": {"uv": [15.75, 0.5, 16, 2], "texture": "#texture"},
"south": {"uv": [0, 0, 0, 1], "texture": "#missing"},
"west": {"uv": [15.75, 0.5, 16, 1.5], "texture": "#texture"},
"up": {"uv": [0, 0, 0, 3], "texture": "#missing"},
"down": {"uv": [0, 0, 0, 3], "texture": "#missing"}
}
},
{
"name": "frame",
"from": [1, 11, 16],
"to": [10, 12, 16],
"faces": {
"north": {"uv": [15.75, 0.5, 16, 2], "texture": "#texture"},
"east": {"uv": [0, 0, 0, 1], "texture": "#missing"},
"south": {"uv": [15.75, 0.5, 16, 2], "texture": "#texture"},
"west": {"uv": [0, 0, 0, 1], "texture": "#missing"},
"up": {"uv": [0, 0, 4.5, 0], "texture": "#missing"},
"down": {"uv": [0, 0, 4.5, 0], "texture": "#missing"}
}
},
{
"name": "frame",
"from": [1, 15, 16],
"to": [10, 16, 16],
"faces": {
"north": {"uv": [15.75, 0.5, 16, 2], "texture": "#texture"},
"east": {"uv": [0, 0, 0, 1], "texture": "#missing"},
"south": {"uv": [15.75, 0.5, 16, 2], "texture": "#texture"},
"west": {"uv": [0, 0, 0, 1], "texture": "#missing"},
"up": {"uv": [0, 0, 4.5, 0], "texture": "#missing"},
"down": {"uv": [0, 0, 4.5, 0], "texture": "#missing"}
}
}
]
}

View File

@ -2,9 +2,9 @@
"parent": "block/block",
"texture_size": [32, 16],
"textures": {
"particle": "overdrive_that_matters:block/matter_bottler_offline",
"particle": "overdrive_that_matters:block/matter_bottler",
"battery_texture": "overdrive_that_matters:block/matterybank_core",
"texture": "overdrive_that_matters:block/matter_bottler_offline"
"texture": "overdrive_that_matters:block/matter_bottler"
},
"elements": [
{
@ -175,7 +175,7 @@
"to": [14.8, 15.49895, 2.49163],
"rotation": {"angle": 22.5, "axis": "x", "origin": [13, 15.49895, -0.00837]},
"faces": {
"north": {"uv": [14.5, 0, 15.5, 2], "texture": "#texture"},
"north": {"uv": [13.5, 0, 14.5, 2], "texture": "#texture"},
"east": {"uv": [14.5, 2, 15.5, 2.5], "rotation": 90, "texture": "#texture"},
"south": {"uv": [14.5, 2.5, 15.5, 4.5], "texture": "#texture"},
"west": {"uv": [14.5, 2, 15.5, 2.5], "rotation": 90, "texture": "#texture"},

View File

@ -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"}
}
}
]
}

View File

@ -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"}
}
}
]
}

View File

@ -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"},

View File

@ -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_halted",
"particle": "overdrive_that_matters:block/matter_scanner_halted"
}
"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": [12, 1 , 14, 2], "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]
}
]
}

View File

@ -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": [12, 0, 14, 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]
}
]
}

View File

@ -0,0 +1,3 @@
{
"parent": "overdrive_that_matters:block/drive_rack"
}

View File

@ -0,0 +1,3 @@
{
"parent": "overdrive_that_matters:block/energy_counter_down"
}

View File

@ -0,0 +1,3 @@
{
"parent": "overdrive_that_matters:block/item_monitor"
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 381 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 517 B

After

Width:  |  Height:  |  Size: 542 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 501 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 504 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 374 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 520 B

After

Width:  |  Height:  |  Size: 536 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 504 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 465 B

After

Width:  |  Height:  |  Size: 486 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 456 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 462 B

After

Width:  |  Height:  |  Size: 504 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 461 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 452 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 991 B