Skip to content

Commit b631fcb

Browse files
authored
Fully Implemented 1.20
Fully Implemented 1.20
2 parents b21f405 + ae7ce35 commit b631fcb

File tree

14 files changed

+3314
-210
lines changed

14 files changed

+3314
-210
lines changed

MinecraftClient/Inventory/ItemPalettes/ItemPalette1194.cs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -874,10 +874,10 @@ static ItemPalette1194()
874874
mappings[837] = ItemType.Porkchop;
875875
mappings[1048] = ItemType.Potato;
876876
mappings[953] = ItemType.Potion;
877-
mappings[1224] = ItemType.PotteryShardArcher;
878-
mappings[1226] = ItemType.PotteryShardArmsUp;
879-
mappings[1225] = ItemType.PotteryShardPrize;
880-
mappings[1227] = ItemType.PotteryShardSkull;
877+
mappings[1224] = ItemType.ArcherPotterySherd;
878+
mappings[1226] = ItemType.ArmsUpPotterySherd;
879+
mappings[1225] = ItemType.PrizePotterySherd;
880+
mappings[1227] = ItemType.SkullPotterySherd;
881881
mappings[867] = ItemType.PowderSnowBucket;
882882
mappings[719] = ItemType.PoweredRail;
883883
mappings[479] = ItemType.Prismarine;

MinecraftClient/Inventory/ItemPalettes/ItemPalette120.cs

Lines changed: 1273 additions & 0 deletions
Large diffs are not rendered by default.

MinecraftClient/Inventory/ItemType.cs

Lines changed: 33 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
public enum ItemType
1313
{
1414
Unknown = -2, // Unsupported item type (Forge mod custom item...)
15-
Null = -1, // Unspecified item type (Used in the network protocol)
15+
Null = -1, // Unspecified item type (Used in the network protocol)
1616

1717
AcaciaBoat,
1818
AcaciaButton,
@@ -43,9 +43,12 @@ public enum ItemType
4343
AndesiteSlab,
4444
AndesiteStairs,
4545
AndesiteWall,
46+
AnglerPotterySherd,
4647
Anvil,
4748
Apple,
49+
ArcherPotterySherd,
4850
ArmorStand,
51+
ArmsUpPotterySherd,
4952
Arrow,
5053
AxolotlBucket,
5154
AxolotlSpawnEgg,
@@ -120,6 +123,7 @@ public enum ItemType
120123
BlackstoneSlab,
121124
BlackstoneStairs,
122125
BlackstoneWall,
126+
BladePotterySherd,
123127
BlastFurnace,
124128
BlazePowder,
125129
BlazeRod,
@@ -150,6 +154,7 @@ public enum ItemType
150154
BrainCoralBlock,
151155
BrainCoralFan,
152156
Bread,
157+
BrewerPotterySherd,
153158
BrewingStand,
154159
Brick,
155160
BrickSlab,
@@ -178,9 +183,11 @@ public enum ItemType
178183
Bucket,
179184
BuddingAmethyst,
180185
Bundle,
186+
BurnPotterySherd,
181187
Cactus,
182188
Cake,
183189
Calcite,
190+
CalibratedSculkSensor,
184191
CamelSpawnEgg,
185192
Campfire,
186193
Candle,
@@ -320,6 +327,7 @@ public enum ItemType
320327
CyanWool,
321328
DamagedAnvil,
322329
Dandelion,
330+
DangerPotterySherd,
323331
DarkOakBoat,
324332
DarkOakButton,
325333
DarkOakChestBoat,
@@ -435,6 +443,7 @@ public enum ItemType
435443
EndermiteSpawnEgg,
436444
EvokerSpawnEgg,
437445
ExperienceBottle,
446+
ExplorerPotterySherd,
438447
ExposedCopper,
439448
ExposedCutCopper,
440449
ExposedCutCopperSlab,
@@ -460,6 +469,7 @@ public enum ItemType
460469
FloweringAzalea,
461470
FloweringAzaleaLeaves,
462471
FoxSpawnEgg,
472+
FriendPotterySherd,
463473
FrogSpawnEgg,
464474
Frogspawn,
465475
Furnace,
@@ -536,6 +546,8 @@ public enum ItemType
536546
HangingRoots,
537547
HayBlock,
538548
HeartOfTheSea,
549+
HeartPotterySherd,
550+
HeartbreakPotterySherd,
539551
HeavyWeightedPressurePlate,
540552
HoglinSpawnEgg,
541553
HoneyBlock,
@@ -548,6 +560,8 @@ public enum ItemType
548560
HornCoralBlock,
549561
HornCoralFan,
550562
HorseSpawnEgg,
563+
HostArmorTrimSmithingTemplate,
564+
HowlPotterySherd,
551565
HuskSpawnEgg,
552566
Ice,
553567
InfestedChiseledStoneBricks,
@@ -706,6 +720,7 @@ public enum ItemType
706720
MelonSlice,
707721
MilkBucket,
708722
Minecart,
723+
MinerPotterySherd,
709724
MojangBannerPattern,
710725
MooshroomSpawnEgg,
711726
MossBlock,
@@ -718,6 +733,7 @@ public enum ItemType
718733
MossyStoneBrickStairs,
719734
MossyStoneBrickWall,
720735
MossyStoneBricks,
736+
MournerPotterySherd,
721737
Mud,
722738
MudBrickSlab,
723739
MudBrickStairs,
@@ -738,6 +754,7 @@ public enum ItemType
738754
MusicDiscMellohi,
739755
MusicDiscOtherside,
740756
MusicDiscPigstep,
757+
MusicDiscRelic,
741758
MusicDiscStal,
742759
MusicDiscStrad,
743760
MusicDiscWait,
@@ -846,7 +863,10 @@ public enum ItemType
846863
PinkTulip,
847864
PinkWool,
848865
Piston,
866+
PitcherPlant,
867+
PitcherPod,
849868
PlayerHead,
869+
PlentyPotterySherd,
850870
Podzol,
851871
PointedDripstone,
852872
PoisonousPotato,
@@ -880,10 +900,6 @@ public enum ItemType
880900
Porkchop,
881901
Potato,
882902
Potion,
883-
PotteryShardArcher,
884-
PotteryShardArmsUp,
885-
PotteryShardPrize,
886-
PotteryShardSkull,
887903
PowderSnowBucket,
888904
PoweredRail,
889905
Prismarine,
@@ -895,6 +911,7 @@ public enum ItemType
895911
PrismarineSlab,
896912
PrismarineStairs,
897913
PrismarineWall,
914+
PrizePotterySherd,
898915
Pufferfish,
899916
PufferfishBucket,
900917
PufferfishSpawnEgg,
@@ -930,6 +947,7 @@ public enum ItemType
930947
RabbitSpawnEgg,
931948
RabbitStew,
932949
Rail,
950+
RaiserArmorTrimSmithingTemplate,
933951
RavagerSpawnEgg,
934952
RawCopper,
935953
RawCopperBlock,
@@ -996,18 +1014,23 @@ public enum ItemType
9961014
SeaPickle,
9971015
Seagrass,
9981016
SentryArmorTrimSmithingTemplate,
1017+
ShaperArmorTrimSmithingTemplate,
1018+
SheafPotterySherd,
9991019
Shears,
10001020
SheepSpawnEgg,
1021+
ShelterPotterySherd,
10011022
Shield,
10021023
Shroomlight,
10031024
ShulkerBox,
10041025
ShulkerShell,
10051026
ShulkerSpawnEgg,
1027+
SilenceArmorTrimSmithingTemplate,
10061028
SilverfishSpawnEgg,
10071029
SkeletonHorseSpawnEgg,
10081030
SkeletonSkull,
10091031
SkeletonSpawnEgg,
10101032
SkullBannerPattern,
1033+
SkullPotterySherd,
10111034
SlimeBall,
10121035
SlimeBlock,
10131036
SlimeSpawnEgg,
@@ -1027,7 +1050,9 @@ public enum ItemType
10271050
SmoothSandstoneStairs,
10281051
SmoothStone,
10291052
SmoothStoneSlab,
1053+
SnifferEgg,
10301054
SnifferSpawnEgg,
1055+
SnortPotterySherd,
10311056
SnoutArmorTrimSmithingTemplate,
10321057
Snow,
10331058
SnowBlock,
@@ -1111,6 +1136,7 @@ public enum ItemType
11111136
Sugar,
11121137
SugarCane,
11131138
Sunflower,
1139+
SuspiciousGravel,
11141140
SuspiciousSand,
11151141
SuspiciousStew,
11161142
SweetBerries,
@@ -1187,6 +1213,7 @@ public enum ItemType
11871213
WaxedWeatheredCutCopper,
11881214
WaxedWeatheredCutCopperSlab,
11891215
WaxedWeatheredCutCopperStairs,
1216+
WayfinderArmorTrimSmithingTemplate,
11901217
WeatheredCopper,
11911218
WeatheredCutCopper,
11921219
WeatheredCutCopperSlab,
@@ -1243,4 +1270,4 @@ public enum ItemType
12431270
ZombieVillagerSpawnEgg,
12441271
ZombifiedPiglinSpawnEgg,
12451272
}
1246-
}
1273+
}

0 commit comments

Comments
 (0)