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/red_mushroom_block.json | |
| download | faithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.tar.gz faithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.tar.xz faithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.zip | |
Initial import
Diffstat (limited to 'assets/minecraft/blockstates/red_mushroom_block.json')
| -rwxr-xr-x | assets/minecraft/blockstates/red_mushroom_block.json | 688 |
1 files changed, 688 insertions, 0 deletions
diff --git a/assets/minecraft/blockstates/red_mushroom_block.json b/assets/minecraft/blockstates/red_mushroom_block.json new file mode 100755 index 00000000..afe7950d --- /dev/null +++ b/assets/minecraft/blockstates/red_mushroom_block.json | |||
| @@ -0,0 +1,688 @@ | |||
| 1 | { | ||
| 2 | "multipart": [ | ||
| 3 | { "apply": { "model": "redshroom/nesw" }, | ||
| 4 | "when": { "north": "true", "up": "false", "west": "false", "down": "false", "east": "false" } | ||
| 5 | }, | ||
| 6 | |||
| 7 | { "apply": { "model": "redshroom/esw" }, | ||
| 8 | "when": { "north": "true", "up": "true", "west": "false", "down": "false", "east": "false" } | ||
| 9 | }, | ||
| 10 | { "apply": { "model": "redshroom/nsw" }, | ||
| 11 | "when": { "north": "true", "up": "false", "west": "true", "down": "false", "east": "false" } | ||
| 12 | }, | ||
| 13 | { "apply": { "model": "redshroom/new" }, | ||
| 14 | "when": { "north": "true", "up": "false", "west": "false", "down": "true", "east": "false" } | ||
| 15 | }, | ||
| 16 | { "apply": { "model": "redshroom/nes" }, | ||
| 17 | "when": { "north": "true", "up": "false", "west": "false", "down": "false", "east": "true" } | ||
| 18 | }, | ||
| 19 | |||
| 20 | { "apply": { "model": "redshroom/sw" }, | ||
| 21 | "when": { "north": "true", "up": "true", "west": "true", "down": "false", "east": "false" } | ||
| 22 | }, | ||
| 23 | { "apply": { "model": "redshroom/nw" }, | ||
| 24 | "when": { "north": "true", "up": "false", "west": "true", "down": "true", "east": "false" } | ||
| 25 | }, | ||
| 26 | { "apply": { "model": "redshroom/ne" }, | ||
| 27 | "when": { "north": "true", "up": "false", "west": "false", "down": "true", "east": "true" } | ||
| 28 | }, | ||
| 29 | { "apply": { "model": "redshroom/es" }, | ||
| 30 | "when": { "north": "true", "up": "true", "west": "false", "down": "false", "east": "true" } | ||
| 31 | }, | ||
| 32 | |||
| 33 | { "apply": { "model": "redshroom/ew" }, | ||
| 34 | "when": { "north": "true", "up": "true", "west": "false", "down": "true", "east": "false" } | ||
| 35 | }, | ||
| 36 | { "apply": { "model": "redshroom/ns" }, | ||
| 37 | "when": { "north": "true", "up": "false", "west": "true", "down": "false", "east": "true" } | ||
| 38 | }, | ||
| 39 | |||
| 40 | { "apply": { "model": "redshroom/w" }, | ||
| 41 | "when": { "north": "true", "up": "true", "west": "true", "down": "true", "east": "false" } | ||
| 42 | }, | ||
| 43 | { "apply": { "model": "redshroom/n" }, | ||
| 44 | "when": { "north": "true", "up": "false", "west": "true", "down": "true", "east": "true" } | ||
| 45 | }, | ||
| 46 | { "apply": { "model": "redshroom/e" }, | ||
| 47 | "when": { "north": "true", "up": "true", "west": "false", "down": "true", "east": "true" } | ||
| 48 | }, | ||
| 49 | { "apply": { "model": "redshroom/s" }, | ||
| 50 | "when": { "north": "true", "up": "true", "west": "true", "down": "false", "east": "true" } | ||
| 51 | }, | ||
| 52 | |||
| 53 | { "apply": { "model": "redshroom/block" }, | ||
| 54 | "when": { "north": "true", "up": "true", "west": "true", "down": "true", "east": "true" } | ||
| 55 | }, | ||
| 56 | |||
| 57 | |||
| 58 | |||
| 59 | { "apply": { "model": "redshroom/nesw", "y": 90 }, | ||
| 60 | "when": { "east": "true", "up": "false", "north": "false", "down": "false", "south": "false" } | ||
| 61 | }, | ||
| 62 | |||
| 63 | { "apply": { "model": "redshroom/esw", "y": 90 }, | ||
| 64 | "when": { "east": "true", "up": "true", "north": "false", "down": "false", "south": "false" } | ||
| 65 | }, | ||
| 66 | { "apply": { "model": "redshroom/nsw", "y": 90 }, | ||
| 67 | "when": { "east": "true", "up": "false", "north": "true", "down": "false", "south": "false" } | ||
| 68 | }, | ||
| 69 | { "apply": { "model": "redshroom/new", "y": 90 }, | ||
| 70 | "when": { "east": "true", "up": "false", "north": "false", "down": "true", "south": "false" } | ||
| 71 | }, | ||
| 72 | { "apply": { "model": "redshroom/nes", "y": 90 }, | ||
| 73 | "when": { "east": "true", "up": "false", "north": "false", "down": "false", "south": "true" } | ||
| 74 | }, | ||
| 75 | |||
| 76 | { "apply": { "model": "redshroom/sw", "y": 90 }, | ||
| 77 | "when": { "east": "true", "up": "true", "north": "true", "down": "false", "south": "false" } | ||
| 78 | }, | ||
| 79 | { "apply": { "model": "redshroom/nw", "y": 90 }, | ||
| 80 | "when": { "east": "true", "up": "false", "north": "true", "down": "true", "south": "false" } | ||
| 81 | }, | ||
| 82 | { "apply": { "model": "redshroom/ne", "y": 90 }, | ||
| 83 | "when": { "east": "true", "up": "false", "north": "false", "down": "true", "south": "true" } | ||
| 84 | }, | ||
| 85 | { "apply": { "model": "redshroom/es", "y": 90 }, | ||
| 86 | "when": { "east": "true", "up": "true", "north": "false", "down": "false", "south": "true" } | ||
| 87 | }, | ||
| 88 | |||
| 89 | { "apply": { "model": "redshroom/ew", "y": 90 }, | ||
| 90 | "when": { "east": "true", "up": "true", "north": "false", "down": "true", "south": "false" } | ||
| 91 | }, | ||
| 92 | { "apply": { "model": "redshroom/ns", "y": 90 }, | ||
| 93 | "when": { "east": "true", "up": "false", "north": "true", "down": "false", "south": "true" } | ||
| 94 | }, | ||
| 95 | |||
| 96 | { "apply": { "model": "redshroom/w", "y": 90 }, | ||
| 97 | "when": { "east": "true", "up": "true", "north": "true", "down": "true", "south": "false" } | ||
| 98 | }, | ||
| 99 | { "apply": { "model": "redshroom/n", "y": 90 }, | ||
| 100 | "when": { "east": "true", "up": "false", "north": "true", "down": "true", "south": "true" } | ||
| 101 | }, | ||
| 102 | { "apply": { "model": "redshroom/e", "y": 90 }, | ||
| 103 | "when": { "east": "true", "up": "true", "north": "false", "down": "true", "south": "true" } | ||
| 104 | }, | ||
| 105 | { "apply": { "model": "redshroom/s", "y": 90 }, | ||
| 106 | "when": { "east": "true", "up": "true", "north": "true", "down": "false", "south": "true" } | ||
| 107 | }, | ||
| 108 | |||
| 109 | { "apply": { "model": "redshroom/block", "y": 90 }, | ||
| 110 | "when": { "east": "true", "up": "true", "north": "true", "down": "true", "south": "true" } | ||
| 111 | }, | ||
| 112 | |||
| 113 | |||
| 114 | |||
| 115 | { "apply": { "model": "redshroom/nesw", "y": 180 }, | ||
| 116 | "when": { "south": "true", "up": "false", "east": "false", "down": "false", "west": "false" } | ||
| 117 | }, | ||
| 118 | |||
| 119 | { "apply": { "model": "redshroom/esw", "y": 180 }, | ||
| 120 | "when": { "south": "true", "up": "true", "east": "false", "down": "false", "west": "false" } | ||
| 121 | }, | ||
| 122 | { "apply": { "model": "redshroom/nsw", "y": 180 }, | ||
| 123 | "when": { "south": "true", "up": "false", "east": "true", "down": "false", "west": "false" } | ||
| 124 | }, | ||
| 125 | { "apply": { "model": "redshroom/new", "y": 180 }, | ||
| 126 | "when": { "south": "true", "up": "false", "east": "false", "down": "true", "west": "false" } | ||
| 127 | }, | ||
| 128 | { "apply": { "model": "redshroom/nes", "y": 180 }, | ||
| 129 | "when": { "south": "true", "up": "false", "east": "false", "down": "false", "west": "true" } | ||
| 130 | }, | ||
| 131 | |||
| 132 | { "apply": { "model": "redshroom/sw", "y": 180 }, | ||
| 133 | "when": { "south": "true", "up": "true", "east": "true", "down": "false", "west": "false" } | ||
| 134 | }, | ||
| 135 | { "apply": { "model": "redshroom/nw", "y": 180 }, | ||
| 136 | "when": { "south": "true", "up": "false", "east": "true", "down": "true", "west": "false" } | ||
| 137 | }, | ||
| 138 | { "apply": { "model": "redshroom/ne", "y": 180 }, | ||
| 139 | "when": { "south": "true", "up": "false", "east": "false", "down": "true", "west": "true" } | ||
| 140 | }, | ||
| 141 | { "apply": { "model": "redshroom/es", "y": 180 }, | ||
| 142 | "when": { "south": "true", "up": "true", "east": "false", "down": "false", "west": "true" } | ||
| 143 | }, | ||
| 144 | |||
| 145 | { "apply": { "model": "redshroom/ew", "y": 180 }, | ||
| 146 | "when": { "south": "true", "up": "true", "east": "false", "down": "true", "west": "false" } | ||
| 147 | }, | ||
| 148 | { "apply": { "model": "redshroom/ns", "y": 180 }, | ||
| 149 | "when": { "south": "true", "up": "false", "east": "true", "down": "false", "west": "true" } | ||
| 150 | }, | ||
| 151 | |||
| 152 | { "apply": { "model": "redshroom/w", "y": 180 }, | ||
| 153 | "when": { "south": "true", "up": "true", "east": "true", "down": "true", "west": "false" } | ||
| 154 | }, | ||
| 155 | { "apply": { "model": "redshroom/n", "y": 180 }, | ||
| 156 | "when": { "south": "true", "up": "false", "east": "true", "down": "true", "west": "true" } | ||
| 157 | }, | ||
| 158 | { "apply": { "model": "redshroom/e", "y": 180 }, | ||
| 159 | "when": { "south": "true", "up": "true", "east": "false", "down": "true", "west": "true" } | ||
| 160 | }, | ||
| 161 | { "apply": { "model": "redshroom/s", "y": 180 }, | ||
| 162 | "when": { "south": "true", "up": "true", "east": "true", "down": "false", "west": "true" } | ||
| 163 | }, | ||
| 164 | |||
| 165 | { "apply": { "model": "redshroom/block", "y": 180 }, | ||
| 166 | "when": { "south": "true", "up": "true", "east": "true", "down": "true", "west": "true" } | ||
| 167 | }, | ||
| 168 | |||
| 169 | |||
| 170 | |||
| 171 | { "apply": { "model": "redshroom/nesw", "y": 270 }, | ||
| 172 | "when": { "west": "true", "up": "false", "south": "false", "down": "false", "north": "false" } | ||
| 173 | }, | ||
| 174 | |||
| 175 | { "apply": { "model": "redshroom/esw", "y": 270 }, | ||
| 176 | "when": { "west": "true", "up": "true", "south": "false", "down": "false", "north": "false" } | ||
| 177 | }, | ||
| 178 | { "apply": { "model": "redshroom/nsw", "y": 270 }, | ||
| 179 | "when": { "west": "true", "up": "false", "south": "true", "down": "false", "north": "false" } | ||
| 180 | }, | ||
| 181 | { "apply": { "model": "redshroom/new", "y": 270 }, | ||
| 182 | "when": { "west": "true", "up": "false", "south": "false", "down": "true", "north": "false" } | ||
| 183 | }, | ||
| 184 | { "apply": { "model": "redshroom/nes", "y": 270 }, | ||
| 185 | "when": { "west": "true", "up": "false", "south": "false", "down": "false", "north": "true" } | ||
| 186 | }, | ||
| 187 | |||
| 188 | { "apply": { "model": "redshroom/sw", "y": 270 }, | ||
| 189 | "when": { "west": "true", "up": "true", "south": "true", "down": "false", "north": "false" } | ||
| 190 | }, | ||
| 191 | { "apply": { "model": "redshroom/nw", "y": 270 }, | ||
| 192 | "when": { "west": "true", "up": "false", "south": "true", "down": "true", "north": "false" } | ||
| 193 | }, | ||
| 194 | { "apply": { "model": "redshroom/ne", "y": 270 }, | ||
| 195 | "when": { "west": "true", "up": "false", "south": "false", "down": "true", "north": "true" } | ||
| 196 | }, | ||
| 197 | { "apply": { "model": "redshroom/es", "y": 270 }, | ||
| 198 | "when": { "west": "true", "up": "true", "south": "false", "down": "false", "north": "true" } | ||
| 199 | }, | ||
| 200 | |||
| 201 | { "apply": { "model": "redshroom/ew", "y": 270 }, | ||
| 202 | "when": { "west": "true", "up": "true", "south": "false", "down": "true", "north": "false" } | ||
| 203 | }, | ||
| 204 | { "apply": { "model": "redshroom/ns", "y": 270 }, | ||
| 205 | "when": { "west": "true", "up": "false", "south": "true", "down": "false", "north": "true" } | ||
| 206 | }, | ||
| 207 | |||
| 208 | { "apply": { "model": "redshroom/w", "y": 270 }, | ||
| 209 | "when": { "west": "true", "up": "true", "south": "true", "down": "true", "north": "false" } | ||
| 210 | }, | ||
| 211 | { "apply": { "model": "redshroom/n", "y": 270 }, | ||
| 212 | "when": { "west": "true", "up": "false", "south": "true", "down": "true", "north": "true" } | ||
| 213 | }, | ||
| 214 | { "apply": { "model": "redshroom/e", "y": 270 }, | ||
| 215 | "when": { "west": "true", "up": "true", "south": "false", "down": "true", "north": "true" } | ||
| 216 | }, | ||
| 217 | { "apply": { "model": "redshroom/s", "y": 270 }, | ||
| 218 | "when": { "west": "true", "up": "true", "south": "true", "down": "false", "north": "true" } | ||
| 219 | }, | ||
| 220 | |||
| 221 | { "apply": { "model": "redshroom/block", "y": 270 }, | ||
| 222 | "when": { "west": "true", "up": "true", "south": "true", "down": "true", "north": "true" } | ||
| 223 | }, | ||
| 224 | |||
| 225 | |||
| 226 | |||
| 227 | { "apply": { "model": "redshroom/top/nesw", "x": 270 }, | ||
| 228 | "when": { "up": "true", "north": "false", "south": "false", "south": "false", "west": "false" } | ||
| 229 | }, | ||
| 230 | |||
| 231 | { "apply": { "model": "redshroom/top/new", "x": 270 }, | ||
| 232 | "when": { "up": "true", "north": "true", "east": "false", "south": "false", "west": "false" } | ||
| 233 | }, | ||
| 234 | { "apply": { "model": "redshroom/top/nes", "x": 270 }, | ||
| 235 | "when": { "up": "true", "north": "false", "east": "true", "south": "false", "west": "false" } | ||
| 236 | }, | ||
| 237 | { "apply": { "model": "redshroom/top/esw", "x": 270 }, | ||
| 238 | "when": { "up": "true", "north": "false", "east": "false", "south": "true", "west": "false" } | ||
| 239 | }, | ||
| 240 | { "apply": { "model": "redshroom/top/nsw", "x": 270 }, | ||
| 241 | "when": { "up": "true", "north": "false", "east": "false", "south": "false", "west": "true" } | ||
| 242 | }, | ||
| 243 | |||
| 244 | { "apply": { "model": "redshroom/top/ne", "x": 270 }, | ||
| 245 | "when": { "up": "true", "north": "true", "east": "true", "south": "false", "west": "false" } | ||
| 246 | }, | ||
| 247 | { "apply": { "model": "redshroom/top/es", "x": 270 }, | ||
| 248 | "when": { "up": "true", "north": "false", "east": "true", "south": "true", "west": "false" } | ||
| 249 | }, | ||
| 250 | { "apply": { "model": "redshroom/top/sw", "x": 270 }, | ||
| 251 | "when": { "up": "true", "north": "false", "east": "false", "south": "true", "west": "true" } | ||
| 252 | }, | ||
| 253 | { "apply": { "model": "redshroom/top/nw", "x": 270 }, | ||
| 254 | "when": { "up": "true", "north": "true", "east": "false", "south": "false", "west": "true" } | ||
| 255 | }, | ||
| 256 | |||
| 257 | { "apply": { "model": "redshroom/top/ew", "x": 270 }, | ||
| 258 | "when": { "up": "true", "north": "true", "east": "false", "south": "true", "west": "false" } | ||
| 259 | }, | ||
| 260 | { "apply": { "model": "redshroom/top/ns", "x": 270 }, | ||
| 261 | "when": { "up": "true", "north": "false", "east": "true", "south": "false", "west": "true" } | ||
| 262 | }, | ||
| 263 | |||
| 264 | { "apply": { "model": "redshroom/top/e", "x": 270 }, | ||
| 265 | "when": { "up": "true", "north": "true", "east": "true", "south": "true", "west": "false" } | ||
| 266 | }, | ||
| 267 | { "apply": { "model": "redshroom/top/s", "x": 270 }, | ||
| 268 | "when": { "up": "true", "north": "false", "east": "true", "south": "true", "west": "true" } | ||
| 269 | }, | ||
| 270 | { "apply": { "model": "redshroom/top/w", "x": 270 }, | ||
| 271 | "when": { "up": "true", "north": "true", "east": "false", "south": "true", "west": "true" } | ||
| 272 | }, | ||
| 273 | { "apply": { "model": "redshroom/top/n", "x": 270 }, | ||
| 274 | "when": { "up": "true", "north": "true", "east": "true", "south": "false", "west": "true" } | ||
| 275 | }, | ||
| 276 | |||
| 277 | { "apply": { "model": "redshroom/top/block", "x": 270 }, | ||
| 278 | "when": { "up": "true", "north": "true", "east": "true", "south": "true", "west": "true" } | ||
| 279 | }, | ||
| 280 | |||
| 281 | |||
| 282 | |||
| 283 | { "apply": { "model": "redshroom/top/nesw", "x": 90 }, | ||
| 284 | "when": { "down": "true", "north": "false", "south": "false", "south": "false", "west": "false" } | ||
| 285 | }, | ||
| 286 | |||
| 287 | { "apply": { "model": "redshroom/top/new", "x": 90 }, | ||
| 288 | "when": { "down": "true", "north": "true", "east": "false", "south": "false", "west": "false" } | ||
| 289 | }, | ||
| 290 | { "apply": { "model": "redshroom/top/nes", "x": 90 }, | ||
| 291 | "when": { "down": "true", "north": "false", "east": "true", "south": "false", "west": "false" } | ||
| 292 | }, | ||
| 293 | { "apply": { "model": "redshroom/top/esw", "x": 90 }, | ||
| 294 | "when": { "down": "true", "north": "false", "east": "false", "south": "true", "west": "false" } | ||
| 295 | }, | ||
| 296 | { "apply": { "model": "redshroom/top/nsw", "x": 90 }, | ||
| 297 | "when": { "down": "true", "north": "false", "east": "false", "south": "false", "west": "true" } | ||
| 298 | }, | ||
| 299 | |||
| 300 | { "apply": { "model": "redshroom/top/ne", "x": 90 }, | ||
| 301 | "when": { "down": "true", "north": "true", "east": "true", "south": "false", "west": "false" } | ||
| 302 | }, | ||
| 303 | { "apply": { "model": "redshroom/top/es", "x": 90 }, | ||
| 304 | "when": { "down": "true", "north": "false", "east": "true", "south": "true", "west": "false" } | ||
| 305 | }, | ||
| 306 | { "apply": { "model": "redshroom/top/sw", "x": 90 }, | ||
| 307 | "when": { "down": "true", "north": "false", "east": "false", "south": "true", "west": "true" } | ||
| 308 | }, | ||
| 309 | { "apply": { "model": "redshroom/top/nw", "x": 90 }, | ||
| 310 | "when": { "down": "true", "north": "true", "east": "false", "south": "false", "west": "true" } | ||
| 311 | }, | ||
| 312 | |||
| 313 | { "apply": { "model": "redshroom/top/ew", "x": 90 }, | ||
| 314 | "when": { "down": "true", "north": "true", "east": "false", "south": "true", "west": "false" } | ||
| 315 | }, | ||
| 316 | { "apply": { "model": "redshroom/top/ns", "x": 90 }, | ||
| 317 | "when": { "down": "true", "north": "false", "east": "true", "south": "false", "west": "true" } | ||
| 318 | }, | ||
| 319 | |||
| 320 | { "apply": { "model": "redshroom/top/e", "x": 90 }, | ||
| 321 | "when": { "down": "true", "north": "true", "east": "true", "south": "true", "west": "false" } | ||
| 322 | }, | ||
| 323 | { "apply": { "model": "redshroom/top/s", "x": 90 }, | ||
| 324 | "when": { "down": "true", "north": "false", "east": "true", "south": "true", "west": "true" } | ||
| 325 | }, | ||
| 326 | { "apply": { "model": "redshroom/top/w", "x": 90 }, | ||
| 327 | "when": { "down": "true", "north": "true", "east": "false", "south": "true", "west": "true" } | ||
| 328 | }, | ||
| 329 | { "apply": { "model": "redshroom/top/n", "x": 90 }, | ||
| 330 | "when": { "down": "true", "north": "true", "east": "true", "south": "false", "west": "true" } | ||
| 331 | }, | ||
| 332 | |||
| 333 | { "apply": { "model": "redshroom/top/block", "x": 90 }, | ||
| 334 | "when": { "down": "true", "north": "true", "east": "true", "south": "true", "west": "true" } | ||
| 335 | }, | ||
| 336 | |||
| 337 | |||
| 338 | |||
| 339 | |||
| 340 | |||
| 341 | |||
| 342 | |||
| 343 | |||
| 344 | |||
| 345 | |||
| 346 | |||
| 347 | |||
| 348 | |||
| 349 | |||
| 350 | |||
| 351 | |||
| 352 | |||
| 353 | |||
| 354 | { "apply": { "model": "minecraft:block/mushroom_block_inside" }, | ||
| 355 | "when": { "north": "false", "up": "false", "west": "false", "down": "false", "east": "false" } | ||
| 356 | }, | ||
| 357 | |||
| 358 | { "apply": { "model": "minecraft:block/red_mushroom_block_inside_n" }, | ||
| 359 | "when": { "north": "false", "up": "true", "west": "false", "down": "false", "east": "false" } | ||
| 360 | }, | ||
| 361 | { "apply": { "model": "minecraft:block/red_mushroom_block_inside_e" }, | ||
| 362 | "when": { "north": "false", "up": "false", "west": "true", "down": "false", "east": "false" } | ||
| 363 | }, | ||
| 364 | { "apply": { "model": "minecraft:block/red_mushroom_block_inside_n", "x": 180, "y": 180 }, | ||
| 365 | "when": { "north": "false", "up": "false", "west": "false", "down": "true", "east": "false" } | ||
| 366 | }, | ||
| 367 | { "apply": { "model": "minecraft:block/red_mushroom_block_inside_e", "x": 180, "y": 180 }, | ||
| 368 | "when": { "north": "false", "up": "false", "west": "false", "down": "false", "east": "true" } | ||
| 369 | }, | ||
| 370 | |||
| 371 | { "apply": { "model": "minecraft:block/red_mushroom_block_inside_ne" }, | ||
| 372 | "when": { "north": "false", "up": "true", "west": "true", "down": "false", "east": "false" } | ||
| 373 | }, | ||
| 374 | { "apply": { "model": "minecraft:block/red_mushroom_block_inside_es" }, | ||
| 375 | "when": { "north": "false", "up": "false", "west": "true", "down": "true", "east": "false" } | ||
| 376 | }, | ||
| 377 | { "apply": { "model": "minecraft:block/red_mushroom_block_inside_ne", "x": 180, "y": 180 }, | ||
| 378 | "when": { "north": "false", "up": "false", "west": "false", "down": "true", "east": "true" } | ||
| 379 | }, | ||
| 380 | { "apply": { "model": "minecraft:block/red_mushroom_block_inside_es", "x": 180, "y": 180 }, | ||
| 381 | "when": { "north": "false", "up": "true", "west": "false", "down": "false", "east": "true" } | ||
| 382 | }, | ||
| 383 | |||
| 384 | { "apply": { "model": "minecraft:block/red_mushroom_block_inside_ns" }, | ||
| 385 | "when": { "north": "false", "up": "true", "west": "false", "down": "true", "east": "false" } | ||
| 386 | }, | ||
| 387 | { "apply": { "model": "minecraft:block/red_mushroom_block_inside_ew" }, | ||
| 388 | "when": { "north": "false", "up": "false", "west": "true", "down": "false", "east": "true" } | ||
| 389 | }, | ||
| 390 | |||
| 391 | { "apply": { "model": "minecraft:block/red_mushroom_block_inside_nes" }, | ||
| 392 | "when": { "north": "false", "up": "true", "west": "true", "down": "true", "east": "false" } | ||
| 393 | }, | ||
| 394 | { "apply": { "model": "minecraft:block/red_mushroom_block_inside_esw" }, | ||
| 395 | "when": { "north": "false", "up": "false", "west": "true", "down": "true", "east": "true" } | ||
| 396 | }, | ||
| 397 | { "apply": { "model": "minecraft:block/red_mushroom_block_inside_nes", "x": 180, "y": 180 }, | ||
| 398 | "when": { "north": "false", "up": "true", "west": "false", "down": "true", "east": "true" } | ||
| 399 | }, | ||
| 400 | { "apply": { "model": "minecraft:block/red_mushroom_block_inside_esw", "x": 180, "y": 180 }, | ||
| 401 | "when": { "north": "false", "up": "true", "west": "true", "down": "false", "east": "true" } | ||
| 402 | }, | ||
| 403 | |||
| 404 | { "apply": { "model": "minecraft:block/red_mushroom_block_inside_nesw" }, | ||
| 405 | "when": { "north": "false", "up": "true", "west": "true", "down": "true", "east": "true" } | ||
| 406 | }, | ||
| 407 | |||
| 408 | |||
| 409 | |||
| 410 | { "apply": { "model": "minecraft:block/mushroom_block_inside", "y": 90 }, | ||
| 411 | "when": { "east": "false", "up": "false", "north": "false", "down": "false", "south": "false" } | ||
| 412 | }, | ||
| 413 | |||
| 414 | { "apply": { "model": "minecraft:block/red_mushroom_block_inside_n", "y": 90 }, | ||
| 415 | "when": { "east": "false", "up": "true", "north": "false", "down": "false", "south": "false" } | ||
| 416 | }, | ||
| 417 | { "apply": { "model": "minecraft:block/red_mushroom_block_inside_e", "y": 90 }, | ||
| 418 | "when": { "east": "false", "up": "false", "north": "true", "down": "false", "south": "false" } | ||
| 419 | }, | ||
| 420 | { "apply": { "model": "minecraft:block/red_mushroom_block_inside_n", "x": 180, "y": 270 }, | ||
| 421 | "when": { "east": "false", "up": "false", "north": "false", "down": "true", "south": "false" } | ||
| 422 | }, | ||
| 423 | { "apply": { "model": "minecraft:block/red_mushroom_block_inside_e", "x": 180, "y": 270 }, | ||
| 424 | "when": { "east": "false", "up": "false", "north": "false", "down": "false", "south": "true" } | ||
| 425 | }, | ||
| 426 | |||
| 427 | { "apply": { "model": "minecraft:block/red_mushroom_block_inside_ne", "y": 90 }, | ||
| 428 | "when": { "east": "false", "up": "true", "north": "true", "down": "false", "south": "false" } | ||
| 429 | }, | ||
| 430 | { "apply": { "model": "minecraft:block/red_mushroom_block_inside_es", "y": 90 }, | ||
| 431 | "when": { "east": "false", "up": "false", "north": "true", "down": "true", "south": "false" } | ||
| 432 | }, | ||
| 433 | { "apply": { "model": "minecraft:block/red_mushroom_block_inside_ne", "x": 180, "y": 270 }, | ||
| 434 | "when": { "east": "false", "up": "false", "north": "false", "down": "true", "south": "true" } | ||
| 435 | }, | ||
| 436 | { "apply": { "model": "minecraft:block/red_mushroom_block_inside_es", "x": 180, "y": 270 }, | ||
| 437 | "when": { "east": "false", "up": "true", "north": "false", "down": "false", "south": "true" } | ||
| 438 | }, | ||
| 439 | |||
| 440 | { "apply": { "model": "minecraft:block/red_mushroom_block_inside_ns", "y": 90 }, | ||
| 441 | "when": { "east": "false", "up": "true", "north": "false", "down": "true", "south": "false" } | ||
| 442 | }, | ||
| 443 | { "apply": { "model": "minecraft:block/red_mushroom_block_inside_ew", "y": 90 }, | ||
| 444 | "when": { "east": "false", "up": "false", "north": "true", "down": "false", "south": "true" } | ||
| 445 | }, | ||
| 446 | |||
| 447 | { "apply": { "model": "minecraft:block/red_mushroom_block_inside_nes", "y": 90 }, | ||
| 448 | "when": { "east": "false", "up": "true", "north": "true", "down": "true", "south": "false" } | ||
| 449 | }, | ||
| 450 | { "apply": { "model": "minecraft:block/red_mushroom_block_inside_esw", "y": 90 }, | ||
| 451 | "when": { "east": "false", "up": "false", "north": "true", "down": "true", "south": "true" } | ||
| 452 | }, | ||
| 453 | { "apply": { "model": "minecraft:block/red_mushroom_block_inside_nes", "x": 180, "y": 270 }, | ||
| 454 | "when": { "east": "false", "up": "true", "north": "false", "down": "true", "south": "true" } | ||
| 455 | }, | ||
| 456 | { "apply": { "model": "minecraft:block/red_mushroom_block_inside_esw", "x": 180, "y": 270 }, | ||
| 457 | "when": { "east": "false", "up": "true", "north": "true", "down": "false", "south": "true" } | ||
| 458 | }, | ||
| 459 | |||
| 460 | { "apply": { "model": "minecraft:block/red_mushroom_block_inside_nesw", "y": 90 }, | ||
| 461 | "when": { "east": "false", "up": "true", "north": "true", "down": "true", "south": "true" } | ||
| 462 | }, | ||
| 463 | |||
| 464 | |||
| 465 | |||
| 466 | { "apply": { "model": "minecraft:block/mushroom_block_inside", "y": 180 }, | ||
| 467 | "when": { "south": "false", "up": "false", "east": "false", "down": "false", "west": "false" } | ||
| 468 | }, | ||
| 469 | |||
| 470 | { "apply": { "model": "minecraft:block/red_mushroom_block_inside_n", "y": 180 }, | ||
| 471 | "when": { "south": "false", "up": "true", "east": "false", "down": "false", "west": "false" } | ||
| 472 | }, | ||
| 473 | { "apply": { "model": "minecraft:block/red_mushroom_block_inside_e", "y": 180 }, | ||
| 474 | "when": { "south": "false", "up": "false", "east": "true", "down": "false", "west": "false" } | ||
| 475 | }, | ||
| 476 | { "apply": { "model": "minecraft:block/red_mushroom_block_inside_n", "x": 180 }, | ||
| 477 | "when": { "south": "false", "up": "false", "east": "false", "down": "true", "west": "false" } | ||
| 478 | }, | ||
| 479 | { "apply": { "model": "minecraft:block/red_mushroom_block_inside_e", "x": 180 }, | ||
| 480 | "when": { "south": "false", "up": "false", "east": "false", "down": "false", "west": "true" } | ||
| 481 | }, | ||
| 482 | |||
| 483 | { "apply": { "model": "minecraft:block/red_mushroom_block_inside_ne", "y": 180 }, | ||
| 484 | "when": { "south": "false", "up": "true", "east": "true", "down": "false", "west": "false" } | ||
| 485 | }, | ||
| 486 | { "apply": { "model": "minecraft:block/red_mushroom_block_inside_es", "y": 180 }, | ||
| 487 | "when": { "south": "false", "up": "false", "east": "true", "down": "true", "west": "false" } | ||
| 488 | }, | ||
| 489 | { "apply": { "model": "minecraft:block/red_mushroom_block_inside_ne", "x": 180 }, | ||
| 490 | "when": { "south": "false", "up": "false", "east": "false", "down": "true", "west": "true" } | ||
| 491 | }, | ||
| 492 | { "apply": { "model": "minecraft:block/red_mushroom_block_inside_es", "x": 180 }, | ||
| 493 | "when": { "south": "false", "up": "true", "east": "false", "down": "false", "west": "true" } | ||
| 494 | }, | ||
| 495 | |||
| 496 | { "apply": { "model": "minecraft:block/red_mushroom_block_inside_ns", "y": 180 }, | ||
| 497 | "when": { "south": "false", "up": "true", "east": "false", "down": "true", "west": "false" } | ||
| 498 | }, | ||
| 499 | { "apply": { "model": "minecraft:block/red_mushroom_block_inside_ew", "y": 180 }, | ||
| 500 | "when": { "south": "false", "up": "false", "east": "true", "down": "false", "west": "true" } | ||
| 501 | }, | ||
| 502 | |||
| 503 | { "apply": { "model": "minecraft:block/red_mushroom_block_inside_nes", "y": 180 }, | ||
| 504 | "when": { "south": "false", "up": "true", "east": "true", "down": "true", "west": "false" } | ||
| 505 | }, | ||
| 506 | { "apply": { "model": "minecraft:block/red_mushroom_block_inside_esw", "y": 180 }, | ||
| 507 | "when": { "south": "false", "up": "false", "east": "true", "down": "true", "west": "true" } | ||
| 508 | }, | ||
| 509 | { "apply": { "model": "minecraft:block/red_mushroom_block_inside_nes", "x": 180 }, | ||
| 510 | "when": { "south": "false", "up": "true", "east": "false", "down": "true", "west": "true" } | ||
| 511 | }, | ||
| 512 | { "apply": { "model": "minecraft:block/red_mushroom_block_inside_esw", "x": 180 }, | ||
| 513 | "when": { "south": "false", "up": "true", "east": "true", "down": "false", "west": "true" } | ||
| 514 | }, | ||
| 515 | |||
| 516 | { "apply": { "model": "minecraft:block/red_mushroom_block_inside_nesw", "y": 180 }, | ||
| 517 | "when": { "south": "false", "up": "true", "east": "true", "down": "true", "west": "true" } | ||
| 518 | }, | ||
| 519 | |||
| 520 | |||
| 521 | |||
| 522 | { "apply": { "model": "minecraft:block/mushroom_block_inside", "y": 270 }, | ||
| 523 | "when": { "west": "false", "up": "false", "south": "false", "down": "false", "north": "false" } | ||
| 524 | }, | ||
| 525 | |||
| 526 | { "apply": { "model": "minecraft:block/red_mushroom_block_inside_n", "y": 270 }, | ||
| 527 | "when": { "west": "false", "up": "true", "south": "false", "down": "false", "north": "false" } | ||
| 528 | }, | ||
| 529 | { "apply": { "model": "minecraft:block/red_mushroom_block_inside_e", "y": 270 }, | ||
| 530 | "when": { "west": "false", "up": "false", "south": "true", "down": "false", "north": "false" } | ||
| 531 | }, | ||
| 532 | { "apply": { "model": "minecraft:block/red_mushroom_block_inside_n", "x": 180, "y": 90 }, | ||
| 533 | "when": { "west": "false", "up": "false", "south": "false", "down": "true", "north": "false" } | ||
| 534 | }, | ||
| 535 | { "apply": { "model": "minecraft:block/red_mushroom_block_inside_e", "x": 180, "y": 90 }, | ||
| 536 | "when": { "west": "false", "up": "false", "south": "false", "down": "false", "north": "true" } | ||
| 537 | }, | ||
| 538 | |||
| 539 | { "apply": { "model": "minecraft:block/red_mushroom_block_inside_ne", "y": 270 }, | ||
| 540 | "when": { "west": "false", "up": "true", "south": "true", "down": "false", "north": "false" } | ||
| 541 | }, | ||
| 542 | { "apply": { "model": "minecraft:block/red_mushroom_block_inside_es", "y": 270 }, | ||
| 543 | "when": { "west": "false", "up": "false", "south": "true", "down": "true", "north": "false" } | ||
| 544 | }, | ||
| 545 | { "apply": { "model": "minecraft:block/red_mushroom_block_inside_ne", "x": 180, "y": 90 }, | ||
| 546 | "when": { "west": "false", "up": "false", "south": "false", "down": "true", "north": "true" } | ||
| 547 | }, | ||
| 548 | { "apply": { "model": "minecraft:block/red_mushroom_block_inside_es", "x": 180, "y": 90 }, | ||
| 549 | "when": { "west": "false", "up": "true", "south": "false", "down": "false", "north": "true" } | ||
| 550 | }, | ||
| 551 | |||
| 552 | { "apply": { "model": "minecraft:block/red_mushroom_block_inside_ns", "y": 270 }, | ||
| 553 | "when": { "west": "false", "up": "true", "south": "false", "down": "true", "north": "false" } | ||
| 554 | }, | ||
| 555 | { "apply": { "model": "minecraft:block/red_mushroom_block_inside_ew", "y": 270 }, | ||
| 556 | "when": { "west": "false", "up": "false", "south": "true", "down": "false", "north": "true" } | ||
| 557 | }, | ||
| 558 | |||
| 559 | { "apply": { "model": "minecraft:block/red_mushroom_block_inside_nes", "y": 270 }, | ||
| 560 | "when": { "west": "false", "up": "true", "south": "true", "down": "true", "north": "false" } | ||
| 561 | }, | ||
| 562 | { "apply": { "model": "minecraft:block/red_mushroom_block_inside_esw", "y": 270 }, | ||
| 563 | "when": { "west": "false", "up": "false", "south": "true", "down": "true", "north": "true" } | ||
| 564 | }, | ||
| 565 | { "apply": { "model": "minecraft:block/red_mushroom_block_inside_nes", "x": 180, "y": 90 }, | ||
| 566 | "when": { "west": "false", "up": "true", "south": "false", "down": "true", "north": "true" } | ||
| 567 | }, | ||
| 568 | { "apply": { "model": "minecraft:block/red_mushroom_block_inside_esw", "x": 180, "y": 90 }, | ||
| 569 | "when": { "west": "false", "up": "true", "south": "true", "down": "false", "north": "true" } | ||
| 570 | }, | ||
| 571 | |||
| 572 | { "apply": { "model": "minecraft:block/red_mushroom_block_inside_nesw", "y": 270 }, | ||
| 573 | "when": { "west": "false", "up": "true", "south": "true", "down": "true", "north": "true" } | ||
| 574 | }, | ||
| 575 | |||
| 576 | |||
| 577 | |||
| 578 | { "apply": { "model": "minecraft:block/mushroom_block_inside", "x": 270 }, | ||
| 579 | "when": { "up": "false", "north": "false", "east": "false", "south": "false", "west": "false" } | ||
| 580 | }, | ||
| 581 | |||
| 582 | { "apply": { "model": "minecraft:block/red_mushroom_block_inside_n", "x": 270, "y": 180 }, | ||
| 583 | "when": { "up": "false", "north": "true", "east": "false", "south": "false", "west": "false" } | ||
| 584 | }, | ||
| 585 | { "apply": { "model": "minecraft:block/red_mushroom_block_inside_e", "x": 270, "y": 180 }, | ||
| 586 | "when": { "up": "false", "north": "false", "east": "true", "south": "false", "west": "false" } | ||
| 587 | }, | ||
| 588 | { "apply": { "model": "minecraft:block/red_mushroom_block_inside_n", "x": 270 }, | ||
| 589 | "when": { "up": "false", "north": "false", "east": "false", "south": "true", "west": "false" } | ||
| 590 | }, | ||
| 591 | { "apply": { "model": "minecraft:block/red_mushroom_block_inside_e", "x": 270 }, | ||
| 592 | "when": { "up": "false", "north": "false", "east": "false", "south": "false", "west": "true" } | ||
| 593 | }, | ||
| 594 | |||
| 595 | { "apply": { "model": "minecraft:block/red_mushroom_block_inside_ne", "x": 270, "y": 180 }, | ||
| 596 | "when": { "up": "false", "north": "true", "east": "true", "south": "false", "west": "false" } | ||
| 597 | }, | ||
| 598 | { "apply": { "model": "minecraft:block/red_mushroom_block_inside_es", "x": 270, "y": 180 }, | ||
| 599 | "when": { "up": "false", "north": "false", "east": "true", "south": "true", "west": "false" } | ||
| 600 | }, | ||
| 601 | { "apply": { "model": "minecraft:block/red_mushroom_block_inside_ne", "x": 270 }, | ||
| 602 | "when": { "up": "false", "north": "false", "east": "false", "south": "true", "west": "true" } | ||
| 603 | }, | ||
| 604 | { "apply": { "model": "minecraft:block/red_mushroom_block_inside_es", "x": 270 }, | ||
| 605 | "when": { "up": "false", "north": "true", "east": "false", "south": "false", "west": "true" } | ||
| 606 | }, | ||
| 607 | |||
| 608 | { "apply": { "model": "minecraft:block/red_mushroom_block_inside_ns", "x": 270 }, | ||
| 609 | "when": { "up": "false", "north": "true", "east": "false", "south": "true", "west": "false" } | ||
| 610 | }, | ||
| 611 | { "apply": { "model": "minecraft:block/red_mushroom_block_inside_ew", "x": 270 }, | ||
| 612 | "when": { "up": "false", "north": "false", "east": "true", "south": "false", "west": "true" } | ||
| 613 | }, | ||
| 614 | |||
| 615 | { "apply": { "model": "minecraft:block/red_mushroom_block_inside_nes", "x": 270, "y": 180 }, | ||
| 616 | "when": { "up": "false", "north": "true", "east": "true", "south": "true", "west": "false" } | ||
| 617 | }, | ||
| 618 | { "apply": { "model": "minecraft:block/red_mushroom_block_inside_esw", "x": 270, "y": 180 }, | ||
| 619 | "when": { "up": "false", "north": "false", "east": "true", "south": "true", "west": "true" } | ||
| 620 | }, | ||
| 621 | { "apply": { "model": "minecraft:block/red_mushroom_block_inside_nes", "x": 270 }, | ||
| 622 | "when": { "up": "false", "north": "true", "east": "false", "south": "true", "west": "true" } | ||
| 623 | }, | ||
| 624 | { "apply": { "model": "minecraft:block/red_mushroom_block_inside_esw", "x": 270 }, | ||
| 625 | "when": { "up": "false", "north": "true", "east": "true", "south": "false", "west": "true" } | ||
| 626 | }, | ||
| 627 | |||
| 628 | { "apply": { "model": "minecraft:block/red_mushroom_block_inside_nesw", "x": 270 }, | ||
| 629 | "when": { "up": "false", "north": "true", "east": "true", "south": "true", "west": "true" } | ||
| 630 | }, | ||
| 631 | |||
| 632 | |||
| 633 | |||
| 634 | { "apply": { "model": "minecraft:block/mushroom_block_inside", "x": 90 }, | ||
| 635 | "when": { "down": "false", "north": "false", "east": "false", "south": "false", "west": "false" } | ||
| 636 | }, | ||
| 637 | |||
| 638 | { "apply": { "model": "minecraft:block/red_mushroom_block_inside_n", "x": 90 }, | ||
| 639 | "when": { "down": "false", "north": "true", "east": "false", "south": "false", "west": "false" } | ||
| 640 | }, | ||
| 641 | { "apply": { "model": "minecraft:block/red_mushroom_block_inside_e", "x": 90, "y": 180 }, | ||
| 642 | "when": { "down": "false", "north": "false", "east": "true", "south": "false", "west": "false" } | ||
| 643 | }, | ||
| 644 | { "apply": { "model": "minecraft:block/red_mushroom_block_inside_n", "x": 90, "y": 180 }, | ||
| 645 | "when": { "down": "false", "north": "false", "east": "false", "south": "true", "west": "false" } | ||
| 646 | }, | ||
| 647 | { "apply": { "model": "minecraft:block/red_mushroom_block_inside_e", "x": 90 }, | ||
| 648 | "when": { "down": "false", "north": "false", "east": "false", "south": "false", "west": "true" } | ||
| 649 | }, | ||
| 650 | |||
| 651 | { "apply": { "model": "minecraft:block/red_mushroom_block_inside_es", "x": 90, "y": 180 }, | ||
| 652 | "when": { "down": "false", "north": "true", "east": "true", "south": "false", "west": "false" } | ||
| 653 | }, | ||
| 654 | { "apply": { "model": "minecraft:block/red_mushroom_block_inside_ne", "x": 90, "y": 180 }, | ||
| 655 | "when": { "down": "false", "north": "false", "east": "true", "south": "true", "west": "false" } | ||
| 656 | }, | ||
| 657 | { "apply": { "model": "minecraft:block/red_mushroom_block_inside_es", "x": 90 }, | ||
| 658 | "when": { "down": "false", "north": "false", "east": "false", "south": "true", "west": "true" } | ||
| 659 | }, | ||
| 660 | { "apply": { "model": "minecraft:block/red_mushroom_block_inside_ne", "x": 90 }, | ||
| 661 | "when": { "down": "false", "north": "true", "east": "false", "south": "false", "west": "true" } | ||
| 662 | }, | ||
| 663 | |||
| 664 | { "apply": { "model": "minecraft:block/red_mushroom_block_inside_ns", "x": 90 }, | ||
| 665 | "when": { "down": "false", "north": "true", "east": "false", "south": "true", "west": "false" } | ||
| 666 | }, | ||
| 667 | { "apply": { "model": "minecraft:block/red_mushroom_block_inside_ew", "x": 90 }, | ||
| 668 | "when": { "down": "false", "north": "false", "east": "true", "south": "false", "west": "true" } | ||
| 669 | }, | ||
| 670 | |||
| 671 | { "apply": { "model": "minecraft:block/red_mushroom_block_inside_nes", "x": 90, "y": 180 }, | ||
| 672 | "when": { "down": "false", "north": "true", "east": "true", "south": "true", "west": "false" } | ||
| 673 | }, | ||
| 674 | { "apply": { "model": "minecraft:block/red_mushroom_block_inside_esw", "x": 90 }, | ||
| 675 | "when": { "down": "false", "north": "false", "east": "true", "south": "true", "west": "true" } | ||
| 676 | }, | ||
| 677 | { "apply": { "model": "minecraft:block/red_mushroom_block_inside_nes", "x": 90 }, | ||
| 678 | "when": { "down": "false", "north": "true", "east": "false", "south": "true", "west": "true" } | ||
| 679 | }, | ||
| 680 | { "apply": { "model": "minecraft:block/red_mushroom_block_inside_esw", "x": 90, "y": 180 }, | ||
| 681 | "when": { "down": "false", "north": "true", "east": "true", "south": "false", "west": "true" } | ||
| 682 | }, | ||
| 683 | |||
| 684 | { "apply": { "model": "minecraft:block/red_mushroom_block_inside_nesw", "x": 90 }, | ||
| 685 | "when": { "down": "false", "north": "true", "east": "true", "south": "true", "west": "true" } | ||
| 686 | } | ||
| 687 | ] | ||
| 688 | } \ No newline at end of file | ||