|
| 1 | +{ |
| 2 | + "multipart": [ |
| 3 | + { |
| 4 | + "apply": { |
| 5 | + "model": "adorn:block/black_chair_upper", |
| 6 | + "y": 270 |
| 7 | + }, |
| 8 | + "when": { |
| 9 | + "half": "upper", |
| 10 | + "facing": "north" |
| 11 | + } |
| 12 | + }, |
| 13 | + { |
| 14 | + "apply": { |
| 15 | + "model": "adorn:block/black_chair_upper" |
| 16 | + }, |
| 17 | + "when": { |
| 18 | + "half": "upper", |
| 19 | + "facing": "east" |
| 20 | + } |
| 21 | + }, |
| 22 | + { |
| 23 | + "apply": { |
| 24 | + "model": "adorn:block/black_chair_upper", |
| 25 | + "y": 90 |
| 26 | + }, |
| 27 | + "when": { |
| 28 | + "half": "upper", |
| 29 | + "facing": "south" |
| 30 | + } |
| 31 | + }, |
| 32 | + { |
| 33 | + "apply": { |
| 34 | + "model": "adorn:block/black_chair_upper", |
| 35 | + "y": 180 |
| 36 | + }, |
| 37 | + "when": { |
| 38 | + "half": "upper", |
| 39 | + "facing": "west" |
| 40 | + } |
| 41 | + }, |
| 42 | + { |
| 43 | + "apply": { |
| 44 | + "model": "adorn:block/black_chair_lower", |
| 45 | + "y": 270 |
| 46 | + }, |
| 47 | + "when": { |
| 48 | + "half": "lower", |
| 49 | + "facing": "north" |
| 50 | + } |
| 51 | + }, |
| 52 | + { |
| 53 | + "apply": { |
| 54 | + "model": "adorn:block/black_chair_lower" |
| 55 | + }, |
| 56 | + "when": { |
| 57 | + "half": "lower", |
| 58 | + "facing": "east" |
| 59 | + } |
| 60 | + }, |
| 61 | + { |
| 62 | + "apply": { |
| 63 | + "model": "adorn:block/black_chair_lower", |
| 64 | + "y": 90 |
| 65 | + }, |
| 66 | + "when": { |
| 67 | + "half": "lower", |
| 68 | + "facing": "south" |
| 69 | + } |
| 70 | + }, |
| 71 | + { |
| 72 | + "apply": { |
| 73 | + "model": "adorn:block/black_chair_lower", |
| 74 | + "y": 180 |
| 75 | + }, |
| 76 | + "when": { |
| 77 | + "half": "lower", |
| 78 | + "facing": "west" |
| 79 | + } |
| 80 | + }, |
| 81 | + { |
| 82 | + "apply": { |
| 83 | + "model": "minecraft:block/red_carpet" |
| 84 | + }, |
| 85 | + "when": { |
| 86 | + "carpet": "red" |
| 87 | + } |
| 88 | + }, |
| 89 | + { |
| 90 | + "apply": { |
| 91 | + "model": "minecraft:block/black_carpet" |
| 92 | + }, |
| 93 | + "when": { |
| 94 | + "carpet": "black" |
| 95 | + } |
| 96 | + }, |
| 97 | + { |
| 98 | + "apply": { |
| 99 | + "model": "minecraft:block/green_carpet" |
| 100 | + }, |
| 101 | + "when": { |
| 102 | + "carpet": "green" |
| 103 | + } |
| 104 | + }, |
| 105 | + { |
| 106 | + "apply": { |
| 107 | + "model": "minecraft:block/brown_carpet" |
| 108 | + }, |
| 109 | + "when": { |
| 110 | + "carpet": "brown" |
| 111 | + } |
| 112 | + }, |
| 113 | + { |
| 114 | + "apply": { |
| 115 | + "model": "minecraft:block/blue_carpet" |
| 116 | + }, |
| 117 | + "when": { |
| 118 | + "carpet": "blue" |
| 119 | + } |
| 120 | + }, |
| 121 | + { |
| 122 | + "apply": { |
| 123 | + "model": "minecraft:block/purple_carpet" |
| 124 | + }, |
| 125 | + "when": { |
| 126 | + "carpet": "purple" |
| 127 | + } |
| 128 | + }, |
| 129 | + { |
| 130 | + "apply": { |
| 131 | + "model": "minecraft:block/cyan_carpet" |
| 132 | + }, |
| 133 | + "when": { |
| 134 | + "carpet": "cyan" |
| 135 | + } |
| 136 | + }, |
| 137 | + { |
| 138 | + "apply": { |
| 139 | + "model": "minecraft:block/light_gray_carpet" |
| 140 | + }, |
| 141 | + "when": { |
| 142 | + "carpet": "light_gray" |
| 143 | + } |
| 144 | + }, |
| 145 | + { |
| 146 | + "apply": { |
| 147 | + "model": "minecraft:block/gray_carpet" |
| 148 | + }, |
| 149 | + "when": { |
| 150 | + "carpet": "gray" |
| 151 | + } |
| 152 | + }, |
| 153 | + { |
| 154 | + "apply": { |
| 155 | + "model": "minecraft:block/pink_carpet" |
| 156 | + }, |
| 157 | + "when": { |
| 158 | + "carpet": "pink" |
| 159 | + } |
| 160 | + }, |
| 161 | + { |
| 162 | + "apply": { |
| 163 | + "model": "minecraft:block/lime_carpet" |
| 164 | + }, |
| 165 | + "when": { |
| 166 | + "carpet": "lime" |
| 167 | + } |
| 168 | + }, |
| 169 | + { |
| 170 | + "apply": { |
| 171 | + "model": "minecraft:block/yellow_carpet" |
| 172 | + }, |
| 173 | + "when": { |
| 174 | + "carpet": "yellow" |
| 175 | + } |
| 176 | + }, |
| 177 | + { |
| 178 | + "apply": { |
| 179 | + "model": "minecraft:block/light_blue_carpet" |
| 180 | + }, |
| 181 | + "when": { |
| 182 | + "carpet": "light_blue" |
| 183 | + } |
| 184 | + }, |
| 185 | + { |
| 186 | + "apply": { |
| 187 | + "model": "minecraft:block/magenta_carpet" |
| 188 | + }, |
| 189 | + "when": { |
| 190 | + "carpet": "magenta" |
| 191 | + } |
| 192 | + }, |
| 193 | + { |
| 194 | + "apply": { |
| 195 | + "model": "minecraft:block/orange_carpet" |
| 196 | + }, |
| 197 | + "when": { |
| 198 | + "carpet": "orange" |
| 199 | + } |
| 200 | + }, |
| 201 | + { |
| 202 | + "apply": { |
| 203 | + "model": "minecraft:block/white_carpet" |
| 204 | + }, |
| 205 | + "when": { |
| 206 | + "carpet": "white" |
| 207 | + } |
| 208 | + } |
| 209 | + ] |
| 210 | +} |
0 commit comments