mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2026-08-15 13:04:36 +00:00
Fully Implemented 1.20
This commit is contained in:
parent
b21f40593e
commit
ae7ce35cc8
14 changed files with 3313 additions and 209 deletions
|
|
@ -874,10 +874,10 @@ namespace MinecraftClient.Inventory.ItemPalettes
|
|||
mappings[837] = ItemType.Porkchop;
|
||||
mappings[1048] = ItemType.Potato;
|
||||
mappings[953] = ItemType.Potion;
|
||||
mappings[1224] = ItemType.PotteryShardArcher;
|
||||
mappings[1226] = ItemType.PotteryShardArmsUp;
|
||||
mappings[1225] = ItemType.PotteryShardPrize;
|
||||
mappings[1227] = ItemType.PotteryShardSkull;
|
||||
mappings[1224] = ItemType.ArcherPotterySherd;
|
||||
mappings[1226] = ItemType.ArmsUpPotterySherd;
|
||||
mappings[1225] = ItemType.PrizePotterySherd;
|
||||
mappings[1227] = ItemType.SkullPotterySherd;
|
||||
mappings[867] = ItemType.PowderSnowBucket;
|
||||
mappings[719] = ItemType.PoweredRail;
|
||||
mappings[479] = ItemType.Prismarine;
|
||||
|
|
|
|||
1273
MinecraftClient/Inventory/ItemPalettes/ItemPalette120.cs
Normal file
1273
MinecraftClient/Inventory/ItemPalettes/ItemPalette120.cs
Normal file
File diff suppressed because it is too large
Load diff
|
|
@ -12,7 +12,7 @@
|
|||
public enum ItemType
|
||||
{
|
||||
Unknown = -2, // Unsupported item type (Forge mod custom item...)
|
||||
Null = -1, // Unspecified item type (Used in the network protocol)
|
||||
Null = -1, // Unspecified item type (Used in the network protocol)
|
||||
|
||||
AcaciaBoat,
|
||||
AcaciaButton,
|
||||
|
|
@ -43,9 +43,12 @@
|
|||
AndesiteSlab,
|
||||
AndesiteStairs,
|
||||
AndesiteWall,
|
||||
AnglerPotterySherd,
|
||||
Anvil,
|
||||
Apple,
|
||||
ArcherPotterySherd,
|
||||
ArmorStand,
|
||||
ArmsUpPotterySherd,
|
||||
Arrow,
|
||||
AxolotlBucket,
|
||||
AxolotlSpawnEgg,
|
||||
|
|
@ -120,6 +123,7 @@
|
|||
BlackstoneSlab,
|
||||
BlackstoneStairs,
|
||||
BlackstoneWall,
|
||||
BladePotterySherd,
|
||||
BlastFurnace,
|
||||
BlazePowder,
|
||||
BlazeRod,
|
||||
|
|
@ -150,6 +154,7 @@
|
|||
BrainCoralBlock,
|
||||
BrainCoralFan,
|
||||
Bread,
|
||||
BrewerPotterySherd,
|
||||
BrewingStand,
|
||||
Brick,
|
||||
BrickSlab,
|
||||
|
|
@ -178,9 +183,11 @@
|
|||
Bucket,
|
||||
BuddingAmethyst,
|
||||
Bundle,
|
||||
BurnPotterySherd,
|
||||
Cactus,
|
||||
Cake,
|
||||
Calcite,
|
||||
CalibratedSculkSensor,
|
||||
CamelSpawnEgg,
|
||||
Campfire,
|
||||
Candle,
|
||||
|
|
@ -320,6 +327,7 @@
|
|||
CyanWool,
|
||||
DamagedAnvil,
|
||||
Dandelion,
|
||||
DangerPotterySherd,
|
||||
DarkOakBoat,
|
||||
DarkOakButton,
|
||||
DarkOakChestBoat,
|
||||
|
|
@ -435,6 +443,7 @@
|
|||
EndermiteSpawnEgg,
|
||||
EvokerSpawnEgg,
|
||||
ExperienceBottle,
|
||||
ExplorerPotterySherd,
|
||||
ExposedCopper,
|
||||
ExposedCutCopper,
|
||||
ExposedCutCopperSlab,
|
||||
|
|
@ -460,6 +469,7 @@
|
|||
FloweringAzalea,
|
||||
FloweringAzaleaLeaves,
|
||||
FoxSpawnEgg,
|
||||
FriendPotterySherd,
|
||||
FrogSpawnEgg,
|
||||
Frogspawn,
|
||||
Furnace,
|
||||
|
|
@ -536,6 +546,8 @@
|
|||
HangingRoots,
|
||||
HayBlock,
|
||||
HeartOfTheSea,
|
||||
HeartPotterySherd,
|
||||
HeartbreakPotterySherd,
|
||||
HeavyWeightedPressurePlate,
|
||||
HoglinSpawnEgg,
|
||||
HoneyBlock,
|
||||
|
|
@ -548,6 +560,8 @@
|
|||
HornCoralBlock,
|
||||
HornCoralFan,
|
||||
HorseSpawnEgg,
|
||||
HostArmorTrimSmithingTemplate,
|
||||
HowlPotterySherd,
|
||||
HuskSpawnEgg,
|
||||
Ice,
|
||||
InfestedChiseledStoneBricks,
|
||||
|
|
@ -706,6 +720,7 @@
|
|||
MelonSlice,
|
||||
MilkBucket,
|
||||
Minecart,
|
||||
MinerPotterySherd,
|
||||
MojangBannerPattern,
|
||||
MooshroomSpawnEgg,
|
||||
MossBlock,
|
||||
|
|
@ -718,6 +733,7 @@
|
|||
MossyStoneBrickStairs,
|
||||
MossyStoneBrickWall,
|
||||
MossyStoneBricks,
|
||||
MournerPotterySherd,
|
||||
Mud,
|
||||
MudBrickSlab,
|
||||
MudBrickStairs,
|
||||
|
|
@ -738,6 +754,7 @@
|
|||
MusicDiscMellohi,
|
||||
MusicDiscOtherside,
|
||||
MusicDiscPigstep,
|
||||
MusicDiscRelic,
|
||||
MusicDiscStal,
|
||||
MusicDiscStrad,
|
||||
MusicDiscWait,
|
||||
|
|
@ -846,7 +863,10 @@
|
|||
PinkTulip,
|
||||
PinkWool,
|
||||
Piston,
|
||||
PitcherPlant,
|
||||
PitcherPod,
|
||||
PlayerHead,
|
||||
PlentyPotterySherd,
|
||||
Podzol,
|
||||
PointedDripstone,
|
||||
PoisonousPotato,
|
||||
|
|
@ -880,10 +900,6 @@
|
|||
Porkchop,
|
||||
Potato,
|
||||
Potion,
|
||||
PotteryShardArcher,
|
||||
PotteryShardArmsUp,
|
||||
PotteryShardPrize,
|
||||
PotteryShardSkull,
|
||||
PowderSnowBucket,
|
||||
PoweredRail,
|
||||
Prismarine,
|
||||
|
|
@ -895,6 +911,7 @@
|
|||
PrismarineSlab,
|
||||
PrismarineStairs,
|
||||
PrismarineWall,
|
||||
PrizePotterySherd,
|
||||
Pufferfish,
|
||||
PufferfishBucket,
|
||||
PufferfishSpawnEgg,
|
||||
|
|
@ -930,6 +947,7 @@
|
|||
RabbitSpawnEgg,
|
||||
RabbitStew,
|
||||
Rail,
|
||||
RaiserArmorTrimSmithingTemplate,
|
||||
RavagerSpawnEgg,
|
||||
RawCopper,
|
||||
RawCopperBlock,
|
||||
|
|
@ -996,18 +1014,23 @@
|
|||
SeaPickle,
|
||||
Seagrass,
|
||||
SentryArmorTrimSmithingTemplate,
|
||||
ShaperArmorTrimSmithingTemplate,
|
||||
SheafPotterySherd,
|
||||
Shears,
|
||||
SheepSpawnEgg,
|
||||
ShelterPotterySherd,
|
||||
Shield,
|
||||
Shroomlight,
|
||||
ShulkerBox,
|
||||
ShulkerShell,
|
||||
ShulkerSpawnEgg,
|
||||
SilenceArmorTrimSmithingTemplate,
|
||||
SilverfishSpawnEgg,
|
||||
SkeletonHorseSpawnEgg,
|
||||
SkeletonSkull,
|
||||
SkeletonSpawnEgg,
|
||||
SkullBannerPattern,
|
||||
SkullPotterySherd,
|
||||
SlimeBall,
|
||||
SlimeBlock,
|
||||
SlimeSpawnEgg,
|
||||
|
|
@ -1027,7 +1050,9 @@
|
|||
SmoothSandstoneStairs,
|
||||
SmoothStone,
|
||||
SmoothStoneSlab,
|
||||
SnifferEgg,
|
||||
SnifferSpawnEgg,
|
||||
SnortPotterySherd,
|
||||
SnoutArmorTrimSmithingTemplate,
|
||||
Snow,
|
||||
SnowBlock,
|
||||
|
|
@ -1111,6 +1136,7 @@
|
|||
Sugar,
|
||||
SugarCane,
|
||||
Sunflower,
|
||||
SuspiciousGravel,
|
||||
SuspiciousSand,
|
||||
SuspiciousStew,
|
||||
SweetBerries,
|
||||
|
|
@ -1187,6 +1213,7 @@
|
|||
WaxedWeatheredCutCopper,
|
||||
WaxedWeatheredCutCopperSlab,
|
||||
WaxedWeatheredCutCopperStairs,
|
||||
WayfinderArmorTrimSmithingTemplate,
|
||||
WeatheredCopper,
|
||||
WeatheredCutCopper,
|
||||
WeatheredCutCopperSlab,
|
||||
|
|
@ -1243,4 +1270,4 @@
|
|||
ZombieVillagerSpawnEgg,
|
||||
ZombifiedPiglinSpawnEgg,
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue