@jsprismarine/bedrock-data 1.17.34 → 1.18.30

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,320 +1,320 @@
1
- {
2
- "border": {
3
- "type": "shaped",
4
- "id": "bo",
5
- "dye_arrangement": [
6
- "###",
7
- "# #",
8
- "###"
9
- ]
10
- },
11
- "bricks": {
12
- "type": "shapeless",
13
- "id": "bri",
14
- "requires": "bricks"
15
- },
16
- "circle": {
17
- "type": "shaped",
18
- "id": "mc",
19
- "dye_arrangement": [
20
- " ",
21
- " # ",
22
- " "
23
- ]
24
- },
25
- "creeper": {
26
- "type": "shapeless",
27
- "id": "cre",
28
- "requires": "creeper_head"
29
- },
30
- "cross": {
31
- "type": "shaped",
32
- "id": "cr",
33
- "dye_arrangement": [
34
- "# #",
35
- " # ",
36
- "# #"
37
- ]
38
- },
39
- "curly_border": {
40
- "type": "shapeless",
41
- "id": "cbo",
42
- "requires": "vines"
43
- },
44
- "diagonal_left": {
45
- "type": "shaped",
46
- "id": "lud",
47
- "dye_arrangement": [
48
- " ",
49
- "# ",
50
- "## "
51
- ]
52
- },
53
- "diagonal_right": {
54
- "type": "shaped",
55
- "id": "rd",
56
- "dye_arrangement": [
57
- " ",
58
- " #",
59
- " ##"
60
- ]
61
- },
62
- "diagonal_up_left": {
63
- "type": "shaped",
64
- "id": "ld",
65
- "dye_arrangement": [
66
- "## ",
67
- "# ",
68
- " "
69
- ]
70
- },
71
- "diagonal_up_right": {
72
- "type": "shaped",
73
- "id": "rud",
74
- "dye_arrangement": [
75
- " ##",
76
- " #",
77
- " "
78
- ]
79
- },
80
- "flower": {
81
- "type": "shapeless",
82
- "id": "flo",
83
- "requires": "oxeye_daisy"
84
- },
85
- "gradient": {
86
- "type": "shaped",
87
- "id": "gra",
88
- "dye_arrangement": [
89
- "# #",
90
- " # ",
91
- " # "
92
- ]
93
- },
94
- "gradient_up": {
95
- "type": "shaped",
96
- "id": "gru",
97
- "dye_arrangement": [
98
- " # ",
99
- " # ",
100
- "# #"
101
- ]
102
- },
103
- "half_horizontal": {
104
- "type": "shaped",
105
- "id": "hh",
106
- "dye_arrangement": [
107
- "###",
108
- "###",
109
- " "
110
- ]
111
- },
112
- "half_horizontal_bottom": {
113
- "type": "shaped",
114
- "id": "hhb",
115
- "dye_arrangement": [
116
- " ",
117
- "###",
118
- "###"
119
- ]
120
- },
121
- "half_vertical": {
122
- "type": "shaped",
123
- "id": "vh",
124
- "dye_arrangement": [
125
- "## ",
126
- "## ",
127
- "## "
128
- ]
129
- },
130
- "half_vertical_right": {
131
- "type": "shaped",
132
- "id": "vhr",
133
- "dye_arrangement": [
134
- " ##",
135
- " ##",
136
- " ##"
137
- ]
138
- },
139
- "mojang": {
140
- "type": "shapeless",
141
- "id": "moj",
142
- "requires": "enchanted_golden_apple"
143
- },
144
- "rhombus": {
145
- "type": "shaped",
146
- "id": "mr",
147
- "dye_arrangement": [
148
- " # ",
149
- "# #",
150
- " # "
151
- ]
152
- },
153
- "skull": {
154
- "type": "shapeless",
155
- "id": "sku",
156
- "requires": "wither_skeleton_skull"
157
- },
158
- "small_stripes": {
159
- "type": "shaped",
160
- "id": "ss",
161
- "dye_arrangement": [
162
- "# #",
163
- "# #",
164
- " "
165
- ]
166
- },
167
- "square_bottom_left": {
168
- "type": "shaped",
169
- "id": "bl",
170
- "dye_arrangement": [
171
- " ",
172
- " ",
173
- "# "
174
- ]
175
- },
176
- "square_bottom_right": {
177
- "type": "shaped",
178
- "id": "br",
179
- "dye_arrangement": [
180
- " ",
181
- " ",
182
- " #"
183
- ]
184
- },
185
- "square_top_left": {
186
- "type": "shaped",
187
- "id": "tl",
188
- "dye_arrangement": [
189
- "# ",
190
- " ",
191
- " "
192
- ]
193
- },
194
- "square_top_right": {
195
- "type": "shaped",
196
- "id": "tr",
197
- "dye_arrangement": [
198
- " #",
199
- " ",
200
- " "
201
- ]
202
- },
203
- "straight_cross": {
204
- "type": "shaped",
205
- "id": "sc",
206
- "dye_arrangement": [
207
- " # ",
208
- "###",
209
- " # "
210
- ]
211
- },
212
- "stripe_bottom": {
213
- "type": "shaped",
214
- "id": "bs",
215
- "dye_arrangement": [
216
- " ",
217
- " ",
218
- "###"
219
- ]
220
- },
221
- "stripe_center": {
222
- "type": "shaped",
223
- "id": "cs",
224
- "dye_arrangement": [
225
- " # ",
226
- " # ",
227
- " # "
228
- ]
229
- },
230
- "stripe_downleft": {
231
- "type": "shaped",
232
- "id": "dls",
233
- "dye_arrangement": [
234
- " #",
235
- " # ",
236
- "# "
237
- ]
238
- },
239
- "stripe_downright": {
240
- "type": "shaped",
241
- "id": "drs",
242
- "dye_arrangement": [
243
- "# ",
244
- " # ",
245
- " #"
246
- ]
247
- },
248
- "stripe_left": {
249
- "type": "shaped",
250
- "id": "ls",
251
- "dye_arrangement": [
252
- "# ",
253
- "# ",
254
- "# "
255
- ]
256
- },
257
- "stripe_middle": {
258
- "type": "shaped",
259
- "id": "ms",
260
- "dye_arrangement": [
261
- " ",
262
- "###",
263
- " "
264
- ]
265
- },
266
- "stripe_right": {
267
- "type": "shaped",
268
- "id": "rs",
269
- "dye_arrangement": [
270
- " #",
271
- " #",
272
- " #"
273
- ]
274
- },
275
- "stripe_top": {
276
- "type": "shaped",
277
- "id": "ts",
278
- "dye_arrangement": [
279
- "###",
280
- " ",
281
- " "
282
- ]
283
- },
284
- "triangle_bottom": {
285
- "type": "shaped",
286
- "id": "bt",
287
- "dye_arrangement": [
288
- " ",
289
- " # ",
290
- "# #"
291
- ]
292
- },
293
- "triangle_top": {
294
- "type": "shaped",
295
- "id": "tt",
296
- "dye_arrangement": [
297
- "# #",
298
- " # ",
299
- " "
300
- ]
301
- },
302
- "triangles_bottom": {
303
- "type": "shaped",
304
- "id": "bts",
305
- "dye_arrangement": [
306
- " ",
307
- "# #",
308
- " # "
309
- ]
310
- },
311
- "triangles_top": {
312
- "type": "shaped",
313
- "id": "tts",
314
- "dye_arrangement": [
315
- " # ",
316
- "# #",
317
- " "
318
- ]
319
- }
320
- }
1
+ {
2
+ "border": {
3
+ "type": "shaped",
4
+ "id": "bo",
5
+ "dye_arrangement": [
6
+ "###",
7
+ "# #",
8
+ "###"
9
+ ]
10
+ },
11
+ "bricks": {
12
+ "type": "shapeless",
13
+ "id": "bri",
14
+ "requires": "bricks"
15
+ },
16
+ "circle": {
17
+ "type": "shaped",
18
+ "id": "mc",
19
+ "dye_arrangement": [
20
+ " ",
21
+ " # ",
22
+ " "
23
+ ]
24
+ },
25
+ "creeper": {
26
+ "type": "shapeless",
27
+ "id": "cre",
28
+ "requires": "creeper_head"
29
+ },
30
+ "cross": {
31
+ "type": "shaped",
32
+ "id": "cr",
33
+ "dye_arrangement": [
34
+ "# #",
35
+ " # ",
36
+ "# #"
37
+ ]
38
+ },
39
+ "curly_border": {
40
+ "type": "shapeless",
41
+ "id": "cbo",
42
+ "requires": "vines"
43
+ },
44
+ "diagonal_left": {
45
+ "type": "shaped",
46
+ "id": "lud",
47
+ "dye_arrangement": [
48
+ " ",
49
+ "# ",
50
+ "## "
51
+ ]
52
+ },
53
+ "diagonal_right": {
54
+ "type": "shaped",
55
+ "id": "rd",
56
+ "dye_arrangement": [
57
+ " ",
58
+ " #",
59
+ " ##"
60
+ ]
61
+ },
62
+ "diagonal_up_left": {
63
+ "type": "shaped",
64
+ "id": "ld",
65
+ "dye_arrangement": [
66
+ "## ",
67
+ "# ",
68
+ " "
69
+ ]
70
+ },
71
+ "diagonal_up_right": {
72
+ "type": "shaped",
73
+ "id": "rud",
74
+ "dye_arrangement": [
75
+ " ##",
76
+ " #",
77
+ " "
78
+ ]
79
+ },
80
+ "flower": {
81
+ "type": "shapeless",
82
+ "id": "flo",
83
+ "requires": "oxeye_daisy"
84
+ },
85
+ "gradient": {
86
+ "type": "shaped",
87
+ "id": "gra",
88
+ "dye_arrangement": [
89
+ "# #",
90
+ " # ",
91
+ " # "
92
+ ]
93
+ },
94
+ "gradient_up": {
95
+ "type": "shaped",
96
+ "id": "gru",
97
+ "dye_arrangement": [
98
+ " # ",
99
+ " # ",
100
+ "# #"
101
+ ]
102
+ },
103
+ "half_horizontal": {
104
+ "type": "shaped",
105
+ "id": "hh",
106
+ "dye_arrangement": [
107
+ "###",
108
+ "###",
109
+ " "
110
+ ]
111
+ },
112
+ "half_horizontal_bottom": {
113
+ "type": "shaped",
114
+ "id": "hhb",
115
+ "dye_arrangement": [
116
+ " ",
117
+ "###",
118
+ "###"
119
+ ]
120
+ },
121
+ "half_vertical": {
122
+ "type": "shaped",
123
+ "id": "vh",
124
+ "dye_arrangement": [
125
+ "## ",
126
+ "## ",
127
+ "## "
128
+ ]
129
+ },
130
+ "half_vertical_right": {
131
+ "type": "shaped",
132
+ "id": "vhr",
133
+ "dye_arrangement": [
134
+ " ##",
135
+ " ##",
136
+ " ##"
137
+ ]
138
+ },
139
+ "mojang": {
140
+ "type": "shapeless",
141
+ "id": "moj",
142
+ "requires": "enchanted_golden_apple"
143
+ },
144
+ "rhombus": {
145
+ "type": "shaped",
146
+ "id": "mr",
147
+ "dye_arrangement": [
148
+ " # ",
149
+ "# #",
150
+ " # "
151
+ ]
152
+ },
153
+ "skull": {
154
+ "type": "shapeless",
155
+ "id": "sku",
156
+ "requires": "wither_skeleton_skull"
157
+ },
158
+ "small_stripes": {
159
+ "type": "shaped",
160
+ "id": "ss",
161
+ "dye_arrangement": [
162
+ "# #",
163
+ "# #",
164
+ " "
165
+ ]
166
+ },
167
+ "square_bottom_left": {
168
+ "type": "shaped",
169
+ "id": "bl",
170
+ "dye_arrangement": [
171
+ " ",
172
+ " ",
173
+ "# "
174
+ ]
175
+ },
176
+ "square_bottom_right": {
177
+ "type": "shaped",
178
+ "id": "br",
179
+ "dye_arrangement": [
180
+ " ",
181
+ " ",
182
+ " #"
183
+ ]
184
+ },
185
+ "square_top_left": {
186
+ "type": "shaped",
187
+ "id": "tl",
188
+ "dye_arrangement": [
189
+ "# ",
190
+ " ",
191
+ " "
192
+ ]
193
+ },
194
+ "square_top_right": {
195
+ "type": "shaped",
196
+ "id": "tr",
197
+ "dye_arrangement": [
198
+ " #",
199
+ " ",
200
+ " "
201
+ ]
202
+ },
203
+ "straight_cross": {
204
+ "type": "shaped",
205
+ "id": "sc",
206
+ "dye_arrangement": [
207
+ " # ",
208
+ "###",
209
+ " # "
210
+ ]
211
+ },
212
+ "stripe_bottom": {
213
+ "type": "shaped",
214
+ "id": "bs",
215
+ "dye_arrangement": [
216
+ " ",
217
+ " ",
218
+ "###"
219
+ ]
220
+ },
221
+ "stripe_center": {
222
+ "type": "shaped",
223
+ "id": "cs",
224
+ "dye_arrangement": [
225
+ " # ",
226
+ " # ",
227
+ " # "
228
+ ]
229
+ },
230
+ "stripe_downleft": {
231
+ "type": "shaped",
232
+ "id": "dls",
233
+ "dye_arrangement": [
234
+ " #",
235
+ " # ",
236
+ "# "
237
+ ]
238
+ },
239
+ "stripe_downright": {
240
+ "type": "shaped",
241
+ "id": "drs",
242
+ "dye_arrangement": [
243
+ "# ",
244
+ " # ",
245
+ " #"
246
+ ]
247
+ },
248
+ "stripe_left": {
249
+ "type": "shaped",
250
+ "id": "ls",
251
+ "dye_arrangement": [
252
+ "# ",
253
+ "# ",
254
+ "# "
255
+ ]
256
+ },
257
+ "stripe_middle": {
258
+ "type": "shaped",
259
+ "id": "ms",
260
+ "dye_arrangement": [
261
+ " ",
262
+ "###",
263
+ " "
264
+ ]
265
+ },
266
+ "stripe_right": {
267
+ "type": "shaped",
268
+ "id": "rs",
269
+ "dye_arrangement": [
270
+ " #",
271
+ " #",
272
+ " #"
273
+ ]
274
+ },
275
+ "stripe_top": {
276
+ "type": "shaped",
277
+ "id": "ts",
278
+ "dye_arrangement": [
279
+ "###",
280
+ " ",
281
+ " "
282
+ ]
283
+ },
284
+ "triangle_bottom": {
285
+ "type": "shaped",
286
+ "id": "bt",
287
+ "dye_arrangement": [
288
+ " ",
289
+ " # ",
290
+ "# #"
291
+ ]
292
+ },
293
+ "triangle_top": {
294
+ "type": "shaped",
295
+ "id": "tt",
296
+ "dye_arrangement": [
297
+ "# #",
298
+ " # ",
299
+ " "
300
+ ]
301
+ },
302
+ "triangles_bottom": {
303
+ "type": "shaped",
304
+ "id": "bts",
305
+ "dye_arrangement": [
306
+ " ",
307
+ "# #",
308
+ " # "
309
+ ]
310
+ },
311
+ "triangles_top": {
312
+ "type": "shaped",
313
+ "id": "tts",
314
+ "dye_arrangement": [
315
+ " # ",
316
+ "# #",
317
+ " "
318
+ ]
319
+ }
320
+ }
Binary file