@@ -154,6 +154,7 @@ public enum ItemType
154
154
BrainCoralBlock ,
155
155
BrainCoralFan ,
156
156
Bread ,
157
+ BreezeSpawnEgg ,
157
158
BrewerPotterySherd ,
158
159
BrewingStand ,
159
160
Brick ,
@@ -228,13 +229,16 @@ public enum ItemType
228
229
ChickenSpawnEgg ,
229
230
ChippedAnvil ,
230
231
ChiseledBookshelf ,
232
+ ChiseledCopper ,
231
233
ChiseledDeepslate ,
232
234
ChiseledNetherBricks ,
233
235
ChiseledPolishedBlackstone ,
234
236
ChiseledQuartzBlock ,
235
237
ChiseledRedSandstone ,
236
238
ChiseledSandstone ,
237
239
ChiseledStoneBricks ,
240
+ ChiseledTuff ,
241
+ ChiseledTuffBricks ,
238
242
ChorusFlower ,
239
243
ChorusFruit ,
240
244
ChorusPlant ,
@@ -274,15 +278,20 @@ public enum ItemType
274
278
CookedSalmon ,
275
279
Cookie ,
276
280
CopperBlock ,
281
+ CopperBulb ,
282
+ CopperDoor ,
283
+ CopperGrate ,
277
284
CopperIngot ,
278
285
CopperOre ,
286
+ CopperTrapdoor ,
279
287
Cornflower ,
280
288
CowSpawnEgg ,
281
289
CrackedDeepslateBricks ,
282
290
CrackedDeepslateTiles ,
283
291
CrackedNetherBricks ,
284
292
CrackedPolishedBlackstoneBricks ,
285
293
CrackedStoneBricks ,
294
+ Crafter ,
286
295
CraftingTable ,
287
296
CreeperBannerPattern ,
288
297
CreeperHead ,
@@ -444,7 +453,12 @@ public enum ItemType
444
453
EvokerSpawnEgg ,
445
454
ExperienceBottle ,
446
455
ExplorerPotterySherd ,
456
+ ExposedChiseledCopper ,
447
457
ExposedCopper ,
458
+ ExposedCopperBulb ,
459
+ ExposedCopperDoor ,
460
+ ExposedCopperGrate ,
461
+ ExposedCopperTrapdoor ,
448
462
ExposedCutCopper ,
449
463
ExposedCutCopperSlab ,
450
464
ExposedCutCopperStairs ,
@@ -511,7 +525,7 @@ public enum ItemType
511
525
GraniteSlab ,
512
526
GraniteStairs ,
513
527
GraniteWall ,
514
- Grass ,
528
+ Grass , // 1.20.3+ renamed to ShortGrass
515
529
GrassBlock ,
516
530
Gravel ,
517
531
GrayBanner ,
@@ -826,7 +840,12 @@ public enum ItemType
826
840
OrangeTulip ,
827
841
OrangeWool ,
828
842
OxeyeDaisy ,
843
+ OxidizedChiseledCopper ,
829
844
OxidizedCopper ,
845
+ OxidizedCopperBulb ,
846
+ OxidizedCopperDoor ,
847
+ OxidizedCopperGrate ,
848
+ OxidizedCopperTrapdoor ,
830
849
OxidizedCutCopper ,
831
850
OxidizedCutCopperSlab ,
832
851
OxidizedCutCopperStairs ,
@@ -895,6 +914,10 @@ public enum ItemType
895
914
PolishedGranite ,
896
915
PolishedGraniteSlab ,
897
916
PolishedGraniteStairs ,
917
+ PolishedTuff ,
918
+ PolishedTuffSlab ,
919
+ PolishedTuffStairs ,
920
+ PolishedTuffWall ,
898
921
PoppedChorusFruit ,
899
922
Poppy ,
900
923
Porkchop ,
@@ -1020,6 +1043,7 @@ public enum ItemType
1020
1043
SheepSpawnEgg ,
1021
1044
ShelterPotterySherd ,
1022
1045
Shield ,
1046
+ ShortGrass ,
1023
1047
Shroomlight ,
1024
1048
ShulkerBox ,
1025
1049
ShulkerShell ,
@@ -1156,6 +1180,8 @@ public enum ItemType
1156
1180
TotemOfUndying ,
1157
1181
TraderLlamaSpawnEgg ,
1158
1182
TrappedChest ,
1183
+ TrialKey ,
1184
+ TrialSpawner ,
1159
1185
Trident ,
1160
1186
TripwireHook ,
1161
1187
TropicalFish ,
@@ -1165,6 +1191,13 @@ public enum ItemType
1165
1191
TubeCoralBlock ,
1166
1192
TubeCoralFan ,
1167
1193
Tuff ,
1194
+ TuffBrickSlab ,
1195
+ TuffBrickStairs ,
1196
+ TuffBrickWall ,
1197
+ TuffBricks ,
1198
+ TuffSlab ,
1199
+ TuffStairs ,
1200
+ TuffWall ,
1168
1201
TurtleEgg ,
1169
1202
TurtleHelmet ,
1170
1203
TurtleSpawnEgg ,
@@ -1197,24 +1230,49 @@ public enum ItemType
1197
1230
WarpedTrapdoor ,
1198
1231
WarpedWartBlock ,
1199
1232
WaterBucket ,
1233
+ WaxedChiseledCopper ,
1200
1234
WaxedCopperBlock ,
1235
+ WaxedCopperBulb ,
1236
+ WaxedCopperDoor ,
1237
+ WaxedCopperGrate ,
1238
+ WaxedCopperTrapdoor ,
1201
1239
WaxedCutCopper ,
1202
1240
WaxedCutCopperSlab ,
1203
1241
WaxedCutCopperStairs ,
1242
+ WaxedExposedChiseledCopper ,
1204
1243
WaxedExposedCopper ,
1244
+ WaxedExposedCopperBulb ,
1245
+ WaxedExposedCopperDoor ,
1246
+ WaxedExposedCopperGrate ,
1247
+ WaxedExposedCopperTrapdoor ,
1205
1248
WaxedExposedCutCopper ,
1206
1249
WaxedExposedCutCopperSlab ,
1207
1250
WaxedExposedCutCopperStairs ,
1251
+ WaxedOxidizedChiseledCopper ,
1208
1252
WaxedOxidizedCopper ,
1253
+ WaxedOxidizedCopperBulb ,
1254
+ WaxedOxidizedCopperDoor ,
1255
+ WaxedOxidizedCopperGrate ,
1256
+ WaxedOxidizedCopperTrapdoor ,
1209
1257
WaxedOxidizedCutCopper ,
1210
1258
WaxedOxidizedCutCopperSlab ,
1211
1259
WaxedOxidizedCutCopperStairs ,
1260
+ WaxedWeatheredChiseledCopper ,
1212
1261
WaxedWeatheredCopper ,
1262
+ WaxedWeatheredCopperBulb ,
1263
+ WaxedWeatheredCopperDoor ,
1264
+ WaxedWeatheredCopperGrate ,
1265
+ WaxedWeatheredCopperTrapdoor ,
1213
1266
WaxedWeatheredCutCopper ,
1214
1267
WaxedWeatheredCutCopperSlab ,
1215
1268
WaxedWeatheredCutCopperStairs ,
1216
1269
WayfinderArmorTrimSmithingTemplate ,
1270
+ WeatheredChiseledCopper ,
1217
1271
WeatheredCopper ,
1272
+ WeatheredCopperBulb ,
1273
+ WeatheredCopperDoor ,
1274
+ WeatheredCopperGrate ,
1275
+ WeatheredCopperTrapdoor ,
1218
1276
WeatheredCutCopper ,
1219
1277
WeatheredCutCopperSlab ,
1220
1278
WeatheredCutCopperStairs ,
0 commit comments