-New drive rack model.
-New energy counter model. -New item monitor model.
This commit is contained in:
parent
6f7ab85692
commit
08ce52906a
@ -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
|
||||
}
|
||||
}
|
||||
}
|
@ -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
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
@ -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
|
||||
}
|
||||
}
|
||||
}
|
@ -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"}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
@ -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"}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
@ -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"}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
@ -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"}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
@ -0,0 +1,3 @@
|
||||
{
|
||||
"parent": "overdrive_that_matters:block/drive_rack"
|
||||
}
|
@ -0,0 +1,3 @@
|
||||
{
|
||||
"parent": "overdrive_that_matters:block/energy_counter_down"
|
||||
}
|
@ -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.
After Width: | Height: | Size: 504 B |
Binary file not shown.
After Width: | Height: | Size: 374 B |
Loading…
Reference in New Issue
Block a user