mc-assets 0.1.0 → 0.1.2
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.
- package/README.MD +130 -2
- package/dist/{parser.d.ts → assetsParser.d.ts} +15 -3
- package/dist/{parser.js → assetsParser.js} +26 -13
- package/dist/atlasCreator.js +4 -0
- package/dist/atlasParser.d.ts +8 -3
- package/dist/atlasParser.js +20 -7
- package/dist/blockStatesModels.json +803 -2522
- package/dist/blocksAtlasLatest.png +0 -0
- package/dist/blocksAtlases.json +1353 -1348
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/dist/itemsRenderer.d.ts +63 -0
- package/dist/itemsRenderer.js +78 -0
- package/dist/types.d.ts +8 -0
- package/dist/worldBlockProvider.d.ts +22 -11
- package/dist/worldBlockProvider.js +11 -14
- package/docs-assets/mc-assets.png +0 -0
- package/package.json +8 -6
- package/dist/itemsProvider.d.ts +0 -6
- package/dist/itemsProvider.js +0 -12
|
@@ -34002,7 +34002,14 @@
|
|
|
34002
34002
|
"y": 0
|
|
34003
34003
|
},
|
|
34004
34004
|
"when": {
|
|
34005
|
-
"AND":
|
|
34005
|
+
"AND": [
|
|
34006
|
+
{
|
|
34007
|
+
"facing": "north"
|
|
34008
|
+
},
|
|
34009
|
+
{
|
|
34010
|
+
"slot_0_occupied": "true"
|
|
34011
|
+
}
|
|
34012
|
+
]
|
|
34006
34013
|
}
|
|
34007
34014
|
},
|
|
34008
34015
|
{
|
|
@@ -34011,7 +34018,14 @@
|
|
|
34011
34018
|
"y": 0
|
|
34012
34019
|
},
|
|
34013
34020
|
"when": {
|
|
34014
|
-
"AND":
|
|
34021
|
+
"AND": [
|
|
34022
|
+
{
|
|
34023
|
+
"facing": "north"
|
|
34024
|
+
},
|
|
34025
|
+
{
|
|
34026
|
+
"slot_0_occupied": "false"
|
|
34027
|
+
}
|
|
34028
|
+
]
|
|
34015
34029
|
}
|
|
34016
34030
|
},
|
|
34017
34031
|
{
|
|
@@ -34020,7 +34034,14 @@
|
|
|
34020
34034
|
"y": 0
|
|
34021
34035
|
},
|
|
34022
34036
|
"when": {
|
|
34023
|
-
"AND":
|
|
34037
|
+
"AND": [
|
|
34038
|
+
{
|
|
34039
|
+
"facing": "north"
|
|
34040
|
+
},
|
|
34041
|
+
{
|
|
34042
|
+
"slot_1_occupied": "true"
|
|
34043
|
+
}
|
|
34044
|
+
]
|
|
34024
34045
|
}
|
|
34025
34046
|
},
|
|
34026
34047
|
{
|
|
@@ -34029,7 +34050,14 @@
|
|
|
34029
34050
|
"y": 0
|
|
34030
34051
|
},
|
|
34031
34052
|
"when": {
|
|
34032
|
-
"AND":
|
|
34053
|
+
"AND": [
|
|
34054
|
+
{
|
|
34055
|
+
"facing": "north"
|
|
34056
|
+
},
|
|
34057
|
+
{
|
|
34058
|
+
"slot_1_occupied": "false"
|
|
34059
|
+
}
|
|
34060
|
+
]
|
|
34033
34061
|
}
|
|
34034
34062
|
},
|
|
34035
34063
|
{
|
|
@@ -34038,7 +34066,14 @@
|
|
|
34038
34066
|
"y": 0
|
|
34039
34067
|
},
|
|
34040
34068
|
"when": {
|
|
34041
|
-
"AND":
|
|
34069
|
+
"AND": [
|
|
34070
|
+
{
|
|
34071
|
+
"facing": "north"
|
|
34072
|
+
},
|
|
34073
|
+
{
|
|
34074
|
+
"slot_2_occupied": "true"
|
|
34075
|
+
}
|
|
34076
|
+
]
|
|
34042
34077
|
}
|
|
34043
34078
|
},
|
|
34044
34079
|
{
|
|
@@ -34047,7 +34082,14 @@
|
|
|
34047
34082
|
"y": 0
|
|
34048
34083
|
},
|
|
34049
34084
|
"when": {
|
|
34050
|
-
"AND":
|
|
34085
|
+
"AND": [
|
|
34086
|
+
{
|
|
34087
|
+
"facing": "north"
|
|
34088
|
+
},
|
|
34089
|
+
{
|
|
34090
|
+
"slot_2_occupied": "false"
|
|
34091
|
+
}
|
|
34092
|
+
]
|
|
34051
34093
|
}
|
|
34052
34094
|
},
|
|
34053
34095
|
{
|
|
@@ -34056,7 +34098,14 @@
|
|
|
34056
34098
|
"y": 0
|
|
34057
34099
|
},
|
|
34058
34100
|
"when": {
|
|
34059
|
-
"AND":
|
|
34101
|
+
"AND": [
|
|
34102
|
+
{
|
|
34103
|
+
"facing": "north"
|
|
34104
|
+
},
|
|
34105
|
+
{
|
|
34106
|
+
"slot_3_occupied": "true"
|
|
34107
|
+
}
|
|
34108
|
+
]
|
|
34060
34109
|
}
|
|
34061
34110
|
},
|
|
34062
34111
|
{
|
|
@@ -34065,7 +34114,14 @@
|
|
|
34065
34114
|
"y": 0
|
|
34066
34115
|
},
|
|
34067
34116
|
"when": {
|
|
34068
|
-
"AND":
|
|
34117
|
+
"AND": [
|
|
34118
|
+
{
|
|
34119
|
+
"facing": "north"
|
|
34120
|
+
},
|
|
34121
|
+
{
|
|
34122
|
+
"slot_3_occupied": "false"
|
|
34123
|
+
}
|
|
34124
|
+
]
|
|
34069
34125
|
}
|
|
34070
34126
|
},
|
|
34071
34127
|
{
|
|
@@ -34074,7 +34130,14 @@
|
|
|
34074
34130
|
"y": 0
|
|
34075
34131
|
},
|
|
34076
34132
|
"when": {
|
|
34077
|
-
"AND":
|
|
34133
|
+
"AND": [
|
|
34134
|
+
{
|
|
34135
|
+
"facing": "north"
|
|
34136
|
+
},
|
|
34137
|
+
{
|
|
34138
|
+
"slot_4_occupied": "true"
|
|
34139
|
+
}
|
|
34140
|
+
]
|
|
34078
34141
|
}
|
|
34079
34142
|
},
|
|
34080
34143
|
{
|
|
@@ -34083,7 +34146,14 @@
|
|
|
34083
34146
|
"y": 0
|
|
34084
34147
|
},
|
|
34085
34148
|
"when": {
|
|
34086
|
-
"AND":
|
|
34149
|
+
"AND": [
|
|
34150
|
+
{
|
|
34151
|
+
"facing": "north"
|
|
34152
|
+
},
|
|
34153
|
+
{
|
|
34154
|
+
"slot_4_occupied": "false"
|
|
34155
|
+
}
|
|
34156
|
+
]
|
|
34087
34157
|
}
|
|
34088
34158
|
},
|
|
34089
34159
|
{
|
|
@@ -34092,7 +34162,14 @@
|
|
|
34092
34162
|
"y": 0
|
|
34093
34163
|
},
|
|
34094
34164
|
"when": {
|
|
34095
|
-
"AND":
|
|
34165
|
+
"AND": [
|
|
34166
|
+
{
|
|
34167
|
+
"facing": "north"
|
|
34168
|
+
},
|
|
34169
|
+
{
|
|
34170
|
+
"slot_5_occupied": "true"
|
|
34171
|
+
}
|
|
34172
|
+
]
|
|
34096
34173
|
}
|
|
34097
34174
|
},
|
|
34098
34175
|
{
|
|
@@ -34101,7 +34178,14 @@
|
|
|
34101
34178
|
"y": 0
|
|
34102
34179
|
},
|
|
34103
34180
|
"when": {
|
|
34104
|
-
"AND":
|
|
34181
|
+
"AND": [
|
|
34182
|
+
{
|
|
34183
|
+
"facing": "north"
|
|
34184
|
+
},
|
|
34185
|
+
{
|
|
34186
|
+
"slot_5_occupied": "false"
|
|
34187
|
+
}
|
|
34188
|
+
]
|
|
34105
34189
|
}
|
|
34106
34190
|
},
|
|
34107
34191
|
{
|
|
@@ -34120,7 +34204,14 @@
|
|
|
34120
34204
|
"y": 90
|
|
34121
34205
|
},
|
|
34122
34206
|
"when": {
|
|
34123
|
-
"AND":
|
|
34207
|
+
"AND": [
|
|
34208
|
+
{
|
|
34209
|
+
"facing": "east"
|
|
34210
|
+
},
|
|
34211
|
+
{
|
|
34212
|
+
"slot_0_occupied": "true"
|
|
34213
|
+
}
|
|
34214
|
+
]
|
|
34124
34215
|
}
|
|
34125
34216
|
},
|
|
34126
34217
|
{
|
|
@@ -34129,7 +34220,14 @@
|
|
|
34129
34220
|
"y": 90
|
|
34130
34221
|
},
|
|
34131
34222
|
"when": {
|
|
34132
|
-
"AND":
|
|
34223
|
+
"AND": [
|
|
34224
|
+
{
|
|
34225
|
+
"facing": "east"
|
|
34226
|
+
},
|
|
34227
|
+
{
|
|
34228
|
+
"slot_0_occupied": "false"
|
|
34229
|
+
}
|
|
34230
|
+
]
|
|
34133
34231
|
}
|
|
34134
34232
|
},
|
|
34135
34233
|
{
|
|
@@ -34138,7 +34236,14 @@
|
|
|
34138
34236
|
"y": 90
|
|
34139
34237
|
},
|
|
34140
34238
|
"when": {
|
|
34141
|
-
"AND":
|
|
34239
|
+
"AND": [
|
|
34240
|
+
{
|
|
34241
|
+
"facing": "east"
|
|
34242
|
+
},
|
|
34243
|
+
{
|
|
34244
|
+
"slot_1_occupied": "true"
|
|
34245
|
+
}
|
|
34246
|
+
]
|
|
34142
34247
|
}
|
|
34143
34248
|
},
|
|
34144
34249
|
{
|
|
@@ -34147,7 +34252,14 @@
|
|
|
34147
34252
|
"y": 90
|
|
34148
34253
|
},
|
|
34149
34254
|
"when": {
|
|
34150
|
-
"AND":
|
|
34255
|
+
"AND": [
|
|
34256
|
+
{
|
|
34257
|
+
"facing": "east"
|
|
34258
|
+
},
|
|
34259
|
+
{
|
|
34260
|
+
"slot_1_occupied": "false"
|
|
34261
|
+
}
|
|
34262
|
+
]
|
|
34151
34263
|
}
|
|
34152
34264
|
},
|
|
34153
34265
|
{
|
|
@@ -34156,7 +34268,14 @@
|
|
|
34156
34268
|
"y": 90
|
|
34157
34269
|
},
|
|
34158
34270
|
"when": {
|
|
34159
|
-
"AND":
|
|
34271
|
+
"AND": [
|
|
34272
|
+
{
|
|
34273
|
+
"facing": "east"
|
|
34274
|
+
},
|
|
34275
|
+
{
|
|
34276
|
+
"slot_2_occupied": "true"
|
|
34277
|
+
}
|
|
34278
|
+
]
|
|
34160
34279
|
}
|
|
34161
34280
|
},
|
|
34162
34281
|
{
|
|
@@ -34165,7 +34284,14 @@
|
|
|
34165
34284
|
"y": 90
|
|
34166
34285
|
},
|
|
34167
34286
|
"when": {
|
|
34168
|
-
"AND":
|
|
34287
|
+
"AND": [
|
|
34288
|
+
{
|
|
34289
|
+
"facing": "east"
|
|
34290
|
+
},
|
|
34291
|
+
{
|
|
34292
|
+
"slot_2_occupied": "false"
|
|
34293
|
+
}
|
|
34294
|
+
]
|
|
34169
34295
|
}
|
|
34170
34296
|
},
|
|
34171
34297
|
{
|
|
@@ -34174,7 +34300,14 @@
|
|
|
34174
34300
|
"y": 90
|
|
34175
34301
|
},
|
|
34176
34302
|
"when": {
|
|
34177
|
-
"AND":
|
|
34303
|
+
"AND": [
|
|
34304
|
+
{
|
|
34305
|
+
"facing": "east"
|
|
34306
|
+
},
|
|
34307
|
+
{
|
|
34308
|
+
"slot_3_occupied": "true"
|
|
34309
|
+
}
|
|
34310
|
+
]
|
|
34178
34311
|
}
|
|
34179
34312
|
},
|
|
34180
34313
|
{
|
|
@@ -34183,7 +34316,14 @@
|
|
|
34183
34316
|
"y": 90
|
|
34184
34317
|
},
|
|
34185
34318
|
"when": {
|
|
34186
|
-
"AND":
|
|
34319
|
+
"AND": [
|
|
34320
|
+
{
|
|
34321
|
+
"facing": "east"
|
|
34322
|
+
},
|
|
34323
|
+
{
|
|
34324
|
+
"slot_3_occupied": "false"
|
|
34325
|
+
}
|
|
34326
|
+
]
|
|
34187
34327
|
}
|
|
34188
34328
|
},
|
|
34189
34329
|
{
|
|
@@ -34192,7 +34332,14 @@
|
|
|
34192
34332
|
"y": 90
|
|
34193
34333
|
},
|
|
34194
34334
|
"when": {
|
|
34195
|
-
"AND":
|
|
34335
|
+
"AND": [
|
|
34336
|
+
{
|
|
34337
|
+
"facing": "east"
|
|
34338
|
+
},
|
|
34339
|
+
{
|
|
34340
|
+
"slot_4_occupied": "true"
|
|
34341
|
+
}
|
|
34342
|
+
]
|
|
34196
34343
|
}
|
|
34197
34344
|
},
|
|
34198
34345
|
{
|
|
@@ -34201,7 +34348,14 @@
|
|
|
34201
34348
|
"y": 90
|
|
34202
34349
|
},
|
|
34203
34350
|
"when": {
|
|
34204
|
-
"AND":
|
|
34351
|
+
"AND": [
|
|
34352
|
+
{
|
|
34353
|
+
"facing": "east"
|
|
34354
|
+
},
|
|
34355
|
+
{
|
|
34356
|
+
"slot_4_occupied": "false"
|
|
34357
|
+
}
|
|
34358
|
+
]
|
|
34205
34359
|
}
|
|
34206
34360
|
},
|
|
34207
34361
|
{
|
|
@@ -34210,7 +34364,14 @@
|
|
|
34210
34364
|
"y": 90
|
|
34211
34365
|
},
|
|
34212
34366
|
"when": {
|
|
34213
|
-
"AND":
|
|
34367
|
+
"AND": [
|
|
34368
|
+
{
|
|
34369
|
+
"facing": "east"
|
|
34370
|
+
},
|
|
34371
|
+
{
|
|
34372
|
+
"slot_5_occupied": "true"
|
|
34373
|
+
}
|
|
34374
|
+
]
|
|
34214
34375
|
}
|
|
34215
34376
|
},
|
|
34216
34377
|
{
|
|
@@ -34219,7 +34380,14 @@
|
|
|
34219
34380
|
"y": 90
|
|
34220
34381
|
},
|
|
34221
34382
|
"when": {
|
|
34222
|
-
"AND":
|
|
34383
|
+
"AND": [
|
|
34384
|
+
{
|
|
34385
|
+
"facing": "east"
|
|
34386
|
+
},
|
|
34387
|
+
{
|
|
34388
|
+
"slot_5_occupied": "false"
|
|
34389
|
+
}
|
|
34390
|
+
]
|
|
34223
34391
|
}
|
|
34224
34392
|
},
|
|
34225
34393
|
{
|
|
@@ -34238,7 +34406,14 @@
|
|
|
34238
34406
|
"y": 180
|
|
34239
34407
|
},
|
|
34240
34408
|
"when": {
|
|
34241
|
-
"AND":
|
|
34409
|
+
"AND": [
|
|
34410
|
+
{
|
|
34411
|
+
"facing": "south"
|
|
34412
|
+
},
|
|
34413
|
+
{
|
|
34414
|
+
"slot_0_occupied": "true"
|
|
34415
|
+
}
|
|
34416
|
+
]
|
|
34242
34417
|
}
|
|
34243
34418
|
},
|
|
34244
34419
|
{
|
|
@@ -34247,7 +34422,14 @@
|
|
|
34247
34422
|
"y": 180
|
|
34248
34423
|
},
|
|
34249
34424
|
"when": {
|
|
34250
|
-
"AND":
|
|
34425
|
+
"AND": [
|
|
34426
|
+
{
|
|
34427
|
+
"facing": "south"
|
|
34428
|
+
},
|
|
34429
|
+
{
|
|
34430
|
+
"slot_0_occupied": "false"
|
|
34431
|
+
}
|
|
34432
|
+
]
|
|
34251
34433
|
}
|
|
34252
34434
|
},
|
|
34253
34435
|
{
|
|
@@ -34256,7 +34438,14 @@
|
|
|
34256
34438
|
"y": 180
|
|
34257
34439
|
},
|
|
34258
34440
|
"when": {
|
|
34259
|
-
"AND":
|
|
34441
|
+
"AND": [
|
|
34442
|
+
{
|
|
34443
|
+
"facing": "south"
|
|
34444
|
+
},
|
|
34445
|
+
{
|
|
34446
|
+
"slot_1_occupied": "true"
|
|
34447
|
+
}
|
|
34448
|
+
]
|
|
34260
34449
|
}
|
|
34261
34450
|
},
|
|
34262
34451
|
{
|
|
@@ -34265,7 +34454,14 @@
|
|
|
34265
34454
|
"y": 180
|
|
34266
34455
|
},
|
|
34267
34456
|
"when": {
|
|
34268
|
-
"AND":
|
|
34457
|
+
"AND": [
|
|
34458
|
+
{
|
|
34459
|
+
"facing": "south"
|
|
34460
|
+
},
|
|
34461
|
+
{
|
|
34462
|
+
"slot_1_occupied": "false"
|
|
34463
|
+
}
|
|
34464
|
+
]
|
|
34269
34465
|
}
|
|
34270
34466
|
},
|
|
34271
34467
|
{
|
|
@@ -34274,7 +34470,14 @@
|
|
|
34274
34470
|
"y": 180
|
|
34275
34471
|
},
|
|
34276
34472
|
"when": {
|
|
34277
|
-
"AND":
|
|
34473
|
+
"AND": [
|
|
34474
|
+
{
|
|
34475
|
+
"facing": "south"
|
|
34476
|
+
},
|
|
34477
|
+
{
|
|
34478
|
+
"slot_2_occupied": "true"
|
|
34479
|
+
}
|
|
34480
|
+
]
|
|
34278
34481
|
}
|
|
34279
34482
|
},
|
|
34280
34483
|
{
|
|
@@ -34283,7 +34486,14 @@
|
|
|
34283
34486
|
"y": 180
|
|
34284
34487
|
},
|
|
34285
34488
|
"when": {
|
|
34286
|
-
"AND":
|
|
34489
|
+
"AND": [
|
|
34490
|
+
{
|
|
34491
|
+
"facing": "south"
|
|
34492
|
+
},
|
|
34493
|
+
{
|
|
34494
|
+
"slot_2_occupied": "false"
|
|
34495
|
+
}
|
|
34496
|
+
]
|
|
34287
34497
|
}
|
|
34288
34498
|
},
|
|
34289
34499
|
{
|
|
@@ -34292,7 +34502,14 @@
|
|
|
34292
34502
|
"y": 180
|
|
34293
34503
|
},
|
|
34294
34504
|
"when": {
|
|
34295
|
-
"AND":
|
|
34505
|
+
"AND": [
|
|
34506
|
+
{
|
|
34507
|
+
"facing": "south"
|
|
34508
|
+
},
|
|
34509
|
+
{
|
|
34510
|
+
"slot_3_occupied": "true"
|
|
34511
|
+
}
|
|
34512
|
+
]
|
|
34296
34513
|
}
|
|
34297
34514
|
},
|
|
34298
34515
|
{
|
|
@@ -34301,7 +34518,14 @@
|
|
|
34301
34518
|
"y": 180
|
|
34302
34519
|
},
|
|
34303
34520
|
"when": {
|
|
34304
|
-
"AND":
|
|
34521
|
+
"AND": [
|
|
34522
|
+
{
|
|
34523
|
+
"facing": "south"
|
|
34524
|
+
},
|
|
34525
|
+
{
|
|
34526
|
+
"slot_3_occupied": "false"
|
|
34527
|
+
}
|
|
34528
|
+
]
|
|
34305
34529
|
}
|
|
34306
34530
|
},
|
|
34307
34531
|
{
|
|
@@ -34310,7 +34534,14 @@
|
|
|
34310
34534
|
"y": 180
|
|
34311
34535
|
},
|
|
34312
34536
|
"when": {
|
|
34313
|
-
"AND":
|
|
34537
|
+
"AND": [
|
|
34538
|
+
{
|
|
34539
|
+
"facing": "south"
|
|
34540
|
+
},
|
|
34541
|
+
{
|
|
34542
|
+
"slot_4_occupied": "true"
|
|
34543
|
+
}
|
|
34544
|
+
]
|
|
34314
34545
|
}
|
|
34315
34546
|
},
|
|
34316
34547
|
{
|
|
@@ -34319,7 +34550,14 @@
|
|
|
34319
34550
|
"y": 180
|
|
34320
34551
|
},
|
|
34321
34552
|
"when": {
|
|
34322
|
-
"AND":
|
|
34553
|
+
"AND": [
|
|
34554
|
+
{
|
|
34555
|
+
"facing": "south"
|
|
34556
|
+
},
|
|
34557
|
+
{
|
|
34558
|
+
"slot_4_occupied": "false"
|
|
34559
|
+
}
|
|
34560
|
+
]
|
|
34323
34561
|
}
|
|
34324
34562
|
},
|
|
34325
34563
|
{
|
|
@@ -34328,7 +34566,14 @@
|
|
|
34328
34566
|
"y": 180
|
|
34329
34567
|
},
|
|
34330
34568
|
"when": {
|
|
34331
|
-
"AND":
|
|
34569
|
+
"AND": [
|
|
34570
|
+
{
|
|
34571
|
+
"facing": "south"
|
|
34572
|
+
},
|
|
34573
|
+
{
|
|
34574
|
+
"slot_5_occupied": "true"
|
|
34575
|
+
}
|
|
34576
|
+
]
|
|
34332
34577
|
}
|
|
34333
34578
|
},
|
|
34334
34579
|
{
|
|
@@ -34337,7 +34582,14 @@
|
|
|
34337
34582
|
"y": 180
|
|
34338
34583
|
},
|
|
34339
34584
|
"when": {
|
|
34340
|
-
"AND":
|
|
34585
|
+
"AND": [
|
|
34586
|
+
{
|
|
34587
|
+
"facing": "south"
|
|
34588
|
+
},
|
|
34589
|
+
{
|
|
34590
|
+
"slot_5_occupied": "false"
|
|
34591
|
+
}
|
|
34592
|
+
]
|
|
34341
34593
|
}
|
|
34342
34594
|
},
|
|
34343
34595
|
{
|
|
@@ -34356,7 +34608,14 @@
|
|
|
34356
34608
|
"y": 270
|
|
34357
34609
|
},
|
|
34358
34610
|
"when": {
|
|
34359
|
-
"AND":
|
|
34611
|
+
"AND": [
|
|
34612
|
+
{
|
|
34613
|
+
"facing": "west"
|
|
34614
|
+
},
|
|
34615
|
+
{
|
|
34616
|
+
"slot_0_occupied": "true"
|
|
34617
|
+
}
|
|
34618
|
+
]
|
|
34360
34619
|
}
|
|
34361
34620
|
},
|
|
34362
34621
|
{
|
|
@@ -34365,7 +34624,14 @@
|
|
|
34365
34624
|
"y": 270
|
|
34366
34625
|
},
|
|
34367
34626
|
"when": {
|
|
34368
|
-
"AND":
|
|
34627
|
+
"AND": [
|
|
34628
|
+
{
|
|
34629
|
+
"facing": "west"
|
|
34630
|
+
},
|
|
34631
|
+
{
|
|
34632
|
+
"slot_0_occupied": "false"
|
|
34633
|
+
}
|
|
34634
|
+
]
|
|
34369
34635
|
}
|
|
34370
34636
|
},
|
|
34371
34637
|
{
|
|
@@ -34374,7 +34640,14 @@
|
|
|
34374
34640
|
"y": 270
|
|
34375
34641
|
},
|
|
34376
34642
|
"when": {
|
|
34377
|
-
"AND":
|
|
34643
|
+
"AND": [
|
|
34644
|
+
{
|
|
34645
|
+
"facing": "west"
|
|
34646
|
+
},
|
|
34647
|
+
{
|
|
34648
|
+
"slot_1_occupied": "true"
|
|
34649
|
+
}
|
|
34650
|
+
]
|
|
34378
34651
|
}
|
|
34379
34652
|
},
|
|
34380
34653
|
{
|
|
@@ -34383,7 +34656,14 @@
|
|
|
34383
34656
|
"y": 270
|
|
34384
34657
|
},
|
|
34385
34658
|
"when": {
|
|
34386
|
-
"AND":
|
|
34659
|
+
"AND": [
|
|
34660
|
+
{
|
|
34661
|
+
"facing": "west"
|
|
34662
|
+
},
|
|
34663
|
+
{
|
|
34664
|
+
"slot_1_occupied": "false"
|
|
34665
|
+
}
|
|
34666
|
+
]
|
|
34387
34667
|
}
|
|
34388
34668
|
},
|
|
34389
34669
|
{
|
|
@@ -34392,7 +34672,14 @@
|
|
|
34392
34672
|
"y": 270
|
|
34393
34673
|
},
|
|
34394
34674
|
"when": {
|
|
34395
|
-
"AND":
|
|
34675
|
+
"AND": [
|
|
34676
|
+
{
|
|
34677
|
+
"facing": "west"
|
|
34678
|
+
},
|
|
34679
|
+
{
|
|
34680
|
+
"slot_2_occupied": "true"
|
|
34681
|
+
}
|
|
34682
|
+
]
|
|
34396
34683
|
}
|
|
34397
34684
|
},
|
|
34398
34685
|
{
|
|
@@ -34401,7 +34688,14 @@
|
|
|
34401
34688
|
"y": 270
|
|
34402
34689
|
},
|
|
34403
34690
|
"when": {
|
|
34404
|
-
"AND":
|
|
34691
|
+
"AND": [
|
|
34692
|
+
{
|
|
34693
|
+
"facing": "west"
|
|
34694
|
+
},
|
|
34695
|
+
{
|
|
34696
|
+
"slot_2_occupied": "false"
|
|
34697
|
+
}
|
|
34698
|
+
]
|
|
34405
34699
|
}
|
|
34406
34700
|
},
|
|
34407
34701
|
{
|
|
@@ -34410,7 +34704,14 @@
|
|
|
34410
34704
|
"y": 270
|
|
34411
34705
|
},
|
|
34412
34706
|
"when": {
|
|
34413
|
-
"AND":
|
|
34707
|
+
"AND": [
|
|
34708
|
+
{
|
|
34709
|
+
"facing": "west"
|
|
34710
|
+
},
|
|
34711
|
+
{
|
|
34712
|
+
"slot_3_occupied": "true"
|
|
34713
|
+
}
|
|
34714
|
+
]
|
|
34414
34715
|
}
|
|
34415
34716
|
},
|
|
34416
34717
|
{
|
|
@@ -34419,7 +34720,14 @@
|
|
|
34419
34720
|
"y": 270
|
|
34420
34721
|
},
|
|
34421
34722
|
"when": {
|
|
34422
|
-
"AND":
|
|
34723
|
+
"AND": [
|
|
34724
|
+
{
|
|
34725
|
+
"facing": "west"
|
|
34726
|
+
},
|
|
34727
|
+
{
|
|
34728
|
+
"slot_3_occupied": "false"
|
|
34729
|
+
}
|
|
34730
|
+
]
|
|
34423
34731
|
}
|
|
34424
34732
|
},
|
|
34425
34733
|
{
|
|
@@ -34428,7 +34736,14 @@
|
|
|
34428
34736
|
"y": 270
|
|
34429
34737
|
},
|
|
34430
34738
|
"when": {
|
|
34431
|
-
"AND":
|
|
34739
|
+
"AND": [
|
|
34740
|
+
{
|
|
34741
|
+
"facing": "west"
|
|
34742
|
+
},
|
|
34743
|
+
{
|
|
34744
|
+
"slot_4_occupied": "true"
|
|
34745
|
+
}
|
|
34746
|
+
]
|
|
34432
34747
|
}
|
|
34433
34748
|
},
|
|
34434
34749
|
{
|
|
@@ -34437,7 +34752,14 @@
|
|
|
34437
34752
|
"y": 270
|
|
34438
34753
|
},
|
|
34439
34754
|
"when": {
|
|
34440
|
-
"AND":
|
|
34755
|
+
"AND": [
|
|
34756
|
+
{
|
|
34757
|
+
"facing": "west"
|
|
34758
|
+
},
|
|
34759
|
+
{
|
|
34760
|
+
"slot_4_occupied": "false"
|
|
34761
|
+
}
|
|
34762
|
+
]
|
|
34441
34763
|
}
|
|
34442
34764
|
},
|
|
34443
34765
|
{
|
|
@@ -34446,7 +34768,14 @@
|
|
|
34446
34768
|
"y": 270
|
|
34447
34769
|
},
|
|
34448
34770
|
"when": {
|
|
34449
|
-
"AND":
|
|
34771
|
+
"AND": [
|
|
34772
|
+
{
|
|
34773
|
+
"facing": "west"
|
|
34774
|
+
},
|
|
34775
|
+
{
|
|
34776
|
+
"slot_5_occupied": "true"
|
|
34777
|
+
}
|
|
34778
|
+
]
|
|
34450
34779
|
}
|
|
34451
34780
|
},
|
|
34452
34781
|
{
|
|
@@ -34455,7 +34784,14 @@
|
|
|
34455
34784
|
"y": 270
|
|
34456
34785
|
},
|
|
34457
34786
|
"when": {
|
|
34458
|
-
"AND":
|
|
34787
|
+
"AND": [
|
|
34788
|
+
{
|
|
34789
|
+
"facing": "west"
|
|
34790
|
+
},
|
|
34791
|
+
{
|
|
34792
|
+
"slot_5_occupied": "false"
|
|
34793
|
+
}
|
|
34794
|
+
]
|
|
34459
34795
|
}
|
|
34460
34796
|
}
|
|
34461
34797
|
]
|
|
@@ -38752,6 +39088,13 @@
|
|
|
38752
39088
|
"y": 270
|
|
38753
39089
|
}
|
|
38754
39090
|
}
|
|
39091
|
+
},
|
|
39092
|
+
"unknown": {
|
|
39093
|
+
"variants": {
|
|
39094
|
+
"": {
|
|
39095
|
+
"model": "block/unknown"
|
|
39096
|
+
}
|
|
39097
|
+
}
|
|
38755
39098
|
}
|
|
38756
39099
|
},
|
|
38757
39100
|
"1.13": {
|
|
@@ -140511,14 +140854,10 @@
|
|
|
140511
140854
|
}
|
|
140512
140855
|
},
|
|
140513
140856
|
"item/acacia_fence": {
|
|
140514
|
-
"
|
|
140515
|
-
"layer0": "invsprite_acacia_fence"
|
|
140516
|
-
}
|
|
140857
|
+
"parent": "block/acacia_fence_inventory"
|
|
140517
140858
|
},
|
|
140518
140859
|
"item/acacia_fence_gate": {
|
|
140519
|
-
"
|
|
140520
|
-
"layer0": "invsprite_acacia_fence_gate"
|
|
140521
|
-
}
|
|
140860
|
+
"parent": "block/acacia_fence_gate"
|
|
140522
140861
|
},
|
|
140523
140862
|
"item/acacia_leaves": {
|
|
140524
140863
|
"parent": "block/acacia_leaves"
|
|
@@ -140536,14 +140875,10 @@
|
|
|
140536
140875
|
}
|
|
140537
140876
|
},
|
|
140538
140877
|
"item/acacia_slab": {
|
|
140539
|
-
"
|
|
140540
|
-
"layer0": "invsprite_acacia_slab"
|
|
140541
|
-
}
|
|
140878
|
+
"parent": "block/acacia_slab"
|
|
140542
140879
|
},
|
|
140543
140880
|
"item/acacia_stairs": {
|
|
140544
|
-
"
|
|
140545
|
-
"layer0": "invsprite_acacia_stairs"
|
|
140546
|
-
}
|
|
140881
|
+
"parent": "block/acacia_stairs"
|
|
140547
140882
|
},
|
|
140548
140883
|
"item/activator_rail": {
|
|
140549
140884
|
"parent": "item/generated",
|
|
@@ -140597,8 +140932,110 @@
|
|
|
140597
140932
|
}
|
|
140598
140933
|
},
|
|
140599
140934
|
"item/banner": {
|
|
140600
|
-
"
|
|
140601
|
-
|
|
140935
|
+
"parent": "builtin/entity",
|
|
140936
|
+
"display": {
|
|
140937
|
+
"thirdperson_righthand": {
|
|
140938
|
+
"rotation": [
|
|
140939
|
+
0,
|
|
140940
|
+
90,
|
|
140941
|
+
0
|
|
140942
|
+
],
|
|
140943
|
+
"translation": [
|
|
140944
|
+
0,
|
|
140945
|
+
2,
|
|
140946
|
+
0.5
|
|
140947
|
+
],
|
|
140948
|
+
"scale": [
|
|
140949
|
+
0.375,
|
|
140950
|
+
0.375,
|
|
140951
|
+
0.375
|
|
140952
|
+
]
|
|
140953
|
+
},
|
|
140954
|
+
"firstperson_righthand": {
|
|
140955
|
+
"rotation": [
|
|
140956
|
+
0,
|
|
140957
|
+
90,
|
|
140958
|
+
0
|
|
140959
|
+
],
|
|
140960
|
+
"translation": [
|
|
140961
|
+
0,
|
|
140962
|
+
0,
|
|
140963
|
+
0
|
|
140964
|
+
],
|
|
140965
|
+
"scale": [
|
|
140966
|
+
0.375,
|
|
140967
|
+
0.375,
|
|
140968
|
+
0.375
|
|
140969
|
+
]
|
|
140970
|
+
},
|
|
140971
|
+
"gui": {
|
|
140972
|
+
"rotation": [
|
|
140973
|
+
30,
|
|
140974
|
+
20,
|
|
140975
|
+
0
|
|
140976
|
+
],
|
|
140977
|
+
"translation": [
|
|
140978
|
+
0,
|
|
140979
|
+
-3.25,
|
|
140980
|
+
0
|
|
140981
|
+
],
|
|
140982
|
+
"scale": [
|
|
140983
|
+
0.5325,
|
|
140984
|
+
0.5325,
|
|
140985
|
+
0.5325
|
|
140986
|
+
]
|
|
140987
|
+
},
|
|
140988
|
+
"ground": {
|
|
140989
|
+
"rotation": [
|
|
140990
|
+
0,
|
|
140991
|
+
0,
|
|
140992
|
+
0
|
|
140993
|
+
],
|
|
140994
|
+
"translation": [
|
|
140995
|
+
0,
|
|
140996
|
+
1,
|
|
140997
|
+
0
|
|
140998
|
+
],
|
|
140999
|
+
"scale": [
|
|
141000
|
+
0.25,
|
|
141001
|
+
0.25,
|
|
141002
|
+
0.25
|
|
141003
|
+
]
|
|
141004
|
+
},
|
|
141005
|
+
"head": {
|
|
141006
|
+
"rotation": [
|
|
141007
|
+
0,
|
|
141008
|
+
180,
|
|
141009
|
+
0
|
|
141010
|
+
],
|
|
141011
|
+
"translation": [
|
|
141012
|
+
0,
|
|
141013
|
+
16,
|
|
141014
|
+
7
|
|
141015
|
+
],
|
|
141016
|
+
"scale": [
|
|
141017
|
+
1.5,
|
|
141018
|
+
1.5,
|
|
141019
|
+
1.5
|
|
141020
|
+
]
|
|
141021
|
+
},
|
|
141022
|
+
"fixed": {
|
|
141023
|
+
"rotation": [
|
|
141024
|
+
0,
|
|
141025
|
+
180,
|
|
141026
|
+
0
|
|
141027
|
+
],
|
|
141028
|
+
"translation": [
|
|
141029
|
+
0,
|
|
141030
|
+
0,
|
|
141031
|
+
0
|
|
141032
|
+
],
|
|
141033
|
+
"scale": [
|
|
141034
|
+
0.5,
|
|
141035
|
+
0.5,
|
|
141036
|
+
0.5
|
|
141037
|
+
]
|
|
141038
|
+
}
|
|
140602
141039
|
}
|
|
140603
141040
|
},
|
|
140604
141041
|
"item/barrier": {
|
|
@@ -140608,13 +141045,113 @@
|
|
|
140608
141045
|
}
|
|
140609
141046
|
},
|
|
140610
141047
|
"item/beacon": {
|
|
140611
|
-
"
|
|
140612
|
-
"layer0": "invsprite_beacon"
|
|
140613
|
-
}
|
|
141048
|
+
"parent": "block/beacon"
|
|
140614
141049
|
},
|
|
140615
141050
|
"item/bed": {
|
|
140616
|
-
"
|
|
140617
|
-
|
|
141051
|
+
"parent": "builtin/entity",
|
|
141052
|
+
"display": {
|
|
141053
|
+
"thirdperson_righthand": {
|
|
141054
|
+
"rotation": [
|
|
141055
|
+
30,
|
|
141056
|
+
160,
|
|
141057
|
+
0
|
|
141058
|
+
],
|
|
141059
|
+
"translation": [
|
|
141060
|
+
0,
|
|
141061
|
+
3,
|
|
141062
|
+
-2
|
|
141063
|
+
],
|
|
141064
|
+
"scale": [
|
|
141065
|
+
0.23,
|
|
141066
|
+
0.23,
|
|
141067
|
+
0.23
|
|
141068
|
+
]
|
|
141069
|
+
},
|
|
141070
|
+
"firstperson_righthand": {
|
|
141071
|
+
"rotation": [
|
|
141072
|
+
30,
|
|
141073
|
+
160,
|
|
141074
|
+
0
|
|
141075
|
+
],
|
|
141076
|
+
"translation": [
|
|
141077
|
+
0,
|
|
141078
|
+
3,
|
|
141079
|
+
0
|
|
141080
|
+
],
|
|
141081
|
+
"scale": [
|
|
141082
|
+
0.375,
|
|
141083
|
+
0.375,
|
|
141084
|
+
0.375
|
|
141085
|
+
]
|
|
141086
|
+
},
|
|
141087
|
+
"gui": {
|
|
141088
|
+
"rotation": [
|
|
141089
|
+
30,
|
|
141090
|
+
160,
|
|
141091
|
+
0
|
|
141092
|
+
],
|
|
141093
|
+
"translation": [
|
|
141094
|
+
2,
|
|
141095
|
+
3,
|
|
141096
|
+
0
|
|
141097
|
+
],
|
|
141098
|
+
"scale": [
|
|
141099
|
+
0.5325,
|
|
141100
|
+
0.5325,
|
|
141101
|
+
0.5325
|
|
141102
|
+
]
|
|
141103
|
+
},
|
|
141104
|
+
"ground": {
|
|
141105
|
+
"rotation": [
|
|
141106
|
+
0,
|
|
141107
|
+
0,
|
|
141108
|
+
0
|
|
141109
|
+
],
|
|
141110
|
+
"translation": [
|
|
141111
|
+
0,
|
|
141112
|
+
1,
|
|
141113
|
+
0
|
|
141114
|
+
],
|
|
141115
|
+
"scale": [
|
|
141116
|
+
0.25,
|
|
141117
|
+
0.25,
|
|
141118
|
+
0.25
|
|
141119
|
+
]
|
|
141120
|
+
},
|
|
141121
|
+
"head": {
|
|
141122
|
+
"rotation": [
|
|
141123
|
+
0,
|
|
141124
|
+
180,
|
|
141125
|
+
0
|
|
141126
|
+
],
|
|
141127
|
+
"translation": [
|
|
141128
|
+
0,
|
|
141129
|
+
10,
|
|
141130
|
+
-8
|
|
141131
|
+
],
|
|
141132
|
+
"scale": [
|
|
141133
|
+
1,
|
|
141134
|
+
1,
|
|
141135
|
+
1
|
|
141136
|
+
]
|
|
141137
|
+
},
|
|
141138
|
+
"fixed": {
|
|
141139
|
+
"rotation": [
|
|
141140
|
+
270,
|
|
141141
|
+
0,
|
|
141142
|
+
0
|
|
141143
|
+
],
|
|
141144
|
+
"translation": [
|
|
141145
|
+
0,
|
|
141146
|
+
4,
|
|
141147
|
+
-2
|
|
141148
|
+
],
|
|
141149
|
+
"scale": [
|
|
141150
|
+
0.5,
|
|
141151
|
+
0.5,
|
|
141152
|
+
0.5
|
|
141153
|
+
]
|
|
141154
|
+
}
|
|
140618
141155
|
}
|
|
140619
141156
|
},
|
|
140620
141157
|
"item/bedrock": {
|
|
@@ -140633,14 +141170,10 @@
|
|
|
140633
141170
|
}
|
|
140634
141171
|
},
|
|
140635
141172
|
"item/birch_fence": {
|
|
140636
|
-
"
|
|
140637
|
-
"layer0": "invsprite_birch_fence"
|
|
140638
|
-
}
|
|
141173
|
+
"parent": "block/birch_fence_inventory"
|
|
140639
141174
|
},
|
|
140640
141175
|
"item/birch_fence_gate": {
|
|
140641
|
-
"
|
|
140642
|
-
"layer0": "invsprite_birch_fence_gate"
|
|
140643
|
-
}
|
|
141176
|
+
"parent": "block/birch_fence_gate"
|
|
140644
141177
|
},
|
|
140645
141178
|
"item/birch_leaves": {
|
|
140646
141179
|
"parent": "block/birch_leaves"
|
|
@@ -140658,19 +141191,13 @@
|
|
|
140658
141191
|
}
|
|
140659
141192
|
},
|
|
140660
141193
|
"item/birch_slab": {
|
|
140661
|
-
"
|
|
140662
|
-
"layer0": "invsprite_birch_slab"
|
|
140663
|
-
}
|
|
141194
|
+
"parent": "block/birch_slab"
|
|
140664
141195
|
},
|
|
140665
141196
|
"item/birch_stairs": {
|
|
140666
|
-
"
|
|
140667
|
-
"layer0": "invsprite_birch_stairs"
|
|
140668
|
-
}
|
|
141197
|
+
"parent": "block/birch_stairs"
|
|
140669
141198
|
},
|
|
140670
141199
|
"item/black_carpet": {
|
|
140671
|
-
"
|
|
140672
|
-
"layer0": "invsprite_black_carpet"
|
|
140673
|
-
}
|
|
141200
|
+
"parent": "block/black_carpet"
|
|
140674
141201
|
},
|
|
140675
141202
|
"item/black_stained_glass": {
|
|
140676
141203
|
"parent": "block/black_stained_glass"
|
|
@@ -140700,9 +141227,7 @@
|
|
|
140700
141227
|
}
|
|
140701
141228
|
},
|
|
140702
141229
|
"item/blue_carpet": {
|
|
140703
|
-
"
|
|
140704
|
-
"layer0": "invsprite_blue_carpet"
|
|
140705
|
-
}
|
|
141230
|
+
"parent": "block/blue_carpet"
|
|
140706
141231
|
},
|
|
140707
141232
|
"item/blue_orchid": {
|
|
140708
141233
|
"parent": "item/generated",
|
|
@@ -140959,19 +141484,13 @@
|
|
|
140959
141484
|
"parent": "block/brick"
|
|
140960
141485
|
},
|
|
140961
141486
|
"item/brick_slab": {
|
|
140962
|
-
"
|
|
140963
|
-
"layer0": "invsprite_brick_slab"
|
|
140964
|
-
}
|
|
141487
|
+
"parent": "block/brick_slab"
|
|
140965
141488
|
},
|
|
140966
141489
|
"item/brick_stairs": {
|
|
140967
|
-
"
|
|
140968
|
-
"layer0": "invsprite_brick_stairs"
|
|
140969
|
-
}
|
|
141490
|
+
"parent": "block/brick_stairs"
|
|
140970
141491
|
},
|
|
140971
141492
|
"item/brown_carpet": {
|
|
140972
|
-
"
|
|
140973
|
-
"layer0": "invsprite_brown_carpet"
|
|
140974
|
-
}
|
|
141493
|
+
"parent": "block/brown_carpet"
|
|
140975
141494
|
},
|
|
140976
141495
|
"item/brown_mushroom": {
|
|
140977
141496
|
"parent": "item/generated",
|
|
@@ -140980,9 +141499,7 @@
|
|
|
140980
141499
|
}
|
|
140981
141500
|
},
|
|
140982
141501
|
"item/brown_mushroom_block": {
|
|
140983
|
-
"
|
|
140984
|
-
"layer0": "invsprite_brown_mushroom_block"
|
|
140985
|
-
}
|
|
141502
|
+
"parent": "block/brown_mushroom_block_inventory"
|
|
140986
141503
|
},
|
|
140987
141504
|
"item/brown_stained_glass": {
|
|
140988
141505
|
"parent": "block/brown_stained_glass"
|
|
@@ -141006,9 +141523,7 @@
|
|
|
141006
141523
|
}
|
|
141007
141524
|
},
|
|
141008
141525
|
"item/cactus": {
|
|
141009
|
-
"
|
|
141010
|
-
"layer0": "invsprite_cactus"
|
|
141011
|
-
}
|
|
141526
|
+
"parent": "block/cactus"
|
|
141012
141527
|
},
|
|
141013
141528
|
"item/cake": {
|
|
141014
141529
|
"parent": "item/generated",
|
|
@@ -141884,14 +142399,10 @@
|
|
|
141884
142399
|
"parent": "block/cobblestone"
|
|
141885
142400
|
},
|
|
141886
142401
|
"item/cobblestone_slab": {
|
|
141887
|
-
"
|
|
141888
|
-
"layer0": "invsprite_cobblestone_slab"
|
|
141889
|
-
}
|
|
142402
|
+
"parent": "block/cobblestone_slab"
|
|
141890
142403
|
},
|
|
141891
142404
|
"item/cobblestone_wall": {
|
|
141892
|
-
"
|
|
141893
|
-
"layer0": "invsprite_cobblestone_wall"
|
|
141894
|
-
}
|
|
142405
|
+
"parent": "block/cobblestone_wall_inventory"
|
|
141895
142406
|
},
|
|
141896
142407
|
"item/cod": {
|
|
141897
142408
|
"parent": "item/generated",
|
|
@@ -142197,9 +142708,7 @@
|
|
|
142197
142708
|
"parent": "block/crafting_table"
|
|
142198
142709
|
},
|
|
142199
142710
|
"item/cyan_carpet": {
|
|
142200
|
-
"
|
|
142201
|
-
"layer0": "invsprite_cyan_carpet"
|
|
142202
|
-
}
|
|
142711
|
+
"parent": "block/cyan_carpet"
|
|
142203
142712
|
},
|
|
142204
142713
|
"item/cyan_stained_glass": {
|
|
142205
142714
|
"parent": "block/cyan_stained_glass"
|
|
@@ -142229,14 +142738,10 @@
|
|
|
142229
142738
|
}
|
|
142230
142739
|
},
|
|
142231
142740
|
"item/dark_oak_fence": {
|
|
142232
|
-
"
|
|
142233
|
-
"layer0": "invsprite_dark_oak_fence"
|
|
142234
|
-
}
|
|
142741
|
+
"parent": "block/dark_oak_fence_inventory"
|
|
142235
142742
|
},
|
|
142236
142743
|
"item/dark_oak_fence_gate": {
|
|
142237
|
-
"
|
|
142238
|
-
"layer0": "invsprite_dark_oak_fence_gate"
|
|
142239
|
-
}
|
|
142744
|
+
"parent": "block/dark_oak_fence_gate"
|
|
142240
142745
|
},
|
|
142241
142746
|
"item/dark_oak_leaves": {
|
|
142242
142747
|
"parent": "block/dark_oak_leaves"
|
|
@@ -142254,22 +142759,16 @@
|
|
|
142254
142759
|
}
|
|
142255
142760
|
},
|
|
142256
142761
|
"item/dark_oak_slab": {
|
|
142257
|
-
"
|
|
142258
|
-
"layer0": "invsprite_dark_oak_slab"
|
|
142259
|
-
}
|
|
142762
|
+
"parent": "block/dark_oak_slab"
|
|
142260
142763
|
},
|
|
142261
142764
|
"item/dark_oak_stairs": {
|
|
142262
|
-
"
|
|
142263
|
-
"layer0": "invsprite_dark_oak_stairs"
|
|
142264
|
-
}
|
|
142765
|
+
"parent": "block/dark_oak_stairs"
|
|
142265
142766
|
},
|
|
142266
142767
|
"item/dark_prismarine": {
|
|
142267
142768
|
"parent": "block/dark_prismarine"
|
|
142268
142769
|
},
|
|
142269
142770
|
"item/daylight_detector": {
|
|
142270
|
-
"
|
|
142271
|
-
"layer0": "invsprite_daylight_detector"
|
|
142272
|
-
}
|
|
142771
|
+
"parent": "block/daylight_detector"
|
|
142273
142772
|
},
|
|
142274
142773
|
"item/dead_bush": {
|
|
142275
142774
|
"parent": "item/generated",
|
|
@@ -142634,9 +143133,7 @@
|
|
|
142634
143133
|
}
|
|
142635
143134
|
},
|
|
142636
143135
|
"item/dragon_egg": {
|
|
142637
|
-
"
|
|
142638
|
-
"layer0": "invsprite_dragon_egg"
|
|
142639
|
-
}
|
|
143136
|
+
"parent": "block/dragon_egg"
|
|
142640
143137
|
},
|
|
142641
143138
|
"item/dropper": {
|
|
142642
143139
|
"parent": "block/dropper"
|
|
@@ -142762,14 +143259,10 @@
|
|
|
142762
143259
|
}
|
|
142763
143260
|
},
|
|
142764
143261
|
"item/enchanting_table": {
|
|
142765
|
-
"
|
|
142766
|
-
"layer0": "invsprite_enchanting_table"
|
|
142767
|
-
}
|
|
143262
|
+
"parent": "block/enchanting_table"
|
|
142768
143263
|
},
|
|
142769
143264
|
"item/end_portal_frame": {
|
|
142770
|
-
"
|
|
142771
|
-
"layer0": "invsprite_end_portal_frame"
|
|
142772
|
-
}
|
|
143265
|
+
"parent": "block/end_portal_frame"
|
|
142773
143266
|
},
|
|
142774
143267
|
"item/end_stone": {
|
|
142775
143268
|
"parent": "block/end_stone"
|
|
@@ -142799,9 +143292,7 @@
|
|
|
142799
143292
|
}
|
|
142800
143293
|
},
|
|
142801
143294
|
"item/farmland": {
|
|
142802
|
-
"
|
|
142803
|
-
"layer0": "invsprite_farmland"
|
|
142804
|
-
}
|
|
143295
|
+
"parent": "block/farmland"
|
|
142805
143296
|
},
|
|
142806
143297
|
"item/feather": {
|
|
142807
143298
|
"parent": "item/generated",
|
|
@@ -143303,9 +143794,7 @@
|
|
|
143303
143794
|
"parent": "block/gravel"
|
|
143304
143795
|
},
|
|
143305
143796
|
"item/gray_carpet": {
|
|
143306
|
-
"
|
|
143307
|
-
"layer0": "invsprite_gray_carpet"
|
|
143308
|
-
}
|
|
143797
|
+
"parent": "block/gray_carpet"
|
|
143309
143798
|
},
|
|
143310
143799
|
"item/gray_stained_glass": {
|
|
143311
143800
|
"parent": "block/gray_stained_glass"
|
|
@@ -143323,9 +143812,7 @@
|
|
|
143323
143812
|
"parent": "block/gray_wool"
|
|
143324
143813
|
},
|
|
143325
143814
|
"item/green_carpet": {
|
|
143326
|
-
"
|
|
143327
|
-
"layer0": "invsprite_green_carpet"
|
|
143328
|
-
}
|
|
143815
|
+
"parent": "block/green_carpet"
|
|
143329
143816
|
},
|
|
143330
143817
|
"item/green_stained_glass": {
|
|
143331
143818
|
"parent": "block/green_stained_glass"
|
|
@@ -143355,9 +143842,7 @@
|
|
|
143355
143842
|
"parent": "block/hay_block"
|
|
143356
143843
|
},
|
|
143357
143844
|
"item/heavy_weighted_pressure_plate": {
|
|
143358
|
-
"
|
|
143359
|
-
"layer0": "invsprite_heavy_weighted_pressure_plate"
|
|
143360
|
-
}
|
|
143845
|
+
"parent": "block/heavy_weighted_pressure_plate"
|
|
143361
143846
|
},
|
|
143362
143847
|
"item/hopper": {
|
|
143363
143848
|
"parent": "item/generated",
|
|
@@ -143713,9 +144198,7 @@
|
|
|
143713
144198
|
}
|
|
143714
144199
|
},
|
|
143715
144200
|
"item/iron_trapdoor": {
|
|
143716
|
-
"
|
|
143717
|
-
"layer0": "invsprite_iron_trapdoor"
|
|
143718
|
-
}
|
|
144201
|
+
"parent": "block/iron_trapdoor_bottom"
|
|
143719
144202
|
},
|
|
143720
144203
|
"item/item_frame": {
|
|
143721
144204
|
"parent": "item/generated",
|
|
@@ -143733,14 +144216,10 @@
|
|
|
143733
144216
|
}
|
|
143734
144217
|
},
|
|
143735
144218
|
"item/jungle_fence": {
|
|
143736
|
-
"
|
|
143737
|
-
"layer0": "invsprite_jungle_fence"
|
|
143738
|
-
}
|
|
144219
|
+
"parent": "block/jungle_fence_inventory"
|
|
143739
144220
|
},
|
|
143740
144221
|
"item/jungle_fence_gate": {
|
|
143741
|
-
"
|
|
143742
|
-
"layer0": "invsprite_jungle_fence_gate"
|
|
143743
|
-
}
|
|
144222
|
+
"parent": "block/jungle_fence_gate"
|
|
143744
144223
|
},
|
|
143745
144224
|
"item/jungle_leaves": {
|
|
143746
144225
|
"parent": "block/jungle_leaves"
|
|
@@ -143758,14 +144237,10 @@
|
|
|
143758
144237
|
}
|
|
143759
144238
|
},
|
|
143760
144239
|
"item/jungle_slab": {
|
|
143761
|
-
"
|
|
143762
|
-
"layer0": "invsprite_jungle_slab"
|
|
143763
|
-
}
|
|
144240
|
+
"parent": "block/jungle_slab"
|
|
143764
144241
|
},
|
|
143765
144242
|
"item/jungle_stairs": {
|
|
143766
|
-
"
|
|
143767
|
-
"layer0": "invsprite_jungle_stairs"
|
|
143768
|
-
}
|
|
144243
|
+
"parent": "block/jungle_stairs"
|
|
143769
144244
|
},
|
|
143770
144245
|
"item/ladder": {
|
|
143771
144246
|
"parent": "item/generated",
|
|
@@ -144099,9 +144574,7 @@
|
|
|
144099
144574
|
}
|
|
144100
144575
|
},
|
|
144101
144576
|
"item/light_blue_carpet": {
|
|
144102
|
-
"
|
|
144103
|
-
"layer0": "invsprite_light_blue_carpet"
|
|
144104
|
-
}
|
|
144577
|
+
"parent": "block/light_blue_carpet"
|
|
144105
144578
|
},
|
|
144106
144579
|
"item/light_blue_stained_glass": {
|
|
144107
144580
|
"parent": "block/light_blue_stained_glass"
|
|
@@ -144119,14 +144592,10 @@
|
|
|
144119
144592
|
"parent": "block/light_blue_wool"
|
|
144120
144593
|
},
|
|
144121
144594
|
"item/light_weighted_pressure_plate": {
|
|
144122
|
-
"
|
|
144123
|
-
"layer0": "invsprite_light_weighted_pressure_plate"
|
|
144124
|
-
}
|
|
144595
|
+
"parent": "block/light_weighted_pressure_plate"
|
|
144125
144596
|
},
|
|
144126
144597
|
"item/lime_carpet": {
|
|
144127
|
-
"
|
|
144128
|
-
"layer0": "invsprite_lime_carpet"
|
|
144129
|
-
}
|
|
144598
|
+
"parent": "block/lime_carpet"
|
|
144130
144599
|
},
|
|
144131
144600
|
"item/lime_stained_glass": {
|
|
144132
144601
|
"parent": "block/lime_stained_glass"
|
|
@@ -144150,9 +144619,7 @@
|
|
|
144150
144619
|
"parent": "block/lit_pumpkin"
|
|
144151
144620
|
},
|
|
144152
144621
|
"item/magenta_carpet": {
|
|
144153
|
-
"
|
|
144154
|
-
"layer0": "invsprite_magenta_carpet"
|
|
144155
|
-
}
|
|
144622
|
+
"parent": "block/magenta_carpet"
|
|
144156
144623
|
},
|
|
144157
144624
|
"item/magenta_stained_glass": {
|
|
144158
144625
|
"parent": "block/magenta_stained_glass"
|
|
@@ -144215,9 +144682,7 @@
|
|
|
144215
144682
|
"parent": "block/mossy_cobblestone"
|
|
144216
144683
|
},
|
|
144217
144684
|
"item/mossy_cobblestone_wall": {
|
|
144218
|
-
"
|
|
144219
|
-
"layer0": "invsprite_mossy_cobblestone_wall"
|
|
144220
|
-
}
|
|
144685
|
+
"parent": "block/mossy_cobblestone_wall_inventory"
|
|
144221
144686
|
},
|
|
144222
144687
|
"item/mossy_stonebrick": {
|
|
144223
144688
|
"parent": "block/stonebrick_mossy"
|
|
@@ -144250,19 +144715,13 @@
|
|
|
144250
144715
|
}
|
|
144251
144716
|
},
|
|
144252
144717
|
"item/nether_brick_fence": {
|
|
144253
|
-
"
|
|
144254
|
-
"layer0": "invsprite_nether_brick_fence"
|
|
144255
|
-
}
|
|
144718
|
+
"parent": "block/nether_brick_fence_inventory"
|
|
144256
144719
|
},
|
|
144257
144720
|
"item/nether_brick_slab": {
|
|
144258
|
-
"
|
|
144259
|
-
"layer0": "invsprite_nether_brick_slab"
|
|
144260
|
-
}
|
|
144721
|
+
"parent": "block/nether_brick_slab"
|
|
144261
144722
|
},
|
|
144262
144723
|
"item/nether_brick_stairs": {
|
|
144263
|
-
"
|
|
144264
|
-
"layer0": "invsprite_nether_brick_stairs"
|
|
144265
|
-
}
|
|
144724
|
+
"parent": "block/nether_brick_stairs"
|
|
144266
144725
|
},
|
|
144267
144726
|
"item/nether_star": {
|
|
144268
144727
|
"parent": "item/generated",
|
|
@@ -144295,14 +144754,10 @@
|
|
|
144295
144754
|
}
|
|
144296
144755
|
},
|
|
144297
144756
|
"item/oak_fence": {
|
|
144298
|
-
"
|
|
144299
|
-
"layer0": "invsprite_oak_fence"
|
|
144300
|
-
}
|
|
144757
|
+
"parent": "block/oak_fence_inventory"
|
|
144301
144758
|
},
|
|
144302
144759
|
"item/oak_fence_gate": {
|
|
144303
|
-
"
|
|
144304
|
-
"layer0": "invsprite_oak_fence_gate"
|
|
144305
|
-
}
|
|
144760
|
+
"parent": "block/oak_fence_gate"
|
|
144306
144761
|
},
|
|
144307
144762
|
"item/oak_leaves": {
|
|
144308
144763
|
"parent": "block/oak_leaves"
|
|
@@ -144320,14 +144775,10 @@
|
|
|
144320
144775
|
}
|
|
144321
144776
|
},
|
|
144322
144777
|
"item/oak_slab": {
|
|
144323
|
-
"
|
|
144324
|
-
"layer0": "invsprite_oak_slab"
|
|
144325
|
-
}
|
|
144778
|
+
"parent": "block/oak_slab"
|
|
144326
144779
|
},
|
|
144327
144780
|
"item/oak_stairs": {
|
|
144328
|
-
"
|
|
144329
|
-
"layer0": "invsprite_oak_stairs"
|
|
144330
|
-
}
|
|
144781
|
+
"parent": "block/oak_stairs"
|
|
144331
144782
|
},
|
|
144332
144783
|
"item/obsidian": {
|
|
144333
144784
|
"parent": "block/obsidian"
|
|
@@ -144336,9 +144787,7 @@
|
|
|
144336
144787
|
"parent": "block/half_slab_oak"
|
|
144337
144788
|
},
|
|
144338
144789
|
"item/orange_carpet": {
|
|
144339
|
-
"
|
|
144340
|
-
"layer0": "invsprite_orange_carpet"
|
|
144341
|
-
}
|
|
144790
|
+
"parent": "block/orange_carpet"
|
|
144342
144791
|
},
|
|
144343
144792
|
"item/orange_stained_glass": {
|
|
144344
144793
|
"parent": "block/orange_stained_glass"
|
|
@@ -144389,9 +144838,7 @@
|
|
|
144389
144838
|
}
|
|
144390
144839
|
},
|
|
144391
144840
|
"item/pink_carpet": {
|
|
144392
|
-
"
|
|
144393
|
-
"layer0": "invsprite_pink_carpet"
|
|
144394
|
-
}
|
|
144841
|
+
"parent": "block/pink_carpet"
|
|
144395
144842
|
},
|
|
144396
144843
|
"item/pink_stained_glass": {
|
|
144397
144844
|
"parent": "block/pink_stained_glass"
|
|
@@ -144484,9 +144931,7 @@
|
|
|
144484
144931
|
}
|
|
144485
144932
|
},
|
|
144486
144933
|
"item/purple_carpet": {
|
|
144487
|
-
"
|
|
144488
|
-
"layer0": "invsprite_purple_carpet"
|
|
144489
|
-
}
|
|
144934
|
+
"parent": "block/purple_carpet"
|
|
144490
144935
|
},
|
|
144491
144936
|
"item/purple_stained_glass": {
|
|
144492
144937
|
"parent": "block/purple_stained_glass"
|
|
@@ -144519,14 +144964,10 @@
|
|
|
144519
144964
|
"parent": "block/quartz_ore"
|
|
144520
144965
|
},
|
|
144521
144966
|
"item/quartz_slab": {
|
|
144522
|
-
"
|
|
144523
|
-
"layer0": "invsprite_quartz_slab"
|
|
144524
|
-
}
|
|
144967
|
+
"parent": "block/quartz_slab"
|
|
144525
144968
|
},
|
|
144526
144969
|
"item/quartz_stairs": {
|
|
144527
|
-
"
|
|
144528
|
-
"layer0": "invsprite_quartz_stairs"
|
|
144529
|
-
}
|
|
144970
|
+
"parent": "block/quartz_stairs"
|
|
144530
144971
|
},
|
|
144531
144972
|
"item/rabbit": {
|
|
144532
144973
|
"parent": "item/generated",
|
|
@@ -144631,9 +145072,7 @@
|
|
|
144631
145072
|
}
|
|
144632
145073
|
},
|
|
144633
145074
|
"item/red_carpet": {
|
|
144634
|
-
"
|
|
144635
|
-
"layer0": "invsprite_red_carpet"
|
|
144636
|
-
}
|
|
145075
|
+
"parent": "block/red_carpet"
|
|
144637
145076
|
},
|
|
144638
145077
|
"item/red_mushroom": {
|
|
144639
145078
|
"parent": "item/generated",
|
|
@@ -144642,9 +145081,7 @@
|
|
|
144642
145081
|
}
|
|
144643
145082
|
},
|
|
144644
145083
|
"item/red_mushroom_block": {
|
|
144645
|
-
"
|
|
144646
|
-
"layer0": "invsprite_red_mushroom_block"
|
|
144647
|
-
}
|
|
145084
|
+
"parent": "block/red_mushroom_block_inventory"
|
|
144648
145085
|
},
|
|
144649
145086
|
"item/red_sand": {
|
|
144650
145087
|
"parent": "block/red_sand"
|
|
@@ -144653,14 +145090,10 @@
|
|
|
144653
145090
|
"parent": "block/red_sandstone"
|
|
144654
145091
|
},
|
|
144655
145092
|
"item/red_sandstone_slab": {
|
|
144656
|
-
"
|
|
144657
|
-
"layer0": "invsprite_red_sandstone_slab"
|
|
144658
|
-
}
|
|
145093
|
+
"parent": "block/red_sandstone_slab"
|
|
144659
145094
|
},
|
|
144660
145095
|
"item/red_sandstone_stairs": {
|
|
144661
|
-
"
|
|
144662
|
-
"layer0": "invsprite_red_sandstone_stairs"
|
|
144663
|
-
}
|
|
145096
|
+
"parent": "block/red_sandstone_stairs"
|
|
144664
145097
|
},
|
|
144665
145098
|
"item/red_stained_glass": {
|
|
144666
145099
|
"parent": "block/red_stained_glass"
|
|
@@ -144741,14 +145174,10 @@
|
|
|
144741
145174
|
"parent": "block/sandstone"
|
|
144742
145175
|
},
|
|
144743
145176
|
"item/sandstone_slab": {
|
|
144744
|
-
"
|
|
144745
|
-
"layer0": "invsprite_sandstone_slab"
|
|
144746
|
-
}
|
|
145177
|
+
"parent": "block/sandstone_slab"
|
|
144747
145178
|
},
|
|
144748
145179
|
"item/sandstone_stairs": {
|
|
144749
|
-
"
|
|
144750
|
-
"layer0": "invsprite_sandstone_stairs"
|
|
144751
|
-
}
|
|
145180
|
+
"parent": "block/sandstone_stairs"
|
|
144752
145181
|
},
|
|
144753
145182
|
"item/sea_lantern": {
|
|
144754
145183
|
"parent": "block/sea_lantern"
|
|
@@ -144814,9 +145243,7 @@
|
|
|
144814
145243
|
"parent": "block/smooth_sandstone"
|
|
144815
145244
|
},
|
|
144816
145245
|
"item/snow": {
|
|
144817
|
-
"
|
|
144818
|
-
"layer0": "invsprite_snow"
|
|
144819
|
-
}
|
|
145246
|
+
"parent": "block/snow_height2"
|
|
144820
145247
|
},
|
|
144821
145248
|
"item/snow_layer": {
|
|
144822
145249
|
"parent": "block/snow_height2"
|
|
@@ -144862,14 +145289,10 @@
|
|
|
144862
145289
|
}
|
|
144863
145290
|
},
|
|
144864
145291
|
"item/spruce_fence": {
|
|
144865
|
-
"
|
|
144866
|
-
"layer0": "invsprite_spruce_fence"
|
|
144867
|
-
}
|
|
145292
|
+
"parent": "block/spruce_fence_inventory"
|
|
144868
145293
|
},
|
|
144869
145294
|
"item/spruce_fence_gate": {
|
|
144870
|
-
"
|
|
144871
|
-
"layer0": "invsprite_spruce_fence_gate"
|
|
144872
|
-
}
|
|
145295
|
+
"parent": "block/spruce_fence_gate"
|
|
144873
145296
|
},
|
|
144874
145297
|
"item/spruce_leaves": {
|
|
144875
145298
|
"parent": "block/spruce_leaves"
|
|
@@ -144887,14 +145310,10 @@
|
|
|
144887
145310
|
}
|
|
144888
145311
|
},
|
|
144889
145312
|
"item/spruce_slab": {
|
|
144890
|
-
"
|
|
144891
|
-
"layer0": "invsprite_spruce_slab"
|
|
144892
|
-
}
|
|
145313
|
+
"parent": "block/spruce_slab"
|
|
144893
145314
|
},
|
|
144894
145315
|
"item/spruce_stairs": {
|
|
144895
|
-
"
|
|
144896
|
-
"layer0": "invsprite_spruce_stairs"
|
|
144897
|
-
}
|
|
145316
|
+
"parent": "block/spruce_stairs"
|
|
144898
145317
|
},
|
|
144899
145318
|
"item/stick": {
|
|
144900
145319
|
"parent": "item/handheld",
|
|
@@ -144918,19 +145337,13 @@
|
|
|
144918
145337
|
"parent": "block/stonebrick_normal"
|
|
144919
145338
|
},
|
|
144920
145339
|
"item/stone_brick_slab": {
|
|
144921
|
-
"
|
|
144922
|
-
"layer0": "invsprite_stone_brick_slab"
|
|
144923
|
-
}
|
|
145340
|
+
"parent": "block/stone_brick_slab"
|
|
144924
145341
|
},
|
|
144925
145342
|
"item/stone_brick_stairs": {
|
|
144926
|
-
"
|
|
144927
|
-
"layer0": "invsprite_stone_brick_stairs"
|
|
144928
|
-
}
|
|
145343
|
+
"parent": "block/stone_brick_stairs"
|
|
144929
145344
|
},
|
|
144930
145345
|
"item/stone_button": {
|
|
144931
|
-
"
|
|
144932
|
-
"layer0": "invsprite_stone_button"
|
|
144933
|
-
}
|
|
145346
|
+
"parent": "block/stone_button_inventory"
|
|
144934
145347
|
},
|
|
144935
145348
|
"item/stone_hoe": {
|
|
144936
145349
|
"parent": "item/handheld",
|
|
@@ -144948,9 +145361,7 @@
|
|
|
144948
145361
|
}
|
|
144949
145362
|
},
|
|
144950
145363
|
"item/stone_pressure_plate": {
|
|
144951
|
-
"
|
|
144952
|
-
"layer0": "invsprite_stone_pressure_plate"
|
|
144953
|
-
}
|
|
145364
|
+
"parent": "block/stone_pressure_plate"
|
|
144954
145365
|
},
|
|
144955
145366
|
"item/stone_shovel": {
|
|
144956
145367
|
"parent": "item/handheld",
|
|
@@ -144959,14 +145370,10 @@
|
|
|
144959
145370
|
}
|
|
144960
145371
|
},
|
|
144961
145372
|
"item/stone_slab": {
|
|
144962
|
-
"
|
|
144963
|
-
"layer0": "invsprite_stone_slab"
|
|
144964
|
-
}
|
|
145373
|
+
"parent": "block/stone_slab"
|
|
144965
145374
|
},
|
|
144966
145375
|
"item/stone_stairs": {
|
|
144967
|
-
"
|
|
144968
|
-
"layer0": "invsprite_stone_stairs"
|
|
144969
|
-
}
|
|
145376
|
+
"parent": "block/stone_stairs"
|
|
144970
145377
|
},
|
|
144971
145378
|
"item/stone_sword": {
|
|
144972
145379
|
"parent": "item/handheld",
|
|
@@ -145071,9 +145478,7 @@
|
|
|
145071
145478
|
}
|
|
145072
145479
|
},
|
|
145073
145480
|
"item/white_carpet": {
|
|
145074
|
-
"
|
|
145075
|
-
"layer0": "invsprite_white_carpet"
|
|
145076
|
-
}
|
|
145481
|
+
"parent": "block/white_carpet"
|
|
145077
145482
|
},
|
|
145078
145483
|
"item/white_stained_glass": {
|
|
145079
145484
|
"parent": "block/white_stained_glass"
|
|
@@ -145148,9 +145553,7 @@
|
|
|
145148
145553
|
}
|
|
145149
145554
|
},
|
|
145150
145555
|
"item/yellow_carpet": {
|
|
145151
|
-
"
|
|
145152
|
-
"layer0": "invsprite_yellow_carpet"
|
|
145153
|
-
}
|
|
145556
|
+
"parent": "block/yellow_carpet"
|
|
145154
145557
|
},
|
|
145155
145558
|
"item/yellow_stained_glass": {
|
|
145156
145559
|
"parent": "block/yellow_stained_glass"
|
|
@@ -151181,9 +151584,7 @@
|
|
|
151181
151584
|
"parent": "block/chain_command_block"
|
|
151182
151585
|
},
|
|
151183
151586
|
"item/chorus_flower": {
|
|
151184
|
-
"
|
|
151185
|
-
"layer0": "invsprite_chorus_flower"
|
|
151186
|
-
}
|
|
151587
|
+
"parent": "block/chorus_flower"
|
|
151187
151588
|
},
|
|
151188
151589
|
"item/chorus_fruit": {
|
|
151189
151590
|
"parent": "item/generated",
|
|
@@ -151198,9 +151599,7 @@
|
|
|
151198
151599
|
}
|
|
151199
151600
|
},
|
|
151200
151601
|
"item/chorus_plant": {
|
|
151201
|
-
"
|
|
151202
|
-
"layer0": "invsprite_chorus_plant"
|
|
151203
|
-
}
|
|
151602
|
+
"parent": "block/chorus_plant"
|
|
151204
151603
|
},
|
|
151205
151604
|
"item/clock_01": {
|
|
151206
151605
|
"parent": "item/generated",
|
|
@@ -151802,14 +152201,10 @@
|
|
|
151802
152201
|
}
|
|
151803
152202
|
},
|
|
151804
152203
|
"item/end_rod": {
|
|
151805
|
-
"
|
|
151806
|
-
"layer0": "invsprite_end_rod"
|
|
151807
|
-
}
|
|
152204
|
+
"parent": "block/end_rod"
|
|
151808
152205
|
},
|
|
151809
152206
|
"item/grass_path": {
|
|
151810
|
-
"
|
|
151811
|
-
"layer0": "invsprite_grass_path"
|
|
151812
|
-
}
|
|
152207
|
+
"parent": "block/grass_path"
|
|
151813
152208
|
},
|
|
151814
152209
|
"item/handheld": {
|
|
151815
152210
|
"parent": "item/generated",
|
|
@@ -151976,14 +152371,10 @@
|
|
|
151976
152371
|
"parent": "block/purpur_pillar"
|
|
151977
152372
|
},
|
|
151978
152373
|
"item/purpur_slab": {
|
|
151979
|
-
"
|
|
151980
|
-
"layer0": "invsprite_purpur_slab"
|
|
151981
|
-
}
|
|
152374
|
+
"parent": "block/purpur_slab"
|
|
151982
152375
|
},
|
|
151983
152376
|
"item/purpur_stairs": {
|
|
151984
|
-
"
|
|
151985
|
-
"layer0": "invsprite_purpur_stairs"
|
|
151986
|
-
}
|
|
152377
|
+
"parent": "block/purpur_stairs"
|
|
151987
152378
|
},
|
|
151988
152379
|
"item/repeating_command_block": {
|
|
151989
152380
|
"parent": "block/repeating_command_block"
|
|
@@ -152993,9 +153384,7 @@
|
|
|
152993
153384
|
"parent": "block/black_concrete_powder"
|
|
152994
153385
|
},
|
|
152995
153386
|
"item/black_glazed_terracotta": {
|
|
152996
|
-
"
|
|
152997
|
-
"layer0": "invsprite_black_glazed_terracotta"
|
|
152998
|
-
}
|
|
153387
|
+
"parent": "block/black_glazed_terracotta"
|
|
152999
153388
|
},
|
|
153000
153389
|
"item/blue_concrete": {
|
|
153001
153390
|
"parent": "block/blue_concrete"
|
|
@@ -153004,9 +153393,7 @@
|
|
|
153004
153393
|
"parent": "block/blue_concrete_powder"
|
|
153005
153394
|
},
|
|
153006
153395
|
"item/blue_glazed_terracotta": {
|
|
153007
|
-
"
|
|
153008
|
-
"layer0": "invsprite_blue_glazed_terracotta"
|
|
153009
|
-
}
|
|
153396
|
+
"parent": "block/blue_glazed_terracotta"
|
|
153010
153397
|
},
|
|
153011
153398
|
"item/brown_concrete": {
|
|
153012
153399
|
"parent": "block/brown_concrete"
|
|
@@ -153015,9 +153402,7 @@
|
|
|
153015
153402
|
"parent": "block/brown_concrete_powder"
|
|
153016
153403
|
},
|
|
153017
153404
|
"item/brown_glazed_terracotta": {
|
|
153018
|
-
"
|
|
153019
|
-
"layer0": "invsprite_brown_glazed_terracotta"
|
|
153020
|
-
}
|
|
153405
|
+
"parent": "block/brown_glazed_terracotta"
|
|
153021
153406
|
},
|
|
153022
153407
|
"item/cyan_concrete": {
|
|
153023
153408
|
"parent": "block/cyan_concrete"
|
|
@@ -153026,9 +153411,7 @@
|
|
|
153026
153411
|
"parent": "block/cyan_concrete_powder"
|
|
153027
153412
|
},
|
|
153028
153413
|
"item/cyan_glazed_terracotta": {
|
|
153029
|
-
"
|
|
153030
|
-
"layer0": "invsprite_cyan_glazed_terracotta"
|
|
153031
|
-
}
|
|
153414
|
+
"parent": "block/cyan_glazed_terracotta"
|
|
153032
153415
|
},
|
|
153033
153416
|
"item/gray_concrete": {
|
|
153034
153417
|
"parent": "block/gray_concrete"
|
|
@@ -153037,9 +153420,7 @@
|
|
|
153037
153420
|
"parent": "block/gray_concrete_powder"
|
|
153038
153421
|
},
|
|
153039
153422
|
"item/gray_glazed_terracotta": {
|
|
153040
|
-
"
|
|
153041
|
-
"layer0": "invsprite_gray_glazed_terracotta"
|
|
153042
|
-
}
|
|
153423
|
+
"parent": "block/gray_glazed_terracotta"
|
|
153043
153424
|
},
|
|
153044
153425
|
"item/green_concrete": {
|
|
153045
153426
|
"parent": "block/green_concrete"
|
|
@@ -153048,9 +153429,7 @@
|
|
|
153048
153429
|
"parent": "block/green_concrete_powder"
|
|
153049
153430
|
},
|
|
153050
153431
|
"item/green_glazed_terracotta": {
|
|
153051
|
-
"
|
|
153052
|
-
"layer0": "invsprite_green_glazed_terracotta"
|
|
153053
|
-
}
|
|
153432
|
+
"parent": "block/green_glazed_terracotta"
|
|
153054
153433
|
},
|
|
153055
153434
|
"item/knowledge_book": {
|
|
153056
153435
|
"parent": "item/generated",
|
|
@@ -153065,9 +153444,7 @@
|
|
|
153065
153444
|
"parent": "block/light_blue_concrete_powder"
|
|
153066
153445
|
},
|
|
153067
153446
|
"item/light_blue_glazed_terracotta": {
|
|
153068
|
-
"
|
|
153069
|
-
"layer0": "invsprite_light_blue_glazed_terracotta"
|
|
153070
|
-
}
|
|
153447
|
+
"parent": "block/light_blue_glazed_terracotta"
|
|
153071
153448
|
},
|
|
153072
153449
|
"item/lime_concrete": {
|
|
153073
153450
|
"parent": "block/lime_concrete"
|
|
@@ -153076,9 +153453,7 @@
|
|
|
153076
153453
|
"parent": "block/lime_concrete_powder"
|
|
153077
153454
|
},
|
|
153078
153455
|
"item/lime_glazed_terracotta": {
|
|
153079
|
-
"
|
|
153080
|
-
"layer0": "invsprite_lime_glazed_terracotta"
|
|
153081
|
-
}
|
|
153456
|
+
"parent": "block/lime_glazed_terracotta"
|
|
153082
153457
|
},
|
|
153083
153458
|
"item/magenta_concrete": {
|
|
153084
153459
|
"parent": "block/magenta_concrete"
|
|
@@ -153087,9 +153462,7 @@
|
|
|
153087
153462
|
"parent": "block/magenta_concrete_powder"
|
|
153088
153463
|
},
|
|
153089
153464
|
"item/magenta_glazed_terracotta": {
|
|
153090
|
-
"
|
|
153091
|
-
"layer0": "invsprite_magenta_glazed_terracotta"
|
|
153092
|
-
}
|
|
153465
|
+
"parent": "block/magenta_glazed_terracotta"
|
|
153093
153466
|
},
|
|
153094
153467
|
"item/orange_concrete": {
|
|
153095
153468
|
"parent": "block/orange_concrete"
|
|
@@ -153098,9 +153471,7 @@
|
|
|
153098
153471
|
"parent": "block/orange_concrete_powder"
|
|
153099
153472
|
},
|
|
153100
153473
|
"item/orange_glazed_terracotta": {
|
|
153101
|
-
"
|
|
153102
|
-
"layer0": "invsprite_orange_glazed_terracotta"
|
|
153103
|
-
}
|
|
153474
|
+
"parent": "block/orange_glazed_terracotta"
|
|
153104
153475
|
},
|
|
153105
153476
|
"item/pink_concrete": {
|
|
153106
153477
|
"parent": "block/pink_concrete"
|
|
@@ -153109,9 +153480,7 @@
|
|
|
153109
153480
|
"parent": "block/pink_concrete_powder"
|
|
153110
153481
|
},
|
|
153111
153482
|
"item/pink_glazed_terracotta": {
|
|
153112
|
-
"
|
|
153113
|
-
"layer0": "invsprite_pink_glazed_terracotta"
|
|
153114
|
-
}
|
|
153483
|
+
"parent": "block/pink_glazed_terracotta"
|
|
153115
153484
|
},
|
|
153116
153485
|
"item/purple_concrete": {
|
|
153117
153486
|
"parent": "block/purple_concrete"
|
|
@@ -153120,9 +153489,7 @@
|
|
|
153120
153489
|
"parent": "block/purple_concrete_powder"
|
|
153121
153490
|
},
|
|
153122
153491
|
"item/purple_glazed_terracotta": {
|
|
153123
|
-
"
|
|
153124
|
-
"layer0": "invsprite_purple_glazed_terracotta"
|
|
153125
|
-
}
|
|
153492
|
+
"parent": "block/purple_glazed_terracotta"
|
|
153126
153493
|
},
|
|
153127
153494
|
"item/red_concrete": {
|
|
153128
153495
|
"parent": "block/red_concrete"
|
|
@@ -153131,9 +153498,7 @@
|
|
|
153131
153498
|
"parent": "block/red_concrete_powder"
|
|
153132
153499
|
},
|
|
153133
153500
|
"item/red_glazed_terracotta": {
|
|
153134
|
-
"
|
|
153135
|
-
"layer0": "invsprite_red_glazed_terracotta"
|
|
153136
|
-
}
|
|
153501
|
+
"parent": "block/red_glazed_terracotta"
|
|
153137
153502
|
},
|
|
153138
153503
|
"item/silver_concrete": {
|
|
153139
153504
|
"parent": "block/silver_concrete"
|
|
@@ -153151,9 +153516,7 @@
|
|
|
153151
153516
|
"parent": "block/white_concrete_powder"
|
|
153152
153517
|
},
|
|
153153
153518
|
"item/white_glazed_terracotta": {
|
|
153154
|
-
"
|
|
153155
|
-
"layer0": "invsprite_white_glazed_terracotta"
|
|
153156
|
-
}
|
|
153519
|
+
"parent": "block/white_glazed_terracotta"
|
|
153157
153520
|
},
|
|
153158
153521
|
"item/yellow_concrete": {
|
|
153159
153522
|
"parent": "block/yellow_concrete"
|
|
@@ -153162,9 +153525,7 @@
|
|
|
153162
153525
|
"parent": "block/yellow_concrete_powder"
|
|
153163
153526
|
},
|
|
153164
153527
|
"item/yellow_glazed_terracotta": {
|
|
153165
|
-
"
|
|
153166
|
-
"layer0": "invsprite_yellow_glazed_terracotta"
|
|
153167
|
-
}
|
|
153528
|
+
"parent": "block/yellow_glazed_terracotta"
|
|
153168
153529
|
},
|
|
153169
153530
|
"block/acacia_button": {
|
|
153170
153531
|
"parent": "block/button",
|
|
@@ -170037,28 +170398,20 @@
|
|
|
170037
170398
|
}
|
|
170038
170399
|
},
|
|
170039
170400
|
"item/acacia_button": {
|
|
170040
|
-
"
|
|
170041
|
-
"layer0": "invsprite_acacia_button"
|
|
170042
|
-
}
|
|
170401
|
+
"parent": "block/acacia_button_inventory"
|
|
170043
170402
|
},
|
|
170044
170403
|
"item/acacia_pressure_plate": {
|
|
170045
|
-
"
|
|
170046
|
-
"layer0": "invsprite_acacia_pressure_plate"
|
|
170047
|
-
}
|
|
170404
|
+
"parent": "block/acacia_pressure_plate"
|
|
170048
170405
|
},
|
|
170049
170406
|
"item/acacia_trapdoor": {
|
|
170050
|
-
"
|
|
170051
|
-
"layer0": "invsprite_acacia_trapdoor"
|
|
170052
|
-
}
|
|
170407
|
+
"parent": "block/acacia_trapdoor_bottom"
|
|
170053
170408
|
},
|
|
170054
170409
|
"item/acacia_wood": {
|
|
170055
170410
|
"parent": "block/acacia_wood"
|
|
170056
170411
|
},
|
|
170057
170412
|
"item/air": {},
|
|
170058
170413
|
"item/anvil": {
|
|
170059
|
-
"
|
|
170060
|
-
"layer0": "invsprite_anvil"
|
|
170061
|
-
}
|
|
170414
|
+
"parent": "block/anvil"
|
|
170062
170415
|
},
|
|
170063
170416
|
"item/azure_bluet": {
|
|
170064
170417
|
"parent": "item/generated",
|
|
@@ -170070,19 +170423,13 @@
|
|
|
170070
170423
|
"parent": "item/template_spawn_egg"
|
|
170071
170424
|
},
|
|
170072
170425
|
"item/birch_button": {
|
|
170073
|
-
"
|
|
170074
|
-
"layer0": "invsprite_birch_button"
|
|
170075
|
-
}
|
|
170426
|
+
"parent": "block/birch_button_inventory"
|
|
170076
170427
|
},
|
|
170077
170428
|
"item/birch_pressure_plate": {
|
|
170078
|
-
"
|
|
170079
|
-
"layer0": "invsprite_birch_pressure_plate"
|
|
170080
|
-
}
|
|
170429
|
+
"parent": "block/birch_pressure_plate"
|
|
170081
170430
|
},
|
|
170082
170431
|
"item/birch_trapdoor": {
|
|
170083
|
-
"
|
|
170084
|
-
"layer0": "invsprite_birch_trapdoor"
|
|
170085
|
-
}
|
|
170432
|
+
"parent": "block/birch_trapdoor_bottom"
|
|
170086
170433
|
},
|
|
170087
170434
|
"item/birch_wood": {
|
|
170088
170435
|
"parent": "block/birch_wood"
|
|
@@ -170196,17 +170543,13 @@
|
|
|
170196
170543
|
"parent": "item/template_spawn_egg"
|
|
170197
170544
|
},
|
|
170198
170545
|
"item/chipped_anvil": {
|
|
170199
|
-
"
|
|
170200
|
-
"layer0": "invsprite_chipped_anvil"
|
|
170201
|
-
}
|
|
170546
|
+
"parent": "block/chipped_anvil"
|
|
170202
170547
|
},
|
|
170203
170548
|
"item/chiseled_stone_bricks": {
|
|
170204
170549
|
"parent": "block/chiseled_stone_bricks"
|
|
170205
170550
|
},
|
|
170206
170551
|
"item/cobblestone_stairs": {
|
|
170207
|
-
"
|
|
170208
|
-
"layer0": "invsprite_cobblestone_stairs"
|
|
170209
|
-
}
|
|
170552
|
+
"parent": "block/cobblestone_stairs"
|
|
170210
170553
|
},
|
|
170211
170554
|
"item/cobweb": {
|
|
170212
170555
|
"parent": "item/generated",
|
|
@@ -170376,9 +170719,7 @@
|
|
|
170376
170719
|
"parent": "block/cyan_terracotta"
|
|
170377
170720
|
},
|
|
170378
170721
|
"item/damaged_anvil": {
|
|
170379
|
-
"
|
|
170380
|
-
"layer0": "invsprite_damaged_anvil"
|
|
170381
|
-
}
|
|
170722
|
+
"parent": "block/damaged_anvil"
|
|
170382
170723
|
},
|
|
170383
170724
|
"item/dandelion_yellow": {
|
|
170384
170725
|
"parent": "item/generated",
|
|
@@ -170387,32 +170728,22 @@
|
|
|
170387
170728
|
}
|
|
170388
170729
|
},
|
|
170389
170730
|
"item/dark_oak_button": {
|
|
170390
|
-
"
|
|
170391
|
-
"layer0": "invsprite_dark_oak_button"
|
|
170392
|
-
}
|
|
170731
|
+
"parent": "block/dark_oak_button_inventory"
|
|
170393
170732
|
},
|
|
170394
170733
|
"item/dark_oak_pressure_plate": {
|
|
170395
|
-
"
|
|
170396
|
-
"layer0": "invsprite_dark_oak_pressure_plate"
|
|
170397
|
-
}
|
|
170734
|
+
"parent": "block/dark_oak_pressure_plate"
|
|
170398
170735
|
},
|
|
170399
170736
|
"item/dark_oak_trapdoor": {
|
|
170400
|
-
"
|
|
170401
|
-
"layer0": "invsprite_dark_oak_trapdoor"
|
|
170402
|
-
}
|
|
170737
|
+
"parent": "block/dark_oak_trapdoor_bottom"
|
|
170403
170738
|
},
|
|
170404
170739
|
"item/dark_oak_wood": {
|
|
170405
170740
|
"parent": "block/dark_oak_wood"
|
|
170406
170741
|
},
|
|
170407
170742
|
"item/dark_prismarine_slab": {
|
|
170408
|
-
"
|
|
170409
|
-
"layer0": "invsprite_dark_prismarine_slab"
|
|
170410
|
-
}
|
|
170743
|
+
"parent": "block/dark_prismarine_slab"
|
|
170411
170744
|
},
|
|
170412
170745
|
"item/dark_prismarine_stairs": {
|
|
170413
|
-
"
|
|
170414
|
-
"layer0": "invsprite_dark_prismarine_stairs"
|
|
170415
|
-
}
|
|
170746
|
+
"parent": "block/dark_prismarine_stairs"
|
|
170416
170747
|
},
|
|
170417
170748
|
"item/dead_brain_coral_block": {
|
|
170418
170749
|
"parent": "block/dead_brain_coral_block"
|
|
@@ -170617,9 +170948,7 @@
|
|
|
170617
170948
|
}
|
|
170618
170949
|
},
|
|
170619
170950
|
"item/grass_block": {
|
|
170620
|
-
"
|
|
170621
|
-
"layer0": "invsprite_grass_block"
|
|
170622
|
-
}
|
|
170951
|
+
"parent": "block/grass_block"
|
|
170623
170952
|
},
|
|
170624
170953
|
"item/gray_banner": {
|
|
170625
170954
|
"parent": "item/template_banner"
|
|
@@ -170715,19 +171044,13 @@
|
|
|
170715
171044
|
"parent": "block/jack_o_lantern"
|
|
170716
171045
|
},
|
|
170717
171046
|
"item/jungle_button": {
|
|
170718
|
-
"
|
|
170719
|
-
"layer0": "invsprite_jungle_button"
|
|
170720
|
-
}
|
|
171047
|
+
"parent": "block/jungle_button_inventory"
|
|
170721
171048
|
},
|
|
170722
171049
|
"item/jungle_pressure_plate": {
|
|
170723
|
-
"
|
|
170724
|
-
"layer0": "invsprite_jungle_pressure_plate"
|
|
170725
|
-
}
|
|
171050
|
+
"parent": "block/jungle_pressure_plate"
|
|
170726
171051
|
},
|
|
170727
171052
|
"item/jungle_trapdoor": {
|
|
170728
|
-
"
|
|
170729
|
-
"layer0": "invsprite_jungle_trapdoor"
|
|
170730
|
-
}
|
|
171053
|
+
"parent": "block/jungle_trapdoor_bottom"
|
|
170731
171054
|
},
|
|
170732
171055
|
"item/jungle_wood": {
|
|
170733
171056
|
"parent": "block/jungle_wood"
|
|
@@ -170778,9 +171101,7 @@
|
|
|
170778
171101
|
}
|
|
170779
171102
|
},
|
|
170780
171103
|
"item/light_gray_carpet": {
|
|
170781
|
-
"
|
|
170782
|
-
"layer0": "invsprite_light_gray_carpet"
|
|
170783
|
-
}
|
|
171104
|
+
"parent": "block/light_gray_carpet"
|
|
170784
171105
|
},
|
|
170785
171106
|
"item/light_gray_concrete": {
|
|
170786
171107
|
"parent": "block/light_gray_concrete"
|
|
@@ -170795,9 +171116,7 @@
|
|
|
170795
171116
|
}
|
|
170796
171117
|
},
|
|
170797
171118
|
"item/light_gray_glazed_terracotta": {
|
|
170798
|
-
"
|
|
170799
|
-
"layer0": "invsprite_light_gray_glazed_terracotta"
|
|
170800
|
-
}
|
|
171119
|
+
"parent": "block/light_gray_glazed_terracotta"
|
|
170801
171120
|
},
|
|
170802
171121
|
"item/light_gray_shulker_box": {
|
|
170803
171122
|
"parent": "item/template_shulker_box",
|
|
@@ -170900,9 +171219,7 @@
|
|
|
170900
171219
|
"parent": "item/template_spawn_egg"
|
|
170901
171220
|
},
|
|
170902
171221
|
"item/mushroom_stem": {
|
|
170903
|
-
"
|
|
170904
|
-
"layer0": "invsprite_mushroom_stem"
|
|
170905
|
-
}
|
|
171222
|
+
"parent": "block/mushroom_stem_inventory"
|
|
170906
171223
|
},
|
|
170907
171224
|
"item/music_disc_11": {
|
|
170908
171225
|
"parent": "item/template_music_disc",
|
|
@@ -170992,19 +171309,13 @@
|
|
|
170992
171309
|
"parent": "block/note_block"
|
|
170993
171310
|
},
|
|
170994
171311
|
"item/oak_button": {
|
|
170995
|
-
"
|
|
170996
|
-
"layer0": "invsprite_oak_button"
|
|
170997
|
-
}
|
|
171312
|
+
"parent": "block/oak_button_inventory"
|
|
170998
171313
|
},
|
|
170999
171314
|
"item/oak_pressure_plate": {
|
|
171000
|
-
"
|
|
171001
|
-
"layer0": "invsprite_oak_pressure_plate"
|
|
171002
|
-
}
|
|
171315
|
+
"parent": "block/oak_pressure_plate"
|
|
171003
171316
|
},
|
|
171004
171317
|
"item/oak_trapdoor": {
|
|
171005
|
-
"
|
|
171006
|
-
"layer0": "invsprite_oak_trapdoor"
|
|
171007
|
-
}
|
|
171318
|
+
"parent": "block/oak_trapdoor_bottom"
|
|
171008
171319
|
},
|
|
171009
171320
|
"item/oak_wood": {
|
|
171010
171321
|
"parent": "block/oak_wood"
|
|
@@ -171040,9 +171351,7 @@
|
|
|
171040
171351
|
}
|
|
171041
171352
|
},
|
|
171042
171353
|
"item/petrified_oak_slab": {
|
|
171043
|
-
"
|
|
171044
|
-
"layer0": "invsprite_petrified_oak_slab"
|
|
171045
|
-
}
|
|
171354
|
+
"parent": "block/petrified_oak_slab"
|
|
171046
171355
|
},
|
|
171047
171356
|
"item/phantom_membrane": {
|
|
171048
171357
|
"parent": "item/generated",
|
|
@@ -171109,24 +171418,16 @@
|
|
|
171109
171418
|
}
|
|
171110
171419
|
},
|
|
171111
171420
|
"item/prismarine_brick_slab": {
|
|
171112
|
-
"
|
|
171113
|
-
"layer0": "invsprite_prismarine_brick_slab"
|
|
171114
|
-
}
|
|
171421
|
+
"parent": "block/prismarine_brick_slab"
|
|
171115
171422
|
},
|
|
171116
171423
|
"item/prismarine_brick_stairs": {
|
|
171117
|
-
"
|
|
171118
|
-
"layer0": "invsprite_prismarine_brick_stairs"
|
|
171119
|
-
}
|
|
171424
|
+
"parent": "block/prismarine_brick_stairs"
|
|
171120
171425
|
},
|
|
171121
171426
|
"item/prismarine_slab": {
|
|
171122
|
-
"
|
|
171123
|
-
"layer0": "invsprite_prismarine_slab"
|
|
171124
|
-
}
|
|
171427
|
+
"parent": "block/prismarine_slab"
|
|
171125
171428
|
},
|
|
171126
171429
|
"item/prismarine_stairs": {
|
|
171127
|
-
"
|
|
171128
|
-
"layer0": "invsprite_prismarine_stairs"
|
|
171129
|
-
}
|
|
171430
|
+
"parent": "block/prismarine_stairs"
|
|
171130
171431
|
},
|
|
171131
171432
|
"item/pufferfish_bucket": {
|
|
171132
171433
|
"parent": "item/generated",
|
|
@@ -171234,9 +171535,7 @@
|
|
|
171234
171535
|
"parent": "item/template_spawn_egg"
|
|
171235
171536
|
},
|
|
171236
171537
|
"item/slime_block": {
|
|
171237
|
-
"
|
|
171238
|
-
"layer0": "invsprite_slime_block"
|
|
171239
|
-
}
|
|
171538
|
+
"parent": "block/slime_block"
|
|
171240
171539
|
},
|
|
171241
171540
|
"item/slime_spawn_egg": {
|
|
171242
171541
|
"parent": "item/template_spawn_egg"
|
|
@@ -171251,9 +171550,7 @@
|
|
|
171251
171550
|
"parent": "block/snow_block"
|
|
171252
171551
|
},
|
|
171253
171552
|
"item/spawner": {
|
|
171254
|
-
"
|
|
171255
|
-
"layer0": "invsprite_spawner"
|
|
171256
|
-
}
|
|
171553
|
+
"parent": "block/spawner"
|
|
171257
171554
|
},
|
|
171258
171555
|
"item/spider_spawn_egg": {
|
|
171259
171556
|
"parent": "item/template_spawn_egg"
|
|
@@ -171266,19 +171563,13 @@
|
|
|
171266
171563
|
}
|
|
171267
171564
|
},
|
|
171268
171565
|
"item/spruce_button": {
|
|
171269
|
-
"
|
|
171270
|
-
"layer0": "invsprite_spruce_button"
|
|
171271
|
-
}
|
|
171566
|
+
"parent": "block/spruce_button_inventory"
|
|
171272
171567
|
},
|
|
171273
171568
|
"item/spruce_pressure_plate": {
|
|
171274
|
-
"
|
|
171275
|
-
"layer0": "invsprite_spruce_pressure_plate"
|
|
171276
|
-
}
|
|
171569
|
+
"parent": "block/spruce_pressure_plate"
|
|
171277
171570
|
},
|
|
171278
171571
|
"item/spruce_trapdoor": {
|
|
171279
|
-
"
|
|
171280
|
-
"layer0": "invsprite_spruce_trapdoor"
|
|
171281
|
-
}
|
|
171572
|
+
"parent": "block/spruce_trapdoor_bottom"
|
|
171282
171573
|
},
|
|
171283
171574
|
"item/spruce_wood": {
|
|
171284
171575
|
"parent": "block/spruce_wood"
|
|
@@ -177281,19 +177572,13 @@
|
|
|
177281
177572
|
}
|
|
177282
177573
|
},
|
|
177283
177574
|
"item/andesite_slab": {
|
|
177284
|
-
"
|
|
177285
|
-
"layer0": "invsprite_andesite_slab"
|
|
177286
|
-
}
|
|
177575
|
+
"parent": "block/andesite_slab"
|
|
177287
177576
|
},
|
|
177288
177577
|
"item/andesite_stairs": {
|
|
177289
|
-
"
|
|
177290
|
-
"layer0": "invsprite_andesite_stairs"
|
|
177291
|
-
}
|
|
177578
|
+
"parent": "block/andesite_stairs"
|
|
177292
177579
|
},
|
|
177293
177580
|
"item/andesite_wall": {
|
|
177294
|
-
"
|
|
177295
|
-
"layer0": "invsprite_andesite_wall"
|
|
177296
|
-
}
|
|
177581
|
+
"parent": "block/andesite_wall_inventory"
|
|
177297
177582
|
},
|
|
177298
177583
|
"item/bamboo": {
|
|
177299
177584
|
"parent": "item/handheld",
|
|
@@ -177332,9 +177617,7 @@
|
|
|
177332
177617
|
}
|
|
177333
177618
|
},
|
|
177334
177619
|
"item/brick_wall": {
|
|
177335
|
-
"
|
|
177336
|
-
"layer0": "invsprite_brick_wall"
|
|
177337
|
-
}
|
|
177620
|
+
"parent": "block/brick_wall_inventory"
|
|
177338
177621
|
},
|
|
177339
177622
|
"item/brown_dye": {
|
|
177340
177623
|
"parent": "item/generated",
|
|
@@ -177355,9 +177638,7 @@
|
|
|
177355
177638
|
"parent": "item/template_spawn_egg"
|
|
177356
177639
|
},
|
|
177357
177640
|
"item/composter": {
|
|
177358
|
-
"
|
|
177359
|
-
"layer0": "invsprite_composter"
|
|
177360
|
-
}
|
|
177641
|
+
"parent": "block/composter"
|
|
177361
177642
|
},
|
|
177362
177643
|
"item/cornflower": {
|
|
177363
177644
|
"parent": "item/generated",
|
|
@@ -177513,14 +177794,10 @@
|
|
|
177513
177794
|
}
|
|
177514
177795
|
},
|
|
177515
177796
|
"item/cut_red_sandstone_slab": {
|
|
177516
|
-
"
|
|
177517
|
-
"layer0": "invsprite_cut_red_sandstone_slab"
|
|
177518
|
-
}
|
|
177797
|
+
"parent": "block/cut_red_sandstone_slab"
|
|
177519
177798
|
},
|
|
177520
177799
|
"item/cut_sandstone_slab": {
|
|
177521
|
-
"
|
|
177522
|
-
"layer0": "invsprite_cut_sandstone_slab"
|
|
177523
|
-
}
|
|
177800
|
+
"parent": "block/cut_sandstone_slab"
|
|
177524
177801
|
},
|
|
177525
177802
|
"item/dark_oak_sign": {
|
|
177526
177803
|
"parent": "item/generated",
|
|
@@ -177529,34 +177806,22 @@
|
|
|
177529
177806
|
}
|
|
177530
177807
|
},
|
|
177531
177808
|
"item/diorite_slab": {
|
|
177532
|
-
"
|
|
177533
|
-
"layer0": "invsprite_diorite_slab"
|
|
177534
|
-
}
|
|
177809
|
+
"parent": "block/diorite_slab"
|
|
177535
177810
|
},
|
|
177536
177811
|
"item/diorite_stairs": {
|
|
177537
|
-
"
|
|
177538
|
-
"layer0": "invsprite_diorite_stairs"
|
|
177539
|
-
}
|
|
177812
|
+
"parent": "block/diorite_stairs"
|
|
177540
177813
|
},
|
|
177541
177814
|
"item/diorite_wall": {
|
|
177542
|
-
"
|
|
177543
|
-
"layer0": "invsprite_diorite_wall"
|
|
177544
|
-
}
|
|
177815
|
+
"parent": "block/diorite_wall_inventory"
|
|
177545
177816
|
},
|
|
177546
177817
|
"item/end_stone_brick_slab": {
|
|
177547
|
-
"
|
|
177548
|
-
"layer0": "invsprite_end_stone_brick_slab"
|
|
177549
|
-
}
|
|
177818
|
+
"parent": "block/end_stone_brick_slab"
|
|
177550
177819
|
},
|
|
177551
177820
|
"item/end_stone_brick_stairs": {
|
|
177552
|
-
"
|
|
177553
|
-
"layer0": "invsprite_end_stone_brick_stairs"
|
|
177554
|
-
}
|
|
177821
|
+
"parent": "block/end_stone_brick_stairs"
|
|
177555
177822
|
},
|
|
177556
177823
|
"item/end_stone_brick_wall": {
|
|
177557
|
-
"
|
|
177558
|
-
"layer0": "invsprite_end_stone_brick_wall"
|
|
177559
|
-
}
|
|
177824
|
+
"parent": "block/end_stone_brick_wall_inventory"
|
|
177560
177825
|
},
|
|
177561
177826
|
"item/fletching_table": {
|
|
177562
177827
|
"parent": "block/fletching_table"
|
|
@@ -177577,19 +177842,13 @@
|
|
|
177577
177842
|
}
|
|
177578
177843
|
},
|
|
177579
177844
|
"item/granite_slab": {
|
|
177580
|
-
"
|
|
177581
|
-
"layer0": "invsprite_granite_slab"
|
|
177582
|
-
}
|
|
177845
|
+
"parent": "block/granite_slab"
|
|
177583
177846
|
},
|
|
177584
177847
|
"item/granite_stairs": {
|
|
177585
|
-
"
|
|
177586
|
-
"layer0": "invsprite_granite_stairs"
|
|
177587
|
-
}
|
|
177848
|
+
"parent": "block/granite_stairs"
|
|
177588
177849
|
},
|
|
177589
177850
|
"item/granite_wall": {
|
|
177590
|
-
"
|
|
177591
|
-
"layer0": "invsprite_granite_wall"
|
|
177592
|
-
}
|
|
177851
|
+
"parent": "block/granite_wall_inventory"
|
|
177593
177852
|
},
|
|
177594
177853
|
"item/green_dye": {
|
|
177595
177854
|
"parent": "item/generated",
|
|
@@ -177598,9 +177857,7 @@
|
|
|
177598
177857
|
}
|
|
177599
177858
|
},
|
|
177600
177859
|
"item/grindstone": {
|
|
177601
|
-
"
|
|
177602
|
-
"layer0": "invsprite_grindstone"
|
|
177603
|
-
}
|
|
177860
|
+
"parent": "block/grindstone"
|
|
177604
177861
|
},
|
|
177605
177862
|
"item/jigsaw": {
|
|
177606
177863
|
"parent": "block/jigsaw"
|
|
@@ -177624,9 +177881,7 @@
|
|
|
177624
177881
|
}
|
|
177625
177882
|
},
|
|
177626
177883
|
"item/lectern": {
|
|
177627
|
-
"
|
|
177628
|
-
"layer0": "invsprite_lectern"
|
|
177629
|
-
}
|
|
177884
|
+
"parent": "block/lectern"
|
|
177630
177885
|
},
|
|
177631
177886
|
"item/lily_of_the_valley": {
|
|
177632
177887
|
"parent": "item/generated",
|
|
@@ -177644,34 +177899,22 @@
|
|
|
177644
177899
|
}
|
|
177645
177900
|
},
|
|
177646
177901
|
"item/mossy_cobblestone_slab": {
|
|
177647
|
-
"
|
|
177648
|
-
"layer0": "invsprite_mossy_cobblestone_slab"
|
|
177649
|
-
}
|
|
177902
|
+
"parent": "block/mossy_cobblestone_slab"
|
|
177650
177903
|
},
|
|
177651
177904
|
"item/mossy_cobblestone_stairs": {
|
|
177652
|
-
"
|
|
177653
|
-
"layer0": "invsprite_mossy_cobblestone_stairs"
|
|
177654
|
-
}
|
|
177905
|
+
"parent": "block/mossy_cobblestone_stairs"
|
|
177655
177906
|
},
|
|
177656
177907
|
"item/mossy_stone_brick_slab": {
|
|
177657
|
-
"
|
|
177658
|
-
"layer0": "invsprite_mossy_stone_brick_slab"
|
|
177659
|
-
}
|
|
177908
|
+
"parent": "block/mossy_stone_brick_slab"
|
|
177660
177909
|
},
|
|
177661
177910
|
"item/mossy_stone_brick_stairs": {
|
|
177662
|
-
"
|
|
177663
|
-
"layer0": "invsprite_mossy_stone_brick_stairs"
|
|
177664
|
-
}
|
|
177911
|
+
"parent": "block/mossy_stone_brick_stairs"
|
|
177665
177912
|
},
|
|
177666
177913
|
"item/mossy_stone_brick_wall": {
|
|
177667
|
-
"
|
|
177668
|
-
"layer0": "invsprite_mossy_stone_brick_wall"
|
|
177669
|
-
}
|
|
177914
|
+
"parent": "block/mossy_stone_brick_wall_inventory"
|
|
177670
177915
|
},
|
|
177671
177916
|
"item/nether_brick_wall": {
|
|
177672
|
-
"
|
|
177673
|
-
"layer0": "invsprite_nether_brick_wall"
|
|
177674
|
-
}
|
|
177917
|
+
"parent": "block/nether_brick_wall_inventory"
|
|
177675
177918
|
},
|
|
177676
177919
|
"item/oak_sign": {
|
|
177677
177920
|
"parent": "item/generated",
|
|
@@ -177686,39 +177929,25 @@
|
|
|
177686
177929
|
"parent": "item/template_spawn_egg"
|
|
177687
177930
|
},
|
|
177688
177931
|
"item/polished_andesite_slab": {
|
|
177689
|
-
"
|
|
177690
|
-
"layer0": "invsprite_polished_andesite_slab"
|
|
177691
|
-
}
|
|
177932
|
+
"parent": "block/polished_andesite_slab"
|
|
177692
177933
|
},
|
|
177693
177934
|
"item/polished_andesite_stairs": {
|
|
177694
|
-
"
|
|
177695
|
-
"layer0": "invsprite_polished_andesite_stairs"
|
|
177696
|
-
}
|
|
177935
|
+
"parent": "block/polished_andesite_stairs"
|
|
177697
177936
|
},
|
|
177698
177937
|
"item/polished_diorite_slab": {
|
|
177699
|
-
"
|
|
177700
|
-
"layer0": "invsprite_polished_diorite_slab"
|
|
177701
|
-
}
|
|
177938
|
+
"parent": "block/polished_diorite_slab"
|
|
177702
177939
|
},
|
|
177703
177940
|
"item/polished_diorite_stairs": {
|
|
177704
|
-
"
|
|
177705
|
-
"layer0": "invsprite_polished_diorite_stairs"
|
|
177706
|
-
}
|
|
177941
|
+
"parent": "block/polished_diorite_stairs"
|
|
177707
177942
|
},
|
|
177708
177943
|
"item/polished_granite_slab": {
|
|
177709
|
-
"
|
|
177710
|
-
"layer0": "invsprite_polished_granite_slab"
|
|
177711
|
-
}
|
|
177944
|
+
"parent": "block/polished_granite_slab"
|
|
177712
177945
|
},
|
|
177713
177946
|
"item/polished_granite_stairs": {
|
|
177714
|
-
"
|
|
177715
|
-
"layer0": "invsprite_polished_granite_stairs"
|
|
177716
|
-
}
|
|
177947
|
+
"parent": "block/polished_granite_stairs"
|
|
177717
177948
|
},
|
|
177718
177949
|
"item/prismarine_wall": {
|
|
177719
|
-
"
|
|
177720
|
-
"layer0": "invsprite_prismarine_wall"
|
|
177721
|
-
}
|
|
177950
|
+
"parent": "block/prismarine_wall_inventory"
|
|
177722
177951
|
},
|
|
177723
177952
|
"item/ravager_spawn_egg": {
|
|
177724
177953
|
"parent": "item/template_spawn_egg"
|
|
@@ -177730,34 +177959,22 @@
|
|
|
177730
177959
|
}
|
|
177731
177960
|
},
|
|
177732
177961
|
"item/red_nether_brick_slab": {
|
|
177733
|
-
"
|
|
177734
|
-
"layer0": "invsprite_red_nether_brick_slab"
|
|
177735
|
-
}
|
|
177962
|
+
"parent": "block/red_nether_brick_slab"
|
|
177736
177963
|
},
|
|
177737
177964
|
"item/red_nether_brick_stairs": {
|
|
177738
|
-
"
|
|
177739
|
-
"layer0": "invsprite_red_nether_brick_stairs"
|
|
177740
|
-
}
|
|
177965
|
+
"parent": "block/red_nether_brick_stairs"
|
|
177741
177966
|
},
|
|
177742
177967
|
"item/red_nether_brick_wall": {
|
|
177743
|
-
"
|
|
177744
|
-
"layer0": "invsprite_red_nether_brick_wall"
|
|
177745
|
-
}
|
|
177968
|
+
"parent": "block/red_nether_brick_wall_inventory"
|
|
177746
177969
|
},
|
|
177747
177970
|
"item/red_sandstone_wall": {
|
|
177748
|
-
"
|
|
177749
|
-
"layer0": "invsprite_red_sandstone_wall"
|
|
177750
|
-
}
|
|
177971
|
+
"parent": "block/red_sandstone_wall_inventory"
|
|
177751
177972
|
},
|
|
177752
177973
|
"item/sandstone_wall": {
|
|
177753
|
-
"
|
|
177754
|
-
"layer0": "invsprite_sandstone_wall"
|
|
177755
|
-
}
|
|
177974
|
+
"parent": "block/sandstone_wall_inventory"
|
|
177756
177975
|
},
|
|
177757
177976
|
"item/scaffolding": {
|
|
177758
|
-
"
|
|
177759
|
-
"layer0": "invsprite_scaffolding"
|
|
177760
|
-
}
|
|
177977
|
+
"parent": "block/scaffolding_stable"
|
|
177761
177978
|
},
|
|
177762
177979
|
"item/skull_banner_pattern": {
|
|
177763
177980
|
"parent": "item/generated",
|
|
@@ -177772,39 +177989,25 @@
|
|
|
177772
177989
|
"parent": "block/smoker"
|
|
177773
177990
|
},
|
|
177774
177991
|
"item/smooth_quartz_slab": {
|
|
177775
|
-
"
|
|
177776
|
-
"layer0": "invsprite_smooth_quartz_slab"
|
|
177777
|
-
}
|
|
177992
|
+
"parent": "block/smooth_quartz_slab"
|
|
177778
177993
|
},
|
|
177779
177994
|
"item/smooth_quartz_stairs": {
|
|
177780
|
-
"
|
|
177781
|
-
"layer0": "invsprite_smooth_quartz_stairs"
|
|
177782
|
-
}
|
|
177995
|
+
"parent": "block/smooth_quartz_stairs"
|
|
177783
177996
|
},
|
|
177784
177997
|
"item/smooth_red_sandstone_slab": {
|
|
177785
|
-
"
|
|
177786
|
-
"layer0": "invsprite_smooth_red_sandstone_slab"
|
|
177787
|
-
}
|
|
177998
|
+
"parent": "block/smooth_red_sandstone_slab"
|
|
177788
177999
|
},
|
|
177789
178000
|
"item/smooth_red_sandstone_stairs": {
|
|
177790
|
-
"
|
|
177791
|
-
"layer0": "invsprite_smooth_red_sandstone_stairs"
|
|
177792
|
-
}
|
|
178001
|
+
"parent": "block/smooth_red_sandstone_stairs"
|
|
177793
178002
|
},
|
|
177794
178003
|
"item/smooth_sandstone_slab": {
|
|
177795
|
-
"
|
|
177796
|
-
"layer0": "invsprite_smooth_sandstone_slab"
|
|
177797
|
-
}
|
|
178004
|
+
"parent": "block/smooth_sandstone_slab"
|
|
177798
178005
|
},
|
|
177799
178006
|
"item/smooth_sandstone_stairs": {
|
|
177800
|
-
"
|
|
177801
|
-
"layer0": "invsprite_smooth_sandstone_stairs"
|
|
177802
|
-
}
|
|
178007
|
+
"parent": "block/smooth_sandstone_stairs"
|
|
177803
178008
|
},
|
|
177804
178009
|
"item/smooth_stone_slab": {
|
|
177805
|
-
"
|
|
177806
|
-
"layer0": "invsprite_smooth_stone_slab"
|
|
177807
|
-
}
|
|
178010
|
+
"parent": "block/smooth_stone_slab"
|
|
177808
178011
|
},
|
|
177809
178012
|
"item/spruce_sign": {
|
|
177810
178013
|
"parent": "item/generated",
|
|
@@ -177813,14 +178016,10 @@
|
|
|
177813
178016
|
}
|
|
177814
178017
|
},
|
|
177815
178018
|
"item/stone_brick_wall": {
|
|
177816
|
-
"
|
|
177817
|
-
"layer0": "invsprite_stone_brick_wall"
|
|
177818
|
-
}
|
|
178019
|
+
"parent": "block/stone_brick_wall_inventory"
|
|
177819
178020
|
},
|
|
177820
178021
|
"item/stonecutter": {
|
|
177821
|
-
"
|
|
177822
|
-
"layer0": "invsprite_stonecutter"
|
|
177823
|
-
}
|
|
178022
|
+
"parent": "block/stonecutter"
|
|
177824
178023
|
},
|
|
177825
178024
|
"item/suspicious_stew": {
|
|
177826
178025
|
"parent": "item/generated",
|
|
@@ -178031,9 +178230,7 @@
|
|
|
178031
178230
|
"parent": "block/beehive"
|
|
178032
178231
|
},
|
|
178033
178232
|
"item/honey_block": {
|
|
178034
|
-
"
|
|
178035
|
-
"layer0": "invsprite_honey_block"
|
|
178036
|
-
}
|
|
178233
|
+
"parent": "block/honey_block"
|
|
178037
178234
|
},
|
|
178038
178235
|
"item/honey_bottle": {
|
|
178039
178236
|
"parent": "item/generated",
|
|
@@ -182807,19 +183004,13 @@
|
|
|
182807
183004
|
"parent": "block/blackstone"
|
|
182808
183005
|
},
|
|
182809
183006
|
"item/blackstone_slab": {
|
|
182810
|
-
"
|
|
182811
|
-
"layer0": "invsprite_blackstone_slab"
|
|
182812
|
-
}
|
|
183007
|
+
"parent": "block/blackstone_slab"
|
|
182813
183008
|
},
|
|
182814
183009
|
"item/blackstone_stairs": {
|
|
182815
|
-
"
|
|
182816
|
-
"layer0": "invsprite_blackstone_stairs"
|
|
182817
|
-
}
|
|
183010
|
+
"parent": "block/blackstone_stairs"
|
|
182818
183011
|
},
|
|
182819
183012
|
"item/blackstone_wall": {
|
|
182820
|
-
"
|
|
182821
|
-
"layer0": "invsprite_blackstone_wall"
|
|
182822
|
-
}
|
|
183013
|
+
"parent": "block/blackstone_wall_inventory"
|
|
182823
183014
|
},
|
|
182824
183015
|
"item/chain": {
|
|
182825
183016
|
"parent": "item/generated",
|
|
@@ -182840,9 +183031,7 @@
|
|
|
182840
183031
|
"parent": "block/cracked_polished_blackstone_bricks"
|
|
182841
183032
|
},
|
|
182842
183033
|
"item/crimson_button": {
|
|
182843
|
-
"
|
|
182844
|
-
"layer0": "invsprite_crimson_button"
|
|
182845
|
-
}
|
|
183034
|
+
"parent": "block/crimson_button_inventory"
|
|
182846
183035
|
},
|
|
182847
183036
|
"item/crimson_door": {
|
|
182848
183037
|
"parent": "item/generated",
|
|
@@ -182851,14 +183040,10 @@
|
|
|
182851
183040
|
}
|
|
182852
183041
|
},
|
|
182853
183042
|
"item/crimson_fence": {
|
|
182854
|
-
"
|
|
182855
|
-
"layer0": "invsprite_crimson_fence"
|
|
182856
|
-
}
|
|
183043
|
+
"parent": "block/crimson_fence_inventory"
|
|
182857
183044
|
},
|
|
182858
183045
|
"item/crimson_fence_gate": {
|
|
182859
|
-
"
|
|
182860
|
-
"layer0": "invsprite_crimson_fence_gate"
|
|
182861
|
-
}
|
|
183046
|
+
"parent": "block/crimson_fence_gate"
|
|
182862
183047
|
},
|
|
182863
183048
|
"item/crimson_fungus": {
|
|
182864
183049
|
"parent": "item/generated",
|
|
@@ -182876,9 +183061,7 @@
|
|
|
182876
183061
|
"parent": "block/crimson_planks"
|
|
182877
183062
|
},
|
|
182878
183063
|
"item/crimson_pressure_plate": {
|
|
182879
|
-
"
|
|
182880
|
-
"layer0": "invsprite_crimson_pressure_plate"
|
|
182881
|
-
}
|
|
183064
|
+
"parent": "block/crimson_pressure_plate"
|
|
182882
183065
|
},
|
|
182883
183066
|
"item/crimson_roots": {
|
|
182884
183067
|
"parent": "item/generated",
|
|
@@ -182893,22 +183076,16 @@
|
|
|
182893
183076
|
}
|
|
182894
183077
|
},
|
|
182895
183078
|
"item/crimson_slab": {
|
|
182896
|
-
"
|
|
182897
|
-
"layer0": "invsprite_crimson_slab"
|
|
182898
|
-
}
|
|
183079
|
+
"parent": "block/crimson_slab"
|
|
182899
183080
|
},
|
|
182900
183081
|
"item/crimson_stairs": {
|
|
182901
|
-
"
|
|
182902
|
-
"layer0": "invsprite_crimson_stairs"
|
|
182903
|
-
}
|
|
183082
|
+
"parent": "block/crimson_stairs"
|
|
182904
183083
|
},
|
|
182905
183084
|
"item/crimson_stem": {
|
|
182906
183085
|
"parent": "block/crimson_stem"
|
|
182907
183086
|
},
|
|
182908
183087
|
"item/crimson_trapdoor": {
|
|
182909
|
-
"
|
|
182910
|
-
"layer0": "invsprite_crimson_trapdoor"
|
|
182911
|
-
}
|
|
183088
|
+
"parent": "block/crimson_trapdoor_bottom"
|
|
182912
183089
|
},
|
|
182913
183090
|
"item/crying_obsidian": {
|
|
182914
183091
|
"parent": "block/crying_obsidian"
|
|
@@ -183270,47 +183447,31 @@
|
|
|
183270
183447
|
"parent": "block/polished_blackstone"
|
|
183271
183448
|
},
|
|
183272
183449
|
"item/polished_blackstone_brick_slab": {
|
|
183273
|
-
"
|
|
183274
|
-
"layer0": "invsprite_polished_blackstone_brick_slab"
|
|
183275
|
-
}
|
|
183450
|
+
"parent": "block/polished_blackstone_brick_slab"
|
|
183276
183451
|
},
|
|
183277
183452
|
"item/polished_blackstone_brick_stairs": {
|
|
183278
|
-
"
|
|
183279
|
-
"layer0": "invsprite_polished_blackstone_brick_stairs"
|
|
183280
|
-
}
|
|
183453
|
+
"parent": "block/polished_blackstone_brick_stairs"
|
|
183281
183454
|
},
|
|
183282
183455
|
"item/polished_blackstone_brick_wall": {
|
|
183283
|
-
"
|
|
183284
|
-
"layer0": "invsprite_polished_blackstone_brick_wall"
|
|
183285
|
-
}
|
|
183456
|
+
"parent": "block/polished_blackstone_brick_wall_inventory"
|
|
183286
183457
|
},
|
|
183287
183458
|
"item/polished_blackstone_bricks": {
|
|
183288
183459
|
"parent": "block/polished_blackstone_bricks"
|
|
183289
183460
|
},
|
|
183290
183461
|
"item/polished_blackstone_button": {
|
|
183291
|
-
"
|
|
183292
|
-
"layer0": "invsprite_polished_blackstone_button"
|
|
183293
|
-
}
|
|
183462
|
+
"parent": "block/polished_blackstone_button_inventory"
|
|
183294
183463
|
},
|
|
183295
183464
|
"item/polished_blackstone_pressure_plate": {
|
|
183296
|
-
"
|
|
183297
|
-
"layer0": "invsprite_polished_blackstone_pressure_plate"
|
|
183298
|
-
}
|
|
183465
|
+
"parent": "block/polished_blackstone_pressure_plate"
|
|
183299
183466
|
},
|
|
183300
183467
|
"item/polished_blackstone_slab": {
|
|
183301
|
-
"
|
|
183302
|
-
"layer0": "invsprite_polished_blackstone_slab"
|
|
183303
|
-
}
|
|
183468
|
+
"parent": "block/polished_blackstone_slab"
|
|
183304
183469
|
},
|
|
183305
183470
|
"item/polished_blackstone_stairs": {
|
|
183306
|
-
"
|
|
183307
|
-
"layer0": "invsprite_polished_blackstone_stairs"
|
|
183308
|
-
}
|
|
183471
|
+
"parent": "block/polished_blackstone_stairs"
|
|
183309
183472
|
},
|
|
183310
183473
|
"item/polished_blackstone_wall": {
|
|
183311
|
-
"
|
|
183312
|
-
"layer0": "invsprite_polished_blackstone_wall"
|
|
183313
|
-
}
|
|
183474
|
+
"parent": "block/polished_blackstone_wall_inventory"
|
|
183314
183475
|
},
|
|
183315
183476
|
"item/quartz_bricks": {
|
|
183316
183477
|
"parent": "block/quartz_bricks"
|
|
@@ -183367,9 +183528,7 @@
|
|
|
183367
183528
|
}
|
|
183368
183529
|
},
|
|
183369
183530
|
"item/warped_button": {
|
|
183370
|
-
"
|
|
183371
|
-
"layer0": "invsprite_warped_button"
|
|
183372
|
-
}
|
|
183531
|
+
"parent": "block/warped_button_inventory"
|
|
183373
183532
|
},
|
|
183374
183533
|
"item/warped_door": {
|
|
183375
183534
|
"parent": "item/generated",
|
|
@@ -183378,14 +183537,10 @@
|
|
|
183378
183537
|
}
|
|
183379
183538
|
},
|
|
183380
183539
|
"item/warped_fence": {
|
|
183381
|
-
"
|
|
183382
|
-
"layer0": "invsprite_warped_fence"
|
|
183383
|
-
}
|
|
183540
|
+
"parent": "block/warped_fence_inventory"
|
|
183384
183541
|
},
|
|
183385
183542
|
"item/warped_fence_gate": {
|
|
183386
|
-
"
|
|
183387
|
-
"layer0": "invsprite_warped_fence_gate"
|
|
183388
|
-
}
|
|
183543
|
+
"parent": "block/warped_fence_gate"
|
|
183389
183544
|
},
|
|
183390
183545
|
"item/warped_fungus": {
|
|
183391
183546
|
"parent": "item/generated",
|
|
@@ -183409,9 +183564,7 @@
|
|
|
183409
183564
|
"parent": "block/warped_planks"
|
|
183410
183565
|
},
|
|
183411
183566
|
"item/warped_pressure_plate": {
|
|
183412
|
-
"
|
|
183413
|
-
"layer0": "invsprite_warped_pressure_plate"
|
|
183414
|
-
}
|
|
183567
|
+
"parent": "block/warped_pressure_plate"
|
|
183415
183568
|
},
|
|
183416
183569
|
"item/warped_roots": {
|
|
183417
183570
|
"parent": "item/generated",
|
|
@@ -183426,22 +183579,16 @@
|
|
|
183426
183579
|
}
|
|
183427
183580
|
},
|
|
183428
183581
|
"item/warped_slab": {
|
|
183429
|
-
"
|
|
183430
|
-
"layer0": "invsprite_warped_slab"
|
|
183431
|
-
}
|
|
183582
|
+
"parent": "block/warped_slab"
|
|
183432
183583
|
},
|
|
183433
183584
|
"item/warped_stairs": {
|
|
183434
|
-
"
|
|
183435
|
-
"layer0": "invsprite_warped_stairs"
|
|
183436
|
-
}
|
|
183585
|
+
"parent": "block/warped_stairs"
|
|
183437
183586
|
},
|
|
183438
183587
|
"item/warped_stem": {
|
|
183439
183588
|
"parent": "block/warped_stem"
|
|
183440
183589
|
},
|
|
183441
183590
|
"item/warped_trapdoor": {
|
|
183442
|
-
"
|
|
183443
|
-
"layer0": "invsprite_warped_trapdoor"
|
|
183444
|
-
}
|
|
183591
|
+
"parent": "block/warped_trapdoor_bottom"
|
|
183445
183592
|
},
|
|
183446
183593
|
"item/warped_wart_block": {
|
|
183447
183594
|
"parent": "block/warped_wart_block"
|
|
@@ -212688,9 +212835,10 @@
|
|
|
212688
212835
|
"layer0": "item/music_disc_precipice"
|
|
212689
212836
|
}
|
|
212690
212837
|
},
|
|
212691
|
-
"
|
|
212838
|
+
"block/unknown": {
|
|
212839
|
+
"parent": "block/cube_all",
|
|
212692
212840
|
"textures": {
|
|
212693
|
-
"
|
|
212841
|
+
"all": "block/unknown"
|
|
212694
212842
|
}
|
|
212695
212843
|
}
|
|
212696
212844
|
},
|
|
@@ -284758,1872 +284906,5 @@
|
|
|
284758
284906
|
]
|
|
284759
284907
|
}
|
|
284760
284908
|
}
|
|
284761
|
-
}
|
|
284762
|
-
"latestRootItems": [
|
|
284763
|
-
"acacia_door",
|
|
284764
|
-
"acacia_fence",
|
|
284765
|
-
"acacia_fence_gate",
|
|
284766
|
-
"acacia_leaves",
|
|
284767
|
-
"acacia_log",
|
|
284768
|
-
"acacia_planks",
|
|
284769
|
-
"acacia_sapling",
|
|
284770
|
-
"acacia_slab",
|
|
284771
|
-
"acacia_stairs",
|
|
284772
|
-
"activator_rail",
|
|
284773
|
-
"allium",
|
|
284774
|
-
"andesite",
|
|
284775
|
-
"andesite_smooth",
|
|
284776
|
-
"anvil_intact",
|
|
284777
|
-
"anvil_slightly_damaged",
|
|
284778
|
-
"anvil_very_damaged",
|
|
284779
|
-
"apple",
|
|
284780
|
-
"armor_stand",
|
|
284781
|
-
"arrow",
|
|
284782
|
-
"baked_potato",
|
|
284783
|
-
"banner",
|
|
284784
|
-
"barrier",
|
|
284785
|
-
"beacon",
|
|
284786
|
-
"bed",
|
|
284787
|
-
"bedrock",
|
|
284788
|
-
"beef",
|
|
284789
|
-
"birch_door",
|
|
284790
|
-
"birch_fence",
|
|
284791
|
-
"birch_fence_gate",
|
|
284792
|
-
"birch_leaves",
|
|
284793
|
-
"birch_log",
|
|
284794
|
-
"birch_planks",
|
|
284795
|
-
"birch_sapling",
|
|
284796
|
-
"birch_slab",
|
|
284797
|
-
"birch_stairs",
|
|
284798
|
-
"black_carpet",
|
|
284799
|
-
"black_stained_glass",
|
|
284800
|
-
"black_stained_glass_pane",
|
|
284801
|
-
"black_stained_hardened_clay",
|
|
284802
|
-
"black_wool",
|
|
284803
|
-
"blaze_powder",
|
|
284804
|
-
"blaze_rod",
|
|
284805
|
-
"blue_carpet",
|
|
284806
|
-
"blue_orchid",
|
|
284807
|
-
"blue_stained_glass",
|
|
284808
|
-
"blue_stained_glass_pane",
|
|
284809
|
-
"blue_stained_hardened_clay",
|
|
284810
|
-
"blue_wool",
|
|
284811
|
-
"boat",
|
|
284812
|
-
"bone",
|
|
284813
|
-
"book",
|
|
284814
|
-
"bookshelf",
|
|
284815
|
-
"bottle_drinkable",
|
|
284816
|
-
"bottle_splash",
|
|
284817
|
-
"bow_pulling_0",
|
|
284818
|
-
"bow_pulling_1",
|
|
284819
|
-
"bow_pulling_2",
|
|
284820
|
-
"bowl",
|
|
284821
|
-
"bread",
|
|
284822
|
-
"brewing_stand",
|
|
284823
|
-
"brick",
|
|
284824
|
-
"brick_block",
|
|
284825
|
-
"brick_slab",
|
|
284826
|
-
"brick_stairs",
|
|
284827
|
-
"brown_carpet",
|
|
284828
|
-
"brown_mushroom",
|
|
284829
|
-
"brown_mushroom_block",
|
|
284830
|
-
"brown_stained_glass",
|
|
284831
|
-
"brown_stained_glass_pane",
|
|
284832
|
-
"brown_stained_hardened_clay",
|
|
284833
|
-
"brown_wool",
|
|
284834
|
-
"bucket",
|
|
284835
|
-
"cactus",
|
|
284836
|
-
"cake",
|
|
284837
|
-
"carrot",
|
|
284838
|
-
"carrot_on_a_stick",
|
|
284839
|
-
"cauldron",
|
|
284840
|
-
"chainmail_boots",
|
|
284841
|
-
"chainmail_chestplate",
|
|
284842
|
-
"chainmail_helmet",
|
|
284843
|
-
"chainmail_leggings",
|
|
284844
|
-
"charcoal",
|
|
284845
|
-
"chest_minecart",
|
|
284846
|
-
"chicken",
|
|
284847
|
-
"chiseled_brick_monster_egg",
|
|
284848
|
-
"chiseled_quartz_block",
|
|
284849
|
-
"chiseled_red_sandstone",
|
|
284850
|
-
"chiseled_sandstone",
|
|
284851
|
-
"chiseled_stonebrick",
|
|
284852
|
-
"clay",
|
|
284853
|
-
"clay_ball",
|
|
284854
|
-
"clock",
|
|
284855
|
-
"clownfish",
|
|
284856
|
-
"coal",
|
|
284857
|
-
"coal_block",
|
|
284858
|
-
"coal_ore",
|
|
284859
|
-
"coarse_dirt",
|
|
284860
|
-
"cobblestone",
|
|
284861
|
-
"cobblestone_monster_egg",
|
|
284862
|
-
"cobblestone_slab",
|
|
284863
|
-
"cobblestone_wall",
|
|
284864
|
-
"cod",
|
|
284865
|
-
"command_block",
|
|
284866
|
-
"command_block_minecart",
|
|
284867
|
-
"comparator",
|
|
284868
|
-
"compass",
|
|
284869
|
-
"cooked_beef",
|
|
284870
|
-
"cooked_chicken",
|
|
284871
|
-
"cooked_cod",
|
|
284872
|
-
"cooked_mutton",
|
|
284873
|
-
"cooked_porkchop",
|
|
284874
|
-
"cooked_rabbit",
|
|
284875
|
-
"cooked_salmon",
|
|
284876
|
-
"cookie",
|
|
284877
|
-
"cracked_brick_monster_egg",
|
|
284878
|
-
"cracked_stonebrick",
|
|
284879
|
-
"crafting_table",
|
|
284880
|
-
"cyan_carpet",
|
|
284881
|
-
"cyan_stained_glass",
|
|
284882
|
-
"cyan_stained_glass_pane",
|
|
284883
|
-
"cyan_stained_hardened_clay",
|
|
284884
|
-
"cyan_wool",
|
|
284885
|
-
"dandelion",
|
|
284886
|
-
"dark_oak_door",
|
|
284887
|
-
"dark_oak_fence",
|
|
284888
|
-
"dark_oak_fence_gate",
|
|
284889
|
-
"dark_oak_leaves",
|
|
284890
|
-
"dark_oak_log",
|
|
284891
|
-
"dark_oak_planks",
|
|
284892
|
-
"dark_oak_sapling",
|
|
284893
|
-
"dark_oak_slab",
|
|
284894
|
-
"dark_oak_stairs",
|
|
284895
|
-
"dark_prismarine",
|
|
284896
|
-
"daylight_detector",
|
|
284897
|
-
"dead_bush",
|
|
284898
|
-
"detector_rail",
|
|
284899
|
-
"diamond",
|
|
284900
|
-
"diamond_axe",
|
|
284901
|
-
"diamond_block",
|
|
284902
|
-
"diamond_boots",
|
|
284903
|
-
"diamond_chestplate",
|
|
284904
|
-
"diamond_helmet",
|
|
284905
|
-
"diamond_hoe",
|
|
284906
|
-
"diamond_horse_armor",
|
|
284907
|
-
"diamond_leggings",
|
|
284908
|
-
"diamond_ore",
|
|
284909
|
-
"diamond_pickaxe",
|
|
284910
|
-
"diamond_shovel",
|
|
284911
|
-
"diamond_sword",
|
|
284912
|
-
"diorite",
|
|
284913
|
-
"diorite_smooth",
|
|
284914
|
-
"dirt",
|
|
284915
|
-
"dispenser",
|
|
284916
|
-
"double_fern",
|
|
284917
|
-
"double_grass",
|
|
284918
|
-
"double_rose",
|
|
284919
|
-
"dragon_egg",
|
|
284920
|
-
"dropper",
|
|
284921
|
-
"dye_black",
|
|
284922
|
-
"dye_blue",
|
|
284923
|
-
"dye_brown",
|
|
284924
|
-
"dye_cyan",
|
|
284925
|
-
"dye_gray",
|
|
284926
|
-
"dye_green",
|
|
284927
|
-
"dye_light_blue",
|
|
284928
|
-
"dye_lime",
|
|
284929
|
-
"dye_magenta",
|
|
284930
|
-
"dye_orange",
|
|
284931
|
-
"dye_pink",
|
|
284932
|
-
"dye_purple",
|
|
284933
|
-
"dye_red",
|
|
284934
|
-
"dye_silver",
|
|
284935
|
-
"dye_white",
|
|
284936
|
-
"dye_yellow",
|
|
284937
|
-
"egg",
|
|
284938
|
-
"emerald",
|
|
284939
|
-
"emerald_block",
|
|
284940
|
-
"emerald_ore",
|
|
284941
|
-
"enchanted_book",
|
|
284942
|
-
"enchanting_table",
|
|
284943
|
-
"end_portal_frame",
|
|
284944
|
-
"end_stone",
|
|
284945
|
-
"ender_chest",
|
|
284946
|
-
"ender_eye",
|
|
284947
|
-
"ender_pearl",
|
|
284948
|
-
"experience_bottle",
|
|
284949
|
-
"farmland",
|
|
284950
|
-
"feather",
|
|
284951
|
-
"fermented_spider_eye",
|
|
284952
|
-
"fern",
|
|
284953
|
-
"filled_map",
|
|
284954
|
-
"fire_charge",
|
|
284955
|
-
"firework_charge",
|
|
284956
|
-
"fireworks",
|
|
284957
|
-
"fishing_rod_cast",
|
|
284958
|
-
"flint",
|
|
284959
|
-
"flint_and_steel",
|
|
284960
|
-
"flower_pot",
|
|
284961
|
-
"furnace",
|
|
284962
|
-
"furnace_minecart",
|
|
284963
|
-
"ghast_tear",
|
|
284964
|
-
"glass",
|
|
284965
|
-
"glass_bottle",
|
|
284966
|
-
"glass_pane",
|
|
284967
|
-
"glowstone",
|
|
284968
|
-
"glowstone_dust",
|
|
284969
|
-
"gold_block",
|
|
284970
|
-
"gold_ingot",
|
|
284971
|
-
"gold_nugget",
|
|
284972
|
-
"gold_ore",
|
|
284973
|
-
"golden_apple",
|
|
284974
|
-
"golden_axe",
|
|
284975
|
-
"golden_boots",
|
|
284976
|
-
"golden_carrot",
|
|
284977
|
-
"golden_chestplate",
|
|
284978
|
-
"golden_helmet",
|
|
284979
|
-
"golden_hoe",
|
|
284980
|
-
"golden_horse_armor",
|
|
284981
|
-
"golden_leggings",
|
|
284982
|
-
"golden_pickaxe",
|
|
284983
|
-
"golden_rail",
|
|
284984
|
-
"golden_shovel",
|
|
284985
|
-
"golden_sword",
|
|
284986
|
-
"granite",
|
|
284987
|
-
"granite_smooth",
|
|
284988
|
-
"grass",
|
|
284989
|
-
"gravel",
|
|
284990
|
-
"gray_carpet",
|
|
284991
|
-
"gray_stained_glass",
|
|
284992
|
-
"gray_stained_glass_pane",
|
|
284993
|
-
"gray_stained_hardened_clay",
|
|
284994
|
-
"gray_wool",
|
|
284995
|
-
"green_carpet",
|
|
284996
|
-
"green_stained_glass",
|
|
284997
|
-
"green_stained_glass_pane",
|
|
284998
|
-
"green_stained_hardened_clay",
|
|
284999
|
-
"green_wool",
|
|
285000
|
-
"gunpowder",
|
|
285001
|
-
"hardened_clay",
|
|
285002
|
-
"hay_block",
|
|
285003
|
-
"heavy_weighted_pressure_plate",
|
|
285004
|
-
"hopper",
|
|
285005
|
-
"hopper_minecart",
|
|
285006
|
-
"houstonia",
|
|
285007
|
-
"ice",
|
|
285008
|
-
"iron_axe",
|
|
285009
|
-
"iron_bars",
|
|
285010
|
-
"iron_block",
|
|
285011
|
-
"iron_boots",
|
|
285012
|
-
"iron_chestplate",
|
|
285013
|
-
"iron_door",
|
|
285014
|
-
"iron_helmet",
|
|
285015
|
-
"iron_hoe",
|
|
285016
|
-
"iron_horse_armor",
|
|
285017
|
-
"iron_ingot",
|
|
285018
|
-
"iron_leggings",
|
|
285019
|
-
"iron_ore",
|
|
285020
|
-
"iron_pickaxe",
|
|
285021
|
-
"iron_shovel",
|
|
285022
|
-
"iron_sword",
|
|
285023
|
-
"iron_trapdoor",
|
|
285024
|
-
"item_frame",
|
|
285025
|
-
"jukebox",
|
|
285026
|
-
"jungle_door",
|
|
285027
|
-
"jungle_fence",
|
|
285028
|
-
"jungle_fence_gate",
|
|
285029
|
-
"jungle_leaves",
|
|
285030
|
-
"jungle_log",
|
|
285031
|
-
"jungle_planks",
|
|
285032
|
-
"jungle_sapling",
|
|
285033
|
-
"jungle_slab",
|
|
285034
|
-
"jungle_stairs",
|
|
285035
|
-
"ladder",
|
|
285036
|
-
"lapis_block",
|
|
285037
|
-
"lapis_ore",
|
|
285038
|
-
"lava_bucket",
|
|
285039
|
-
"lead",
|
|
285040
|
-
"leather",
|
|
285041
|
-
"leather_boots",
|
|
285042
|
-
"leather_chestplate",
|
|
285043
|
-
"leather_helmet",
|
|
285044
|
-
"leather_leggings",
|
|
285045
|
-
"lever",
|
|
285046
|
-
"light_blue_carpet",
|
|
285047
|
-
"light_blue_stained_glass",
|
|
285048
|
-
"light_blue_stained_glass_pane",
|
|
285049
|
-
"light_blue_stained_hardened_clay",
|
|
285050
|
-
"light_blue_wool",
|
|
285051
|
-
"light_weighted_pressure_plate",
|
|
285052
|
-
"lime_carpet",
|
|
285053
|
-
"lime_stained_glass",
|
|
285054
|
-
"lime_stained_glass_pane",
|
|
285055
|
-
"lime_stained_hardened_clay",
|
|
285056
|
-
"lime_wool",
|
|
285057
|
-
"lit_furnace",
|
|
285058
|
-
"lit_pumpkin",
|
|
285059
|
-
"magenta_carpet",
|
|
285060
|
-
"magenta_stained_glass",
|
|
285061
|
-
"magenta_stained_glass_pane",
|
|
285062
|
-
"magenta_stained_hardened_clay",
|
|
285063
|
-
"magenta_wool",
|
|
285064
|
-
"magma_cream",
|
|
285065
|
-
"map",
|
|
285066
|
-
"melon",
|
|
285067
|
-
"melon_block",
|
|
285068
|
-
"melon_seeds",
|
|
285069
|
-
"milk_bucket",
|
|
285070
|
-
"minecart",
|
|
285071
|
-
"mob_spawner",
|
|
285072
|
-
"mossy_brick_monster_egg",
|
|
285073
|
-
"mossy_cobblestone",
|
|
285074
|
-
"mossy_cobblestone_wall",
|
|
285075
|
-
"mossy_stonebrick",
|
|
285076
|
-
"mushroom_stew",
|
|
285077
|
-
"mutton",
|
|
285078
|
-
"mycelium",
|
|
285079
|
-
"name_tag",
|
|
285080
|
-
"nether_brick",
|
|
285081
|
-
"nether_brick_fence",
|
|
285082
|
-
"nether_brick_slab",
|
|
285083
|
-
"nether_brick_stairs",
|
|
285084
|
-
"nether_star",
|
|
285085
|
-
"nether_wart",
|
|
285086
|
-
"netherbrick",
|
|
285087
|
-
"netherrack",
|
|
285088
|
-
"noteblock",
|
|
285089
|
-
"oak_door",
|
|
285090
|
-
"oak_fence",
|
|
285091
|
-
"oak_fence_gate",
|
|
285092
|
-
"oak_leaves",
|
|
285093
|
-
"oak_log",
|
|
285094
|
-
"oak_planks",
|
|
285095
|
-
"oak_sapling",
|
|
285096
|
-
"oak_slab",
|
|
285097
|
-
"oak_stairs",
|
|
285098
|
-
"obsidian",
|
|
285099
|
-
"old_wood_slab",
|
|
285100
|
-
"orange_carpet",
|
|
285101
|
-
"orange_stained_glass",
|
|
285102
|
-
"orange_stained_glass_pane",
|
|
285103
|
-
"orange_stained_hardened_clay",
|
|
285104
|
-
"orange_tulip",
|
|
285105
|
-
"orange_wool",
|
|
285106
|
-
"oxeye_daisy",
|
|
285107
|
-
"packed_ice",
|
|
285108
|
-
"paeonia",
|
|
285109
|
-
"painting",
|
|
285110
|
-
"paper",
|
|
285111
|
-
"pink_carpet",
|
|
285112
|
-
"pink_stained_glass",
|
|
285113
|
-
"pink_stained_glass_pane",
|
|
285114
|
-
"pink_stained_hardened_clay",
|
|
285115
|
-
"pink_tulip",
|
|
285116
|
-
"pink_wool",
|
|
285117
|
-
"piston",
|
|
285118
|
-
"podzol",
|
|
285119
|
-
"poisonous_potato",
|
|
285120
|
-
"poppy",
|
|
285121
|
-
"porkchop",
|
|
285122
|
-
"potato",
|
|
285123
|
-
"prismarine",
|
|
285124
|
-
"prismarine_bricks",
|
|
285125
|
-
"prismarine_crystals",
|
|
285126
|
-
"prismarine_shard",
|
|
285127
|
-
"pufferfish",
|
|
285128
|
-
"pumpkin",
|
|
285129
|
-
"pumpkin_pie",
|
|
285130
|
-
"pumpkin_seeds",
|
|
285131
|
-
"purple_carpet",
|
|
285132
|
-
"purple_stained_glass",
|
|
285133
|
-
"purple_stained_glass_pane",
|
|
285134
|
-
"purple_stained_hardened_clay",
|
|
285135
|
-
"purple_wool",
|
|
285136
|
-
"quartz",
|
|
285137
|
-
"quartz_block",
|
|
285138
|
-
"quartz_column",
|
|
285139
|
-
"quartz_ore",
|
|
285140
|
-
"quartz_slab",
|
|
285141
|
-
"quartz_stairs",
|
|
285142
|
-
"rabbit",
|
|
285143
|
-
"rabbit_foot",
|
|
285144
|
-
"rabbit_hide",
|
|
285145
|
-
"rabbit_stew",
|
|
285146
|
-
"rail",
|
|
285147
|
-
"record_11",
|
|
285148
|
-
"record_13",
|
|
285149
|
-
"record_blocks",
|
|
285150
|
-
"record_cat",
|
|
285151
|
-
"record_chirp",
|
|
285152
|
-
"record_far",
|
|
285153
|
-
"record_mall",
|
|
285154
|
-
"record_mellohi",
|
|
285155
|
-
"record_stal",
|
|
285156
|
-
"record_strad",
|
|
285157
|
-
"record_wait",
|
|
285158
|
-
"record_ward",
|
|
285159
|
-
"red_carpet",
|
|
285160
|
-
"red_mushroom",
|
|
285161
|
-
"red_mushroom_block",
|
|
285162
|
-
"red_sand",
|
|
285163
|
-
"red_sandstone",
|
|
285164
|
-
"red_sandstone_slab",
|
|
285165
|
-
"red_sandstone_stairs",
|
|
285166
|
-
"red_stained_glass",
|
|
285167
|
-
"red_stained_glass_pane",
|
|
285168
|
-
"red_stained_hardened_clay",
|
|
285169
|
-
"red_tulip",
|
|
285170
|
-
"red_wool",
|
|
285171
|
-
"redstone",
|
|
285172
|
-
"redstone_block",
|
|
285173
|
-
"redstone_lamp",
|
|
285174
|
-
"redstone_ore",
|
|
285175
|
-
"redstone_torch",
|
|
285176
|
-
"reeds",
|
|
285177
|
-
"repeater",
|
|
285178
|
-
"rotten_flesh",
|
|
285179
|
-
"saddle",
|
|
285180
|
-
"salmon",
|
|
285181
|
-
"sand",
|
|
285182
|
-
"sandstone",
|
|
285183
|
-
"sandstone_slab",
|
|
285184
|
-
"sandstone_stairs",
|
|
285185
|
-
"sea_lantern",
|
|
285186
|
-
"shears",
|
|
285187
|
-
"sign",
|
|
285188
|
-
"silver_carpet",
|
|
285189
|
-
"silver_stained_glass",
|
|
285190
|
-
"silver_stained_glass_pane",
|
|
285191
|
-
"silver_stained_hardened_clay",
|
|
285192
|
-
"silver_wool",
|
|
285193
|
-
"skull_char",
|
|
285194
|
-
"skull_creeper",
|
|
285195
|
-
"skull_skeleton",
|
|
285196
|
-
"skull_wither",
|
|
285197
|
-
"skull_zombie",
|
|
285198
|
-
"slime",
|
|
285199
|
-
"slime_ball",
|
|
285200
|
-
"smooth_red_sandstone",
|
|
285201
|
-
"smooth_sandstone",
|
|
285202
|
-
"snow",
|
|
285203
|
-
"snow_layer",
|
|
285204
|
-
"snowball",
|
|
285205
|
-
"soul_sand",
|
|
285206
|
-
"spawn_egg",
|
|
285207
|
-
"speckled_melon",
|
|
285208
|
-
"spider_eye",
|
|
285209
|
-
"sponge",
|
|
285210
|
-
"sponge_wet",
|
|
285211
|
-
"spruce_door",
|
|
285212
|
-
"spruce_fence",
|
|
285213
|
-
"spruce_fence_gate",
|
|
285214
|
-
"spruce_leaves",
|
|
285215
|
-
"spruce_log",
|
|
285216
|
-
"spruce_planks",
|
|
285217
|
-
"spruce_sapling",
|
|
285218
|
-
"spruce_slab",
|
|
285219
|
-
"spruce_stairs",
|
|
285220
|
-
"stick",
|
|
285221
|
-
"sticky_piston",
|
|
285222
|
-
"stone",
|
|
285223
|
-
"stone_axe",
|
|
285224
|
-
"stone_brick_monster_egg",
|
|
285225
|
-
"stone_brick_slab",
|
|
285226
|
-
"stone_brick_stairs",
|
|
285227
|
-
"stone_button",
|
|
285228
|
-
"stone_hoe",
|
|
285229
|
-
"stone_monster_egg",
|
|
285230
|
-
"stone_pickaxe",
|
|
285231
|
-
"stone_pressure_plate",
|
|
285232
|
-
"stone_shovel",
|
|
285233
|
-
"stone_slab",
|
|
285234
|
-
"stone_stairs",
|
|
285235
|
-
"stone_sword",
|
|
285236
|
-
"stonebrick",
|
|
285237
|
-
"string",
|
|
285238
|
-
"sugar",
|
|
285239
|
-
"sunflower",
|
|
285240
|
-
"syringa",
|
|
285241
|
-
"tall_grass",
|
|
285242
|
-
"tnt",
|
|
285243
|
-
"tnt_minecart",
|
|
285244
|
-
"torch",
|
|
285245
|
-
"trapdoor",
|
|
285246
|
-
"trapped_chest",
|
|
285247
|
-
"tripwire_hook",
|
|
285248
|
-
"vine",
|
|
285249
|
-
"water_bucket",
|
|
285250
|
-
"waterlily",
|
|
285251
|
-
"web",
|
|
285252
|
-
"wheat",
|
|
285253
|
-
"wheat_seeds",
|
|
285254
|
-
"white_carpet",
|
|
285255
|
-
"white_stained_glass",
|
|
285256
|
-
"white_stained_glass_pane",
|
|
285257
|
-
"white_stained_hardened_clay",
|
|
285258
|
-
"white_tulip",
|
|
285259
|
-
"white_wool",
|
|
285260
|
-
"wood_old_slab",
|
|
285261
|
-
"wooden_axe",
|
|
285262
|
-
"wooden_button",
|
|
285263
|
-
"wooden_hoe",
|
|
285264
|
-
"wooden_pickaxe",
|
|
285265
|
-
"wooden_pressure_plate",
|
|
285266
|
-
"wooden_shovel",
|
|
285267
|
-
"wooden_sword",
|
|
285268
|
-
"writable_book",
|
|
285269
|
-
"written_book",
|
|
285270
|
-
"yellow_carpet",
|
|
285271
|
-
"yellow_stained_glass",
|
|
285272
|
-
"yellow_stained_glass_pane",
|
|
285273
|
-
"yellow_stained_hardened_clay",
|
|
285274
|
-
"yellow_wool",
|
|
285275
|
-
"acacia_boat",
|
|
285276
|
-
"beetroot",
|
|
285277
|
-
"beetroot_seeds",
|
|
285278
|
-
"beetroot_soup",
|
|
285279
|
-
"birch_boat",
|
|
285280
|
-
"bottle_lingering",
|
|
285281
|
-
"broken_elytra",
|
|
285282
|
-
"chain_command_block",
|
|
285283
|
-
"chorus_flower",
|
|
285284
|
-
"chorus_fruit",
|
|
285285
|
-
"chorus_fruit_popped",
|
|
285286
|
-
"chorus_plant",
|
|
285287
|
-
"clock_01",
|
|
285288
|
-
"clock_02",
|
|
285289
|
-
"clock_03",
|
|
285290
|
-
"clock_04",
|
|
285291
|
-
"clock_05",
|
|
285292
|
-
"clock_06",
|
|
285293
|
-
"clock_07",
|
|
285294
|
-
"clock_08",
|
|
285295
|
-
"clock_09",
|
|
285296
|
-
"clock_10",
|
|
285297
|
-
"clock_11",
|
|
285298
|
-
"clock_12",
|
|
285299
|
-
"clock_13",
|
|
285300
|
-
"clock_14",
|
|
285301
|
-
"clock_15",
|
|
285302
|
-
"clock_16",
|
|
285303
|
-
"clock_17",
|
|
285304
|
-
"clock_18",
|
|
285305
|
-
"clock_19",
|
|
285306
|
-
"clock_20",
|
|
285307
|
-
"clock_21",
|
|
285308
|
-
"clock_22",
|
|
285309
|
-
"clock_23",
|
|
285310
|
-
"clock_24",
|
|
285311
|
-
"clock_25",
|
|
285312
|
-
"clock_26",
|
|
285313
|
-
"clock_27",
|
|
285314
|
-
"clock_28",
|
|
285315
|
-
"clock_29",
|
|
285316
|
-
"clock_30",
|
|
285317
|
-
"clock_31",
|
|
285318
|
-
"clock_32",
|
|
285319
|
-
"clock_33",
|
|
285320
|
-
"clock_34",
|
|
285321
|
-
"clock_35",
|
|
285322
|
-
"clock_36",
|
|
285323
|
-
"clock_37",
|
|
285324
|
-
"clock_38",
|
|
285325
|
-
"clock_39",
|
|
285326
|
-
"clock_40",
|
|
285327
|
-
"clock_41",
|
|
285328
|
-
"clock_42",
|
|
285329
|
-
"clock_43",
|
|
285330
|
-
"clock_44",
|
|
285331
|
-
"clock_45",
|
|
285332
|
-
"clock_46",
|
|
285333
|
-
"clock_47",
|
|
285334
|
-
"clock_48",
|
|
285335
|
-
"clock_49",
|
|
285336
|
-
"clock_50",
|
|
285337
|
-
"clock_51",
|
|
285338
|
-
"clock_52",
|
|
285339
|
-
"clock_53",
|
|
285340
|
-
"clock_54",
|
|
285341
|
-
"clock_55",
|
|
285342
|
-
"clock_56",
|
|
285343
|
-
"clock_57",
|
|
285344
|
-
"clock_58",
|
|
285345
|
-
"clock_59",
|
|
285346
|
-
"clock_60",
|
|
285347
|
-
"clock_61",
|
|
285348
|
-
"clock_62",
|
|
285349
|
-
"clock_63",
|
|
285350
|
-
"compass_00",
|
|
285351
|
-
"compass_01",
|
|
285352
|
-
"compass_02",
|
|
285353
|
-
"compass_03",
|
|
285354
|
-
"compass_04",
|
|
285355
|
-
"compass_05",
|
|
285356
|
-
"compass_06",
|
|
285357
|
-
"compass_07",
|
|
285358
|
-
"compass_08",
|
|
285359
|
-
"compass_09",
|
|
285360
|
-
"compass_10",
|
|
285361
|
-
"compass_11",
|
|
285362
|
-
"compass_12",
|
|
285363
|
-
"compass_13",
|
|
285364
|
-
"compass_14",
|
|
285365
|
-
"compass_15",
|
|
285366
|
-
"compass_17",
|
|
285367
|
-
"compass_18",
|
|
285368
|
-
"compass_19",
|
|
285369
|
-
"compass_20",
|
|
285370
|
-
"compass_21",
|
|
285371
|
-
"compass_22",
|
|
285372
|
-
"compass_23",
|
|
285373
|
-
"compass_24",
|
|
285374
|
-
"compass_25",
|
|
285375
|
-
"compass_26",
|
|
285376
|
-
"compass_27",
|
|
285377
|
-
"compass_28",
|
|
285378
|
-
"compass_29",
|
|
285379
|
-
"compass_30",
|
|
285380
|
-
"compass_31",
|
|
285381
|
-
"dark_oak_boat",
|
|
285382
|
-
"dragon_breath",
|
|
285383
|
-
"elytra",
|
|
285384
|
-
"end_bricks",
|
|
285385
|
-
"end_crystal",
|
|
285386
|
-
"end_rod",
|
|
285387
|
-
"grass_path",
|
|
285388
|
-
"jungle_boat",
|
|
285389
|
-
"oak_boat",
|
|
285390
|
-
"purpur_block",
|
|
285391
|
-
"purpur_pillar",
|
|
285392
|
-
"purpur_slab",
|
|
285393
|
-
"purpur_stairs",
|
|
285394
|
-
"repeating_command_block",
|
|
285395
|
-
"shield",
|
|
285396
|
-
"shield_blocking",
|
|
285397
|
-
"skull_dragon",
|
|
285398
|
-
"spectral_arrow",
|
|
285399
|
-
"spruce_boat",
|
|
285400
|
-
"structure_block",
|
|
285401
|
-
"tipped_arrow",
|
|
285402
|
-
"bone_block",
|
|
285403
|
-
"magma",
|
|
285404
|
-
"nether_wart_block",
|
|
285405
|
-
"red_nether_brick",
|
|
285406
|
-
"structure_void",
|
|
285407
|
-
"black_shulker_box",
|
|
285408
|
-
"blue_shulker_box",
|
|
285409
|
-
"brown_shulker_box",
|
|
285410
|
-
"cyan_shulker_box",
|
|
285411
|
-
"gray_shulker_box",
|
|
285412
|
-
"green_shulker_box",
|
|
285413
|
-
"light_blue_shulker_box",
|
|
285414
|
-
"lime_shulker_box",
|
|
285415
|
-
"magenta_shulker_box",
|
|
285416
|
-
"observer",
|
|
285417
|
-
"orange_shulker_box",
|
|
285418
|
-
"pink_shulker_box",
|
|
285419
|
-
"purple_shulker_box",
|
|
285420
|
-
"red_shulker_box",
|
|
285421
|
-
"shulker_shell",
|
|
285422
|
-
"silver_shulker_box",
|
|
285423
|
-
"totem",
|
|
285424
|
-
"white_shulker_box",
|
|
285425
|
-
"yellow_shulker_box",
|
|
285426
|
-
"iron_nugget",
|
|
285427
|
-
"black_concrete",
|
|
285428
|
-
"black_concrete_powder",
|
|
285429
|
-
"black_glazed_terracotta",
|
|
285430
|
-
"blue_concrete",
|
|
285431
|
-
"blue_concrete_powder",
|
|
285432
|
-
"blue_glazed_terracotta",
|
|
285433
|
-
"brown_concrete",
|
|
285434
|
-
"brown_concrete_powder",
|
|
285435
|
-
"brown_glazed_terracotta",
|
|
285436
|
-
"cyan_concrete",
|
|
285437
|
-
"cyan_concrete_powder",
|
|
285438
|
-
"cyan_glazed_terracotta",
|
|
285439
|
-
"gray_concrete",
|
|
285440
|
-
"gray_concrete_powder",
|
|
285441
|
-
"gray_glazed_terracotta",
|
|
285442
|
-
"green_concrete",
|
|
285443
|
-
"green_concrete_powder",
|
|
285444
|
-
"green_glazed_terracotta",
|
|
285445
|
-
"knowledge_book",
|
|
285446
|
-
"light_blue_concrete",
|
|
285447
|
-
"light_blue_concrete_powder",
|
|
285448
|
-
"light_blue_glazed_terracotta",
|
|
285449
|
-
"lime_concrete",
|
|
285450
|
-
"lime_concrete_powder",
|
|
285451
|
-
"lime_glazed_terracotta",
|
|
285452
|
-
"magenta_concrete",
|
|
285453
|
-
"magenta_concrete_powder",
|
|
285454
|
-
"magenta_glazed_terracotta",
|
|
285455
|
-
"orange_concrete",
|
|
285456
|
-
"orange_concrete_powder",
|
|
285457
|
-
"orange_glazed_terracotta",
|
|
285458
|
-
"pink_concrete",
|
|
285459
|
-
"pink_concrete_powder",
|
|
285460
|
-
"pink_glazed_terracotta",
|
|
285461
|
-
"purple_concrete",
|
|
285462
|
-
"purple_concrete_powder",
|
|
285463
|
-
"purple_glazed_terracotta",
|
|
285464
|
-
"red_concrete",
|
|
285465
|
-
"red_concrete_powder",
|
|
285466
|
-
"red_glazed_terracotta",
|
|
285467
|
-
"silver_concrete",
|
|
285468
|
-
"silver_concrete_powder",
|
|
285469
|
-
"silver_glazed_terracotta",
|
|
285470
|
-
"white_concrete",
|
|
285471
|
-
"white_concrete_powder",
|
|
285472
|
-
"white_glazed_terracotta",
|
|
285473
|
-
"yellow_concrete",
|
|
285474
|
-
"yellow_concrete_powder",
|
|
285475
|
-
"yellow_glazed_terracotta",
|
|
285476
|
-
"acacia_button",
|
|
285477
|
-
"acacia_pressure_plate",
|
|
285478
|
-
"acacia_trapdoor",
|
|
285479
|
-
"acacia_wood",
|
|
285480
|
-
"air",
|
|
285481
|
-
"anvil",
|
|
285482
|
-
"azure_bluet",
|
|
285483
|
-
"bat_spawn_egg",
|
|
285484
|
-
"birch_button",
|
|
285485
|
-
"birch_pressure_plate",
|
|
285486
|
-
"birch_trapdoor",
|
|
285487
|
-
"birch_wood",
|
|
285488
|
-
"black_banner",
|
|
285489
|
-
"black_bed",
|
|
285490
|
-
"black_terracotta",
|
|
285491
|
-
"blaze_spawn_egg",
|
|
285492
|
-
"blue_banner",
|
|
285493
|
-
"blue_bed",
|
|
285494
|
-
"blue_ice",
|
|
285495
|
-
"blue_terracotta",
|
|
285496
|
-
"bone_meal",
|
|
285497
|
-
"brain_coral",
|
|
285498
|
-
"brain_coral_block",
|
|
285499
|
-
"brain_coral_fan",
|
|
285500
|
-
"brain_coral_wall_fan",
|
|
285501
|
-
"bricks",
|
|
285502
|
-
"brown_banner",
|
|
285503
|
-
"brown_bed",
|
|
285504
|
-
"brown_terracotta",
|
|
285505
|
-
"bubble_coral",
|
|
285506
|
-
"bubble_coral_block",
|
|
285507
|
-
"bubble_coral_fan",
|
|
285508
|
-
"bubble_coral_wall_fan",
|
|
285509
|
-
"cactus_green",
|
|
285510
|
-
"carved_pumpkin",
|
|
285511
|
-
"cave_spider_spawn_egg",
|
|
285512
|
-
"chicken_spawn_egg",
|
|
285513
|
-
"chipped_anvil",
|
|
285514
|
-
"chiseled_stone_bricks",
|
|
285515
|
-
"cobblestone_stairs",
|
|
285516
|
-
"cobweb",
|
|
285517
|
-
"cocoa_beans",
|
|
285518
|
-
"cod_bucket",
|
|
285519
|
-
"cod_spawn_egg",
|
|
285520
|
-
"conduit",
|
|
285521
|
-
"cow_spawn_egg",
|
|
285522
|
-
"cracked_stone_bricks",
|
|
285523
|
-
"creeper_head",
|
|
285524
|
-
"creeper_spawn_egg",
|
|
285525
|
-
"cut_red_sandstone",
|
|
285526
|
-
"cut_sandstone",
|
|
285527
|
-
"cyan_banner",
|
|
285528
|
-
"cyan_bed",
|
|
285529
|
-
"cyan_dye",
|
|
285530
|
-
"cyan_terracotta",
|
|
285531
|
-
"damaged_anvil",
|
|
285532
|
-
"dandelion_yellow",
|
|
285533
|
-
"dark_oak_button",
|
|
285534
|
-
"dark_oak_pressure_plate",
|
|
285535
|
-
"dark_oak_trapdoor",
|
|
285536
|
-
"dark_oak_wood",
|
|
285537
|
-
"dark_prismarine_slab",
|
|
285538
|
-
"dark_prismarine_stairs",
|
|
285539
|
-
"dead_brain_coral_block",
|
|
285540
|
-
"dead_brain_coral_fan",
|
|
285541
|
-
"dead_brain_coral_wall_fan",
|
|
285542
|
-
"dead_bubble_coral_block",
|
|
285543
|
-
"dead_bubble_coral_fan",
|
|
285544
|
-
"dead_bubble_coral_wall_fan",
|
|
285545
|
-
"dead_fire_coral_block",
|
|
285546
|
-
"dead_fire_coral_fan",
|
|
285547
|
-
"dead_fire_coral_wall_fan",
|
|
285548
|
-
"dead_horn_coral_block",
|
|
285549
|
-
"dead_horn_coral_fan",
|
|
285550
|
-
"dead_horn_coral_wall_fan",
|
|
285551
|
-
"dead_tube_coral_block",
|
|
285552
|
-
"dead_tube_coral_fan",
|
|
285553
|
-
"dead_tube_coral_wall_fan",
|
|
285554
|
-
"debug_stick",
|
|
285555
|
-
"dolphin_spawn_egg",
|
|
285556
|
-
"donkey_spawn_egg",
|
|
285557
|
-
"dragon_head",
|
|
285558
|
-
"dried_kelp",
|
|
285559
|
-
"dried_kelp_block",
|
|
285560
|
-
"drowned_spawn_egg",
|
|
285561
|
-
"elder_guardian_spawn_egg",
|
|
285562
|
-
"enchanted_golden_apple",
|
|
285563
|
-
"end_stone_bricks",
|
|
285564
|
-
"enderman_spawn_egg",
|
|
285565
|
-
"endermite_spawn_egg",
|
|
285566
|
-
"evoker_spawn_egg",
|
|
285567
|
-
"fire_coral",
|
|
285568
|
-
"fire_coral_block",
|
|
285569
|
-
"fire_coral_fan",
|
|
285570
|
-
"fire_coral_wall_fan",
|
|
285571
|
-
"firework_rocket",
|
|
285572
|
-
"firework_star",
|
|
285573
|
-
"ghast_spawn_egg",
|
|
285574
|
-
"glistering_melon_slice",
|
|
285575
|
-
"grass_block",
|
|
285576
|
-
"gray_banner",
|
|
285577
|
-
"gray_bed",
|
|
285578
|
-
"gray_dye",
|
|
285579
|
-
"gray_terracotta",
|
|
285580
|
-
"green_banner",
|
|
285581
|
-
"green_bed",
|
|
285582
|
-
"green_terracotta",
|
|
285583
|
-
"guardian_spawn_egg",
|
|
285584
|
-
"heart_of_the_sea",
|
|
285585
|
-
"horn_coral",
|
|
285586
|
-
"horn_coral_block",
|
|
285587
|
-
"horn_coral_fan",
|
|
285588
|
-
"horn_coral_wall_fan",
|
|
285589
|
-
"horse_spawn_egg",
|
|
285590
|
-
"husk_spawn_egg",
|
|
285591
|
-
"infested_chiseled_stone_bricks",
|
|
285592
|
-
"infested_cobblestone",
|
|
285593
|
-
"infested_cracked_stone_bricks",
|
|
285594
|
-
"infested_mossy_stone_bricks",
|
|
285595
|
-
"infested_stone",
|
|
285596
|
-
"infested_stone_bricks",
|
|
285597
|
-
"ink_sac",
|
|
285598
|
-
"jack_o_lantern",
|
|
285599
|
-
"jungle_button",
|
|
285600
|
-
"jungle_pressure_plate",
|
|
285601
|
-
"jungle_trapdoor",
|
|
285602
|
-
"jungle_wood",
|
|
285603
|
-
"kelp",
|
|
285604
|
-
"lapis_lazuli",
|
|
285605
|
-
"large_fern",
|
|
285606
|
-
"light_blue_banner",
|
|
285607
|
-
"light_blue_bed",
|
|
285608
|
-
"light_blue_dye",
|
|
285609
|
-
"light_blue_terracotta",
|
|
285610
|
-
"light_gray_banner",
|
|
285611
|
-
"light_gray_bed",
|
|
285612
|
-
"light_gray_carpet",
|
|
285613
|
-
"light_gray_concrete",
|
|
285614
|
-
"light_gray_concrete_powder",
|
|
285615
|
-
"light_gray_dye",
|
|
285616
|
-
"light_gray_glazed_terracotta",
|
|
285617
|
-
"light_gray_shulker_box",
|
|
285618
|
-
"light_gray_stained_glass",
|
|
285619
|
-
"light_gray_stained_glass_pane",
|
|
285620
|
-
"light_gray_terracotta",
|
|
285621
|
-
"light_gray_wool",
|
|
285622
|
-
"lilac",
|
|
285623
|
-
"lily_pad",
|
|
285624
|
-
"lime_banner",
|
|
285625
|
-
"lime_bed",
|
|
285626
|
-
"lime_dye",
|
|
285627
|
-
"lime_terracotta",
|
|
285628
|
-
"lingering_potion",
|
|
285629
|
-
"llama_spawn_egg",
|
|
285630
|
-
"magenta_banner",
|
|
285631
|
-
"magenta_bed",
|
|
285632
|
-
"magenta_dye",
|
|
285633
|
-
"magenta_terracotta",
|
|
285634
|
-
"magma_block",
|
|
285635
|
-
"magma_cube_spawn_egg",
|
|
285636
|
-
"melon_slice",
|
|
285637
|
-
"mooshroom_spawn_egg",
|
|
285638
|
-
"mossy_stone_bricks",
|
|
285639
|
-
"mule_spawn_egg",
|
|
285640
|
-
"mushroom_stem",
|
|
285641
|
-
"music_disc_11",
|
|
285642
|
-
"music_disc_13",
|
|
285643
|
-
"music_disc_blocks",
|
|
285644
|
-
"music_disc_cat",
|
|
285645
|
-
"music_disc_chirp",
|
|
285646
|
-
"music_disc_far",
|
|
285647
|
-
"music_disc_mall",
|
|
285648
|
-
"music_disc_mellohi",
|
|
285649
|
-
"music_disc_stal",
|
|
285650
|
-
"music_disc_strad",
|
|
285651
|
-
"music_disc_wait",
|
|
285652
|
-
"music_disc_ward",
|
|
285653
|
-
"nautilus_shell",
|
|
285654
|
-
"nether_bricks",
|
|
285655
|
-
"nether_quartz_ore",
|
|
285656
|
-
"note_block",
|
|
285657
|
-
"oak_button",
|
|
285658
|
-
"oak_pressure_plate",
|
|
285659
|
-
"oak_trapdoor",
|
|
285660
|
-
"oak_wood",
|
|
285661
|
-
"ocelot_spawn_egg",
|
|
285662
|
-
"orange_banner",
|
|
285663
|
-
"orange_bed",
|
|
285664
|
-
"orange_dye",
|
|
285665
|
-
"orange_terracotta",
|
|
285666
|
-
"parrot_spawn_egg",
|
|
285667
|
-
"peony",
|
|
285668
|
-
"petrified_oak_slab",
|
|
285669
|
-
"phantom_membrane",
|
|
285670
|
-
"phantom_spawn_egg",
|
|
285671
|
-
"pig_spawn_egg",
|
|
285672
|
-
"pink_banner",
|
|
285673
|
-
"pink_bed",
|
|
285674
|
-
"pink_dye",
|
|
285675
|
-
"pink_terracotta",
|
|
285676
|
-
"player_head",
|
|
285677
|
-
"polar_bear_spawn_egg",
|
|
285678
|
-
"polished_andesite",
|
|
285679
|
-
"polished_diorite",
|
|
285680
|
-
"polished_granite",
|
|
285681
|
-
"popped_chorus_fruit",
|
|
285682
|
-
"potion",
|
|
285683
|
-
"powered_rail",
|
|
285684
|
-
"prismarine_brick_slab",
|
|
285685
|
-
"prismarine_brick_stairs",
|
|
285686
|
-
"prismarine_slab",
|
|
285687
|
-
"prismarine_stairs",
|
|
285688
|
-
"pufferfish_bucket",
|
|
285689
|
-
"pufferfish_spawn_egg",
|
|
285690
|
-
"purple_banner",
|
|
285691
|
-
"purple_bed",
|
|
285692
|
-
"purple_dye",
|
|
285693
|
-
"purple_terracotta",
|
|
285694
|
-
"quartz_pillar",
|
|
285695
|
-
"rabbit_spawn_egg",
|
|
285696
|
-
"red_banner",
|
|
285697
|
-
"red_bed",
|
|
285698
|
-
"red_nether_bricks",
|
|
285699
|
-
"red_terracotta",
|
|
285700
|
-
"rose_bush",
|
|
285701
|
-
"rose_red",
|
|
285702
|
-
"salmon_bucket",
|
|
285703
|
-
"salmon_spawn_egg",
|
|
285704
|
-
"scute",
|
|
285705
|
-
"sea_pickle",
|
|
285706
|
-
"seagrass",
|
|
285707
|
-
"sheep_spawn_egg",
|
|
285708
|
-
"shulker_spawn_egg",
|
|
285709
|
-
"silverfish_spawn_egg",
|
|
285710
|
-
"skeleton_horse_spawn_egg",
|
|
285711
|
-
"skeleton_skull",
|
|
285712
|
-
"skeleton_spawn_egg",
|
|
285713
|
-
"slime_block",
|
|
285714
|
-
"slime_spawn_egg",
|
|
285715
|
-
"smooth_quartz",
|
|
285716
|
-
"smooth_stone",
|
|
285717
|
-
"snow_block",
|
|
285718
|
-
"spawner",
|
|
285719
|
-
"spider_spawn_egg",
|
|
285720
|
-
"splash_potion",
|
|
285721
|
-
"spruce_button",
|
|
285722
|
-
"spruce_pressure_plate",
|
|
285723
|
-
"spruce_trapdoor",
|
|
285724
|
-
"spruce_wood",
|
|
285725
|
-
"squid_spawn_egg",
|
|
285726
|
-
"stone_bricks",
|
|
285727
|
-
"stray_spawn_egg",
|
|
285728
|
-
"stripped_acacia_log",
|
|
285729
|
-
"stripped_acacia_wood",
|
|
285730
|
-
"stripped_birch_log",
|
|
285731
|
-
"stripped_birch_wood",
|
|
285732
|
-
"stripped_dark_oak_log",
|
|
285733
|
-
"stripped_dark_oak_wood",
|
|
285734
|
-
"stripped_jungle_log",
|
|
285735
|
-
"stripped_jungle_wood",
|
|
285736
|
-
"stripped_oak_log",
|
|
285737
|
-
"stripped_oak_wood",
|
|
285738
|
-
"stripped_spruce_log",
|
|
285739
|
-
"stripped_spruce_wood",
|
|
285740
|
-
"sugar_cane",
|
|
285741
|
-
"terracotta",
|
|
285742
|
-
"totem_of_undying",
|
|
285743
|
-
"trident",
|
|
285744
|
-
"trident_in_hand",
|
|
285745
|
-
"trident_throwing",
|
|
285746
|
-
"tropical_fish",
|
|
285747
|
-
"tropical_fish_bucket",
|
|
285748
|
-
"tropical_fish_spawn_egg",
|
|
285749
|
-
"tube_coral",
|
|
285750
|
-
"tube_coral_block",
|
|
285751
|
-
"tube_coral_fan",
|
|
285752
|
-
"tube_coral_wall_fan",
|
|
285753
|
-
"turtle_egg",
|
|
285754
|
-
"turtle_helmet",
|
|
285755
|
-
"turtle_spawn_egg",
|
|
285756
|
-
"vex_spawn_egg",
|
|
285757
|
-
"villager_spawn_egg",
|
|
285758
|
-
"vindicator_spawn_egg",
|
|
285759
|
-
"wet_sponge",
|
|
285760
|
-
"white_banner",
|
|
285761
|
-
"white_bed",
|
|
285762
|
-
"white_terracotta",
|
|
285763
|
-
"witch_spawn_egg",
|
|
285764
|
-
"wither_skeleton_skull",
|
|
285765
|
-
"wither_skeleton_spawn_egg",
|
|
285766
|
-
"wolf_spawn_egg",
|
|
285767
|
-
"yellow_banner",
|
|
285768
|
-
"yellow_bed",
|
|
285769
|
-
"yellow_terracotta",
|
|
285770
|
-
"zombie_head",
|
|
285771
|
-
"zombie_horse_spawn_egg",
|
|
285772
|
-
"zombie_pigman_spawn_egg",
|
|
285773
|
-
"zombie_spawn_egg",
|
|
285774
|
-
"zombie_villager_spawn_egg",
|
|
285775
|
-
"dead_brain_coral",
|
|
285776
|
-
"dead_bubble_coral",
|
|
285777
|
-
"dead_fire_coral",
|
|
285778
|
-
"dead_horn_coral",
|
|
285779
|
-
"dead_tube_coral",
|
|
285780
|
-
"acacia_sign",
|
|
285781
|
-
"andesite_slab",
|
|
285782
|
-
"andesite_stairs",
|
|
285783
|
-
"andesite_wall",
|
|
285784
|
-
"bamboo",
|
|
285785
|
-
"barrel",
|
|
285786
|
-
"bell",
|
|
285787
|
-
"birch_sign",
|
|
285788
|
-
"black_dye",
|
|
285789
|
-
"blast_furnace",
|
|
285790
|
-
"blue_dye",
|
|
285791
|
-
"brick_wall",
|
|
285792
|
-
"brown_dye",
|
|
285793
|
-
"campfire",
|
|
285794
|
-
"cartography_table",
|
|
285795
|
-
"cat_spawn_egg",
|
|
285796
|
-
"composter",
|
|
285797
|
-
"cornflower",
|
|
285798
|
-
"creeper_banner_pattern",
|
|
285799
|
-
"crossbow_arrow",
|
|
285800
|
-
"crossbow_firework",
|
|
285801
|
-
"crossbow_pulling_0",
|
|
285802
|
-
"crossbow_pulling_1",
|
|
285803
|
-
"crossbow_pulling_2",
|
|
285804
|
-
"cut_red_sandstone_slab",
|
|
285805
|
-
"cut_sandstone_slab",
|
|
285806
|
-
"dark_oak_sign",
|
|
285807
|
-
"diorite_slab",
|
|
285808
|
-
"diorite_stairs",
|
|
285809
|
-
"diorite_wall",
|
|
285810
|
-
"end_stone_brick_slab",
|
|
285811
|
-
"end_stone_brick_stairs",
|
|
285812
|
-
"end_stone_brick_wall",
|
|
285813
|
-
"fletching_table",
|
|
285814
|
-
"flower_banner_pattern",
|
|
285815
|
-
"fox_spawn_egg",
|
|
285816
|
-
"globe_banner_pattern",
|
|
285817
|
-
"granite_slab",
|
|
285818
|
-
"granite_stairs",
|
|
285819
|
-
"granite_wall",
|
|
285820
|
-
"green_dye",
|
|
285821
|
-
"grindstone",
|
|
285822
|
-
"jigsaw",
|
|
285823
|
-
"jungle_sign",
|
|
285824
|
-
"lantern",
|
|
285825
|
-
"leather_horse_armor",
|
|
285826
|
-
"lectern",
|
|
285827
|
-
"lily_of_the_valley",
|
|
285828
|
-
"loom",
|
|
285829
|
-
"mojang_banner_pattern",
|
|
285830
|
-
"mossy_cobblestone_slab",
|
|
285831
|
-
"mossy_cobblestone_stairs",
|
|
285832
|
-
"mossy_stone_brick_slab",
|
|
285833
|
-
"mossy_stone_brick_stairs",
|
|
285834
|
-
"mossy_stone_brick_wall",
|
|
285835
|
-
"nether_brick_wall",
|
|
285836
|
-
"oak_sign",
|
|
285837
|
-
"panda_spawn_egg",
|
|
285838
|
-
"pillager_spawn_egg",
|
|
285839
|
-
"polished_andesite_slab",
|
|
285840
|
-
"polished_andesite_stairs",
|
|
285841
|
-
"polished_diorite_slab",
|
|
285842
|
-
"polished_diorite_stairs",
|
|
285843
|
-
"polished_granite_slab",
|
|
285844
|
-
"polished_granite_stairs",
|
|
285845
|
-
"prismarine_wall",
|
|
285846
|
-
"ravager_spawn_egg",
|
|
285847
|
-
"red_dye",
|
|
285848
|
-
"red_nether_brick_slab",
|
|
285849
|
-
"red_nether_brick_stairs",
|
|
285850
|
-
"red_nether_brick_wall",
|
|
285851
|
-
"red_sandstone_wall",
|
|
285852
|
-
"sandstone_wall",
|
|
285853
|
-
"scaffolding",
|
|
285854
|
-
"skull_banner_pattern",
|
|
285855
|
-
"smithing_table",
|
|
285856
|
-
"smoker",
|
|
285857
|
-
"smooth_quartz_slab",
|
|
285858
|
-
"smooth_quartz_stairs",
|
|
285859
|
-
"smooth_red_sandstone_slab",
|
|
285860
|
-
"smooth_red_sandstone_stairs",
|
|
285861
|
-
"smooth_sandstone_slab",
|
|
285862
|
-
"smooth_sandstone_stairs",
|
|
285863
|
-
"smooth_stone_slab",
|
|
285864
|
-
"spruce_sign",
|
|
285865
|
-
"stone_brick_wall",
|
|
285866
|
-
"stonecutter",
|
|
285867
|
-
"suspicious_stew",
|
|
285868
|
-
"sweet_berries",
|
|
285869
|
-
"trader_llama_spawn_egg",
|
|
285870
|
-
"wandering_trader_spawn_egg",
|
|
285871
|
-
"white_dye",
|
|
285872
|
-
"wither_rose",
|
|
285873
|
-
"yellow_dye",
|
|
285874
|
-
"bee_nest",
|
|
285875
|
-
"bee_spawn_egg",
|
|
285876
|
-
"beehive",
|
|
285877
|
-
"honey_block",
|
|
285878
|
-
"honey_bottle",
|
|
285879
|
-
"honeycomb",
|
|
285880
|
-
"honeycomb_block",
|
|
285881
|
-
"ancient_debris",
|
|
285882
|
-
"basalt",
|
|
285883
|
-
"blackstone",
|
|
285884
|
-
"blackstone_slab",
|
|
285885
|
-
"blackstone_stairs",
|
|
285886
|
-
"blackstone_wall",
|
|
285887
|
-
"chain",
|
|
285888
|
-
"chiseled_nether_bricks",
|
|
285889
|
-
"chiseled_polished_blackstone",
|
|
285890
|
-
"cracked_nether_bricks",
|
|
285891
|
-
"cracked_polished_blackstone_bricks",
|
|
285892
|
-
"crimson_button",
|
|
285893
|
-
"crimson_door",
|
|
285894
|
-
"crimson_fence",
|
|
285895
|
-
"crimson_fence_gate",
|
|
285896
|
-
"crimson_fungus",
|
|
285897
|
-
"crimson_hyphae",
|
|
285898
|
-
"crimson_nylium",
|
|
285899
|
-
"crimson_planks",
|
|
285900
|
-
"crimson_pressure_plate",
|
|
285901
|
-
"crimson_roots",
|
|
285902
|
-
"crimson_sign",
|
|
285903
|
-
"crimson_slab",
|
|
285904
|
-
"crimson_stairs",
|
|
285905
|
-
"crimson_stem",
|
|
285906
|
-
"crimson_trapdoor",
|
|
285907
|
-
"crying_obsidian",
|
|
285908
|
-
"gilded_blackstone",
|
|
285909
|
-
"hoglin_spawn_egg",
|
|
285910
|
-
"lodestone",
|
|
285911
|
-
"music_disc_pigstep",
|
|
285912
|
-
"nether_gold_ore",
|
|
285913
|
-
"nether_sprouts",
|
|
285914
|
-
"netherite_axe",
|
|
285915
|
-
"netherite_block",
|
|
285916
|
-
"netherite_boots",
|
|
285917
|
-
"netherite_chestplate",
|
|
285918
|
-
"netherite_helmet",
|
|
285919
|
-
"netherite_hoe",
|
|
285920
|
-
"netherite_ingot",
|
|
285921
|
-
"netherite_leggings",
|
|
285922
|
-
"netherite_pickaxe",
|
|
285923
|
-
"netherite_scrap",
|
|
285924
|
-
"netherite_shovel",
|
|
285925
|
-
"netherite_sword",
|
|
285926
|
-
"piglin_banner_pattern",
|
|
285927
|
-
"piglin_spawn_egg",
|
|
285928
|
-
"polished_basalt",
|
|
285929
|
-
"polished_blackstone",
|
|
285930
|
-
"polished_blackstone_brick_slab",
|
|
285931
|
-
"polished_blackstone_brick_stairs",
|
|
285932
|
-
"polished_blackstone_brick_wall",
|
|
285933
|
-
"polished_blackstone_bricks",
|
|
285934
|
-
"polished_blackstone_button",
|
|
285935
|
-
"polished_blackstone_pressure_plate",
|
|
285936
|
-
"polished_blackstone_slab",
|
|
285937
|
-
"polished_blackstone_stairs",
|
|
285938
|
-
"polished_blackstone_wall",
|
|
285939
|
-
"quartz_bricks",
|
|
285940
|
-
"respawn_anchor",
|
|
285941
|
-
"shroomlight",
|
|
285942
|
-
"soul_campfire",
|
|
285943
|
-
"soul_lantern",
|
|
285944
|
-
"soul_soil",
|
|
285945
|
-
"soul_torch",
|
|
285946
|
-
"strider_spawn_egg",
|
|
285947
|
-
"stripped_crimson_hyphae",
|
|
285948
|
-
"stripped_crimson_stem",
|
|
285949
|
-
"stripped_warped_hyphae",
|
|
285950
|
-
"stripped_warped_stem",
|
|
285951
|
-
"target",
|
|
285952
|
-
"twisting_vines",
|
|
285953
|
-
"warped_button",
|
|
285954
|
-
"warped_door",
|
|
285955
|
-
"warped_fence",
|
|
285956
|
-
"warped_fence_gate",
|
|
285957
|
-
"warped_fungus",
|
|
285958
|
-
"warped_fungus_on_a_stick",
|
|
285959
|
-
"warped_hyphae",
|
|
285960
|
-
"warped_nylium",
|
|
285961
|
-
"warped_planks",
|
|
285962
|
-
"warped_pressure_plate",
|
|
285963
|
-
"warped_roots",
|
|
285964
|
-
"warped_sign",
|
|
285965
|
-
"warped_slab",
|
|
285966
|
-
"warped_stairs",
|
|
285967
|
-
"warped_stem",
|
|
285968
|
-
"warped_trapdoor",
|
|
285969
|
-
"warped_wart_block",
|
|
285970
|
-
"weeping_vines",
|
|
285971
|
-
"zoglin_spawn_egg",
|
|
285972
|
-
"zombified_piglin_spawn_egg",
|
|
285973
|
-
"piglin_brute_spawn_egg",
|
|
285974
|
-
"amethyst_block",
|
|
285975
|
-
"amethyst_cluster",
|
|
285976
|
-
"amethyst_shard",
|
|
285977
|
-
"axolotl_bucket",
|
|
285978
|
-
"axolotl_spawn_egg",
|
|
285979
|
-
"azalea",
|
|
285980
|
-
"azalea_leaves",
|
|
285981
|
-
"big_dripleaf",
|
|
285982
|
-
"black_candle",
|
|
285983
|
-
"blue_candle",
|
|
285984
|
-
"brown_candle",
|
|
285985
|
-
"budding_amethyst",
|
|
285986
|
-
"bundle_filled",
|
|
285987
|
-
"calcite",
|
|
285988
|
-
"candle",
|
|
285989
|
-
"chiseled_deepslate",
|
|
285990
|
-
"cobbled_deepslate",
|
|
285991
|
-
"cobbled_deepslate_slab",
|
|
285992
|
-
"cobbled_deepslate_stairs",
|
|
285993
|
-
"cobbled_deepslate_wall",
|
|
285994
|
-
"copper_block",
|
|
285995
|
-
"copper_ingot",
|
|
285996
|
-
"copper_ore",
|
|
285997
|
-
"cracked_deepslate_bricks",
|
|
285998
|
-
"cracked_deepslate_tiles",
|
|
285999
|
-
"cut_copper",
|
|
286000
|
-
"cut_copper_slab",
|
|
286001
|
-
"cut_copper_stairs",
|
|
286002
|
-
"cyan_candle",
|
|
286003
|
-
"deepslate",
|
|
286004
|
-
"deepslate_brick_slab",
|
|
286005
|
-
"deepslate_brick_stairs",
|
|
286006
|
-
"deepslate_brick_wall",
|
|
286007
|
-
"deepslate_bricks",
|
|
286008
|
-
"deepslate_coal_ore",
|
|
286009
|
-
"deepslate_copper_ore",
|
|
286010
|
-
"deepslate_diamond_ore",
|
|
286011
|
-
"deepslate_emerald_ore",
|
|
286012
|
-
"deepslate_gold_ore",
|
|
286013
|
-
"deepslate_iron_ore",
|
|
286014
|
-
"deepslate_lapis_ore",
|
|
286015
|
-
"deepslate_redstone_ore",
|
|
286016
|
-
"deepslate_tile_slab",
|
|
286017
|
-
"deepslate_tile_stairs",
|
|
286018
|
-
"deepslate_tile_wall",
|
|
286019
|
-
"deepslate_tiles",
|
|
286020
|
-
"dirt_path",
|
|
286021
|
-
"dripstone_block",
|
|
286022
|
-
"exposed_copper",
|
|
286023
|
-
"exposed_cut_copper",
|
|
286024
|
-
"exposed_cut_copper_slab",
|
|
286025
|
-
"exposed_cut_copper_stairs",
|
|
286026
|
-
"flowering_azalea",
|
|
286027
|
-
"flowering_azalea_leaves",
|
|
286028
|
-
"glow_berries",
|
|
286029
|
-
"glow_ink_sac",
|
|
286030
|
-
"glow_item_frame",
|
|
286031
|
-
"glow_lichen",
|
|
286032
|
-
"glow_squid_spawn_egg",
|
|
286033
|
-
"goat_spawn_egg",
|
|
286034
|
-
"gray_candle",
|
|
286035
|
-
"green_candle",
|
|
286036
|
-
"hanging_roots",
|
|
286037
|
-
"infested_deepslate",
|
|
286038
|
-
"large_amethyst_bud",
|
|
286039
|
-
"light",
|
|
286040
|
-
"light_00",
|
|
286041
|
-
"light_01",
|
|
286042
|
-
"light_02",
|
|
286043
|
-
"light_03",
|
|
286044
|
-
"light_04",
|
|
286045
|
-
"light_05",
|
|
286046
|
-
"light_06",
|
|
286047
|
-
"light_07",
|
|
286048
|
-
"light_08",
|
|
286049
|
-
"light_09",
|
|
286050
|
-
"light_10",
|
|
286051
|
-
"light_11",
|
|
286052
|
-
"light_12",
|
|
286053
|
-
"light_13",
|
|
286054
|
-
"light_14",
|
|
286055
|
-
"light_15",
|
|
286056
|
-
"light_blue_candle",
|
|
286057
|
-
"light_gray_candle",
|
|
286058
|
-
"lightning_rod",
|
|
286059
|
-
"lime_candle",
|
|
286060
|
-
"magenta_candle",
|
|
286061
|
-
"medium_amethyst_bud",
|
|
286062
|
-
"moss_block",
|
|
286063
|
-
"moss_carpet",
|
|
286064
|
-
"orange_candle",
|
|
286065
|
-
"oxidized_copper",
|
|
286066
|
-
"oxidized_cut_copper",
|
|
286067
|
-
"oxidized_cut_copper_slab",
|
|
286068
|
-
"oxidized_cut_copper_stairs",
|
|
286069
|
-
"pink_candle",
|
|
286070
|
-
"pointed_dripstone",
|
|
286071
|
-
"polished_deepslate",
|
|
286072
|
-
"polished_deepslate_slab",
|
|
286073
|
-
"polished_deepslate_stairs",
|
|
286074
|
-
"polished_deepslate_wall",
|
|
286075
|
-
"powder_snow_bucket",
|
|
286076
|
-
"purple_candle",
|
|
286077
|
-
"raw_copper",
|
|
286078
|
-
"raw_copper_block",
|
|
286079
|
-
"raw_gold",
|
|
286080
|
-
"raw_gold_block",
|
|
286081
|
-
"raw_iron",
|
|
286082
|
-
"raw_iron_block",
|
|
286083
|
-
"red_candle",
|
|
286084
|
-
"rooted_dirt",
|
|
286085
|
-
"sculk_sensor",
|
|
286086
|
-
"small_amethyst_bud",
|
|
286087
|
-
"small_dripleaf",
|
|
286088
|
-
"smooth_basalt",
|
|
286089
|
-
"spore_blossom",
|
|
286090
|
-
"spyglass",
|
|
286091
|
-
"spyglass_in_hand",
|
|
286092
|
-
"tinted_glass",
|
|
286093
|
-
"tuff",
|
|
286094
|
-
"waxed_copper_block",
|
|
286095
|
-
"waxed_cut_copper",
|
|
286096
|
-
"waxed_cut_copper_slab",
|
|
286097
|
-
"waxed_cut_copper_stairs",
|
|
286098
|
-
"waxed_exposed_copper",
|
|
286099
|
-
"waxed_exposed_cut_copper",
|
|
286100
|
-
"waxed_exposed_cut_copper_slab",
|
|
286101
|
-
"waxed_exposed_cut_copper_stairs",
|
|
286102
|
-
"waxed_oxidized_copper",
|
|
286103
|
-
"waxed_oxidized_cut_copper",
|
|
286104
|
-
"waxed_oxidized_cut_copper_slab",
|
|
286105
|
-
"waxed_oxidized_cut_copper_stairs",
|
|
286106
|
-
"waxed_weathered_copper",
|
|
286107
|
-
"waxed_weathered_cut_copper",
|
|
286108
|
-
"waxed_weathered_cut_copper_slab",
|
|
286109
|
-
"waxed_weathered_cut_copper_stairs",
|
|
286110
|
-
"weathered_copper",
|
|
286111
|
-
"weathered_cut_copper",
|
|
286112
|
-
"weathered_cut_copper_slab",
|
|
286113
|
-
"weathered_cut_copper_stairs",
|
|
286114
|
-
"white_candle",
|
|
286115
|
-
"yellow_candle",
|
|
286116
|
-
"music_disc_otherside",
|
|
286117
|
-
"acacia_chest_boat",
|
|
286118
|
-
"allay_spawn_egg",
|
|
286119
|
-
"birch_chest_boat",
|
|
286120
|
-
"dark_oak_chest_boat",
|
|
286121
|
-
"disc_fragment_5",
|
|
286122
|
-
"echo_shard",
|
|
286123
|
-
"frog_spawn_egg",
|
|
286124
|
-
"frogspawn",
|
|
286125
|
-
"goat_horn",
|
|
286126
|
-
"jungle_chest_boat",
|
|
286127
|
-
"mangrove_boat",
|
|
286128
|
-
"mangrove_button",
|
|
286129
|
-
"mangrove_chest_boat",
|
|
286130
|
-
"mangrove_door",
|
|
286131
|
-
"mangrove_fence",
|
|
286132
|
-
"mangrove_fence_gate",
|
|
286133
|
-
"mangrove_leaves",
|
|
286134
|
-
"mangrove_log",
|
|
286135
|
-
"mangrove_planks",
|
|
286136
|
-
"mangrove_pressure_plate",
|
|
286137
|
-
"mangrove_propagule",
|
|
286138
|
-
"mangrove_roots",
|
|
286139
|
-
"mangrove_sign",
|
|
286140
|
-
"mangrove_slab",
|
|
286141
|
-
"mangrove_stairs",
|
|
286142
|
-
"mangrove_trapdoor",
|
|
286143
|
-
"mangrove_wood",
|
|
286144
|
-
"mud",
|
|
286145
|
-
"mud_brick_slab",
|
|
286146
|
-
"mud_brick_stairs",
|
|
286147
|
-
"mud_brick_wall",
|
|
286148
|
-
"mud_bricks",
|
|
286149
|
-
"muddy_mangrove_roots",
|
|
286150
|
-
"music_disc_5",
|
|
286151
|
-
"oak_chest_boat",
|
|
286152
|
-
"ochre_froglight",
|
|
286153
|
-
"packed_mud",
|
|
286154
|
-
"pearlescent_froglight",
|
|
286155
|
-
"recovery_compass",
|
|
286156
|
-
"recovery_compass_00",
|
|
286157
|
-
"recovery_compass_01",
|
|
286158
|
-
"recovery_compass_02",
|
|
286159
|
-
"recovery_compass_03",
|
|
286160
|
-
"recovery_compass_04",
|
|
286161
|
-
"recovery_compass_05",
|
|
286162
|
-
"recovery_compass_06",
|
|
286163
|
-
"recovery_compass_07",
|
|
286164
|
-
"recovery_compass_08",
|
|
286165
|
-
"recovery_compass_09",
|
|
286166
|
-
"recovery_compass_10",
|
|
286167
|
-
"recovery_compass_11",
|
|
286168
|
-
"recovery_compass_12",
|
|
286169
|
-
"recovery_compass_13",
|
|
286170
|
-
"recovery_compass_14",
|
|
286171
|
-
"recovery_compass_15",
|
|
286172
|
-
"recovery_compass_17",
|
|
286173
|
-
"recovery_compass_18",
|
|
286174
|
-
"recovery_compass_19",
|
|
286175
|
-
"recovery_compass_20",
|
|
286176
|
-
"recovery_compass_21",
|
|
286177
|
-
"recovery_compass_22",
|
|
286178
|
-
"recovery_compass_23",
|
|
286179
|
-
"recovery_compass_24",
|
|
286180
|
-
"recovery_compass_25",
|
|
286181
|
-
"recovery_compass_26",
|
|
286182
|
-
"recovery_compass_27",
|
|
286183
|
-
"recovery_compass_28",
|
|
286184
|
-
"recovery_compass_29",
|
|
286185
|
-
"recovery_compass_30",
|
|
286186
|
-
"recovery_compass_31",
|
|
286187
|
-
"reinforced_deepslate",
|
|
286188
|
-
"sculk",
|
|
286189
|
-
"sculk_catalyst",
|
|
286190
|
-
"sculk_shrieker",
|
|
286191
|
-
"sculk_vein",
|
|
286192
|
-
"spruce_chest_boat",
|
|
286193
|
-
"stripped_mangrove_log",
|
|
286194
|
-
"stripped_mangrove_wood",
|
|
286195
|
-
"tadpole_bucket",
|
|
286196
|
-
"tadpole_spawn_egg",
|
|
286197
|
-
"tooting_goat_horn",
|
|
286198
|
-
"verdant_froglight",
|
|
286199
|
-
"warden_spawn_egg",
|
|
286200
|
-
"acacia_hanging_sign",
|
|
286201
|
-
"bamboo_block",
|
|
286202
|
-
"bamboo_button",
|
|
286203
|
-
"bamboo_chest_raft",
|
|
286204
|
-
"bamboo_door",
|
|
286205
|
-
"bamboo_fence",
|
|
286206
|
-
"bamboo_fence_gate",
|
|
286207
|
-
"bamboo_hanging_sign",
|
|
286208
|
-
"bamboo_mosaic",
|
|
286209
|
-
"bamboo_mosaic_slab",
|
|
286210
|
-
"bamboo_mosaic_stairs",
|
|
286211
|
-
"bamboo_planks",
|
|
286212
|
-
"bamboo_pressure_plate",
|
|
286213
|
-
"bamboo_raft",
|
|
286214
|
-
"bamboo_sign",
|
|
286215
|
-
"bamboo_slab",
|
|
286216
|
-
"bamboo_stairs",
|
|
286217
|
-
"bamboo_trapdoor",
|
|
286218
|
-
"birch_hanging_sign",
|
|
286219
|
-
"camel_spawn_egg",
|
|
286220
|
-
"chiseled_bookshelf",
|
|
286221
|
-
"crimson_hanging_sign",
|
|
286222
|
-
"dark_oak_hanging_sign",
|
|
286223
|
-
"ender_dragon_spawn_egg",
|
|
286224
|
-
"iron_golem_spawn_egg",
|
|
286225
|
-
"jungle_hanging_sign",
|
|
286226
|
-
"mangrove_hanging_sign",
|
|
286227
|
-
"oak_hanging_sign",
|
|
286228
|
-
"piglin_head",
|
|
286229
|
-
"snow_golem_spawn_egg",
|
|
286230
|
-
"spruce_hanging_sign",
|
|
286231
|
-
"stripped_bamboo_block",
|
|
286232
|
-
"warped_hanging_sign",
|
|
286233
|
-
"wither_spawn_egg",
|
|
286234
|
-
"brush",
|
|
286235
|
-
"brush_brushing_0",
|
|
286236
|
-
"brush_brushing_1",
|
|
286237
|
-
"brush_brushing_2",
|
|
286238
|
-
"chainmail_boots_amethyst_trim",
|
|
286239
|
-
"chainmail_boots_copper_trim",
|
|
286240
|
-
"chainmail_boots_diamond_trim",
|
|
286241
|
-
"chainmail_boots_emerald_trim",
|
|
286242
|
-
"chainmail_boots_gold_trim",
|
|
286243
|
-
"chainmail_boots_iron_trim",
|
|
286244
|
-
"chainmail_boots_lapis_trim",
|
|
286245
|
-
"chainmail_boots_netherite_trim",
|
|
286246
|
-
"chainmail_boots_quartz_trim",
|
|
286247
|
-
"chainmail_boots_redstone_trim",
|
|
286248
|
-
"chainmail_chestplate_amethyst_trim",
|
|
286249
|
-
"chainmail_chestplate_copper_trim",
|
|
286250
|
-
"chainmail_chestplate_diamond_trim",
|
|
286251
|
-
"chainmail_chestplate_emerald_trim",
|
|
286252
|
-
"chainmail_chestplate_gold_trim",
|
|
286253
|
-
"chainmail_chestplate_iron_trim",
|
|
286254
|
-
"chainmail_chestplate_lapis_trim",
|
|
286255
|
-
"chainmail_chestplate_netherite_trim",
|
|
286256
|
-
"chainmail_chestplate_quartz_trim",
|
|
286257
|
-
"chainmail_chestplate_redstone_trim",
|
|
286258
|
-
"chainmail_helmet_amethyst_trim",
|
|
286259
|
-
"chainmail_helmet_copper_trim",
|
|
286260
|
-
"chainmail_helmet_diamond_trim",
|
|
286261
|
-
"chainmail_helmet_emerald_trim",
|
|
286262
|
-
"chainmail_helmet_gold_trim",
|
|
286263
|
-
"chainmail_helmet_iron_trim",
|
|
286264
|
-
"chainmail_helmet_lapis_trim",
|
|
286265
|
-
"chainmail_helmet_netherite_trim",
|
|
286266
|
-
"chainmail_helmet_quartz_trim",
|
|
286267
|
-
"chainmail_helmet_redstone_trim",
|
|
286268
|
-
"chainmail_leggings_amethyst_trim",
|
|
286269
|
-
"chainmail_leggings_copper_trim",
|
|
286270
|
-
"chainmail_leggings_diamond_trim",
|
|
286271
|
-
"chainmail_leggings_emerald_trim",
|
|
286272
|
-
"chainmail_leggings_gold_trim",
|
|
286273
|
-
"chainmail_leggings_iron_trim",
|
|
286274
|
-
"chainmail_leggings_lapis_trim",
|
|
286275
|
-
"chainmail_leggings_netherite_trim",
|
|
286276
|
-
"chainmail_leggings_quartz_trim",
|
|
286277
|
-
"chainmail_leggings_redstone_trim",
|
|
286278
|
-
"cherry_boat",
|
|
286279
|
-
"cherry_button",
|
|
286280
|
-
"cherry_chest_boat",
|
|
286281
|
-
"cherry_door",
|
|
286282
|
-
"cherry_fence",
|
|
286283
|
-
"cherry_fence_gate",
|
|
286284
|
-
"cherry_hanging_sign",
|
|
286285
|
-
"cherry_leaves",
|
|
286286
|
-
"cherry_log",
|
|
286287
|
-
"cherry_planks",
|
|
286288
|
-
"cherry_pressure_plate",
|
|
286289
|
-
"cherry_sapling",
|
|
286290
|
-
"cherry_sign",
|
|
286291
|
-
"cherry_slab",
|
|
286292
|
-
"cherry_stairs",
|
|
286293
|
-
"cherry_trapdoor",
|
|
286294
|
-
"cherry_wood",
|
|
286295
|
-
"coast_armor_trim_smithing_template",
|
|
286296
|
-
"decorated_pot",
|
|
286297
|
-
"diamond_boots_amethyst_trim",
|
|
286298
|
-
"diamond_boots_copper_trim",
|
|
286299
|
-
"diamond_boots_diamond_darker_trim",
|
|
286300
|
-
"diamond_boots_emerald_trim",
|
|
286301
|
-
"diamond_boots_gold_trim",
|
|
286302
|
-
"diamond_boots_iron_trim",
|
|
286303
|
-
"diamond_boots_lapis_trim",
|
|
286304
|
-
"diamond_boots_netherite_trim",
|
|
286305
|
-
"diamond_boots_quartz_trim",
|
|
286306
|
-
"diamond_boots_redstone_trim",
|
|
286307
|
-
"diamond_chestplate_amethyst_trim",
|
|
286308
|
-
"diamond_chestplate_copper_trim",
|
|
286309
|
-
"diamond_chestplate_diamond_darker_trim",
|
|
286310
|
-
"diamond_chestplate_emerald_trim",
|
|
286311
|
-
"diamond_chestplate_gold_trim",
|
|
286312
|
-
"diamond_chestplate_iron_trim",
|
|
286313
|
-
"diamond_chestplate_lapis_trim",
|
|
286314
|
-
"diamond_chestplate_netherite_trim",
|
|
286315
|
-
"diamond_chestplate_quartz_trim",
|
|
286316
|
-
"diamond_chestplate_redstone_trim",
|
|
286317
|
-
"diamond_helmet_amethyst_trim",
|
|
286318
|
-
"diamond_helmet_copper_trim",
|
|
286319
|
-
"diamond_helmet_diamond_darker_trim",
|
|
286320
|
-
"diamond_helmet_emerald_trim",
|
|
286321
|
-
"diamond_helmet_gold_trim",
|
|
286322
|
-
"diamond_helmet_iron_trim",
|
|
286323
|
-
"diamond_helmet_lapis_trim",
|
|
286324
|
-
"diamond_helmet_netherite_trim",
|
|
286325
|
-
"diamond_helmet_quartz_trim",
|
|
286326
|
-
"diamond_helmet_redstone_trim",
|
|
286327
|
-
"diamond_leggings_amethyst_trim",
|
|
286328
|
-
"diamond_leggings_copper_trim",
|
|
286329
|
-
"diamond_leggings_diamond_darker_trim",
|
|
286330
|
-
"diamond_leggings_emerald_trim",
|
|
286331
|
-
"diamond_leggings_gold_trim",
|
|
286332
|
-
"diamond_leggings_iron_trim",
|
|
286333
|
-
"diamond_leggings_lapis_trim",
|
|
286334
|
-
"diamond_leggings_netherite_trim",
|
|
286335
|
-
"diamond_leggings_quartz_trim",
|
|
286336
|
-
"diamond_leggings_redstone_trim",
|
|
286337
|
-
"dune_armor_trim_smithing_template",
|
|
286338
|
-
"eye_armor_trim_smithing_template",
|
|
286339
|
-
"golden_boots_amethyst_trim",
|
|
286340
|
-
"golden_boots_copper_trim",
|
|
286341
|
-
"golden_boots_diamond_trim",
|
|
286342
|
-
"golden_boots_emerald_trim",
|
|
286343
|
-
"golden_boots_gold_darker_trim",
|
|
286344
|
-
"golden_boots_iron_trim",
|
|
286345
|
-
"golden_boots_lapis_trim",
|
|
286346
|
-
"golden_boots_netherite_trim",
|
|
286347
|
-
"golden_boots_quartz_trim",
|
|
286348
|
-
"golden_boots_redstone_trim",
|
|
286349
|
-
"golden_chestplate_amethyst_trim",
|
|
286350
|
-
"golden_chestplate_copper_trim",
|
|
286351
|
-
"golden_chestplate_diamond_trim",
|
|
286352
|
-
"golden_chestplate_emerald_trim",
|
|
286353
|
-
"golden_chestplate_gold_darker_trim",
|
|
286354
|
-
"golden_chestplate_iron_trim",
|
|
286355
|
-
"golden_chestplate_lapis_trim",
|
|
286356
|
-
"golden_chestplate_netherite_trim",
|
|
286357
|
-
"golden_chestplate_quartz_trim",
|
|
286358
|
-
"golden_chestplate_redstone_trim",
|
|
286359
|
-
"golden_helmet_amethyst_trim",
|
|
286360
|
-
"golden_helmet_copper_trim",
|
|
286361
|
-
"golden_helmet_diamond_trim",
|
|
286362
|
-
"golden_helmet_emerald_trim",
|
|
286363
|
-
"golden_helmet_gold_darker_trim",
|
|
286364
|
-
"golden_helmet_iron_trim",
|
|
286365
|
-
"golden_helmet_lapis_trim",
|
|
286366
|
-
"golden_helmet_netherite_trim",
|
|
286367
|
-
"golden_helmet_quartz_trim",
|
|
286368
|
-
"golden_helmet_redstone_trim",
|
|
286369
|
-
"golden_leggings_amethyst_trim",
|
|
286370
|
-
"golden_leggings_copper_trim",
|
|
286371
|
-
"golden_leggings_diamond_trim",
|
|
286372
|
-
"golden_leggings_emerald_trim",
|
|
286373
|
-
"golden_leggings_gold_darker_trim",
|
|
286374
|
-
"golden_leggings_iron_trim",
|
|
286375
|
-
"golden_leggings_lapis_trim",
|
|
286376
|
-
"golden_leggings_netherite_trim",
|
|
286377
|
-
"golden_leggings_quartz_trim",
|
|
286378
|
-
"golden_leggings_redstone_trim",
|
|
286379
|
-
"iron_boots_amethyst_trim",
|
|
286380
|
-
"iron_boots_copper_trim",
|
|
286381
|
-
"iron_boots_diamond_trim",
|
|
286382
|
-
"iron_boots_emerald_trim",
|
|
286383
|
-
"iron_boots_gold_trim",
|
|
286384
|
-
"iron_boots_iron_darker_trim",
|
|
286385
|
-
"iron_boots_lapis_trim",
|
|
286386
|
-
"iron_boots_netherite_trim",
|
|
286387
|
-
"iron_boots_quartz_trim",
|
|
286388
|
-
"iron_boots_redstone_trim",
|
|
286389
|
-
"iron_chestplate_amethyst_trim",
|
|
286390
|
-
"iron_chestplate_copper_trim",
|
|
286391
|
-
"iron_chestplate_diamond_trim",
|
|
286392
|
-
"iron_chestplate_emerald_trim",
|
|
286393
|
-
"iron_chestplate_gold_trim",
|
|
286394
|
-
"iron_chestplate_iron_darker_trim",
|
|
286395
|
-
"iron_chestplate_lapis_trim",
|
|
286396
|
-
"iron_chestplate_netherite_trim",
|
|
286397
|
-
"iron_chestplate_quartz_trim",
|
|
286398
|
-
"iron_chestplate_redstone_trim",
|
|
286399
|
-
"iron_helmet_amethyst_trim",
|
|
286400
|
-
"iron_helmet_copper_trim",
|
|
286401
|
-
"iron_helmet_diamond_trim",
|
|
286402
|
-
"iron_helmet_emerald_trim",
|
|
286403
|
-
"iron_helmet_gold_trim",
|
|
286404
|
-
"iron_helmet_iron_darker_trim",
|
|
286405
|
-
"iron_helmet_lapis_trim",
|
|
286406
|
-
"iron_helmet_netherite_trim",
|
|
286407
|
-
"iron_helmet_quartz_trim",
|
|
286408
|
-
"iron_helmet_redstone_trim",
|
|
286409
|
-
"iron_leggings_amethyst_trim",
|
|
286410
|
-
"iron_leggings_copper_trim",
|
|
286411
|
-
"iron_leggings_diamond_trim",
|
|
286412
|
-
"iron_leggings_emerald_trim",
|
|
286413
|
-
"iron_leggings_gold_trim",
|
|
286414
|
-
"iron_leggings_iron_darker_trim",
|
|
286415
|
-
"iron_leggings_lapis_trim",
|
|
286416
|
-
"iron_leggings_netherite_trim",
|
|
286417
|
-
"iron_leggings_quartz_trim",
|
|
286418
|
-
"iron_leggings_redstone_trim",
|
|
286419
|
-
"leather_boots_amethyst_trim",
|
|
286420
|
-
"leather_boots_copper_trim",
|
|
286421
|
-
"leather_boots_diamond_trim",
|
|
286422
|
-
"leather_boots_emerald_trim",
|
|
286423
|
-
"leather_boots_gold_trim",
|
|
286424
|
-
"leather_boots_iron_trim",
|
|
286425
|
-
"leather_boots_lapis_trim",
|
|
286426
|
-
"leather_boots_netherite_trim",
|
|
286427
|
-
"leather_boots_quartz_trim",
|
|
286428
|
-
"leather_boots_redstone_trim",
|
|
286429
|
-
"leather_chestplate_amethyst_trim",
|
|
286430
|
-
"leather_chestplate_copper_trim",
|
|
286431
|
-
"leather_chestplate_diamond_trim",
|
|
286432
|
-
"leather_chestplate_emerald_trim",
|
|
286433
|
-
"leather_chestplate_gold_trim",
|
|
286434
|
-
"leather_chestplate_iron_trim",
|
|
286435
|
-
"leather_chestplate_lapis_trim",
|
|
286436
|
-
"leather_chestplate_netherite_trim",
|
|
286437
|
-
"leather_chestplate_quartz_trim",
|
|
286438
|
-
"leather_chestplate_redstone_trim",
|
|
286439
|
-
"leather_helmet_amethyst_trim",
|
|
286440
|
-
"leather_helmet_copper_trim",
|
|
286441
|
-
"leather_helmet_diamond_trim",
|
|
286442
|
-
"leather_helmet_emerald_trim",
|
|
286443
|
-
"leather_helmet_gold_trim",
|
|
286444
|
-
"leather_helmet_iron_trim",
|
|
286445
|
-
"leather_helmet_lapis_trim",
|
|
286446
|
-
"leather_helmet_netherite_trim",
|
|
286447
|
-
"leather_helmet_quartz_trim",
|
|
286448
|
-
"leather_helmet_redstone_trim",
|
|
286449
|
-
"leather_leggings_amethyst_trim",
|
|
286450
|
-
"leather_leggings_copper_trim",
|
|
286451
|
-
"leather_leggings_diamond_trim",
|
|
286452
|
-
"leather_leggings_emerald_trim",
|
|
286453
|
-
"leather_leggings_gold_trim",
|
|
286454
|
-
"leather_leggings_iron_trim",
|
|
286455
|
-
"leather_leggings_lapis_trim",
|
|
286456
|
-
"leather_leggings_netherite_trim",
|
|
286457
|
-
"leather_leggings_quartz_trim",
|
|
286458
|
-
"leather_leggings_redstone_trim",
|
|
286459
|
-
"netherite_boots_amethyst_trim",
|
|
286460
|
-
"netherite_boots_copper_trim",
|
|
286461
|
-
"netherite_boots_diamond_trim",
|
|
286462
|
-
"netherite_boots_emerald_trim",
|
|
286463
|
-
"netherite_boots_gold_trim",
|
|
286464
|
-
"netherite_boots_iron_trim",
|
|
286465
|
-
"netherite_boots_lapis_trim",
|
|
286466
|
-
"netherite_boots_netherite_darker_trim",
|
|
286467
|
-
"netherite_boots_quartz_trim",
|
|
286468
|
-
"netherite_boots_redstone_trim",
|
|
286469
|
-
"netherite_chestplate_amethyst_trim",
|
|
286470
|
-
"netherite_chestplate_copper_trim",
|
|
286471
|
-
"netherite_chestplate_diamond_trim",
|
|
286472
|
-
"netherite_chestplate_emerald_trim",
|
|
286473
|
-
"netherite_chestplate_gold_trim",
|
|
286474
|
-
"netherite_chestplate_iron_trim",
|
|
286475
|
-
"netherite_chestplate_lapis_trim",
|
|
286476
|
-
"netherite_chestplate_netherite_darker_trim",
|
|
286477
|
-
"netherite_chestplate_quartz_trim",
|
|
286478
|
-
"netherite_chestplate_redstone_trim",
|
|
286479
|
-
"netherite_helmet_amethyst_trim",
|
|
286480
|
-
"netherite_helmet_copper_trim",
|
|
286481
|
-
"netherite_helmet_diamond_trim",
|
|
286482
|
-
"netherite_helmet_emerald_trim",
|
|
286483
|
-
"netherite_helmet_gold_trim",
|
|
286484
|
-
"netherite_helmet_iron_trim",
|
|
286485
|
-
"netherite_helmet_lapis_trim",
|
|
286486
|
-
"netherite_helmet_netherite_darker_trim",
|
|
286487
|
-
"netherite_helmet_quartz_trim",
|
|
286488
|
-
"netherite_helmet_redstone_trim",
|
|
286489
|
-
"netherite_leggings_amethyst_trim",
|
|
286490
|
-
"netherite_leggings_copper_trim",
|
|
286491
|
-
"netherite_leggings_diamond_trim",
|
|
286492
|
-
"netherite_leggings_emerald_trim",
|
|
286493
|
-
"netherite_leggings_gold_trim",
|
|
286494
|
-
"netherite_leggings_iron_trim",
|
|
286495
|
-
"netherite_leggings_lapis_trim",
|
|
286496
|
-
"netherite_leggings_netherite_darker_trim",
|
|
286497
|
-
"netherite_leggings_quartz_trim",
|
|
286498
|
-
"netherite_leggings_redstone_trim",
|
|
286499
|
-
"netherite_upgrade_smithing_template",
|
|
286500
|
-
"pink_petals",
|
|
286501
|
-
"pottery_shard_archer",
|
|
286502
|
-
"pottery_shard_arms_up",
|
|
286503
|
-
"pottery_shard_prize",
|
|
286504
|
-
"pottery_shard_skull",
|
|
286505
|
-
"rib_armor_trim_smithing_template",
|
|
286506
|
-
"sentry_armor_trim_smithing_template",
|
|
286507
|
-
"sniffer_spawn_egg",
|
|
286508
|
-
"snout_armor_trim_smithing_template",
|
|
286509
|
-
"spire_armor_trim_smithing_template",
|
|
286510
|
-
"stripped_cherry_log",
|
|
286511
|
-
"stripped_cherry_wood",
|
|
286512
|
-
"suspicious_sand",
|
|
286513
|
-
"tide_armor_trim_smithing_template",
|
|
286514
|
-
"torchflower",
|
|
286515
|
-
"torchflower_seeds",
|
|
286516
|
-
"turtle_helmet_amethyst_trim",
|
|
286517
|
-
"turtle_helmet_copper_trim",
|
|
286518
|
-
"turtle_helmet_diamond_trim",
|
|
286519
|
-
"turtle_helmet_emerald_trim",
|
|
286520
|
-
"turtle_helmet_gold_trim",
|
|
286521
|
-
"turtle_helmet_iron_trim",
|
|
286522
|
-
"turtle_helmet_lapis_trim",
|
|
286523
|
-
"turtle_helmet_netherite_trim",
|
|
286524
|
-
"turtle_helmet_quartz_trim",
|
|
286525
|
-
"turtle_helmet_redstone_trim",
|
|
286526
|
-
"vex_armor_trim_smithing_template",
|
|
286527
|
-
"ward_armor_trim_smithing_template",
|
|
286528
|
-
"wild_armor_trim_smithing_template",
|
|
286529
|
-
"angler_pottery_sherd",
|
|
286530
|
-
"archer_pottery_sherd",
|
|
286531
|
-
"arms_up_pottery_sherd",
|
|
286532
|
-
"blade_pottery_sherd",
|
|
286533
|
-
"brewer_pottery_sherd",
|
|
286534
|
-
"burn_pottery_sherd",
|
|
286535
|
-
"calibrated_sculk_sensor",
|
|
286536
|
-
"danger_pottery_sherd",
|
|
286537
|
-
"explorer_pottery_sherd",
|
|
286538
|
-
"friend_pottery_sherd",
|
|
286539
|
-
"heart_pottery_sherd",
|
|
286540
|
-
"heartbreak_pottery_sherd",
|
|
286541
|
-
"host_armor_trim_smithing_template",
|
|
286542
|
-
"howl_pottery_sherd",
|
|
286543
|
-
"miner_pottery_sherd",
|
|
286544
|
-
"mourner_pottery_sherd",
|
|
286545
|
-
"music_disc_relic",
|
|
286546
|
-
"pitcher_plant",
|
|
286547
|
-
"pitcher_pod",
|
|
286548
|
-
"plenty_pottery_sherd",
|
|
286549
|
-
"prize_pottery_sherd",
|
|
286550
|
-
"raiser_armor_trim_smithing_template",
|
|
286551
|
-
"shaper_armor_trim_smithing_template",
|
|
286552
|
-
"sheaf_pottery_sherd",
|
|
286553
|
-
"shelter_pottery_sherd",
|
|
286554
|
-
"silence_armor_trim_smithing_template",
|
|
286555
|
-
"skull_pottery_sherd",
|
|
286556
|
-
"sniffer_egg",
|
|
286557
|
-
"snort_pottery_sherd",
|
|
286558
|
-
"suspicious_gravel",
|
|
286559
|
-
"wayfinder_armor_trim_smithing_template",
|
|
286560
|
-
"breeze_spawn_egg",
|
|
286561
|
-
"chiseled_copper",
|
|
286562
|
-
"chiseled_tuff",
|
|
286563
|
-
"chiseled_tuff_bricks",
|
|
286564
|
-
"copper_grate",
|
|
286565
|
-
"crafter",
|
|
286566
|
-
"exposed_chiseled_copper",
|
|
286567
|
-
"exposed_copper_grate",
|
|
286568
|
-
"oxidized_chiseled_copper",
|
|
286569
|
-
"oxidized_copper_grate",
|
|
286570
|
-
"polished_tuff",
|
|
286571
|
-
"polished_tuff_slab",
|
|
286572
|
-
"polished_tuff_stairs",
|
|
286573
|
-
"polished_tuff_wall",
|
|
286574
|
-
"short_grass",
|
|
286575
|
-
"trial_key",
|
|
286576
|
-
"trial_spawner",
|
|
286577
|
-
"tuff_brick_slab",
|
|
286578
|
-
"tuff_brick_stairs",
|
|
286579
|
-
"tuff_brick_wall",
|
|
286580
|
-
"tuff_bricks",
|
|
286581
|
-
"tuff_slab",
|
|
286582
|
-
"tuff_stairs",
|
|
286583
|
-
"tuff_wall",
|
|
286584
|
-
"waxed_chiseled_copper",
|
|
286585
|
-
"waxed_copper_bulb",
|
|
286586
|
-
"waxed_copper_door",
|
|
286587
|
-
"waxed_copper_grate",
|
|
286588
|
-
"waxed_copper_trapdoor",
|
|
286589
|
-
"waxed_exposed_chiseled_copper",
|
|
286590
|
-
"waxed_exposed_copper_bulb",
|
|
286591
|
-
"waxed_exposed_copper_door",
|
|
286592
|
-
"waxed_exposed_copper_grate",
|
|
286593
|
-
"waxed_exposed_copper_trapdoor",
|
|
286594
|
-
"waxed_oxidized_chiseled_copper",
|
|
286595
|
-
"waxed_oxidized_copper_bulb",
|
|
286596
|
-
"waxed_oxidized_copper_door",
|
|
286597
|
-
"waxed_oxidized_copper_grate",
|
|
286598
|
-
"waxed_oxidized_copper_trapdoor",
|
|
286599
|
-
"waxed_weathered_chiseled_copper",
|
|
286600
|
-
"waxed_weathered_copper_bulb",
|
|
286601
|
-
"waxed_weathered_copper_door",
|
|
286602
|
-
"waxed_weathered_copper_grate",
|
|
286603
|
-
"waxed_weathered_copper_trapdoor",
|
|
286604
|
-
"weathered_chiseled_copper",
|
|
286605
|
-
"weathered_copper_grate",
|
|
286606
|
-
"armadillo_scute",
|
|
286607
|
-
"armadillo_spawn_egg",
|
|
286608
|
-
"bogged_spawn_egg",
|
|
286609
|
-
"bolt_armor_trim_smithing_template",
|
|
286610
|
-
"breeze_rod",
|
|
286611
|
-
"flow_armor_trim_smithing_template",
|
|
286612
|
-
"flow_banner_pattern",
|
|
286613
|
-
"flow_pottery_sherd",
|
|
286614
|
-
"guster_banner_pattern",
|
|
286615
|
-
"guster_pottery_sherd",
|
|
286616
|
-
"heavy_core",
|
|
286617
|
-
"mace",
|
|
286618
|
-
"ominous_bottle",
|
|
286619
|
-
"ominous_trial_key",
|
|
286620
|
-
"scrape_pottery_sherd",
|
|
286621
|
-
"turtle_scute",
|
|
286622
|
-
"vault",
|
|
286623
|
-
"wind_charge",
|
|
286624
|
-
"wolf_armor",
|
|
286625
|
-
"music_disc_creator",
|
|
286626
|
-
"music_disc_creator_music_box",
|
|
286627
|
-
"music_disc_precipice"
|
|
286628
|
-
]
|
|
284909
|
+
}
|
|
286629
284910
|
}
|