Add battery models which are no longer datagened
This commit is contained in:
parent
fd9b74cebe
commit
ad2ab7e10a
@ -23,7 +23,7 @@
|
||||
"from": [11, 2, 1],
|
||||
"to": [13, 7, 1],
|
||||
"faces": {
|
||||
"north": {"uv": [1.5, 3, 2.5, 8], "texture": "#1", "emissivity": 15},
|
||||
"north": {"uv": [1.5, 3, 2.5, 8], "texture": "#1", "forge_data": {"block_light": 15}},
|
||||
"east": {"uv": [0, 0, 0, 5], "texture": "#missing"},
|
||||
"south": {"uv": [0, 0, 1, 5], "texture": "#missing"},
|
||||
"west": {"uv": [0, 0, 0, 5], "texture": "#missing"},
|
||||
|
@ -0,0 +1,153 @@
|
||||
{
|
||||
"elements": [
|
||||
{
|
||||
"faces": {
|
||||
"down": {
|
||||
"rotation": 270,
|
||||
"texture": "#1",
|
||||
"uv": [
|
||||
8.0,
|
||||
7.0,
|
||||
11.0,
|
||||
9.0
|
||||
]
|
||||
},
|
||||
"east": {
|
||||
"rotation": 180,
|
||||
"texture": "#1",
|
||||
"uv": [
|
||||
8.0,
|
||||
7.0,
|
||||
11.0,
|
||||
2.0
|
||||
]
|
||||
},
|
||||
"north": {
|
||||
"texture": "#1",
|
||||
"uv": [
|
||||
12.0,
|
||||
2.0,
|
||||
13.0,
|
||||
7.0
|
||||
]
|
||||
},
|
||||
"south": {
|
||||
"texture": "#1",
|
||||
"uv": [
|
||||
11.0,
|
||||
2.0,
|
||||
12.0,
|
||||
7.0
|
||||
]
|
||||
},
|
||||
"up": {
|
||||
"rotation": 90,
|
||||
"texture": "#1",
|
||||
"uv": [
|
||||
8.0,
|
||||
0.0,
|
||||
11.0,
|
||||
2.0
|
||||
]
|
||||
},
|
||||
"west": {
|
||||
"texture": "#1",
|
||||
"uv": [
|
||||
8.0,
|
||||
2.0,
|
||||
11.0,
|
||||
7.0
|
||||
]
|
||||
}
|
||||
},
|
||||
"from": [
|
||||
7,
|
||||
2,
|
||||
1
|
||||
],
|
||||
"to": [
|
||||
9,
|
||||
7,
|
||||
7
|
||||
]
|
||||
},
|
||||
{
|
||||
"faces": {
|
||||
"down": {
|
||||
"texture": "#missing",
|
||||
"uv": [
|
||||
0.0,
|
||||
0.0,
|
||||
1.0,
|
||||
0.0
|
||||
]
|
||||
},
|
||||
"east": {
|
||||
"texture": "#missing",
|
||||
"uv": [
|
||||
0.0,
|
||||
0.0,
|
||||
0.0,
|
||||
5.0
|
||||
]
|
||||
},
|
||||
"north": {
|
||||
"forge_data": {
|
||||
"block_light": 15
|
||||
},
|
||||
"texture": "#1",
|
||||
"uv": [
|
||||
1.5,
|
||||
3.0,
|
||||
2.5,
|
||||
8.0
|
||||
]
|
||||
},
|
||||
"south": {
|
||||
"texture": "#missing",
|
||||
"uv": [
|
||||
0.0,
|
||||
0.0,
|
||||
1.0,
|
||||
5.0
|
||||
]
|
||||
},
|
||||
"up": {
|
||||
"texture": "#missing",
|
||||
"uv": [
|
||||
0.0,
|
||||
0.0,
|
||||
1.0,
|
||||
0.0
|
||||
]
|
||||
},
|
||||
"west": {
|
||||
"texture": "#missing",
|
||||
"uv": [
|
||||
0.0,
|
||||
0.0,
|
||||
0.0,
|
||||
5.0
|
||||
]
|
||||
}
|
||||
},
|
||||
"from": [
|
||||
7,
|
||||
2,
|
||||
1
|
||||
],
|
||||
"to": [
|
||||
9,
|
||||
7,
|
||||
1
|
||||
]
|
||||
}
|
||||
],
|
||||
"texture_size": [
|
||||
32.0,
|
||||
16.0
|
||||
],
|
||||
"textures": {
|
||||
"1": "overdrive_that_matters:block/batterybank_core"
|
||||
}
|
||||
}
|
@ -0,0 +1,153 @@
|
||||
{
|
||||
"elements": [
|
||||
{
|
||||
"faces": {
|
||||
"down": {
|
||||
"rotation": 90,
|
||||
"texture": "#1",
|
||||
"uv": [
|
||||
8.0,
|
||||
7.0,
|
||||
11.0,
|
||||
9.0
|
||||
]
|
||||
},
|
||||
"east": {
|
||||
"texture": "#1",
|
||||
"uv": [
|
||||
8.0,
|
||||
2.0,
|
||||
11.0,
|
||||
7.0
|
||||
]
|
||||
},
|
||||
"north": {
|
||||
"texture": "#1",
|
||||
"uv": [
|
||||
11.0,
|
||||
2.0,
|
||||
12.0,
|
||||
7.0
|
||||
]
|
||||
},
|
||||
"south": {
|
||||
"texture": "#1",
|
||||
"uv": [
|
||||
12.0,
|
||||
2.0,
|
||||
13.0,
|
||||
7.0
|
||||
]
|
||||
},
|
||||
"up": {
|
||||
"rotation": 270,
|
||||
"texture": "#1",
|
||||
"uv": [
|
||||
8.0,
|
||||
0.0,
|
||||
11.0,
|
||||
2.0
|
||||
]
|
||||
},
|
||||
"west": {
|
||||
"rotation": 180,
|
||||
"texture": "#1",
|
||||
"uv": [
|
||||
8.0,
|
||||
7.0,
|
||||
11.0,
|
||||
2.0
|
||||
]
|
||||
}
|
||||
},
|
||||
"from": [
|
||||
7,
|
||||
8,
|
||||
9
|
||||
],
|
||||
"to": [
|
||||
9,
|
||||
13,
|
||||
15
|
||||
]
|
||||
},
|
||||
{
|
||||
"faces": {
|
||||
"down": {
|
||||
"texture": "#missing",
|
||||
"uv": [
|
||||
0.0,
|
||||
0.0,
|
||||
1.0,
|
||||
0.0
|
||||
]
|
||||
},
|
||||
"east": {
|
||||
"texture": "#missing",
|
||||
"uv": [
|
||||
0.0,
|
||||
0.0,
|
||||
0.0,
|
||||
5.0
|
||||
]
|
||||
},
|
||||
"north": {
|
||||
"texture": "#missing",
|
||||
"uv": [
|
||||
0.0,
|
||||
0.0,
|
||||
1.0,
|
||||
5.0
|
||||
]
|
||||
},
|
||||
"south": {
|
||||
"forge_data": {
|
||||
"block_light": 15
|
||||
},
|
||||
"texture": "#1",
|
||||
"uv": [
|
||||
2.0,
|
||||
3.0,
|
||||
3.0,
|
||||
8.0
|
||||
]
|
||||
},
|
||||
"up": {
|
||||
"texture": "#missing",
|
||||
"uv": [
|
||||
0.0,
|
||||
0.0,
|
||||
1.0,
|
||||
0.0
|
||||
]
|
||||
},
|
||||
"west": {
|
||||
"texture": "#missing",
|
||||
"uv": [
|
||||
0.0,
|
||||
0.0,
|
||||
0.0,
|
||||
5.0
|
||||
]
|
||||
}
|
||||
},
|
||||
"from": [
|
||||
7,
|
||||
8,
|
||||
15
|
||||
],
|
||||
"to": [
|
||||
9,
|
||||
13,
|
||||
15
|
||||
]
|
||||
}
|
||||
],
|
||||
"texture_size": [
|
||||
32.0,
|
||||
16.0
|
||||
],
|
||||
"textures": {
|
||||
"1": "overdrive_that_matters:block/batterybank_core"
|
||||
}
|
||||
}
|
@ -0,0 +1,153 @@
|
||||
{
|
||||
"elements": [
|
||||
{
|
||||
"faces": {
|
||||
"down": {
|
||||
"rotation": 90,
|
||||
"texture": "#1",
|
||||
"uv": [
|
||||
8.0,
|
||||
7.0,
|
||||
11.0,
|
||||
9.0
|
||||
]
|
||||
},
|
||||
"east": {
|
||||
"texture": "#1",
|
||||
"uv": [
|
||||
8.0,
|
||||
2.0,
|
||||
11.0,
|
||||
7.0
|
||||
]
|
||||
},
|
||||
"north": {
|
||||
"texture": "#1",
|
||||
"uv": [
|
||||
11.0,
|
||||
2.0,
|
||||
12.0,
|
||||
7.0
|
||||
]
|
||||
},
|
||||
"south": {
|
||||
"texture": "#1",
|
||||
"uv": [
|
||||
12.0,
|
||||
2.0,
|
||||
13.0,
|
||||
7.0
|
||||
]
|
||||
},
|
||||
"up": {
|
||||
"rotation": 270,
|
||||
"texture": "#1",
|
||||
"uv": [
|
||||
8.0,
|
||||
0.0,
|
||||
11.0,
|
||||
2.0
|
||||
]
|
||||
},
|
||||
"west": {
|
||||
"rotation": 180,
|
||||
"texture": "#1",
|
||||
"uv": [
|
||||
8.0,
|
||||
7.0,
|
||||
11.0,
|
||||
2.0
|
||||
]
|
||||
}
|
||||
},
|
||||
"from": [
|
||||
11,
|
||||
8,
|
||||
9
|
||||
],
|
||||
"to": [
|
||||
13,
|
||||
13,
|
||||
15
|
||||
]
|
||||
},
|
||||
{
|
||||
"faces": {
|
||||
"down": {
|
||||
"texture": "#missing",
|
||||
"uv": [
|
||||
0.0,
|
||||
0.0,
|
||||
1.0,
|
||||
0.0
|
||||
]
|
||||
},
|
||||
"east": {
|
||||
"texture": "#missing",
|
||||
"uv": [
|
||||
0.0,
|
||||
0.0,
|
||||
0.0,
|
||||
5.0
|
||||
]
|
||||
},
|
||||
"north": {
|
||||
"texture": "#missing",
|
||||
"uv": [
|
||||
0.0,
|
||||
0.0,
|
||||
1.0,
|
||||
5.0
|
||||
]
|
||||
},
|
||||
"south": {
|
||||
"forge_data": {
|
||||
"block_light": 15
|
||||
},
|
||||
"texture": "#1",
|
||||
"uv": [
|
||||
2.0,
|
||||
3.0,
|
||||
3.0,
|
||||
8.0
|
||||
]
|
||||
},
|
||||
"up": {
|
||||
"texture": "#missing",
|
||||
"uv": [
|
||||
0.0,
|
||||
0.0,
|
||||
1.0,
|
||||
0.0
|
||||
]
|
||||
},
|
||||
"west": {
|
||||
"texture": "#missing",
|
||||
"uv": [
|
||||
0.0,
|
||||
0.0,
|
||||
0.0,
|
||||
5.0
|
||||
]
|
||||
}
|
||||
},
|
||||
"from": [
|
||||
11,
|
||||
8,
|
||||
15
|
||||
],
|
||||
"to": [
|
||||
13,
|
||||
13,
|
||||
15
|
||||
]
|
||||
}
|
||||
],
|
||||
"texture_size": [
|
||||
32.0,
|
||||
16.0
|
||||
],
|
||||
"textures": {
|
||||
"1": "overdrive_that_matters:block/batterybank_core"
|
||||
}
|
||||
}
|
@ -0,0 +1,153 @@
|
||||
{
|
||||
"elements": [
|
||||
{
|
||||
"faces": {
|
||||
"down": {
|
||||
"rotation": 270,
|
||||
"texture": "#1",
|
||||
"uv": [
|
||||
8.0,
|
||||
7.0,
|
||||
11.0,
|
||||
9.0
|
||||
]
|
||||
},
|
||||
"east": {
|
||||
"rotation": 180,
|
||||
"texture": "#1",
|
||||
"uv": [
|
||||
8.0,
|
||||
7.0,
|
||||
11.0,
|
||||
2.0
|
||||
]
|
||||
},
|
||||
"north": {
|
||||
"texture": "#1",
|
||||
"uv": [
|
||||
12.0,
|
||||
2.0,
|
||||
13.0,
|
||||
7.0
|
||||
]
|
||||
},
|
||||
"south": {
|
||||
"texture": "#1",
|
||||
"uv": [
|
||||
11.0,
|
||||
2.0,
|
||||
12.0,
|
||||
7.0
|
||||
]
|
||||
},
|
||||
"up": {
|
||||
"rotation": 90,
|
||||
"texture": "#1",
|
||||
"uv": [
|
||||
8.0,
|
||||
0.0,
|
||||
11.0,
|
||||
2.0
|
||||
]
|
||||
},
|
||||
"west": {
|
||||
"texture": "#1",
|
||||
"uv": [
|
||||
8.0,
|
||||
2.0,
|
||||
11.0,
|
||||
7.0
|
||||
]
|
||||
}
|
||||
},
|
||||
"from": [
|
||||
3,
|
||||
2,
|
||||
1
|
||||
],
|
||||
"to": [
|
||||
5,
|
||||
7,
|
||||
7
|
||||
]
|
||||
},
|
||||
{
|
||||
"faces": {
|
||||
"down": {
|
||||
"texture": "#missing",
|
||||
"uv": [
|
||||
0.0,
|
||||
0.0,
|
||||
1.0,
|
||||
0.0
|
||||
]
|
||||
},
|
||||
"east": {
|
||||
"texture": "#missing",
|
||||
"uv": [
|
||||
0.0,
|
||||
0.0,
|
||||
0.0,
|
||||
5.0
|
||||
]
|
||||
},
|
||||
"north": {
|
||||
"forge_data": {
|
||||
"block_light": 15
|
||||
},
|
||||
"texture": "#1",
|
||||
"uv": [
|
||||
1.5,
|
||||
3.0,
|
||||
2.5,
|
||||
8.0
|
||||
]
|
||||
},
|
||||
"south": {
|
||||
"texture": "#missing",
|
||||
"uv": [
|
||||
0.0,
|
||||
0.0,
|
||||
1.0,
|
||||
5.0
|
||||
]
|
||||
},
|
||||
"up": {
|
||||
"texture": "#missing",
|
||||
"uv": [
|
||||
0.0,
|
||||
0.0,
|
||||
1.0,
|
||||
0.0
|
||||
]
|
||||
},
|
||||
"west": {
|
||||
"texture": "#missing",
|
||||
"uv": [
|
||||
0.0,
|
||||
0.0,
|
||||
0.0,
|
||||
5.0
|
||||
]
|
||||
}
|
||||
},
|
||||
"from": [
|
||||
3,
|
||||
2,
|
||||
1
|
||||
],
|
||||
"to": [
|
||||
5,
|
||||
7,
|
||||
1
|
||||
]
|
||||
}
|
||||
],
|
||||
"texture_size": [
|
||||
32.0,
|
||||
16.0
|
||||
],
|
||||
"textures": {
|
||||
"1": "overdrive_that_matters:block/batterybank_core"
|
||||
}
|
||||
}
|
@ -0,0 +1,153 @@
|
||||
{
|
||||
"elements": [
|
||||
{
|
||||
"faces": {
|
||||
"down": {
|
||||
"rotation": 270,
|
||||
"texture": "#1",
|
||||
"uv": [
|
||||
8.0,
|
||||
7.0,
|
||||
11.0,
|
||||
9.0
|
||||
]
|
||||
},
|
||||
"east": {
|
||||
"rotation": 180,
|
||||
"texture": "#1",
|
||||
"uv": [
|
||||
8.0,
|
||||
7.0,
|
||||
11.0,
|
||||
2.0
|
||||
]
|
||||
},
|
||||
"north": {
|
||||
"texture": "#1",
|
||||
"uv": [
|
||||
12.0,
|
||||
2.0,
|
||||
13.0,
|
||||
7.0
|
||||
]
|
||||
},
|
||||
"south": {
|
||||
"texture": "#1",
|
||||
"uv": [
|
||||
11.0,
|
||||
2.0,
|
||||
12.0,
|
||||
7.0
|
||||
]
|
||||
},
|
||||
"up": {
|
||||
"rotation": 90,
|
||||
"texture": "#1",
|
||||
"uv": [
|
||||
8.0,
|
||||
0.0,
|
||||
11.0,
|
||||
2.0
|
||||
]
|
||||
},
|
||||
"west": {
|
||||
"texture": "#1",
|
||||
"uv": [
|
||||
8.0,
|
||||
2.0,
|
||||
11.0,
|
||||
7.0
|
||||
]
|
||||
}
|
||||
},
|
||||
"from": [
|
||||
11,
|
||||
8,
|
||||
1
|
||||
],
|
||||
"to": [
|
||||
13,
|
||||
13,
|
||||
7
|
||||
]
|
||||
},
|
||||
{
|
||||
"faces": {
|
||||
"down": {
|
||||
"texture": "#missing",
|
||||
"uv": [
|
||||
0.0,
|
||||
0.0,
|
||||
1.0,
|
||||
0.0
|
||||
]
|
||||
},
|
||||
"east": {
|
||||
"texture": "#missing",
|
||||
"uv": [
|
||||
0.0,
|
||||
0.0,
|
||||
0.0,
|
||||
5.0
|
||||
]
|
||||
},
|
||||
"north": {
|
||||
"forge_data": {
|
||||
"block_light": 15
|
||||
},
|
||||
"texture": "#1",
|
||||
"uv": [
|
||||
1.5,
|
||||
3.0,
|
||||
2.5,
|
||||
8.0
|
||||
]
|
||||
},
|
||||
"south": {
|
||||
"texture": "#missing",
|
||||
"uv": [
|
||||
0.0,
|
||||
0.0,
|
||||
1.0,
|
||||
5.0
|
||||
]
|
||||
},
|
||||
"up": {
|
||||
"texture": "#missing",
|
||||
"uv": [
|
||||
0.0,
|
||||
0.0,
|
||||
1.0,
|
||||
0.0
|
||||
]
|
||||
},
|
||||
"west": {
|
||||
"texture": "#missing",
|
||||
"uv": [
|
||||
0.0,
|
||||
0.0,
|
||||
0.0,
|
||||
5.0
|
||||
]
|
||||
}
|
||||
},
|
||||
"from": [
|
||||
11,
|
||||
8,
|
||||
1
|
||||
],
|
||||
"to": [
|
||||
13,
|
||||
13,
|
||||
1
|
||||
]
|
||||
}
|
||||
],
|
||||
"texture_size": [
|
||||
32.0,
|
||||
16.0
|
||||
],
|
||||
"textures": {
|
||||
"1": "overdrive_that_matters:block/batterybank_core"
|
||||
}
|
||||
}
|
@ -0,0 +1,153 @@
|
||||
{
|
||||
"elements": [
|
||||
{
|
||||
"faces": {
|
||||
"down": {
|
||||
"rotation": 270,
|
||||
"texture": "#1",
|
||||
"uv": [
|
||||
8.0,
|
||||
7.0,
|
||||
11.0,
|
||||
9.0
|
||||
]
|
||||
},
|
||||
"east": {
|
||||
"rotation": 180,
|
||||
"texture": "#1",
|
||||
"uv": [
|
||||
8.0,
|
||||
7.0,
|
||||
11.0,
|
||||
2.0
|
||||
]
|
||||
},
|
||||
"north": {
|
||||
"texture": "#1",
|
||||
"uv": [
|
||||
12.0,
|
||||
2.0,
|
||||
13.0,
|
||||
7.0
|
||||
]
|
||||
},
|
||||
"south": {
|
||||
"texture": "#1",
|
||||
"uv": [
|
||||
11.0,
|
||||
2.0,
|
||||
12.0,
|
||||
7.0
|
||||
]
|
||||
},
|
||||
"up": {
|
||||
"rotation": 90,
|
||||
"texture": "#1",
|
||||
"uv": [
|
||||
8.0,
|
||||
0.0,
|
||||
11.0,
|
||||
2.0
|
||||
]
|
||||
},
|
||||
"west": {
|
||||
"texture": "#1",
|
||||
"uv": [
|
||||
8.0,
|
||||
2.0,
|
||||
11.0,
|
||||
7.0
|
||||
]
|
||||
}
|
||||
},
|
||||
"from": [
|
||||
7,
|
||||
8,
|
||||
1
|
||||
],
|
||||
"to": [
|
||||
9,
|
||||
13,
|
||||
7
|
||||
]
|
||||
},
|
||||
{
|
||||
"faces": {
|
||||
"down": {
|
||||
"texture": "#missing",
|
||||
"uv": [
|
||||
0.0,
|
||||
0.0,
|
||||
1.0,
|
||||
0.0
|
||||
]
|
||||
},
|
||||
"east": {
|
||||
"texture": "#missing",
|
||||
"uv": [
|
||||
0.0,
|
||||
0.0,
|
||||
0.0,
|
||||
5.0
|
||||
]
|
||||
},
|
||||
"north": {
|
||||
"forge_data": {
|
||||
"block_light": 15
|
||||
},
|
||||
"texture": "#1",
|
||||
"uv": [
|
||||
1.5,
|
||||
3.0,
|
||||
2.5,
|
||||
8.0
|
||||
]
|
||||
},
|
||||
"south": {
|
||||
"texture": "#missing",
|
||||
"uv": [
|
||||
0.0,
|
||||
0.0,
|
||||
1.0,
|
||||
5.0
|
||||
]
|
||||
},
|
||||
"up": {
|
||||
"texture": "#missing",
|
||||
"uv": [
|
||||
0.0,
|
||||
0.0,
|
||||
1.0,
|
||||
0.0
|
||||
]
|
||||
},
|
||||
"west": {
|
||||
"texture": "#missing",
|
||||
"uv": [
|
||||
0.0,
|
||||
0.0,
|
||||
0.0,
|
||||
5.0
|
||||
]
|
||||
}
|
||||
},
|
||||
"from": [
|
||||
7,
|
||||
8,
|
||||
1
|
||||
],
|
||||
"to": [
|
||||
9,
|
||||
13,
|
||||
1
|
||||
]
|
||||
}
|
||||
],
|
||||
"texture_size": [
|
||||
32.0,
|
||||
16.0
|
||||
],
|
||||
"textures": {
|
||||
"1": "overdrive_that_matters:block/batterybank_core"
|
||||
}
|
||||
}
|
@ -0,0 +1,153 @@
|
||||
{
|
||||
"elements": [
|
||||
{
|
||||
"faces": {
|
||||
"down": {
|
||||
"rotation": 270,
|
||||
"texture": "#1",
|
||||
"uv": [
|
||||
8.0,
|
||||
7.0,
|
||||
11.0,
|
||||
9.0
|
||||
]
|
||||
},
|
||||
"east": {
|
||||
"rotation": 180,
|
||||
"texture": "#1",
|
||||
"uv": [
|
||||
8.0,
|
||||
7.0,
|
||||
11.0,
|
||||
2.0
|
||||
]
|
||||
},
|
||||
"north": {
|
||||
"texture": "#1",
|
||||
"uv": [
|
||||
12.0,
|
||||
2.0,
|
||||
13.0,
|
||||
7.0
|
||||
]
|
||||
},
|
||||
"south": {
|
||||
"texture": "#1",
|
||||
"uv": [
|
||||
11.0,
|
||||
2.0,
|
||||
12.0,
|
||||
7.0
|
||||
]
|
||||
},
|
||||
"up": {
|
||||
"rotation": 90,
|
||||
"texture": "#1",
|
||||
"uv": [
|
||||
8.0,
|
||||
0.0,
|
||||
11.0,
|
||||
2.0
|
||||
]
|
||||
},
|
||||
"west": {
|
||||
"texture": "#1",
|
||||
"uv": [
|
||||
8.0,
|
||||
2.0,
|
||||
11.0,
|
||||
7.0
|
||||
]
|
||||
}
|
||||
},
|
||||
"from": [
|
||||
3,
|
||||
8,
|
||||
1
|
||||
],
|
||||
"to": [
|
||||
5,
|
||||
13,
|
||||
7
|
||||
]
|
||||
},
|
||||
{
|
||||
"faces": {
|
||||
"down": {
|
||||
"texture": "#missing",
|
||||
"uv": [
|
||||
0.0,
|
||||
0.0,
|
||||
1.0,
|
||||
0.0
|
||||
]
|
||||
},
|
||||
"east": {
|
||||
"texture": "#missing",
|
||||
"uv": [
|
||||
0.0,
|
||||
0.0,
|
||||
0.0,
|
||||
5.0
|
||||
]
|
||||
},
|
||||
"north": {
|
||||
"forge_data": {
|
||||
"block_light": 15
|
||||
},
|
||||
"texture": "#1",
|
||||
"uv": [
|
||||
1.5,
|
||||
3.0,
|
||||
2.5,
|
||||
8.0
|
||||
]
|
||||
},
|
||||
"south": {
|
||||
"texture": "#missing",
|
||||
"uv": [
|
||||
0.0,
|
||||
0.0,
|
||||
1.0,
|
||||
5.0
|
||||
]
|
||||
},
|
||||
"up": {
|
||||
"texture": "#missing",
|
||||
"uv": [
|
||||
0.0,
|
||||
0.0,
|
||||
1.0,
|
||||
0.0
|
||||
]
|
||||
},
|
||||
"west": {
|
||||
"texture": "#missing",
|
||||
"uv": [
|
||||
0.0,
|
||||
0.0,
|
||||
0.0,
|
||||
5.0
|
||||
]
|
||||
}
|
||||
},
|
||||
"from": [
|
||||
3,
|
||||
8,
|
||||
1
|
||||
],
|
||||
"to": [
|
||||
5,
|
||||
13,
|
||||
1
|
||||
]
|
||||
}
|
||||
],
|
||||
"texture_size": [
|
||||
32.0,
|
||||
16.0
|
||||
],
|
||||
"textures": {
|
||||
"1": "overdrive_that_matters:block/batterybank_core"
|
||||
}
|
||||
}
|
@ -26,7 +26,7 @@
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 1, 5], "texture": "#missing"},
|
||||
"east": {"uv": [0, 0, 0, 5], "texture": "#missing"},
|
||||
"south": {"uv": [2, 3, 3, 8], "texture": "#1", "emissivity": 15},
|
||||
"south": {"uv": [2, 3, 3, 8], "texture": "#1", "forge_data": {"block_light": 15}},
|
||||
"west": {"uv": [0, 0, 0, 5], "texture": "#missing"},
|
||||
"up": {"uv": [0, 0, 1, 0], "texture": "#missing"},
|
||||
"down": {"uv": [0, 0, 1, 0], "texture": "#missing"}
|
||||
|
@ -0,0 +1,153 @@
|
||||
{
|
||||
"elements": [
|
||||
{
|
||||
"faces": {
|
||||
"down": {
|
||||
"rotation": 90,
|
||||
"texture": "#1",
|
||||
"uv": [
|
||||
8.0,
|
||||
7.0,
|
||||
11.0,
|
||||
9.0
|
||||
]
|
||||
},
|
||||
"east": {
|
||||
"texture": "#1",
|
||||
"uv": [
|
||||
8.0,
|
||||
2.0,
|
||||
11.0,
|
||||
7.0
|
||||
]
|
||||
},
|
||||
"north": {
|
||||
"texture": "#1",
|
||||
"uv": [
|
||||
11.0,
|
||||
2.0,
|
||||
12.0,
|
||||
7.0
|
||||
]
|
||||
},
|
||||
"south": {
|
||||
"texture": "#1",
|
||||
"uv": [
|
||||
12.0,
|
||||
2.0,
|
||||
13.0,
|
||||
7.0
|
||||
]
|
||||
},
|
||||
"up": {
|
||||
"rotation": 270,
|
||||
"texture": "#1",
|
||||
"uv": [
|
||||
8.0,
|
||||
0.0,
|
||||
11.0,
|
||||
2.0
|
||||
]
|
||||
},
|
||||
"west": {
|
||||
"rotation": 180,
|
||||
"texture": "#1",
|
||||
"uv": [
|
||||
8.0,
|
||||
7.0,
|
||||
11.0,
|
||||
2.0
|
||||
]
|
||||
}
|
||||
},
|
||||
"from": [
|
||||
7,
|
||||
2,
|
||||
9
|
||||
],
|
||||
"to": [
|
||||
9,
|
||||
7,
|
||||
15
|
||||
]
|
||||
},
|
||||
{
|
||||
"faces": {
|
||||
"down": {
|
||||
"texture": "#missing",
|
||||
"uv": [
|
||||
0.0,
|
||||
0.0,
|
||||
1.0,
|
||||
0.0
|
||||
]
|
||||
},
|
||||
"east": {
|
||||
"texture": "#missing",
|
||||
"uv": [
|
||||
0.0,
|
||||
0.0,
|
||||
0.0,
|
||||
5.0
|
||||
]
|
||||
},
|
||||
"north": {
|
||||
"texture": "#missing",
|
||||
"uv": [
|
||||
0.0,
|
||||
0.0,
|
||||
1.0,
|
||||
5.0
|
||||
]
|
||||
},
|
||||
"south": {
|
||||
"forge_data": {
|
||||
"block_light": 15
|
||||
},
|
||||
"texture": "#1",
|
||||
"uv": [
|
||||
2.0,
|
||||
3.0,
|
||||
3.0,
|
||||
8.0
|
||||
]
|
||||
},
|
||||
"up": {
|
||||
"texture": "#missing",
|
||||
"uv": [
|
||||
0.0,
|
||||
0.0,
|
||||
1.0,
|
||||
0.0
|
||||
]
|
||||
},
|
||||
"west": {
|
||||
"texture": "#missing",
|
||||
"uv": [
|
||||
0.0,
|
||||
0.0,
|
||||
0.0,
|
||||
5.0
|
||||
]
|
||||
}
|
||||
},
|
||||
"from": [
|
||||
7,
|
||||
2,
|
||||
15
|
||||
],
|
||||
"to": [
|
||||
9,
|
||||
7,
|
||||
15
|
||||
]
|
||||
}
|
||||
],
|
||||
"texture_size": [
|
||||
32.0,
|
||||
16.0
|
||||
],
|
||||
"textures": {
|
||||
"1": "overdrive_that_matters:block/batterybank_core"
|
||||
}
|
||||
}
|
@ -0,0 +1,153 @@
|
||||
{
|
||||
"elements": [
|
||||
{
|
||||
"faces": {
|
||||
"down": {
|
||||
"rotation": 90,
|
||||
"texture": "#1",
|
||||
"uv": [
|
||||
8.0,
|
||||
7.0,
|
||||
11.0,
|
||||
9.0
|
||||
]
|
||||
},
|
||||
"east": {
|
||||
"texture": "#1",
|
||||
"uv": [
|
||||
8.0,
|
||||
2.0,
|
||||
11.0,
|
||||
7.0
|
||||
]
|
||||
},
|
||||
"north": {
|
||||
"texture": "#1",
|
||||
"uv": [
|
||||
11.0,
|
||||
2.0,
|
||||
12.0,
|
||||
7.0
|
||||
]
|
||||
},
|
||||
"south": {
|
||||
"texture": "#1",
|
||||
"uv": [
|
||||
12.0,
|
||||
2.0,
|
||||
13.0,
|
||||
7.0
|
||||
]
|
||||
},
|
||||
"up": {
|
||||
"rotation": 270,
|
||||
"texture": "#1",
|
||||
"uv": [
|
||||
8.0,
|
||||
0.0,
|
||||
11.0,
|
||||
2.0
|
||||
]
|
||||
},
|
||||
"west": {
|
||||
"rotation": 180,
|
||||
"texture": "#1",
|
||||
"uv": [
|
||||
8.0,
|
||||
7.0,
|
||||
11.0,
|
||||
2.0
|
||||
]
|
||||
}
|
||||
},
|
||||
"from": [
|
||||
11,
|
||||
2,
|
||||
9
|
||||
],
|
||||
"to": [
|
||||
13,
|
||||
7,
|
||||
15
|
||||
]
|
||||
},
|
||||
{
|
||||
"faces": {
|
||||
"down": {
|
||||
"texture": "#missing",
|
||||
"uv": [
|
||||
0.0,
|
||||
0.0,
|
||||
1.0,
|
||||
0.0
|
||||
]
|
||||
},
|
||||
"east": {
|
||||
"texture": "#missing",
|
||||
"uv": [
|
||||
0.0,
|
||||
0.0,
|
||||
0.0,
|
||||
5.0
|
||||
]
|
||||
},
|
||||
"north": {
|
||||
"texture": "#missing",
|
||||
"uv": [
|
||||
0.0,
|
||||
0.0,
|
||||
1.0,
|
||||
5.0
|
||||
]
|
||||
},
|
||||
"south": {
|
||||
"forge_data": {
|
||||
"block_light": 15
|
||||
},
|
||||
"texture": "#1",
|
||||
"uv": [
|
||||
2.0,
|
||||
3.0,
|
||||
3.0,
|
||||
8.0
|
||||
]
|
||||
},
|
||||
"up": {
|
||||
"texture": "#missing",
|
||||
"uv": [
|
||||
0.0,
|
||||
0.0,
|
||||
1.0,
|
||||
0.0
|
||||
]
|
||||
},
|
||||
"west": {
|
||||
"texture": "#missing",
|
||||
"uv": [
|
||||
0.0,
|
||||
0.0,
|
||||
0.0,
|
||||
5.0
|
||||
]
|
||||
}
|
||||
},
|
||||
"from": [
|
||||
11,
|
||||
2,
|
||||
15
|
||||
],
|
||||
"to": [
|
||||
13,
|
||||
7,
|
||||
15
|
||||
]
|
||||
}
|
||||
],
|
||||
"texture_size": [
|
||||
32.0,
|
||||
16.0
|
||||
],
|
||||
"textures": {
|
||||
"1": "overdrive_that_matters:block/batterybank_core"
|
||||
}
|
||||
}
|
@ -0,0 +1,153 @@
|
||||
{
|
||||
"elements": [
|
||||
{
|
||||
"faces": {
|
||||
"down": {
|
||||
"rotation": 90,
|
||||
"texture": "#1",
|
||||
"uv": [
|
||||
8.0,
|
||||
7.0,
|
||||
11.0,
|
||||
9.0
|
||||
]
|
||||
},
|
||||
"east": {
|
||||
"texture": "#1",
|
||||
"uv": [
|
||||
8.0,
|
||||
2.0,
|
||||
11.0,
|
||||
7.0
|
||||
]
|
||||
},
|
||||
"north": {
|
||||
"texture": "#1",
|
||||
"uv": [
|
||||
11.0,
|
||||
2.0,
|
||||
12.0,
|
||||
7.0
|
||||
]
|
||||
},
|
||||
"south": {
|
||||
"texture": "#1",
|
||||
"uv": [
|
||||
12.0,
|
||||
2.0,
|
||||
13.0,
|
||||
7.0
|
||||
]
|
||||
},
|
||||
"up": {
|
||||
"rotation": 270,
|
||||
"texture": "#1",
|
||||
"uv": [
|
||||
8.0,
|
||||
0.0,
|
||||
11.0,
|
||||
2.0
|
||||
]
|
||||
},
|
||||
"west": {
|
||||
"rotation": 180,
|
||||
"texture": "#1",
|
||||
"uv": [
|
||||
8.0,
|
||||
7.0,
|
||||
11.0,
|
||||
2.0
|
||||
]
|
||||
}
|
||||
},
|
||||
"from": [
|
||||
3,
|
||||
8,
|
||||
9
|
||||
],
|
||||
"to": [
|
||||
5,
|
||||
13,
|
||||
15
|
||||
]
|
||||
},
|
||||
{
|
||||
"faces": {
|
||||
"down": {
|
||||
"texture": "#missing",
|
||||
"uv": [
|
||||
0.0,
|
||||
0.0,
|
||||
1.0,
|
||||
0.0
|
||||
]
|
||||
},
|
||||
"east": {
|
||||
"texture": "#missing",
|
||||
"uv": [
|
||||
0.0,
|
||||
0.0,
|
||||
0.0,
|
||||
5.0
|
||||
]
|
||||
},
|
||||
"north": {
|
||||
"texture": "#missing",
|
||||
"uv": [
|
||||
0.0,
|
||||
0.0,
|
||||
1.0,
|
||||
5.0
|
||||
]
|
||||
},
|
||||
"south": {
|
||||
"forge_data": {
|
||||
"block_light": 15
|
||||
},
|
||||
"texture": "#1",
|
||||
"uv": [
|
||||
2.0,
|
||||
3.0,
|
||||
3.0,
|
||||
8.0
|
||||
]
|
||||
},
|
||||
"up": {
|
||||
"texture": "#missing",
|
||||
"uv": [
|
||||
0.0,
|
||||
0.0,
|
||||
1.0,
|
||||
0.0
|
||||
]
|
||||
},
|
||||
"west": {
|
||||
"texture": "#missing",
|
||||
"uv": [
|
||||
0.0,
|
||||
0.0,
|
||||
0.0,
|
||||
5.0
|
||||
]
|
||||
}
|
||||
},
|
||||
"from": [
|
||||
3,
|
||||
8,
|
||||
15
|
||||
],
|
||||
"to": [
|
||||
5,
|
||||
13,
|
||||
15
|
||||
]
|
||||
}
|
||||
],
|
||||
"texture_size": [
|
||||
32.0,
|
||||
16.0
|
||||
],
|
||||
"textures": {
|
||||
"1": "overdrive_that_matters:block/batterybank_core"
|
||||
}
|
||||
}
|
@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "overdrive_that_matters:block/battery/battery0",
|
||||
"textures": {
|
||||
"1": "overdrive_that_matters:block/matterybank_core"
|
||||
}
|
||||
}
|
@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "overdrive_that_matters:block/battery/battery1",
|
||||
"textures": {
|
||||
"1": "overdrive_that_matters:block/matterybank_core"
|
||||
}
|
||||
}
|
@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "overdrive_that_matters:block/battery/battery10",
|
||||
"textures": {
|
||||
"1": "overdrive_that_matters:block/matterybank_core"
|
||||
}
|
||||
}
|
@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "overdrive_that_matters:block/battery/battery11",
|
||||
"textures": {
|
||||
"1": "overdrive_that_matters:block/matterybank_core"
|
||||
}
|
||||
}
|
@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "overdrive_that_matters:block/battery/battery2",
|
||||
"textures": {
|
||||
"1": "overdrive_that_matters:block/matterybank_core"
|
||||
}
|
||||
}
|
@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "overdrive_that_matters:block/battery/battery3",
|
||||
"textures": {
|
||||
"1": "overdrive_that_matters:block/matterybank_core"
|
||||
}
|
||||
}
|
@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "overdrive_that_matters:block/battery/battery4",
|
||||
"textures": {
|
||||
"1": "overdrive_that_matters:block/matterybank_core"
|
||||
}
|
||||
}
|
@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "overdrive_that_matters:block/battery/battery5",
|
||||
"textures": {
|
||||
"1": "overdrive_that_matters:block/matterybank_core"
|
||||
}
|
||||
}
|
@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "overdrive_that_matters:block/battery/battery6",
|
||||
"textures": {
|
||||
"1": "overdrive_that_matters:block/matterybank_core"
|
||||
}
|
||||
}
|
@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "overdrive_that_matters:block/battery/battery7",
|
||||
"textures": {
|
||||
"1": "overdrive_that_matters:block/matterybank_core"
|
||||
}
|
||||
}
|
@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "overdrive_that_matters:block/battery/battery8",
|
||||
"textures": {
|
||||
"1": "overdrive_that_matters:block/matterybank_core"
|
||||
}
|
||||
}
|
@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "overdrive_that_matters:block/battery/battery9",
|
||||
"textures": {
|
||||
"1": "overdrive_that_matters:block/matterybank_core"
|
||||
}
|
||||
}
|
@ -0,0 +1,80 @@
|
||||
{
|
||||
"elements": [
|
||||
{
|
||||
"faces": {
|
||||
"down": {
|
||||
"texture": "#texture",
|
||||
"uv": [
|
||||
1.0,
|
||||
14.0,
|
||||
15.0,
|
||||
15.0
|
||||
]
|
||||
},
|
||||
"east": {
|
||||
"texture": "#texture",
|
||||
"uv": [
|
||||
15.0,
|
||||
1.0,
|
||||
1.0,
|
||||
15.0
|
||||
]
|
||||
},
|
||||
"north": {
|
||||
"texture": "#texture",
|
||||
"uv": [
|
||||
1.0,
|
||||
1.0,
|
||||
2.0,
|
||||
15.0
|
||||
]
|
||||
},
|
||||
"south": {
|
||||
"texture": "#texture",
|
||||
"uv": [
|
||||
14.0,
|
||||
1.0,
|
||||
15.0,
|
||||
15.0
|
||||
]
|
||||
},
|
||||
"up": {
|
||||
"rotation": 90,
|
||||
"texture": "#texture",
|
||||
"uv": [
|
||||
1.0,
|
||||
1.0,
|
||||
15.0,
|
||||
2.0
|
||||
]
|
||||
},
|
||||
"west": {
|
||||
"texture": "#texture",
|
||||
"uv": [
|
||||
1.0,
|
||||
1.0,
|
||||
15.0,
|
||||
15.0
|
||||
]
|
||||
}
|
||||
},
|
||||
"from": [
|
||||
13,
|
||||
2,
|
||||
2
|
||||
],
|
||||
"to": [
|
||||
13.3,
|
||||
14,
|
||||
14
|
||||
]
|
||||
}
|
||||
],
|
||||
"texture_size": [
|
||||
32.0,
|
||||
32.0
|
||||
],
|
||||
"textures": {
|
||||
"texture": "overdrive_that_matters:item/pattern_drive_tier0"
|
||||
}
|
||||
}
|
@ -0,0 +1,80 @@
|
||||
{
|
||||
"elements": [
|
||||
{
|
||||
"faces": {
|
||||
"down": {
|
||||
"texture": "#texture",
|
||||
"uv": [
|
||||
1.0,
|
||||
14.0,
|
||||
15.0,
|
||||
15.0
|
||||
]
|
||||
},
|
||||
"east": {
|
||||
"texture": "#texture",
|
||||
"uv": [
|
||||
15.0,
|
||||
1.0,
|
||||
1.0,
|
||||
15.0
|
||||
]
|
||||
},
|
||||
"north": {
|
||||
"texture": "#texture",
|
||||
"uv": [
|
||||
1.0,
|
||||
1.0,
|
||||
2.0,
|
||||
15.0
|
||||
]
|
||||
},
|
||||
"south": {
|
||||
"texture": "#texture",
|
||||
"uv": [
|
||||
14.0,
|
||||
1.0,
|
||||
15.0,
|
||||
15.0
|
||||
]
|
||||
},
|
||||
"up": {
|
||||
"rotation": 90,
|
||||
"texture": "#texture",
|
||||
"uv": [
|
||||
1.0,
|
||||
1.0,
|
||||
15.0,
|
||||
2.0
|
||||
]
|
||||
},
|
||||
"west": {
|
||||
"texture": "#texture",
|
||||
"uv": [
|
||||
1.0,
|
||||
1.0,
|
||||
15.0,
|
||||
15.0
|
||||
]
|
||||
}
|
||||
},
|
||||
"from": [
|
||||
11,
|
||||
2,
|
||||
2
|
||||
],
|
||||
"to": [
|
||||
11.3,
|
||||
14,
|
||||
14
|
||||
]
|
||||
}
|
||||
],
|
||||
"texture_size": [
|
||||
32.0,
|
||||
32.0
|
||||
],
|
||||
"textures": {
|
||||
"texture": "overdrive_that_matters:item/pattern_drive_tier0"
|
||||
}
|
||||
}
|
@ -0,0 +1,80 @@
|
||||
{
|
||||
"elements": [
|
||||
{
|
||||
"faces": {
|
||||
"down": {
|
||||
"texture": "#texture",
|
||||
"uv": [
|
||||
1.0,
|
||||
14.0,
|
||||
15.0,
|
||||
15.0
|
||||
]
|
||||
},
|
||||
"east": {
|
||||
"texture": "#texture",
|
||||
"uv": [
|
||||
15.0,
|
||||
1.0,
|
||||
1.0,
|
||||
15.0
|
||||
]
|
||||
},
|
||||
"north": {
|
||||
"texture": "#texture",
|
||||
"uv": [
|
||||
1.0,
|
||||
1.0,
|
||||
2.0,
|
||||
15.0
|
||||
]
|
||||
},
|
||||
"south": {
|
||||
"texture": "#texture",
|
||||
"uv": [
|
||||
14.0,
|
||||
1.0,
|
||||
15.0,
|
||||
15.0
|
||||
]
|
||||
},
|
||||
"up": {
|
||||
"rotation": 90,
|
||||
"texture": "#texture",
|
||||
"uv": [
|
||||
1.0,
|
||||
1.0,
|
||||
15.0,
|
||||
2.0
|
||||
]
|
||||
},
|
||||
"west": {
|
||||
"texture": "#texture",
|
||||
"uv": [
|
||||
1.0,
|
||||
1.0,
|
||||
15.0,
|
||||
15.0
|
||||
]
|
||||
}
|
||||
},
|
||||
"from": [
|
||||
9,
|
||||
2,
|
||||
2
|
||||
],
|
||||
"to": [
|
||||
9.3,
|
||||
14,
|
||||
14
|
||||
]
|
||||
}
|
||||
],
|
||||
"texture_size": [
|
||||
32.0,
|
||||
32.0
|
||||
],
|
||||
"textures": {
|
||||
"texture": "overdrive_that_matters:item/pattern_drive_tier0"
|
||||
}
|
||||
}
|
@ -0,0 +1,80 @@
|
||||
{
|
||||
"elements": [
|
||||
{
|
||||
"faces": {
|
||||
"down": {
|
||||
"texture": "#texture",
|
||||
"uv": [
|
||||
1.0,
|
||||
14.0,
|
||||
15.0,
|
||||
15.0
|
||||
]
|
||||
},
|
||||
"east": {
|
||||
"texture": "#texture",
|
||||
"uv": [
|
||||
15.0,
|
||||
1.0,
|
||||
1.0,
|
||||
15.0
|
||||
]
|
||||
},
|
||||
"north": {
|
||||
"texture": "#texture",
|
||||
"uv": [
|
||||
1.0,
|
||||
1.0,
|
||||
2.0,
|
||||
15.0
|
||||
]
|
||||
},
|
||||
"south": {
|
||||
"texture": "#texture",
|
||||
"uv": [
|
||||
14.0,
|
||||
1.0,
|
||||
15.0,
|
||||
15.0
|
||||
]
|
||||
},
|
||||
"up": {
|
||||
"rotation": 90,
|
||||
"texture": "#texture",
|
||||
"uv": [
|
||||
1.0,
|
||||
1.0,
|
||||
15.0,
|
||||
2.0
|
||||
]
|
||||
},
|
||||
"west": {
|
||||
"texture": "#texture",
|
||||
"uv": [
|
||||
1.0,
|
||||
1.0,
|
||||
15.0,
|
||||
15.0
|
||||
]
|
||||
}
|
||||
},
|
||||
"from": [
|
||||
7,
|
||||
2,
|
||||
2
|
||||
],
|
||||
"to": [
|
||||
7.3,
|
||||
14,
|
||||
14
|
||||
]
|
||||
}
|
||||
],
|
||||
"texture_size": [
|
||||
32.0,
|
||||
32.0
|
||||
],
|
||||
"textures": {
|
||||
"texture": "overdrive_that_matters:item/pattern_drive_tier0"
|
||||
}
|
||||
}
|
@ -0,0 +1,80 @@
|
||||
{
|
||||
"elements": [
|
||||
{
|
||||
"faces": {
|
||||
"down": {
|
||||
"texture": "#texture",
|
||||
"uv": [
|
||||
1.0,
|
||||
14.0,
|
||||
15.0,
|
||||
15.0
|
||||
]
|
||||
},
|
||||
"east": {
|
||||
"texture": "#texture",
|
||||
"uv": [
|
||||
15.0,
|
||||
1.0,
|
||||
1.0,
|
||||
15.0
|
||||
]
|
||||
},
|
||||
"north": {
|
||||
"texture": "#texture",
|
||||
"uv": [
|
||||
1.0,
|
||||
1.0,
|
||||
2.0,
|
||||
15.0
|
||||
]
|
||||
},
|
||||
"south": {
|
||||
"texture": "#texture",
|
||||
"uv": [
|
||||
14.0,
|
||||
1.0,
|
||||
15.0,
|
||||
15.0
|
||||
]
|
||||
},
|
||||
"up": {
|
||||
"rotation": 90,
|
||||
"texture": "#texture",
|
||||
"uv": [
|
||||
1.0,
|
||||
1.0,
|
||||
15.0,
|
||||
2.0
|
||||
]
|
||||
},
|
||||
"west": {
|
||||
"texture": "#texture",
|
||||
"uv": [
|
||||
1.0,
|
||||
1.0,
|
||||
15.0,
|
||||
15.0
|
||||
]
|
||||
}
|
||||
},
|
||||
"from": [
|
||||
5,
|
||||
2,
|
||||
2
|
||||
],
|
||||
"to": [
|
||||
5.3,
|
||||
14,
|
||||
14
|
||||
]
|
||||
}
|
||||
],
|
||||
"texture_size": [
|
||||
32.0,
|
||||
32.0
|
||||
],
|
||||
"textures": {
|
||||
"texture": "overdrive_that_matters:item/pattern_drive_tier0"
|
||||
}
|
||||
}
|
@ -0,0 +1,80 @@
|
||||
{
|
||||
"elements": [
|
||||
{
|
||||
"faces": {
|
||||
"down": {
|
||||
"texture": "#texture",
|
||||
"uv": [
|
||||
1.0,
|
||||
14.0,
|
||||
15.0,
|
||||
15.0
|
||||
]
|
||||
},
|
||||
"east": {
|
||||
"texture": "#texture",
|
||||
"uv": [
|
||||
15.0,
|
||||
1.0,
|
||||
1.0,
|
||||
15.0
|
||||
]
|
||||
},
|
||||
"north": {
|
||||
"texture": "#texture",
|
||||
"uv": [
|
||||
1.0,
|
||||
1.0,
|
||||
2.0,
|
||||
15.0
|
||||
]
|
||||
},
|
||||
"south": {
|
||||
"texture": "#texture",
|
||||
"uv": [
|
||||
14.0,
|
||||
1.0,
|
||||
15.0,
|
||||
15.0
|
||||
]
|
||||
},
|
||||
"up": {
|
||||
"rotation": 90,
|
||||
"texture": "#texture",
|
||||
"uv": [
|
||||
1.0,
|
||||
1.0,
|
||||
15.0,
|
||||
2.0
|
||||
]
|
||||
},
|
||||
"west": {
|
||||
"texture": "#texture",
|
||||
"uv": [
|
||||
1.0,
|
||||
1.0,
|
||||
15.0,
|
||||
15.0
|
||||
]
|
||||
}
|
||||
},
|
||||
"from": [
|
||||
3,
|
||||
2,
|
||||
2
|
||||
],
|
||||
"to": [
|
||||
3.3000002,
|
||||
14,
|
||||
14
|
||||
]
|
||||
}
|
||||
],
|
||||
"texture_size": [
|
||||
32.0,
|
||||
32.0
|
||||
],
|
||||
"textures": {
|
||||
"texture": "overdrive_that_matters:item/pattern_drive_tier0"
|
||||
}
|
||||
}
|
@ -0,0 +1,80 @@
|
||||
{
|
||||
"elements": [
|
||||
{
|
||||
"faces": {
|
||||
"down": {
|
||||
"texture": "#texture",
|
||||
"uv": [
|
||||
1.0,
|
||||
14.0,
|
||||
15.0,
|
||||
15.0
|
||||
]
|
||||
},
|
||||
"east": {
|
||||
"texture": "#texture",
|
||||
"uv": [
|
||||
15.0,
|
||||
1.0,
|
||||
1.0,
|
||||
15.0
|
||||
]
|
||||
},
|
||||
"north": {
|
||||
"texture": "#texture",
|
||||
"uv": [
|
||||
1.0,
|
||||
1.0,
|
||||
2.0,
|
||||
15.0
|
||||
]
|
||||
},
|
||||
"south": {
|
||||
"texture": "#texture",
|
||||
"uv": [
|
||||
14.0,
|
||||
1.0,
|
||||
15.0,
|
||||
15.0
|
||||
]
|
||||
},
|
||||
"up": {
|
||||
"rotation": 90,
|
||||
"texture": "#texture",
|
||||
"uv": [
|
||||
1.0,
|
||||
1.0,
|
||||
15.0,
|
||||
2.0
|
||||
]
|
||||
},
|
||||
"west": {
|
||||
"texture": "#texture",
|
||||
"uv": [
|
||||
1.0,
|
||||
1.0,
|
||||
15.0,
|
||||
15.0
|
||||
]
|
||||
}
|
||||
},
|
||||
"from": [
|
||||
1,
|
||||
2,
|
||||
2
|
||||
],
|
||||
"to": [
|
||||
1.3000002,
|
||||
14,
|
||||
14
|
||||
]
|
||||
}
|
||||
],
|
||||
"texture_size": [
|
||||
32.0,
|
||||
32.0
|
||||
],
|
||||
"textures": {
|
||||
"texture": "overdrive_that_matters:item/pattern_drive_tier0"
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user