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+ }
0 commit comments