Skip to content

Commit b7ec9de

Browse files
committed
1.20.3: General fixes
1 parent a5c9ec8 commit b7ec9de

File tree

57 files changed

+529
-2
lines changed

Some content is hidden

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

57 files changed

+529
-2
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"parent": "minecraft:block/cube_column",
3+
"textures": {
4+
"end": "minecraft:block/chiseled_tuff_top",
5+
"side": "minecraft:block/chiseled_tuff"
6+
}
7+
}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"parent": "minecraft:block/cube_column",
3+
"textures": {
4+
"end": "minecraft:block/chiseled_tuff_bricks_top",
5+
"side": "minecraft:block/chiseled_tuff_bricks"
6+
}
7+
}
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"parent": "block/block",
3+
"elements": [
4+
{ "from": [ 0, 0, 0 ],
5+
"to": [ 16, 16, 16 ],
6+
"faces": {
7+
"down": { "texture": "#down", "cullface": "down" },
8+
"up": { "texture": "#up", "cullface": "up" },
9+
"north": { "texture": "#north", "cullface": "north" },
10+
"south": { "texture": "#south", "cullface": "south" },
11+
"west": { "texture": "#west", "cullface": "west" },
12+
"east": { "texture": "#east", "cullface": "east" }
13+
}
14+
}
15+
]
16+
}
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"parent": "block/cube",
3+
"textures": {
4+
"particle": "#all",
5+
"down": "#all",
6+
"up": "#all",
7+
"north": "#all",
8+
"east": "#all",
9+
"south": "#all",
10+
"west": "#all"
11+
}
12+
}
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
{
2+
"parent": "block/cube_all",
3+
"elements": [
4+
{
5+
"from": [0, 0, 0],
6+
"to": [16, 16, 16],
7+
"faces": {
8+
"north": {"uv": [0, 0, 16, 16], "texture": "#all", "cullface": "north"},
9+
"east": {"uv": [0, 0, 16, 16], "texture": "#all", "cullface": "east"},
10+
"south": {"uv": [0, 0, 16, 16], "texture": "#all", "cullface": "south"},
11+
"west": {"uv": [0, 0, 16, 16], "texture": "#all", "cullface": "west"},
12+
"up": {"uv": [0, 0, 16, 16], "texture": "#all", "cullface": "up"},
13+
"down": {"uv": [0, 0, 16, 16], "texture": "#all", "cullface": "down"}
14+
}
15+
},
16+
{
17+
"from": [15.998, 0.002, 0.002],
18+
"to": [0.002, 15.998, 15.998],
19+
"faces": {
20+
"north": {"uv": [16, 0, 0, 16], "texture": "#all", "cullface": "south"},
21+
"east": {"uv": [16, 0, 0, 16], "texture": "#all", "cullface": "west"},
22+
"south": {"uv": [16, 0, 0, 16], "texture": "#all", "cullface": "north"},
23+
"west": {"uv": [16, 0, 0, 16], "texture": "#all", "cullface": "east"},
24+
"up": {"uv": [16, 0, 0, 16], "texture": "#all", "cullface": "up"},
25+
"down": {"uv": [16, 0, 0, 16], "texture": "#all", "cullface": "down"}
26+
}
27+
}
28+
]
29+
}
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"parent": "block/cube",
3+
"textures": {
4+
"particle": "#side",
5+
"down": "#bottom",
6+
"up": "#top",
7+
"north": "#side",
8+
"east": "#side",
9+
"south": "#side",
10+
"west": "#side"
11+
}
12+
}
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
{
2+
"parent": "block/cube_bottom_top",
3+
"elements": [
4+
{
5+
"from": [0, 0, 0],
6+
"to": [16, 16, 16],
7+
"faces": {
8+
"north": {"uv": [0, 0, 16, 16], "texture": "#side", "cullface": "north"},
9+
"east": {"uv": [0, 0, 16, 16], "texture": "#side", "cullface": "east"},
10+
"south": {"uv": [0, 0, 16, 16], "texture": "#side", "cullface": "south"},
11+
"west": {"uv": [0, 0, 16, 16], "texture": "#side", "cullface": "west"},
12+
"up": {"uv": [0, 0, 16, 16], "texture": "#top", "cullface": "up"},
13+
"down": {"uv": [0, 0, 16, 16], "texture": "#bottom", "cullface": "down"}
14+
}
15+
},
16+
{
17+
"from": [15.998, 0.002, 0.002],
18+
"to": [0.002, 15.998, 15.998],
19+
"faces": {
20+
"north": {"uv": [16, 0, 0, 16], "texture": "#side", "cullface": "south"},
21+
"east": {"uv": [16, 0, 0, 16], "texture": "#side", "cullface": "west"},
22+
"south": {"uv": [16, 0, 0, 16], "texture": "#side", "cullface": "north"},
23+
"west": {"uv": [16, 0, 0, 16], "texture": "#side", "cullface": "east"},
24+
"up": {"uv": [16, 0, 0, 16], "texture": "#top", "cullface": "up"},
25+
"down": {"uv": [16, 0, 0, 16], "texture": "#bottom", "cullface": "down"}
26+
}
27+
}
28+
]
29+
}
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"parent": "block/cube",
3+
"textures": {
4+
"particle": "#side",
5+
"down": "#end",
6+
"up": "#end",
7+
"north": "#side",
8+
"east": "#side",
9+
"south": "#side",
10+
"west": "#side"
11+
}
12+
}
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
{
2+
"parent": "block/block",
3+
"elements": [
4+
{ "from": [ 0, 0, 0 ],
5+
"to": [ 16, 16, 16 ],
6+
"faces": {
7+
"down": { "texture": "#down", "cullface": "down" },
8+
"up": { "texture": "#up", "rotation": 180, "cullface": "up" },
9+
"north": { "texture": "#north", "cullface": "north" },
10+
"south": { "texture": "#south", "cullface": "south" },
11+
"west": { "texture": "#west", "cullface": "west" },
12+
"east": { "texture": "#east", "cullface": "east" }
13+
}
14+
}
15+
],
16+
"textures": {
17+
"particle": "#side",
18+
"down": "#end",
19+
"up": "#end",
20+
"north": "#side",
21+
"east": "#side",
22+
"south": "#side",
23+
"west": "#side"
24+
}
25+
}
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"parent": "block/cube_mirrored",
3+
"textures": {
4+
"particle": "#side",
5+
"down": "#end",
6+
"up": "#end",
7+
"north": "#side",
8+
"east": "#side",
9+
"south": "#side",
10+
"west": "#side"
11+
}
12+
}

0 commit comments

Comments
 (0)