diff options
| author | 2024-01-20 02:25:44 +0200 | |
|---|---|---|
| committer | 2024-01-20 02:25:44 +0200 | |
| commit | 88e4e8852a5f1c33794abe430411b73c3ade507a (patch) | |
| tree | b8a46554b8963269fbbbe5df21122513a5b87228 /assets/minecraft/blockstates/crimson_stairs.json | |
| download | faithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.tar.gz faithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.tar.xz faithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.zip | |
Initial import
Diffstat (limited to 'assets/minecraft/blockstates/crimson_stairs.json')
| -rwxr-xr-x | assets/minecraft/blockstates/crimson_stairs.json | 192 |
1 files changed, 192 insertions, 0 deletions
diff --git a/assets/minecraft/blockstates/crimson_stairs.json b/assets/minecraft/blockstates/crimson_stairs.json new file mode 100755 index 00000000..6eba81f3 --- /dev/null +++ b/assets/minecraft/blockstates/crimson_stairs.json | |||
| @@ -0,0 +1,192 @@ | |||
| 1 | { | ||
| 2 | "multipart": [ | ||
| 3 | { "when": { "facing": "east", "half": "bottom", "shape": "straight" }, | ||
| 4 | "apply": { "model": "block/crimson_stairs" } | ||
| 5 | }, | ||
| 6 | { "when": { "facing": "south", "half": "bottom", "shape": "straight" }, | ||
| 7 | "apply": { "model": "block/crimson_stairs_alt", "y": 90 } | ||
| 8 | }, | ||
| 9 | { "when": { "facing": "west", "half": "bottom", "shape": "straight" }, | ||
| 10 | "apply": { "model": "block/crimson_stairs", "y": 180 } | ||
| 11 | }, | ||
| 12 | { "when": { "facing": "north", "half": "bottom", "shape": "straight" }, | ||
| 13 | "apply": { "model": "block/crimson_stairs_alt", "y": 270 } | ||
| 14 | }, | ||
| 15 | |||
| 16 | |||
| 17 | { "when": { "facing": "east", "half": "bottom", "shape": "inner_left" }, | ||
| 18 | "apply": { "model": "block/crimson_stairs_inner_alt", "y": 270 } | ||
| 19 | }, | ||
| 20 | { "when": { "facing": "south", "half": "bottom", "shape": "inner_left" }, | ||
| 21 | "apply": { "model": "block/crimson_stairs_inner" } | ||
| 22 | }, | ||
| 23 | { "when": { "facing": "west", "half": "bottom", "shape": "inner_left" }, | ||
| 24 | "apply": { "model": "block/crimson_stairs_inner_alt", "y": 90 } | ||
| 25 | }, | ||
| 26 | { "when": { "facing": "north", "half": "bottom", "shape": "inner_left" }, | ||
| 27 | "apply": { "model": "block/crimson_stairs_inner", "y": 180 } | ||
| 28 | }, | ||
| 29 | { "when": { "facing": "east", "half": "bottom", "shape": "inner_right" }, | ||
| 30 | "apply": { "model": "block/crimson_stairs_inner" } | ||
| 31 | }, | ||
| 32 | { "when": { "facing": "south", "half": "bottom", "shape": "inner_right" }, | ||
| 33 | "apply": { "model": "block/crimson_stairs_inner_alt", "y": 90 } | ||
| 34 | }, | ||
| 35 | { "when": { "facing": "west", "half": "bottom", "shape": "inner_right" }, | ||
| 36 | "apply": { "model": "block/crimson_stairs_inner", "y": 180 } | ||
| 37 | }, | ||
| 38 | { "when": { "facing": "north", "half": "bottom", "shape": "inner_right" }, | ||
| 39 | "apply": { "model": "block/crimson_stairs_inner_alt", "y": 270 } | ||
| 40 | }, | ||
| 41 | |||
| 42 | |||
| 43 | { "when": { "facing": "east", "half": "bottom", "shape": "outer_left" }, | ||
| 44 | "apply": { "model": "block/crimson_stairs_outer", "y": 270 } | ||
| 45 | }, | ||
| 46 | { "when": { "facing": "south", "half": "bottom", "shape": "outer_left" }, | ||
| 47 | "apply": { "model": "block/crimson_stairs_outer_alt" } | ||
| 48 | }, | ||
| 49 | { "when": { "facing": "west", "half": "bottom", "shape": "outer_left" }, | ||
| 50 | "apply": { "model": "block/crimson_stairs_outer", "y": 90 } | ||
| 51 | }, | ||
| 52 | { "when": { "facing": "north", "half": "bottom", "shape": "outer_left" }, | ||
| 53 | "apply": { "model": "block/crimson_stairs_outer_alt", "y": 180 } | ||
| 54 | }, | ||
| 55 | { "when": { "facing": "east", "half": "bottom", "shape": "outer_right" }, | ||
| 56 | "apply": { "model": "block/crimson_stairs_outer_alt" } | ||
| 57 | }, | ||
| 58 | { "when": { "facing": "south", "half": "bottom", "shape": "outer_right" }, | ||
| 59 | "apply": { "model": "block/crimson_stairs_outer", "y": 90 } | ||
| 60 | }, | ||
| 61 | { "when": { "facing": "west", "half": "bottom", "shape": "outer_right" }, | ||
| 62 | "apply": { "model": "block/crimson_stairs_outer_alt", "y": 180 } | ||
| 63 | }, | ||
| 64 | { "when": { "facing": "north", "half": "bottom", "shape": "outer_right" }, | ||
| 65 | "apply": { "model": "block/crimson_stairs_outer", "y": 270 } | ||
| 66 | }, | ||
| 67 | |||
| 68 | |||
| 69 | { "when": { "facing": "east", "half": "top", "shape": "straight" }, | ||
| 70 | "apply": { "model": "block/crimson_stairs", "x": 180 } | ||
| 71 | }, | ||
| 72 | { "when": { "facing": "south", "half": "top", "shape": "straight" }, | ||
| 73 | "apply": { "model": "block/crimson_stairs", "y": 90, "x": 180 } | ||
| 74 | }, | ||
| 75 | { "when": { "facing": "west", "half": "top", "shape": "straight" }, | ||
| 76 | "apply": { "model": "block/crimson_stairs", "y": 180, "x": 180 } | ||
| 77 | }, | ||
| 78 | { "when": { "facing": "north", "half": "top", "shape": "straight" }, | ||
| 79 | "apply": { "model": "block/crimson_stairs", "y": 270, "x": 180 } | ||
| 80 | }, | ||
| 81 | |||
| 82 | |||
| 83 | { "when": { "facing": "east", "half": "top", "shape": "straight" }, | ||
| 84 | "apply": { "model": "block/crimson_stairs", "x": 180, "uvlock": true } | ||
| 85 | }, | ||
| 86 | { "when": { "facing": "south", "half": "top", "shape": "straight" }, | ||
| 87 | "apply": { "model": "block/crimson_stairs", "y": 90, "x": 180, "uvlock": true } | ||
| 88 | }, | ||
| 89 | { "when": { "facing": "west", "half": "top", "shape": "straight" }, | ||
| 90 | "apply": { "model": "block/crimson_stairs", "y": 180, "x": 180, "uvlock": true } | ||
| 91 | }, | ||
| 92 | { "when": { "facing": "north", "half": "top", "shape": "straight" }, | ||
| 93 | "apply": { "model": "block/crimson_stairs", "y": 270, "x": 180, "uvlock": true } | ||
| 94 | }, | ||
| 95 | |||
| 96 | |||
| 97 | { "when": { "facing": "east", "half": "top", "shape": "inner_left" }, | ||
| 98 | "apply": { "model": "block/crimson_stairs_inner", "x": 180, "uvlock": true } | ||
| 99 | }, | ||
| 100 | { "when": { "facing": "south", "half": "top", "shape": "inner_left" }, | ||
| 101 | "apply": { "model": "block/crimson_stairs_inner", "y": 90, "x": 180, "uvlock": true } | ||
| 102 | }, | ||
| 103 | { "when": { "facing": "west", "half": "top", "shape": "inner_left" }, | ||
| 104 | "apply": { "model": "block/crimson_stairs_inner", "y": 180, "x": 180, "uvlock": true } | ||
| 105 | }, | ||
| 106 | { "when": { "facing": "north", "half": "top", "shape": "inner_left" }, | ||
| 107 | "apply": { "model": "block/crimson_stairs_inner", "y": 270, "x": 180, "uvlock": true } | ||
| 108 | }, | ||
| 109 | { "when": { "facing": "east", "half": "top", "shape": "inner_right" }, | ||
| 110 | "apply": { "model": "block/crimson_stairs_inner", "y": 90, "x": 180, "uvlock": true } | ||
| 111 | }, | ||
| 112 | { "when": { "facing": "south", "half": "top", "shape": "inner_right" }, | ||
| 113 | "apply": { "model": "block/crimson_stairs_inner", "y": 180, "x": 180, "uvlock": true } | ||
| 114 | }, | ||
| 115 | { "when": { "facing": "west", "half": "top", "shape": "inner_right" }, | ||
| 116 | "apply": { "model": "block/crimson_stairs_inner", "y": 270, "x": 180, "uvlock": true } | ||
| 117 | }, | ||
| 118 | { "when": { "facing": "north", "half": "top", "shape": "inner_right" }, | ||
| 119 | "apply": { "model": "block/crimson_stairs_inner", "x": 180, "uvlock": true } | ||
| 120 | }, | ||
| 121 | |||
| 122 | |||
| 123 | { "when": { "facing": "east", "half": "top", "shape": "outer_left" }, | ||
| 124 | "apply": { "model": "block/crimson_stairs_outer", "x": 180, "uvlock": true } | ||
| 125 | }, | ||
| 126 | { "when": { "facing": "south", "half": "top", "shape": "outer_left" }, | ||
| 127 | "apply": { "model": "block/crimson_stairs_outer_alt", "x": 180, "y": 90, "uvlock": true } | ||
| 128 | }, | ||
| 129 | { "when": { "facing": "west", "half": "top", "shape": "outer_left" }, | ||
| 130 | "apply": { "model": "block/crimson_stairs_outer", "x": 180, "y": 180, "uvlock": true } | ||
| 131 | }, | ||
| 132 | { "when": { "facing": "north", "half": "top", "shape": "outer_left" }, | ||
| 133 | "apply": { "model": "block/crimson_stairs_outer_alt", "x": 180, "y": 270, "uvlock": true } | ||
| 134 | }, | ||
| 135 | { "when": { "facing": "east", "half": "top", "shape": "outer_right" }, | ||
| 136 | "apply": { "model": "block/crimson_stairs_outer_alt", "x": 180, "y": 90, "uvlock": true } | ||
| 137 | }, | ||
| 138 | { "when": { "facing": "south", "half": "top", "shape": "outer_right" }, | ||
| 139 | "apply": { "model": "block/crimson_stairs_outer", "x": 180, "y": 180, "uvlock": true } | ||
| 140 | }, | ||
| 141 | { "when": { "facing": "west", "half": "top", "shape": "outer_right" }, | ||
| 142 | "apply": { "model": "block/crimson_stairs_outer_alt", "x": 180, "y": 270, "uvlock": true } | ||
| 143 | }, | ||
| 144 | { "when": { "facing": "north", "half": "top", "shape": "outer_right" }, | ||
| 145 | "apply": { "model": "block/crimson_stairs_outer", "x": 180, "uvlock": true } | ||
| 146 | }, | ||
| 147 | |||
| 148 | |||
| 149 | { "when": { "half": "bottom" }, | ||
| 150 | "apply": { "model": "block/crimson_stairs_face" } | ||
| 151 | }, | ||
| 152 | { "when": { "half": "top" }, | ||
| 153 | "apply": { "model": "block/crimson_stairs_face", "x": 180 } | ||
| 154 | }, | ||
| 155 | { "when": { "facing": "north", "shape": "straight|inner_left|inner_right" }, | ||
| 156 | "apply": { "model": "block/crimson_stairs_face", "y": 180, "x": 90 } | ||
| 157 | }, | ||
| 158 | { "when": { "facing": "east", "shape": "straight|inner_left|inner_right" }, | ||
| 159 | "apply": { "model": "block/crimson_stairs_face", "y": 270, "x": 90 } | ||
| 160 | }, | ||
| 161 | { "when": { "facing": "south", "shape": "straight|inner_left|inner_right" }, | ||
| 162 | "apply": { "model": "block/crimson_stairs_face", "x": 90 } | ||
| 163 | }, | ||
| 164 | { "when": { "facing": "west", "shape": "straight|inner_left|inner_right" }, | ||
| 165 | "apply": { "model": "block/crimson_stairs_face", "y": 90, "x": 90 } | ||
| 166 | }, | ||
| 167 | { "when": { "facing": "north", "shape": "inner_left" }, | ||
| 168 | "apply": { "model": "block/crimson_stairs_face", "y": 90, "x": 90 } | ||
| 169 | }, | ||
| 170 | { "when": { "facing": "east", "shape": "inner_left" }, | ||
| 171 | "apply": { "model": "block/crimson_stairs_face", "y": 180, "x": 90 } | ||
| 172 | }, | ||
| 173 | { "when": { "facing": "south", "shape": "inner_left" }, | ||
| 174 | "apply": { "model": "block/crimson_stairs_face", "y": 270, "x": 90 } | ||
| 175 | }, | ||
| 176 | { "when": { "facing": "west", "shape": "inner_left" }, | ||
| 177 | "apply": { "model": "block/crimson_stairs_face", "x": 90 } | ||
| 178 | }, | ||
| 179 | { "when": { "facing": "north", "shape": "inner_right" }, | ||
| 180 | "apply": { "model": "block/crimson_stairs_face", "y": 270, "x": 90 } | ||
| 181 | }, | ||
| 182 | { "when": { "facing": "east", "shape": "inner_right" }, | ||
| 183 | "apply": { "model": "block/crimson_stairs_face", "x": 90 } | ||
| 184 | }, | ||
| 185 | { "when": { "facing": "south", "shape": "inner_right" }, | ||
| 186 | "apply": { "model": "block/crimson_stairs_face", "y": 90, "x": 90 } | ||
| 187 | }, | ||
| 188 | { "when": { "facing": "west", "shape": "inner_right" }, | ||
| 189 | "apply": { "model": "block/crimson_stairs_face", "y": 180, "x": 90 } | ||
| 190 | } | ||
| 191 | ] | ||
| 192 | } \ No newline at end of file | ||