Update Resourcepack to 1.14 - remove 1.14 ported textures
|
@ -0,0 +1,6 @@
|
||||||
|
{
|
||||||
|
"variants": {
|
||||||
|
"age=25": { "model": "block/kelp_age_25" },
|
||||||
|
"normal": { "model": "block/kelp" }
|
||||||
|
}
|
||||||
|
}
|
4
resourcepack/assets/minecraft/models/block/hopper_down.json → resourcepack/assets/minecraft/models/block/hopper.json
Executable file → Normal file
|
@ -1,9 +1,9 @@
|
||||||
{
|
{
|
||||||
"ambientocclusion": false,
|
"ambientocclusion": false,
|
||||||
"textures": {
|
"textures": {
|
||||||
"particle": "block/hopper_outside",
|
"particle": "block/hopper_back",
|
||||||
"top": "block/hopper_top",
|
"top": "block/hopper_top",
|
||||||
"side": "block/hopper_outside",
|
"side": "block/hopper_back",
|
||||||
"inside": "block/hopper_inside"
|
"inside": "block/hopper_inside"
|
||||||
},
|
},
|
||||||
"elements": [
|
"elements": [
|
|
@ -1,234 +1,93 @@
|
||||||
{
|
{
|
||||||
"ambientocclusion": false,
|
"ambientocclusion": false,
|
||||||
"textures": {
|
"textures": {
|
||||||
"particle": "block/hopper_outside",
|
"4": "block/hopper_outside_flipped",
|
||||||
"top": "block/hopper_top",
|
"top": "block/hopper_top",
|
||||||
"side": "block/hopper_outside",
|
"side": "block/hopper_outside",
|
||||||
"inside": "block/hopper_inside_side"
|
"particle": "block/hopper_outside",
|
||||||
|
"inside": "block/hopper_inside_side",
|
||||||
|
"back": "block/hopper_back"
|
||||||
},
|
},
|
||||||
"elements": [
|
"elements": [
|
||||||
{
|
{
|
||||||
"from": [
|
"name": "Element",
|
||||||
0,
|
"from": [0, 10, 0],
|
||||||
10,
|
"to": [16, 11, 16],
|
||||||
0
|
|
||||||
],
|
|
||||||
"to": [
|
|
||||||
16,
|
|
||||||
11,
|
|
||||||
16
|
|
||||||
],
|
|
||||||
"faces": {
|
"faces": {
|
||||||
"down": {
|
"north": {"uv": [0, 5, 16, 6], "texture": "#side", "cullface": "north"},
|
||||||
"texture": "#side"
|
"east": {"uv": [0, 5, 16, 6], "texture": "#side", "cullface": "east"},
|
||||||
},
|
"south": {"uv": [0, 5, 16, 6], "texture": "#side", "cullface": "south"},
|
||||||
"up": {
|
"west": {"uv": [0, 5, 16, 6], "texture": "#side", "cullface": "west"},
|
||||||
"texture": "#inside"
|
"up": {"uv": [0, 0, 16, 16], "texture": "#inside", "cullface": "up"},
|
||||||
},
|
"down": {"uv": [0, 0, 16, 16], "texture": "#back"}
|
||||||
"north": {
|
|
||||||
"texture": "#side"
|
|
||||||
},
|
|
||||||
"south": {
|
|
||||||
"texture": "#side"
|
|
||||||
},
|
|
||||||
"west": {
|
|
||||||
"texture": "#side"
|
|
||||||
},
|
|
||||||
"east": {
|
|
||||||
"texture": "#side"
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"from": [
|
"name": "Element",
|
||||||
0,
|
"from": [0, 11, 0],
|
||||||
11,
|
"to": [2, 16, 16],
|
||||||
0
|
|
||||||
],
|
|
||||||
"to": [
|
|
||||||
2,
|
|
||||||
16,
|
|
||||||
16
|
|
||||||
],
|
|
||||||
"faces": {
|
"faces": {
|
||||||
"down": {
|
"north": {"uv": [14, 0, 16, 5], "texture": "#side", "cullface": "north"},
|
||||||
"texture": "#side"
|
"east": {"uv": [0, 0, 16, 5], "texture": "#back", "cullface": "up"},
|
||||||
},
|
"south": {"uv": [0, 0, 2, 5], "texture": "#side", "cullface": "south"},
|
||||||
"up": {
|
"west": {"uv": [0, 0, 16, 5], "texture": "#4", "cullface": "west"},
|
||||||
"texture": "#top"
|
"up": {"uv": [0, 0, 2, 16], "texture": "#top", "cullface": "up"}
|
||||||
},
|
|
||||||
"north": {
|
|
||||||
"texture": "#side"
|
|
||||||
},
|
|
||||||
"south": {
|
|
||||||
"texture": "#side"
|
|
||||||
},
|
|
||||||
"west": {
|
|
||||||
"texture": "#side"
|
|
||||||
},
|
|
||||||
"east": {
|
|
||||||
"texture": "#side"
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"from": [
|
"name": "Element",
|
||||||
14,
|
"from": [14, 11, 0],
|
||||||
11,
|
"to": [16, 16, 16],
|
||||||
0
|
|
||||||
],
|
|
||||||
"to": [
|
|
||||||
16,
|
|
||||||
16,
|
|
||||||
16
|
|
||||||
],
|
|
||||||
"faces": {
|
"faces": {
|
||||||
"down": {
|
"north": {"uv": [0, 0, 2, 5], "texture": "#side", "cullface": "north"},
|
||||||
"texture": "#side"
|
"east": {"uv": [0, 0, 16, 5], "texture": "#side", "cullface": "east"},
|
||||||
},
|
"south": {"uv": [14, 0, 16, 5], "texture": "#side", "cullface": "south"},
|
||||||
"up": {
|
"west": {"uv": [0, 0, 16, 5], "texture": "#back", "cullface": "up"},
|
||||||
"texture": "#top"
|
"up": {"uv": [14, 0, 16, 16], "texture": "#top", "cullface": "up"}
|
||||||
},
|
|
||||||
"north": {
|
|
||||||
"texture": "#side"
|
|
||||||
},
|
|
||||||
"south": {
|
|
||||||
"texture": "#side"
|
|
||||||
},
|
|
||||||
"west": {
|
|
||||||
"texture": "#side"
|
|
||||||
},
|
|
||||||
"east": {
|
|
||||||
"texture": "#side"
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"from": [
|
"name": "Element",
|
||||||
2,
|
"from": [2, 11, 0],
|
||||||
11,
|
"to": [14, 16, 2],
|
||||||
0
|
|
||||||
],
|
|
||||||
"to": [
|
|
||||||
14,
|
|
||||||
16,
|
|
||||||
2
|
|
||||||
],
|
|
||||||
"faces": {
|
"faces": {
|
||||||
"down": {
|
"north": {"uv": [2, 0, 14, 5], "texture": "#back", "cullface": "north"},
|
||||||
"texture": "#side"
|
"south": {"uv": [2, 0, 14, 5], "texture": "#back", "cullface": "up"},
|
||||||
},
|
"up": {"uv": [2, 0, 14, 2], "texture": "#top", "cullface": "up"}
|
||||||
"up": {
|
|
||||||
"texture": "#top"
|
|
||||||
},
|
|
||||||
"north": {
|
|
||||||
"texture": "#side"
|
|
||||||
},
|
|
||||||
"south": {
|
|
||||||
"texture": "#side"
|
|
||||||
},
|
|
||||||
"west": {
|
|
||||||
"texture": "#side"
|
|
||||||
},
|
|
||||||
"east": {
|
|
||||||
"texture": "#side"
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"from": [
|
"name": "Element",
|
||||||
2,
|
"from": [2, 11, 14],
|
||||||
11,
|
"to": [14, 16, 16],
|
||||||
14
|
|
||||||
],
|
|
||||||
"to": [
|
|
||||||
14,
|
|
||||||
16,
|
|
||||||
16
|
|
||||||
],
|
|
||||||
"faces": {
|
"faces": {
|
||||||
"down": {
|
"north": {"uv": [2, 0, 14, 5], "texture": "#back", "cullface": "up"},
|
||||||
"texture": "#side"
|
"south": {"uv": [2, 0, 14, 5], "texture": "#back", "cullface": "south"},
|
||||||
},
|
"up": {"uv": [2, 14, 14, 16], "texture": "#top", "cullface": "up"}
|
||||||
"up": {
|
|
||||||
"texture": "#top"
|
|
||||||
},
|
|
||||||
"north": {
|
|
||||||
"texture": "#side"
|
|
||||||
},
|
|
||||||
"south": {
|
|
||||||
"texture": "#side"
|
|
||||||
},
|
|
||||||
"west": {
|
|
||||||
"texture": "#side"
|
|
||||||
},
|
|
||||||
"east": {
|
|
||||||
"texture": "#side"
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"from": [
|
"name": "Element",
|
||||||
4,
|
"from": [4, 4, 4],
|
||||||
4,
|
"to": [12, 10, 12],
|
||||||
4
|
|
||||||
],
|
|
||||||
"to": [
|
|
||||||
12,
|
|
||||||
10,
|
|
||||||
12
|
|
||||||
],
|
|
||||||
"faces": {
|
"faces": {
|
||||||
"down": {
|
"north": {"uv": [4, 6, 12, 12], "texture": "#side"},
|
||||||
"texture": "#side"
|
"east": {"uv": [4, 6, 12, 12], "texture": "#side"},
|
||||||
},
|
"south": {"uv": [4, 6, 12, 12], "texture": "#side"},
|
||||||
"up": {
|
"west": {"uv": [4, 6, 12, 12], "texture": "#side"},
|
||||||
"texture": "#side"
|
"down": {"uv": [4, 4, 12, 12], "texture": "#back"}
|
||||||
},
|
|
||||||
"north": {
|
|
||||||
"texture": "#side"
|
|
||||||
},
|
|
||||||
"south": {
|
|
||||||
"texture": "#side"
|
|
||||||
},
|
|
||||||
"west": {
|
|
||||||
"texture": "#side"
|
|
||||||
},
|
|
||||||
"east": {
|
|
||||||
"texture": "#side"
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"from": [
|
"name": "Element",
|
||||||
6,
|
"from": [6, 4, 0],
|
||||||
4,
|
"to": [10, 8, 4],
|
||||||
0
|
|
||||||
],
|
|
||||||
"to": [
|
|
||||||
10,
|
|
||||||
8,
|
|
||||||
4
|
|
||||||
],
|
|
||||||
"faces": {
|
"faces": {
|
||||||
"down": {
|
"north": {"uv": [6, 8, 10, 12], "texture": "#side", "cullface": "north"},
|
||||||
"texture": "#side"
|
"east": {"uv": [12, 8, 16, 12], "texture": "#side"},
|
||||||
},
|
"west": {"uv": [0, 8, 4, 12], "texture": "#side"},
|
||||||
"up": {
|
"up": {"uv": [6, 0, 10, 4], "texture": "#side"},
|
||||||
"texture": "#side"
|
"down": {"uv": [6, 12, 10, 16], "texture": "#back"}
|
||||||
},
|
|
||||||
"north": {
|
|
||||||
"texture": "#side"
|
|
||||||
},
|
|
||||||
"south": {
|
|
||||||
"texture": "#side"
|
|
||||||
},
|
|
||||||
"west": {
|
|
||||||
"texture": "#side"
|
|
||||||
},
|
|
||||||
"east": {
|
|
||||||
"texture": "#side"
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
|
@ -0,0 +1,7 @@
|
||||||
|
{
|
||||||
|
"parent": "block/tinted_cross",
|
||||||
|
"textures": {
|
||||||
|
"particle": "block/kelp_age_25",
|
||||||
|
"cross": "block/kelp_age_25"
|
||||||
|
}
|
||||||
|
}
|
|
@ -1,85 +0,0 @@
|
||||||
{
|
|
||||||
"parent": "block/observer",
|
|
||||||
"textures": {
|
|
||||||
"bottom": "block/observer_back_on",
|
|
||||||
"front": "block/observer_front_powered",
|
|
||||||
"side": "block/observer_side_powered",
|
|
||||||
"top": "block/observer_top_powered"
|
|
||||||
},
|
|
||||||
"elements": [
|
|
||||||
{
|
|
||||||
"from": [
|
|
||||||
0,
|
|
||||||
0,
|
|
||||||
0
|
|
||||||
],
|
|
||||||
"to": [
|
|
||||||
16,
|
|
||||||
16,
|
|
||||||
16
|
|
||||||
],
|
|
||||||
"faces": {
|
|
||||||
"down": {
|
|
||||||
"uv": [
|
|
||||||
0,
|
|
||||||
0,
|
|
||||||
16,
|
|
||||||
16
|
|
||||||
],
|
|
||||||
"texture": "#top",
|
|
||||||
"cullface": "down"
|
|
||||||
},
|
|
||||||
"up": {
|
|
||||||
"uv": [
|
|
||||||
0,
|
|
||||||
16,
|
|
||||||
16,
|
|
||||||
0
|
|
||||||
],
|
|
||||||
"texture": "#top",
|
|
||||||
"cullface": "up"
|
|
||||||
},
|
|
||||||
"north": {
|
|
||||||
"uv": [
|
|
||||||
0,
|
|
||||||
0,
|
|
||||||
16,
|
|
||||||
16
|
|
||||||
],
|
|
||||||
"texture": "#front",
|
|
||||||
"cullface": "north"
|
|
||||||
},
|
|
||||||
"south": {
|
|
||||||
"uv": [
|
|
||||||
0,
|
|
||||||
0,
|
|
||||||
16,
|
|
||||||
16
|
|
||||||
],
|
|
||||||
"texture": "#bottom",
|
|
||||||
"cullface": "south"
|
|
||||||
},
|
|
||||||
"west": {
|
|
||||||
"uv": [
|
|
||||||
16,
|
|
||||||
16,
|
|
||||||
0,
|
|
||||||
0
|
|
||||||
],
|
|
||||||
"texture": "#side",
|
|
||||||
"cullface": "west"
|
|
||||||
},
|
|
||||||
"east": {
|
|
||||||
"uv": [
|
|
||||||
0,
|
|
||||||
16,
|
|
||||||
16,
|
|
||||||
0
|
|
||||||
],
|
|
||||||
"texture": "#side",
|
|
||||||
"cullface": "east"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
|
@ -1,135 +0,0 @@
|
||||||
{
|
|
||||||
"textures": {
|
|
||||||
"particle": "#platform"
|
|
||||||
},
|
|
||||||
"elements": [
|
|
||||||
{
|
|
||||||
"from": [
|
|
||||||
0,
|
|
||||||
0,
|
|
||||||
0
|
|
||||||
],
|
|
||||||
"to": [
|
|
||||||
16,
|
|
||||||
16,
|
|
||||||
4
|
|
||||||
],
|
|
||||||
"faces": {
|
|
||||||
"down": {
|
|
||||||
"uv": [
|
|
||||||
0,
|
|
||||||
0,
|
|
||||||
16,
|
|
||||||
4
|
|
||||||
],
|
|
||||||
"texture": "#side",
|
|
||||||
"cullface": "down",
|
|
||||||
"rotation": 180
|
|
||||||
},
|
|
||||||
"up": {
|
|
||||||
"uv": [
|
|
||||||
0,
|
|
||||||
0,
|
|
||||||
16,
|
|
||||||
4
|
|
||||||
],
|
|
||||||
"texture": "#side",
|
|
||||||
"cullface": "up"
|
|
||||||
},
|
|
||||||
"north": {
|
|
||||||
"uv": [
|
|
||||||
0,
|
|
||||||
0,
|
|
||||||
16,
|
|
||||||
16
|
|
||||||
],
|
|
||||||
"texture": "#platform",
|
|
||||||
"cullface": "north"
|
|
||||||
},
|
|
||||||
"south": {
|
|
||||||
"uv": [
|
|
||||||
0,
|
|
||||||
0,
|
|
||||||
16,
|
|
||||||
16
|
|
||||||
],
|
|
||||||
"texture": "#unsticky"
|
|
||||||
},
|
|
||||||
"west": {
|
|
||||||
"uv": [
|
|
||||||
0,
|
|
||||||
0,
|
|
||||||
16,
|
|
||||||
4
|
|
||||||
],
|
|
||||||
"texture": "#side",
|
|
||||||
"rotation": 270,
|
|
||||||
"cullface": "west"
|
|
||||||
},
|
|
||||||
"east": {
|
|
||||||
"uv": [
|
|
||||||
0,
|
|
||||||
0,
|
|
||||||
16,
|
|
||||||
4
|
|
||||||
],
|
|
||||||
"texture": "#side",
|
|
||||||
"rotation": 90,
|
|
||||||
"cullface": "east"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"from": [
|
|
||||||
6,
|
|
||||||
6,
|
|
||||||
4
|
|
||||||
],
|
|
||||||
"to": [
|
|
||||||
10,
|
|
||||||
10,
|
|
||||||
20
|
|
||||||
],
|
|
||||||
"faces": {
|
|
||||||
"down": {
|
|
||||||
"uv": [
|
|
||||||
0,
|
|
||||||
0,
|
|
||||||
16,
|
|
||||||
4
|
|
||||||
],
|
|
||||||
"texture": "#arm",
|
|
||||||
"rotation": 90
|
|
||||||
},
|
|
||||||
"up": {
|
|
||||||
"uv": [
|
|
||||||
0,
|
|
||||||
0,
|
|
||||||
16,
|
|
||||||
4
|
|
||||||
],
|
|
||||||
"texture": "#arm",
|
|
||||||
"rotation": 270
|
|
||||||
},
|
|
||||||
"west": {
|
|
||||||
"uv": [
|
|
||||||
16,
|
|
||||||
4,
|
|
||||||
0,
|
|
||||||
0
|
|
||||||
],
|
|
||||||
"texture": "#arm"
|
|
||||||
},
|
|
||||||
"east": {
|
|
||||||
"uv": [
|
|
||||||
0,
|
|
||||||
0,
|
|
||||||
16,
|
|
||||||
4
|
|
||||||
],
|
|
||||||
"texture": "#arm"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
|
@ -1,135 +0,0 @@
|
||||||
{
|
|
||||||
"textures": {
|
|
||||||
"particle": "#platform"
|
|
||||||
},
|
|
||||||
"elements": [
|
|
||||||
{
|
|
||||||
"from": [
|
|
||||||
0,
|
|
||||||
0,
|
|
||||||
0
|
|
||||||
],
|
|
||||||
"to": [
|
|
||||||
16,
|
|
||||||
16,
|
|
||||||
4
|
|
||||||
],
|
|
||||||
"faces": {
|
|
||||||
"down": {
|
|
||||||
"uv": [
|
|
||||||
0,
|
|
||||||
0,
|
|
||||||
16,
|
|
||||||
4
|
|
||||||
],
|
|
||||||
"texture": "#side",
|
|
||||||
"cullface": "down",
|
|
||||||
"rotation": 180
|
|
||||||
},
|
|
||||||
"up": {
|
|
||||||
"uv": [
|
|
||||||
0,
|
|
||||||
0,
|
|
||||||
16,
|
|
||||||
4
|
|
||||||
],
|
|
||||||
"texture": "#side",
|
|
||||||
"cullface": "up"
|
|
||||||
},
|
|
||||||
"north": {
|
|
||||||
"uv": [
|
|
||||||
0,
|
|
||||||
0,
|
|
||||||
16,
|
|
||||||
16
|
|
||||||
],
|
|
||||||
"texture": "#platform",
|
|
||||||
"cullface": "north"
|
|
||||||
},
|
|
||||||
"south": {
|
|
||||||
"uv": [
|
|
||||||
0,
|
|
||||||
0,
|
|
||||||
16,
|
|
||||||
16
|
|
||||||
],
|
|
||||||
"texture": "#unsticky"
|
|
||||||
},
|
|
||||||
"west": {
|
|
||||||
"uv": [
|
|
||||||
0,
|
|
||||||
0,
|
|
||||||
16,
|
|
||||||
4
|
|
||||||
],
|
|
||||||
"texture": "#side",
|
|
||||||
"rotation": 270,
|
|
||||||
"cullface": "west"
|
|
||||||
},
|
|
||||||
"east": {
|
|
||||||
"uv": [
|
|
||||||
0,
|
|
||||||
0,
|
|
||||||
16,
|
|
||||||
4
|
|
||||||
],
|
|
||||||
"texture": "#side",
|
|
||||||
"rotation": 90,
|
|
||||||
"cullface": "east"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"from": [
|
|
||||||
6,
|
|
||||||
6,
|
|
||||||
4
|
|
||||||
],
|
|
||||||
"to": [
|
|
||||||
10,
|
|
||||||
10,
|
|
||||||
16
|
|
||||||
],
|
|
||||||
"faces": {
|
|
||||||
"down": {
|
|
||||||
"uv": [
|
|
||||||
4,
|
|
||||||
0,
|
|
||||||
16,
|
|
||||||
4
|
|
||||||
],
|
|
||||||
"texture": "#arm",
|
|
||||||
"rotation": 90
|
|
||||||
},
|
|
||||||
"up": {
|
|
||||||
"uv": [
|
|
||||||
4,
|
|
||||||
0,
|
|
||||||
16,
|
|
||||||
4
|
|
||||||
],
|
|
||||||
"texture": "#arm",
|
|
||||||
"rotation": 270
|
|
||||||
},
|
|
||||||
"west": {
|
|
||||||
"uv": [
|
|
||||||
16,
|
|
||||||
4,
|
|
||||||
4,
|
|
||||||
0
|
|
||||||
],
|
|
||||||
"texture": "#arm"
|
|
||||||
},
|
|
||||||
"east": {
|
|
||||||
"uv": [
|
|
||||||
4,
|
|
||||||
0,
|
|
||||||
16,
|
|
||||||
4
|
|
||||||
],
|
|
||||||
"texture": "#arm"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
8
resourcepack/assets/minecraft/models/block/piston_head_short_sticky.json
Executable file → Normal file
|
@ -1,9 +1,9 @@
|
||||||
{
|
{
|
||||||
"parent": "block/piston_head_short",
|
"parent": "block/template_piston_head_short_sticky",
|
||||||
"textures": {
|
"textures": {
|
||||||
"unsticky": "block/piston_top_sticky",
|
"unsticky": "block/piston_top",
|
||||||
"side": "block/piston_side_sticky",
|
"side": "block/piston_side_sticky",
|
||||||
"platform": "block/piston_top_sticky",
|
"unsticky_side": "block/piston_side",
|
||||||
"arm": "block/piston_side"
|
"platform": "block/piston_top_sticky"
|
||||||
}
|
}
|
||||||
}
|
}
|
|
@ -1,9 +1,9 @@
|
||||||
{
|
{
|
||||||
"parent": "block/piston_head_different_arm_tex",
|
"parent": "block/template_piston_head_sticky",
|
||||||
"textures": {
|
"textures": {
|
||||||
"unsticky": "block/piston_top_sticky",
|
"unsticky": "block/piston_top_sticky",
|
||||||
"side": "block/piston_side_sticky",
|
"side": "block/piston_side_sticky",
|
||||||
"platform": "block/piston_top_sticky",
|
"unsticky_side": "block/piston_side",
|
||||||
"arm": "block/piston_side"
|
"platform": "block/piston_top_sticky"
|
||||||
}
|
}
|
||||||
}
|
}
|
|
@ -0,0 +1,31 @@
|
||||||
|
{
|
||||||
|
"ambientocclusion": false,
|
||||||
|
"textures": {
|
||||||
|
"particle": "#stem"
|
||||||
|
},
|
||||||
|
"elements": [
|
||||||
|
{ "from": [ 0, -1, 8 ],
|
||||||
|
"to": [ 16, 7, 8 ],
|
||||||
|
"rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true },
|
||||||
|
"faces": {
|
||||||
|
"north": { "uv": [ 0, 0, 16, 8 ], "texture": "#stem" },
|
||||||
|
"south": { "uv": [ 16, 0, 0, 8 ], "texture": "#stem" }
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{ "from": [ 8, -1, 0 ],
|
||||||
|
"to": [ 8, 7, 16 ],
|
||||||
|
"rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true },
|
||||||
|
"faces": {
|
||||||
|
"west": { "uv": [ 0, 0, 16, 8 ], "texture": "#stem" },
|
||||||
|
"east": { "uv": [ 16, 0, 0, 8 ], "texture": "#stem" }
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{ "from": [ 0, 0, 8 ],
|
||||||
|
"to": [ 9, 16, 8 ],
|
||||||
|
"faces": {
|
||||||
|
"north": { "uv": [ 9, 0, 0, 16 ], "texture": "#upperstem" },
|
||||||
|
"south": { "uv": [ 0, 0, 9, 16 ], "texture": "#upperstem" }
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
|
@ -0,0 +1,24 @@
|
||||||
|
{
|
||||||
|
"ambientocclusion": false,
|
||||||
|
"textures": {
|
||||||
|
"particle": "#stem"
|
||||||
|
},
|
||||||
|
"elements": [
|
||||||
|
{ "from": [ 0, -1, 8 ],
|
||||||
|
"to": [ 16, 1, 8 ],
|
||||||
|
"rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true },
|
||||||
|
"faces": {
|
||||||
|
"north": { "uv": [ 0, 0, 16, 2 ], "texture": "#stem" },
|
||||||
|
"south": { "uv": [ 16, 0, 0, 2 ], "texture": "#stem" }
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{ "from": [ 8, -1, 0 ],
|
||||||
|
"to": [ 8, 1, 16 ],
|
||||||
|
"rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true },
|
||||||
|
"faces": {
|
||||||
|
"west": { "uv": [ 0, 0, 16, 2 ], "texture": "#stem" },
|
||||||
|
"east": { "uv": [ 16, 0, 0, 2 ], "texture": "#stem" }
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
|
@ -0,0 +1,24 @@
|
||||||
|
{
|
||||||
|
"ambientocclusion": false,
|
||||||
|
"textures": {
|
||||||
|
"particle": "#stem"
|
||||||
|
},
|
||||||
|
"elements": [
|
||||||
|
{ "from": [ 0, -1, 8 ],
|
||||||
|
"to": [ 16, 3, 8 ],
|
||||||
|
"rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true },
|
||||||
|
"faces": {
|
||||||
|
"north": { "uv": [ 0, 0, 16, 4 ], "texture": "#stem" },
|
||||||
|
"south": { "uv": [ 16, 0, 0, 4 ], "texture": "#stem" }
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{ "from": [ 8, -1, 0 ],
|
||||||
|
"to": [ 8, 3, 16 ],
|
||||||
|
"rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true },
|
||||||
|
"faces": {
|
||||||
|
"west": { "uv": [ 0, 0, 16, 4 ], "texture": "#stem" },
|
||||||
|
"east": { "uv": [ 16, 0, 0, 4 ], "texture": "#stem" }
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
|
@ -0,0 +1,24 @@
|
||||||
|
{
|
||||||
|
"ambientocclusion": false,
|
||||||
|
"textures": {
|
||||||
|
"particle": "#stem"
|
||||||
|
},
|
||||||
|
"elements": [
|
||||||
|
{ "from": [ 0, -1, 8 ],
|
||||||
|
"to": [ 16, 5, 8 ],
|
||||||
|
"rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true },
|
||||||
|
"faces": {
|
||||||
|
"north": { "uv": [ 0, 0, 16, 6 ], "texture": "#stem" },
|
||||||
|
"south": { "uv": [ 16, 0, 0, 6 ], "texture": "#stem" }
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{ "from": [ 8, -1, 0 ],
|
||||||
|
"to": [ 8, 5, 16 ],
|
||||||
|
"rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true },
|
||||||
|
"faces": {
|
||||||
|
"west": { "uv": [ 0, 0, 16, 6 ], "texture": "#stem" },
|
||||||
|
"east": { "uv": [ 16, 0, 0, 6 ], "texture": "#stem" }
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
|
@ -0,0 +1,24 @@
|
||||||
|
{
|
||||||
|
"ambientocclusion": false,
|
||||||
|
"textures": {
|
||||||
|
"particle": "#stem"
|
||||||
|
},
|
||||||
|
"elements": [
|
||||||
|
{ "from": [ 0, -1, 8 ],
|
||||||
|
"to": [ 16, 7, 8 ],
|
||||||
|
"rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true },
|
||||||
|
"faces": {
|
||||||
|
"north": { "uv": [ 0, 0, 16, 8 ], "texture": "#stem" },
|
||||||
|
"south": { "uv": [ 16, 0, 0, 8 ], "texture": "#stem" }
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{ "from": [ 8, -1, 0 ],
|
||||||
|
"to": [ 8, 7, 16 ],
|
||||||
|
"rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true },
|
||||||
|
"faces": {
|
||||||
|
"west": { "uv": [ 0, 0, 16, 8 ], "texture": "#stem" },
|
||||||
|
"east": { "uv": [ 16, 0, 0, 8 ], "texture": "#stem" }
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
|
@ -0,0 +1,24 @@
|
||||||
|
{
|
||||||
|
"ambientocclusion": false,
|
||||||
|
"textures": {
|
||||||
|
"particle": "#stem"
|
||||||
|
},
|
||||||
|
"elements": [
|
||||||
|
{ "from": [ 0, -1, 8 ],
|
||||||
|
"to": [ 16, 9, 8 ],
|
||||||
|
"rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true },
|
||||||
|
"faces": {
|
||||||
|
"north": { "uv": [ 0, 0, 16, 10 ], "texture": "#stem" },
|
||||||
|
"south": { "uv": [ 16, 0, 0, 10 ], "texture": "#stem" }
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{ "from": [ 8, -1, 0 ],
|
||||||
|
"to": [ 8, 9, 16 ],
|
||||||
|
"rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true },
|
||||||
|
"faces": {
|
||||||
|
"west": { "uv": [ 0, 0, 16, 10 ], "texture": "#stem" },
|
||||||
|
"east": { "uv": [ 16, 0, 0, 10 ], "texture": "#stem" }
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
|
@ -0,0 +1,24 @@
|
||||||
|
{
|
||||||
|
"ambientocclusion": false,
|
||||||
|
"textures": {
|
||||||
|
"particle": "#stem"
|
||||||
|
},
|
||||||
|
"elements": [
|
||||||
|
{ "from": [ 0, -1, 8 ],
|
||||||
|
"to": [ 16, 11, 8 ],
|
||||||
|
"rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true },
|
||||||
|
"faces": {
|
||||||
|
"north": { "uv": [ 0, 0, 16, 12 ], "texture": "#stem" },
|
||||||
|
"south": { "uv": [ 16, 0, 0, 12 ], "texture": "#stem" }
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{ "from": [ 8, -1, 0 ],
|
||||||
|
"to": [ 8, 11, 16 ],
|
||||||
|
"rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true },
|
||||||
|
"faces": {
|
||||||
|
"west": { "uv": [ 0, 0, 16, 12 ], "texture": "#stem" },
|
||||||
|
"east": { "uv": [ 16, 0, 0, 12 ], "texture": "#stem" }
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
|
@ -0,0 +1,24 @@
|
||||||
|
{
|
||||||
|
"ambientocclusion": false,
|
||||||
|
"textures": {
|
||||||
|
"particle": "#stem"
|
||||||
|
},
|
||||||
|
"elements": [
|
||||||
|
{ "from": [ 0, -1, 8 ],
|
||||||
|
"to": [ 16, 13, 8 ],
|
||||||
|
"rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true },
|
||||||
|
"faces": {
|
||||||
|
"north": { "uv": [ 0, 0, 16, 14 ], "texture": "#stem" },
|
||||||
|
"south": { "uv": [ 16, 0, 0, 14 ], "texture": "#stem" }
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{ "from": [ 8, -1, 0 ],
|
||||||
|
"to": [ 8, 13, 16 ],
|
||||||
|
"rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true },
|
||||||
|
"faces": {
|
||||||
|
"west": { "uv": [ 0, 0, 16, 14 ], "texture": "#stem" },
|
||||||
|
"east": { "uv": [ 16, 0, 0, 14 ], "texture": "#stem" }
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
|
@ -0,0 +1,24 @@
|
||||||
|
{
|
||||||
|
"ambientocclusion": false,
|
||||||
|
"textures": {
|
||||||
|
"particle": "#stem"
|
||||||
|
},
|
||||||
|
"elements": [
|
||||||
|
{ "from": [ 0, -1, 8 ],
|
||||||
|
"to": [ 16, 15, 8 ],
|
||||||
|
"rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true },
|
||||||
|
"faces": {
|
||||||
|
"north": { "uv": [ 0, 0, 16, 16 ], "texture": "#stem" },
|
||||||
|
"south": { "uv": [ 16, 0, 0, 16 ], "texture": "#stem" }
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{ "from": [ 8, -1, 0 ],
|
||||||
|
"to": [ 8, 15, 16 ],
|
||||||
|
"rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true },
|
||||||
|
"faces": {
|
||||||
|
"west": { "uv": [ 0, 0, 16, 16 ], "texture": "#stem" },
|
||||||
|
"east": { "uv": [ 16, 0, 0, 16 ], "texture": "#stem" }
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"parent": "block/piston",
|
"parent": "block/template_piston",
|
||||||
"textures": {
|
"textures": {
|
||||||
"bottom": "block/piston_bottom",
|
"bottom": "block/piston_bottom",
|
||||||
"side": "block/piston_side_sticky",
|
"side": "block/piston_side_sticky",
|
||||||
|
|
|
@ -0,0 +1,27 @@
|
||||||
|
{
|
||||||
|
"textures": {
|
||||||
|
"particle": "#platform"
|
||||||
|
},
|
||||||
|
"elements": [
|
||||||
|
{ "from": [ 0, 0, 0 ],
|
||||||
|
"to": [ 16, 16, 4 ],
|
||||||
|
"faces": {
|
||||||
|
"down": { "uv": [ 0, 0, 16, 4 ], "texture": "#side", "cullface": "down", "rotation": 180 },
|
||||||
|
"up": { "uv": [ 0, 0, 16, 4 ], "texture": "#side", "cullface": "up" },
|
||||||
|
"north": { "uv": [ 0, 0, 16, 16 ], "texture": "#platform", "cullface": "north" },
|
||||||
|
"south": { "uv": [ 0, 0, 16, 16 ], "texture": "#unsticky" },
|
||||||
|
"west": { "uv": [ 0, 0, 16, 4 ], "texture": "#side", "rotation": 270, "cullface": "west" },
|
||||||
|
"east": { "uv": [ 0, 0, 16, 4 ], "texture": "#side", "rotation": 90, "cullface": "east" }
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{ "from": [ 6, 6, 4 ],
|
||||||
|
"to": [ 10, 10, 16 ],
|
||||||
|
"faces": {
|
||||||
|
"down": { "uv": [ 4, 0, 16, 4 ], "texture": "#unsticky_side", "rotation": 90 },
|
||||||
|
"up": { "uv": [ 4, 0, 16, 4 ], "texture": "#unsticky_side", "rotation": 270 },
|
||||||
|
"west": { "uv": [ 16, 4, 4, 0 ], "texture": "#unsticky_side" },
|
||||||
|
"east": { "uv": [ 4, 0, 16, 4 ], "texture": "#unsticky_side" }
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
|
@ -0,0 +1,27 @@
|
||||||
|
{
|
||||||
|
"textures": {
|
||||||
|
"particle": "#platform"
|
||||||
|
},
|
||||||
|
"elements": [
|
||||||
|
{ "from": [ 0, 0, 0 ],
|
||||||
|
"to": [ 16, 16, 4 ],
|
||||||
|
"faces": {
|
||||||
|
"down": { "uv": [ 0, 0, 16, 4 ], "texture": "#side", "cullface": "down", "rotation": 180 },
|
||||||
|
"up": { "uv": [ 0, 0, 16, 4 ], "texture": "#side", "cullface": "up" },
|
||||||
|
"north": { "uv": [ 0, 0, 16, 16 ], "texture": "#platform", "cullface": "north" },
|
||||||
|
"south": { "uv": [ 0, 0, 16, 16 ], "texture": "#unsticky" },
|
||||||
|
"west": { "uv": [ 0, 0, 16, 4 ], "texture": "#side", "rotation": 270, "cullface": "west" },
|
||||||
|
"east": { "uv": [ 0, 0, 16, 4 ], "texture": "#side", "rotation": 90, "cullface": "east" }
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{ "from": [ 6, 6, 4 ],
|
||||||
|
"to": [ 10, 10, 20 ],
|
||||||
|
"faces": {
|
||||||
|
"down": { "uv": [ 0, 0, 16, 4 ], "texture": "#unsticky_side", "rotation": 90 },
|
||||||
|
"up": { "uv": [ 0, 0, 16, 4 ], "texture": "#unsticky_side", "rotation": 270 },
|
||||||
|
"west": { "uv": [ 16, 4, 0, 0 ], "texture": "#unsticky_side" },
|
||||||
|
"east": { "uv": [ 0, 0, 16, 4 ], "texture": "#unsticky_side" }
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
|
@ -0,0 +1,132 @@
|
||||||
|
{
|
||||||
|
"parent": "builtin/entity",
|
||||||
|
"display": {
|
||||||
|
"thirdperson_righthand": {
|
||||||
|
"rotation": [
|
||||||
|
0,
|
||||||
|
90,
|
||||||
|
0
|
||||||
|
],
|
||||||
|
"translation": [
|
||||||
|
10.51,
|
||||||
|
6,
|
||||||
|
-4
|
||||||
|
],
|
||||||
|
"scale": [
|
||||||
|
1,
|
||||||
|
1,
|
||||||
|
1
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"thirdperson_lefthand": {
|
||||||
|
"rotation": [
|
||||||
|
0,
|
||||||
|
90,
|
||||||
|
0
|
||||||
|
],
|
||||||
|
"translation": [
|
||||||
|
10.51,
|
||||||
|
6,
|
||||||
|
12
|
||||||
|
],
|
||||||
|
"scale": [
|
||||||
|
1,
|
||||||
|
1,
|
||||||
|
1
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"firstperson_righthand": {
|
||||||
|
"rotation": [
|
||||||
|
0,
|
||||||
|
180,
|
||||||
|
5
|
||||||
|
],
|
||||||
|
"translation": [
|
||||||
|
-10,
|
||||||
|
-1,
|
||||||
|
-10
|
||||||
|
],
|
||||||
|
"scale": [
|
||||||
|
1.25,
|
||||||
|
1.25,
|
||||||
|
1.25
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"firstperson_lefthand": {
|
||||||
|
"rotation": [
|
||||||
|
0,
|
||||||
|
180,
|
||||||
|
5
|
||||||
|
],
|
||||||
|
"translation": [
|
||||||
|
10,
|
||||||
|
-3,
|
||||||
|
-10
|
||||||
|
],
|
||||||
|
"scale": [
|
||||||
|
1.25,
|
||||||
|
1.25,
|
||||||
|
1.25
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"gui": {
|
||||||
|
"rotation": [
|
||||||
|
15,
|
||||||
|
-25,
|
||||||
|
-5
|
||||||
|
],
|
||||||
|
"translation": [
|
||||||
|
2,
|
||||||
|
3,
|
||||||
|
0
|
||||||
|
],
|
||||||
|
"scale": [
|
||||||
|
0.65,
|
||||||
|
0.65,
|
||||||
|
0.65
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"fixed": {
|
||||||
|
"rotation": [
|
||||||
|
0,
|
||||||
|
180,
|
||||||
|
0
|
||||||
|
],
|
||||||
|
"translation": [
|
||||||
|
-2,
|
||||||
|
4,
|
||||||
|
-5
|
||||||
|
],
|
||||||
|
"scale": [
|
||||||
|
0.5,
|
||||||
|
0.5,
|
||||||
|
0.5
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"ground": {
|
||||||
|
"rotation": [
|
||||||
|
0,
|
||||||
|
0,
|
||||||
|
0
|
||||||
|
],
|
||||||
|
"translation": [
|
||||||
|
4,
|
||||||
|
4,
|
||||||
|
2
|
||||||
|
],
|
||||||
|
"scale": [
|
||||||
|
0.25,
|
||||||
|
0.25,
|
||||||
|
0.25
|
||||||
|
]
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"overrides": [
|
||||||
|
{
|
||||||
|
"predicate": {
|
||||||
|
"blocking": 1
|
||||||
|
},
|
||||||
|
"model": "item/shield_blocking"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
|
@ -0,0 +1,78 @@
|
||||||
|
{
|
||||||
|
"parent": "builtin/entity",
|
||||||
|
"display": {
|
||||||
|
"thirdperson_righthand": {
|
||||||
|
"rotation": [
|
||||||
|
0,
|
||||||
|
90,
|
||||||
|
0
|
||||||
|
],
|
||||||
|
"translation": [
|
||||||
|
10.51,
|
||||||
|
6,
|
||||||
|
-4
|
||||||
|
],
|
||||||
|
"scale": [
|
||||||
|
1,
|
||||||
|
1,
|
||||||
|
1
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"thirdperson_lefthand": {
|
||||||
|
"rotation": [
|
||||||
|
0,
|
||||||
|
90,
|
||||||
|
0
|
||||||
|
],
|
||||||
|
"translation": [
|
||||||
|
10.51,
|
||||||
|
6,
|
||||||
|
12
|
||||||
|
],
|
||||||
|
"scale": [
|
||||||
|
1,
|
||||||
|
1,
|
||||||
|
1
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"firstperson_righthand": {
|
||||||
|
"rotation": [ 0, 180, -5 ],
|
||||||
|
"translation": [ -15, 2.25, -11 ],
|
||||||
|
"scale": [ 1.25, 1.25, 1.25 ]
|
||||||
|
},
|
||||||
|
"firstperson_lefthand": {
|
||||||
|
"rotation": [
|
||||||
|
0,
|
||||||
|
180,
|
||||||
|
-5
|
||||||
|
],
|
||||||
|
"translation": [
|
||||||
|
5,
|
||||||
|
4,
|
||||||
|
-11
|
||||||
|
],
|
||||||
|
"scale": [
|
||||||
|
1.25,
|
||||||
|
1.25,
|
||||||
|
1.25
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"gui": {
|
||||||
|
"rotation": [
|
||||||
|
15,
|
||||||
|
-25,
|
||||||
|
-5
|
||||||
|
],
|
||||||
|
"translation": [
|
||||||
|
2,
|
||||||
|
3,
|
||||||
|
0
|
||||||
|
],
|
||||||
|
"scale": [
|
||||||
|
0.65,
|
||||||
|
0.65,
|
||||||
|
0.65
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
|
@ -0,0 +1,3 @@
|
||||||
|
{
|
||||||
|
"parent": "block/sticky_piston_inventory"
|
||||||
|
}
|
Before Width: | Height: | Size: 252 B |
Before Width: | Height: | Size: 264 B |
Before Width: | Height: | Size: 412 B |
Before Width: | Height: | Size: 387 B |
Before Width: | Height: | Size: 467 B |
Before Width: | Height: | Size: 452 B |
Before Width: | Height: | Size: 232 B |
Before Width: | Height: | Size: 294 B |
Before Width: | Height: | Size: 295 B |
Before Width: | Height: | Size: 367 B |
Before Width: | Height: | Size: 456 B |
Before Width: | Height: | Size: 236 B |
Before Width: | Height: | Size: 201 B |
Before Width: | Height: | Size: 146 B After Width: | Height: | Size: 265 B |
After Width: | Height: | Size: 1.5 KiB |
Before Width: | Height: | Size: 341 B |
Before Width: | Height: | Size: 211 B |
Before Width: | Height: | Size: 446 B |
Before Width: | Height: | Size: 127 B |
Before Width: | Height: | Size: 177 B |
Before Width: | Height: | Size: 345 B |
Before Width: | Height: | Size: 385 B |
Before Width: | Height: | Size: 297 B |
Before Width: | Height: | Size: 274 B |
Before Width: | Height: | Size: 398 B |
Before Width: | Height: | Size: 491 B |
Before Width: | Height: | Size: 515 B |
Before Width: | Height: | Size: 468 B |
Before Width: | Height: | Size: 223 B |
Before Width: | Height: | Size: 280 B |
Before Width: | Height: | Size: 167 B |
Before Width: | Height: | Size: 242 B |
Before Width: | Height: | Size: 413 B |
Before Width: | Height: | Size: 328 B |
Before Width: | Height: | Size: 254 B |
Before Width: | Height: | Size: 266 B |
Before Width: | Height: | Size: 139 B |
Before Width: | Height: | Size: 221 B |
Before Width: | Height: | Size: 225 B |
Before Width: | Height: | Size: 458 B |
Before Width: | Height: | Size: 401 B |
Before Width: | Height: | Size: 203 B |
Before Width: | Height: | Size: 200 B |
Before Width: | Height: | Size: 189 B |
Before Width: | Height: | Size: 237 B |
Before Width: | Height: | Size: 138 B |
Before Width: | Height: | Size: 233 B |
Before Width: | Height: | Size: 323 B |
Before Width: | Height: | Size: 416 B |
Before Width: | Height: | Size: 277 B |
Before Width: | Height: | Size: 136 B |
Before Width: | Height: | Size: 195 B |
Before Width: | Height: | Size: 247 B |
Before Width: | Height: | Size: 215 B |
Before Width: | Height: | Size: 480 B |
|
@ -1,6 +0,0 @@
|
||||||
{
|
|
||||||
"animation": {
|
|
||||||
"interpolate": true,
|
|
||||||
"frametime": 10
|
|
||||||
}
|
|
||||||
}
|
|
Before Width: | Height: | Size: 441 B |
|
@ -1,6 +0,0 @@
|
||||||
{
|
|
||||||
"animation": {
|
|
||||||
"interpolate": true,
|
|
||||||
"frametime": 10
|
|
||||||
}
|
|
||||||
}
|
|
Before Width: | Height: | Size: 434 B |
|
@ -1,6 +0,0 @@
|
||||||
{
|
|
||||||
"animation": {
|
|
||||||
"interpolate": true,
|
|
||||||
"frametime": 10
|
|
||||||
}
|
|
||||||
}
|
|
Before Width: | Height: | Size: 467 B |
|
@ -1,6 +0,0 @@
|
||||||
{
|
|
||||||
"animation": {
|
|
||||||
"interpolate": true,
|
|
||||||
"frametime": 10
|
|
||||||
}
|
|
||||||
}
|
|
Before Width: | Height: | Size: 240 B |
Before Width: | Height: | Size: 251 B |
Before Width: | Height: | Size: 259 B |
Before Width: | Height: | Size: 467 B |