Skip to content

Commit

Permalink
Implemented 1.19.4, fixed multiple bugs in multiple versions
Browse files Browse the repository at this point in the history
- Implemented 1.19.4
- Changed the Entity Metadata Code to use Palettes (1.13 - 1.19.4 supported)
- Implemented Particles Reading code for 1.13 - 1.19.4
- Fixed Elytra flyby crashing the bot when rocket was used (incorrect particles reading cause this)
- Fixed a crash on 1.15.X
- Fixed a crash on 1.14.X
  • Loading branch information
milutinke committed Mar 25, 2023
2 parents 7c95acf + 930fecd commit f467f4d
Show file tree
Hide file tree
Showing 23 changed files with 4,964 additions and 573 deletions.
1,246 changes: 1,246 additions & 0 deletions MinecraftClient/Inventory/ItemPalettes/ItemPalette1194.cs

Large diffs are not rendered by default.

42 changes: 42 additions & 0 deletions MinecraftClient/Inventory/ItemType.cs
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,7 @@ public enum ItemType
BrownStainedGlassPane,
BrownTerracotta,
BrownWool,
Brush,
BubbleCoral,
BubbleCoralBlock,
BubbleCoralFan,
Expand All @@ -197,6 +198,23 @@ public enum ItemType
ChainmailHelmet,
ChainmailLeggings,
Charcoal,
CherryBoat,
CherryButton,
CherryChestBoat,
CherryDoor,
CherryFence,
CherryFenceGate,
CherryHangingSign,
CherryLeaves,
CherryLog,
CherryPlanks,
CherryPressurePlate,
CherrySapling,
CherrySign,
CherrySlab,
CherryStairs,
CherryTrapdoor,
CherryWood,
Chest,
ChestMinecart,
Chicken,
Expand All @@ -220,6 +238,7 @@ public enum ItemType
CoalBlock,
CoalOre,
CoarseDirt,
CoastArmorTrimSmithingTemplate,
CobbledDeepslate,
CobbledDeepslateSlab,
CobbledDeepslateStairs,
Expand Down Expand Up @@ -339,6 +358,7 @@ public enum ItemType
DeadTubeCoralBlock,
DeadTubeCoralFan,
DebugStick,
DecoratedPot,
Deepslate,
DeepslateBrickSlab,
DeepslateBrickStairs,
Expand Down Expand Up @@ -388,6 +408,7 @@ public enum ItemType
DripstoneBlock,
Dropper,
DrownedSpawnEgg,
DuneArmorTrimSmithingTemplate,
EchoShard,
Egg,
ElderGuardianSpawnEgg,
Expand Down Expand Up @@ -418,6 +439,7 @@ public enum ItemType
ExposedCutCopper,
ExposedCutCopperSlab,
ExposedCutCopperStairs,
EyeArmorTrimSmithingTemplate,
Farmland,
Feather,
FermentedSpiderEye,
Expand Down Expand Up @@ -748,6 +770,7 @@ public enum ItemType
NetheriteScrap,
NetheriteShovel,
NetheriteSword,
NetheriteUpgradeSmithingTemplate,
Netherrack,
NoteBlock,
OakBoat,
Expand Down Expand Up @@ -815,6 +838,7 @@ public enum ItemType
PinkConcretePowder,
PinkDye,
PinkGlazedTerracotta,
PinkPetals,
PinkShulkerBox,
PinkStainedGlass,
PinkStainedGlassPane,
Expand Down Expand Up @@ -856,6 +880,10 @@ public enum ItemType
Porkchop,
Potato,
Potion,
PotteryShardArcher,
PotteryShardArmsUp,
PotteryShardPrize,
PotteryShardSkull,
PowderSnowBucket,
PoweredRail,
Prismarine,
Expand Down Expand Up @@ -944,6 +972,7 @@ public enum ItemType
Repeater,
RepeatingCommandBlock,
RespawnAnchor,
RibArmorTrimSmithingTemplate,
RootedDirt,
RoseBush,
RottenFlesh,
Expand All @@ -966,6 +995,7 @@ public enum ItemType
SeaLantern,
SeaPickle,
Seagrass,
SentryArmorTrimSmithingTemplate,
Shears,
SheepSpawnEgg,
Shield,
Expand Down Expand Up @@ -997,6 +1027,8 @@ public enum ItemType
SmoothSandstoneStairs,
SmoothStone,
SmoothStoneSlab,
SnifferSpawnEgg,
SnoutArmorTrimSmithingTemplate,
Snow,
SnowBlock,
SnowGolemSpawnEgg,
Expand All @@ -1010,6 +1042,7 @@ public enum ItemType
SpectralArrow,
SpiderEye,
SpiderSpawnEgg,
SpireArmorTrimSmithingTemplate,
SplashPotion,
Sponge,
SporeBlossom,
Expand Down Expand Up @@ -1057,6 +1090,8 @@ public enum ItemType
StrippedBambooBlock,
StrippedBirchLog,
StrippedBirchWood,
StrippedCherryLog,
StrippedCherryWood,
StrippedCrimsonHyphae,
StrippedCrimsonStem,
StrippedDarkOakLog,
Expand All @@ -1076,18 +1111,22 @@ public enum ItemType
Sugar,
SugarCane,
Sunflower,
SuspiciousSand,
SuspiciousStew,
SweetBerries,
TadpoleBucket,
TadpoleSpawnEgg,
TallGrass,
Target,
Terracotta,
TideArmorTrimSmithingTemplate,
TintedGlass,
TippedArrow,
Tnt,
TntMinecart,
Torch,
Torchflower,
TorchflowerSeeds,
TotemOfUndying,
TraderLlamaSpawnEgg,
TrappedChest,
Expand All @@ -1105,11 +1144,13 @@ public enum ItemType
TurtleSpawnEgg,
TwistingVines,
VerdantFroglight,
VexArmorTrimSmithingTemplate,
VexSpawnEgg,
VillagerSpawnEgg,
VindicatorSpawnEgg,
Vine,
WanderingTraderSpawnEgg,
WardArmorTrimSmithingTemplate,
WardenSpawnEgg,
WarpedButton,
WarpedDoor,
Expand Down Expand Up @@ -1168,6 +1209,7 @@ public enum ItemType
WhiteTerracotta,
WhiteTulip,
WhiteWool,
WildArmorTrimSmithingTemplate,
WitchSpawnEgg,
WitherRose,
WitherSkeletonSkull,
Expand Down
Loading

0 comments on commit f467f4d

Please sign in to comment.