Skip to content

Commit 1b62b2a

Browse files
committed
update
1 parent 28b3e34 commit 1b62b2a

41 files changed

Lines changed: 1263 additions & 0 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Lines changed: 69 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,69 @@
1+
{
2+
"variants": {
3+
"facing=east,half=bottom,open=false": {
4+
"model": "minecraft:block/acacia_trapdoor_bottom",
5+
"y": 90
6+
},
7+
"facing=east,half=bottom,open=true": {
8+
"model": "minecraft:block/acacia_trapdoor_open",
9+
"y": 90
10+
},
11+
"facing=east,half=top,open=false": {
12+
"model": "minecraft:block/acacia_trapdoor_top",
13+
"y": 90
14+
},
15+
"facing=east,half=top,open=true": {
16+
"model": "minecraft:block/acacia_trapdoor_open",
17+
"x": 180,
18+
"y": 270
19+
},
20+
"facing=north,half=bottom,open=false": {
21+
"model": "minecraft:block/acacia_trapdoor_bottom"
22+
},
23+
"facing=north,half=bottom,open=true": {
24+
"model": "minecraft:block/acacia_trapdoor_open"
25+
},
26+
"facing=north,half=top,open=false": {
27+
"model": "minecraft:block/acacia_trapdoor_top"
28+
},
29+
"facing=north,half=top,open=true": {
30+
"model": "minecraft:block/acacia_trapdoor_open",
31+
"x": 180,
32+
"y": 180
33+
},
34+
"facing=south,half=bottom,open=false": {
35+
"model": "minecraft:block/acacia_trapdoor_bottom",
36+
"y": 180
37+
},
38+
"facing=south,half=bottom,open=true": {
39+
"model": "minecraft:block/acacia_trapdoor_open",
40+
"y": 180
41+
},
42+
"facing=south,half=top,open=false": {
43+
"model": "minecraft:block/acacia_trapdoor_top",
44+
"y": 180
45+
},
46+
"facing=south,half=top,open=true": {
47+
"model": "minecraft:block/acacia_trapdoor_open",
48+
"x": 180,
49+
"y": 0
50+
},
51+
"facing=west,half=bottom,open=false": {
52+
"model": "minecraft:block/acacia_trapdoor_bottom",
53+
"y": 270
54+
},
55+
"facing=west,half=bottom,open=true": {
56+
"model": "minecraft:block/acacia_trapdoor_open",
57+
"y": 270
58+
},
59+
"facing=west,half=top,open=false": {
60+
"model": "minecraft:block/acacia_trapdoor_top",
61+
"y": 270
62+
},
63+
"facing=west,half=top,open=true": {
64+
"model": "minecraft:block/acacia_trapdoor_open",
65+
"x": 180,
66+
"y": 90
67+
}
68+
}
69+
}
Lines changed: 69 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,69 @@
1+
{
2+
"variants": {
3+
"facing=east,half=bottom,open=false": {
4+
"model": "minecraft:block/birch_trapdoor_bottom",
5+
"y": 90
6+
},
7+
"facing=east,half=bottom,open=true": {
8+
"model": "minecraft:block/birch_trapdoor_open",
9+
"y": 90
10+
},
11+
"facing=east,half=top,open=false": {
12+
"model": "minecraft:block/birch_trapdoor_top",
13+
"y": 90
14+
},
15+
"facing=east,half=top,open=true": {
16+
"model": "minecraft:block/birch_trapdoor_open",
17+
"x": 180,
18+
"y": 270
19+
},
20+
"facing=north,half=bottom,open=false": {
21+
"model": "minecraft:block/birch_trapdoor_bottom"
22+
},
23+
"facing=north,half=bottom,open=true": {
24+
"model": "minecraft:block/birch_trapdoor_open"
25+
},
26+
"facing=north,half=top,open=false": {
27+
"model": "minecraft:block/birch_trapdoor_top"
28+
},
29+
"facing=north,half=top,open=true": {
30+
"model": "minecraft:block/birch_trapdoor_open",
31+
"x": 180,
32+
"y": 180
33+
},
34+
"facing=south,half=bottom,open=false": {
35+
"model": "minecraft:block/birch_trapdoor_bottom",
36+
"y": 180
37+
},
38+
"facing=south,half=bottom,open=true": {
39+
"model": "minecraft:block/birch_trapdoor_open",
40+
"y": 180
41+
},
42+
"facing=south,half=top,open=false": {
43+
"model": "minecraft:block/birch_trapdoor_top",
44+
"y": 180
45+
},
46+
"facing=south,half=top,open=true": {
47+
"model": "minecraft:block/birch_trapdoor_open",
48+
"x": 180,
49+
"y": 0
50+
},
51+
"facing=west,half=bottom,open=false": {
52+
"model": "minecraft:block/birch_trapdoor_bottom",
53+
"y": 270
54+
},
55+
"facing=west,half=bottom,open=true": {
56+
"model": "minecraft:block/birch_trapdoor_open",
57+
"y": 270
58+
},
59+
"facing=west,half=top,open=false": {
60+
"model": "minecraft:block/birch_trapdoor_top",
61+
"y": 270
62+
},
63+
"facing=west,half=top,open=true": {
64+
"model": "minecraft:block/birch_trapdoor_open",
65+
"x": 180,
66+
"y": 90
67+
}
68+
}
69+
}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"variants": {
3+
"": {
4+
"model": "minecraft:block/bookshelf"
5+
}
6+
}
7+
}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"variants": {
3+
"": {
4+
"model": "minecraft:block/brown_mushroom"
5+
}
6+
}
7+
}
Lines changed: 69 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,69 @@
1+
{
2+
"variants": {
3+
"facing=east,half=bottom,open=false": {
4+
"model": "minecraft:block/crimson_trapdoor_bottom",
5+
"y": 90
6+
},
7+
"facing=east,half=bottom,open=true": {
8+
"model": "minecraft:block/crimson_trapdoor_open",
9+
"y": 90
10+
},
11+
"facing=east,half=top,open=false": {
12+
"model": "minecraft:block/crimson_trapdoor_top",
13+
"y": 90
14+
},
15+
"facing=east,half=top,open=true": {
16+
"model": "minecraft:block/crimson_trapdoor_open",
17+
"x": 180,
18+
"y": 270
19+
},
20+
"facing=north,half=bottom,open=false": {
21+
"model": "minecraft:block/crimson_trapdoor_bottom"
22+
},
23+
"facing=north,half=bottom,open=true": {
24+
"model": "minecraft:block/crimson_trapdoor_open"
25+
},
26+
"facing=north,half=top,open=false": {
27+
"model": "minecraft:block/crimson_trapdoor_top"
28+
},
29+
"facing=north,half=top,open=true": {
30+
"model": "minecraft:block/crimson_trapdoor_open",
31+
"x": 180,
32+
"y": 180
33+
},
34+
"facing=south,half=bottom,open=false": {
35+
"model": "minecraft:block/crimson_trapdoor_bottom",
36+
"y": 180
37+
},
38+
"facing=south,half=bottom,open=true": {
39+
"model": "minecraft:block/crimson_trapdoor_open",
40+
"y": 180
41+
},
42+
"facing=south,half=top,open=false": {
43+
"model": "minecraft:block/crimson_trapdoor_top",
44+
"y": 180
45+
},
46+
"facing=south,half=top,open=true": {
47+
"model": "minecraft:block/crimson_trapdoor_open",
48+
"x": 180,
49+
"y": 0
50+
},
51+
"facing=west,half=bottom,open=false": {
52+
"model": "minecraft:block/crimson_trapdoor_bottom",
53+
"y": 270
54+
},
55+
"facing=west,half=bottom,open=true": {
56+
"model": "minecraft:block/crimson_trapdoor_open",
57+
"y": 270
58+
},
59+
"facing=west,half=top,open=false": {
60+
"model": "minecraft:block/crimson_trapdoor_top",
61+
"y": 270
62+
},
63+
"facing=west,half=top,open=true": {
64+
"model": "minecraft:block/crimson_trapdoor_open",
65+
"x": 180,
66+
"y": 90
67+
}
68+
}
69+
}
Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,58 @@
1+
{
2+
"variants": {
3+
"facing=east,half=bottom,open=false": {
4+
"model": "minecraft:block/dark_oak_trapdoor_bottom"
5+
},
6+
"facing=east,half=bottom,open=true": {
7+
"model": "minecraft:block/dark_oak_trapdoor_open",
8+
"y": 90
9+
},
10+
"facing=east,half=top,open=false": {
11+
"model": "minecraft:block/dark_oak_trapdoor_top"
12+
},
13+
"facing=east,half=top,open=true": {
14+
"model": "minecraft:block/dark_oak_trapdoor_open",
15+
"y": 90
16+
},
17+
"facing=north,half=bottom,open=false": {
18+
"model": "minecraft:block/dark_oak_trapdoor_bottom"
19+
},
20+
"facing=north,half=bottom,open=true": {
21+
"model": "minecraft:block/dark_oak_trapdoor_open"
22+
},
23+
"facing=north,half=top,open=false": {
24+
"model": "minecraft:block/dark_oak_trapdoor_top"
25+
},
26+
"facing=north,half=top,open=true": {
27+
"model": "minecraft:block/dark_oak_trapdoor_open"
28+
},
29+
"facing=south,half=bottom,open=false": {
30+
"model": "minecraft:block/dark_oak_trapdoor_bottom"
31+
},
32+
"facing=south,half=bottom,open=true": {
33+
"model": "minecraft:block/dark_oak_trapdoor_open",
34+
"y": 180
35+
},
36+
"facing=south,half=top,open=false": {
37+
"model": "minecraft:block/dark_oak_trapdoor_top"
38+
},
39+
"facing=south,half=top,open=true": {
40+
"model": "minecraft:block/dark_oak_trapdoor_open",
41+
"y": 180
42+
},
43+
"facing=west,half=bottom,open=false": {
44+
"model": "minecraft:block/dark_oak_trapdoor_bottom"
45+
},
46+
"facing=west,half=bottom,open=true": {
47+
"model": "minecraft:block/dark_oak_trapdoor_open",
48+
"y": 270
49+
},
50+
"facing=west,half=top,open=false": {
51+
"model": "minecraft:block/dark_oak_trapdoor_top"
52+
},
53+
"facing=west,half=top,open=true": {
54+
"model": "minecraft:block/dark_oak_trapdoor_open",
55+
"y": 270
56+
}
57+
}
58+
}
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
{
2+
"variants": {
3+
"snowy=false": [
4+
{
5+
"model": "minecraft:block/grass_block"
6+
},
7+
{
8+
"model": "minecraft:block/grass_block",
9+
"y": 90
10+
},
11+
{
12+
"model": "minecraft:block/grass_block",
13+
"y": 180
14+
},
15+
{
16+
"model": "minecraft:block/grass_block",
17+
"y": 270
18+
}
19+
],
20+
"snowy=true": {
21+
"model": "minecraft:block/grass_block_snow"
22+
}
23+
}
24+
}
Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,58 @@
1+
{
2+
"variants": {
3+
"facing=east,half=bottom,open=false": {
4+
"model": "minecraft:block/iron_trapdoor_bottom"
5+
},
6+
"facing=east,half=bottom,open=true": {
7+
"model": "minecraft:block/iron_trapdoor_open",
8+
"y": 90
9+
},
10+
"facing=east,half=top,open=false": {
11+
"model": "minecraft:block/iron_trapdoor_top"
12+
},
13+
"facing=east,half=top,open=true": {
14+
"model": "minecraft:block/iron_trapdoor_open",
15+
"y": 90
16+
},
17+
"facing=north,half=bottom,open=false": {
18+
"model": "minecraft:block/iron_trapdoor_bottom"
19+
},
20+
"facing=north,half=bottom,open=true": {
21+
"model": "minecraft:block/iron_trapdoor_open"
22+
},
23+
"facing=north,half=top,open=false": {
24+
"model": "minecraft:block/iron_trapdoor_top"
25+
},
26+
"facing=north,half=top,open=true": {
27+
"model": "minecraft:block/iron_trapdoor_open"
28+
},
29+
"facing=south,half=bottom,open=false": {
30+
"model": "minecraft:block/iron_trapdoor_bottom"
31+
},
32+
"facing=south,half=bottom,open=true": {
33+
"model": "minecraft:block/iron_trapdoor_open",
34+
"y": 180
35+
},
36+
"facing=south,half=top,open=false": {
37+
"model": "minecraft:block/iron_trapdoor_top"
38+
},
39+
"facing=south,half=top,open=true": {
40+
"model": "minecraft:block/iron_trapdoor_open",
41+
"y": 180
42+
},
43+
"facing=west,half=bottom,open=false": {
44+
"model": "minecraft:block/iron_trapdoor_bottom"
45+
},
46+
"facing=west,half=bottom,open=true": {
47+
"model": "minecraft:block/iron_trapdoor_open",
48+
"y": 270
49+
},
50+
"facing=west,half=top,open=false": {
51+
"model": "minecraft:block/iron_trapdoor_top"
52+
},
53+
"facing=west,half=top,open=true": {
54+
"model": "minecraft:block/iron_trapdoor_open",
55+
"y": 270
56+
}
57+
}
58+
}

0 commit comments

Comments
 (0)