summaryrefslogtreecommitdiff
path: root/assets/minecraft/blockstates/crimson_fence_gate.json
diff options
context:
space:
mode:
authorGravatar Uko Kokņevičs2024-01-20 02:25:44 +0200
committerGravatar Uko Kokņevičs2024-01-20 02:25:44 +0200
commit88e4e8852a5f1c33794abe430411b73c3ade507a (patch)
treeb8a46554b8963269fbbbe5df21122513a5b87228 /assets/minecraft/blockstates/crimson_fence_gate.json
downloadfaithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.tar.gz
faithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.tar.xz
faithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.zip
Initial import
Diffstat (limited to 'assets/minecraft/blockstates/crimson_fence_gate.json')
-rwxr-xr-xassets/minecraft/blockstates/crimson_fence_gate.json80
1 files changed, 80 insertions, 0 deletions
diff --git a/assets/minecraft/blockstates/crimson_fence_gate.json b/assets/minecraft/blockstates/crimson_fence_gate.json
new file mode 100755
index 00000000..35cea32d
--- /dev/null
+++ b/assets/minecraft/blockstates/crimson_fence_gate.json
@@ -0,0 +1,80 @@
1{
2 "variants": {
3 "facing=east,in_wall=false,open=false": {
4
5 "y": 270,
6 "model": "minecraft:block/crimson_fence_gate"
7 },
8 "facing=east,in_wall=false,open=true": {
9
10 "y": 270,
11 "model": "minecraft:block/crimson_fence_gate_open"
12 },
13 "facing=east,in_wall=true,open=false": {
14
15 "y": 270,
16 "model": "minecraft:block/crimson_fence_gate"
17 },
18 "facing=east,in_wall=true,open=true": {
19
20 "y": 270,
21 "model": "minecraft:block/crimson_fence_gate_open"
22 },
23 "facing=north,in_wall=false,open=false": {
24
25 "y": 180,
26 "model": "minecraft:block/crimson_fence_gate"
27 },
28 "facing=north,in_wall=false,open=true": {
29
30 "y": 180,
31 "model": "minecraft:block/crimson_fence_gate_open"
32 },
33 "facing=north,in_wall=true,open=false": {
34
35 "y": 180,
36 "model": "minecraft:block/crimson_fence_gate"
37 },
38 "facing=north,in_wall=true,open=true": {
39
40 "y": 180,
41 "model": "minecraft:block/crimson_fence_gate_open"
42 },
43 "facing=south,in_wall=false,open=false": {
44
45 "model": "minecraft:block/crimson_fence_gate"
46 },
47 "facing=south,in_wall=false,open=true": {
48
49 "model": "minecraft:block/crimson_fence_gate_open"
50 },
51 "facing=south,in_wall=true,open=false": {
52
53 "model": "minecraft:block/crimson_fence_gate"
54 },
55 "facing=south,in_wall=true,open=true": {
56
57 "model": "minecraft:block/crimson_fence_gate_open"
58 },
59 "facing=west,in_wall=false,open=false": {
60
61 "y": 90,
62 "model": "minecraft:block/crimson_fence_gate"
63 },
64 "facing=west,in_wall=false,open=true": {
65
66 "y": 90,
67 "model": "minecraft:block/crimson_fence_gate_open"
68 },
69 "facing=west,in_wall=true,open=false": {
70
71 "y": 90,
72 "model": "minecraft:block/crimson_fence_gate"
73 },
74 "facing=west,in_wall=true,open=true": {
75
76 "y": 90,
77 "model": "minecraft:block/crimson_fence_gate_open"
78 }
79 }
80} \ No newline at end of file