Skip to content

Commit 28b3e34

Browse files
committed
add files from PMC
1 parent 4d57da6 commit 28b3e34

3,597 files changed

Lines changed: 1420 additions & 0 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

Jappa/1.10 - 1.10.2/pack.png

3.38 KB

Jappa/1.11 - 1.11.2/pack.png

3.38 KB

Jappa/1.12 - 1.12.2/pack.png

3.38 KB

Jappa/1.13 - 1.13.2/pack.png

3.38 KB

Jappa/1.14 - 1.14.4/pack.png

3.38 KB

Jappa/1.15 - 1.15.2/pack.png

3.38 KB
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"credit": "Made with Blockbench",
3+
"parent": "minecraft:block/template_daylight_detector",
4+
"textures": {
5+
"top": "block/daylight_detector_top",
6+
"bottom": "block/daylight_detector_side",
7+
"side": "custom/daylight_detector_special"
8+
},
9+
"elements": [
10+
{
11+
"from": [0, 0, 0],
12+
"to": [16, 6, 16],
13+
"faces": {
14+
"north": {"uv": [0, 10, 16, 16], "texture": "#side"},
15+
"east": {"uv": [0, 10, 16, 16], "texture": "#side"},
16+
"south": {"uv": [0, 10, 16, 16], "texture": "#side", "cullface": "south"},
17+
"west": {"uv": [0, 10, 16, 16], "texture": "#side"},
18+
"up": {"uv": [0, 0, 16, 16], "texture": "#top"},
19+
"down": {"uv": [0, 0, 16, 16], "texture": "#bottom"}
20+
}
21+
}
22+
]
23+
}
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"credit": "Made with Blockbench",
3+
"parent": "minecraft:block/template_daylight_detector",
4+
"textures": {
5+
"top": "block/daylight_detector_inverted_top",
6+
"bottom": "block/daylight_detector_side",
7+
"side": "custom/daylight_detector_special"
8+
},
9+
"elements": [
10+
{
11+
"from": [0, 0, 0],
12+
"to": [16, 6, 16],
13+
"faces": {
14+
"north": {"uv": [0, 10, 16, 16], "texture": "#side"},
15+
"east": {"uv": [0, 10, 16, 16], "texture": "#side"},
16+
"south": {"uv": [0, 10, 16, 16], "texture": "#side", "cullface": "south"},
17+
"west": {"uv": [0, 10, 16, 16], "texture": "#side"},
18+
"up": {"uv": [0, 0, 16, 16], "texture": "#top"},
19+
"down": {"uv": [0, 0, 16, 16], "texture": "#bottom"}
20+
}
21+
}
22+
]
23+
}
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"credit": "Made with Blockbench",
3+
"ambientocclusion": false,
4+
"textures": {
5+
"particle": "#rail"
6+
},
7+
"elements": [
8+
{
9+
"from": [0, 8.01, 0],
10+
"to": [16, 8.01, 16],
11+
"rotation": {"angle": 45, "axis": "x", "origin": [8, 8, 8], "rescale": true},
12+
"faces": {
13+
"up": {"uv": [0, 0, 16, 16], "texture": "#rail"},
14+
"down": {"uv": [0, 16, 16, 0], "texture": "#rail"}
15+
}
16+
}
17+
]
18+
}
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"credit": "Made with Blockbench",
3+
"ambientocclusion": false,
4+
"textures": {
5+
"particle": "#rail"
6+
},
7+
"elements": [
8+
{
9+
"from": [0, 8.01, 0],
10+
"to": [16, 8.01, 16],
11+
"rotation": {"angle": -45, "axis": "x", "origin": [8, 8, 8], "rescale": true},
12+
"faces": {
13+
"up": {"uv": [0, 0, 16, 16], "texture": "#rail"},
14+
"down": {"uv": [0, 16, 16, 0], "texture": "#rail"}
15+
}
16+
}
17+
]
18+
}

0 commit comments

Comments
 (0)