_* This list may be slightly off & does not contain entity nor block patches_ ## Items - [x] ArmorItem (ItemArmor.patch) - [x] ArmorStandItem (ItemArmorStand.patch) - [x] BlockItem (ItemBlock.patch) - [x] BoatItem (ItemBoat.patch) - [x] BowItem (ItemBow.patch) - [x] BucketItem (ItemBucket.patch) - [x] ChorusFruitItem (ItemChorusFruit.patch) - [ ] CrossbowItem (ItemCrossbow.patch) - [x] DyeItem (ItemDye.patch) - [x] EggItem (ItemEgg.patch) - [x] EndCrystalItem (ItemEndCrystal.patch) - [x] EnderEyeItem (ItemEnderEye.patch) - [ ] EnderPearlItem (ItemEnderPearl.patch) - [x] FireChargeItem (ItemFireball.patch) - [x] FishingRodItem (ItemFishingRod.patch) - [x] FlintAndSteelItem (ItemFlintAndSteel.patch) - [ ] DecorationItem (ItemHanging.patch) - [ ] LeadItem (ItemLeash.patch) - [ ] MilkBucketItem (ItemMilkBucket.patch) - [ ] MinecartItem (ItemMinecart.patch) - [x] SpawnEggItem (ItemMonsterEgg.patch) - [ ] PotionItem (ItemPotion.patch) - [x] MusicDiscItem (ItemRecord.patch) - [ ] SignItem (ItemSign.patch) - [x] SkullItem (ItemSkullPlayer.patch) - [ ] SnowballItem (ItemSnowball.patch) - [ ] ItemStack (ItemStack.patch) - [x] TridentItem (ItemTrident.patch) - [x] FilledMapItem (ItemWorldMap.patch) - [x] ItemInstanceTheFlatteningFix (DataConverterFlatten.patch) - [ ] ItemInstanceMapIdFix (DataConverterMap.patch) ## ScreenHandlers - [ ] ScreenHandler (Container.patch) - [ ] AnvilScreenHandler (ContainerAnvil.patch) - [x] ForgingScreenHandler (ContainerAnvilAbstract.patch) - [x] BeaconScreenHandler (ContainerBeacon.patch) - [x] BrewingStandScreenHandler (ContainerBrewingStand.patch) - [ ] CartographyTableScreenHandler (ContainerCartography.patch) - [x] GenericContainerScreenHandler (ContainerChest.patch) - [x] Generic3x3ContainerScreenHandler (ContainerDispenser.patch) - [x] EnchantmentScreenHandler (ContainerEnchantTable.patch) - [x] AbstractFurnaceScreenHandler (ContainerFurnace.patch) - [x] GrindstoneScreenHandler (ContainerGrindstone.patch) - [x] HopperScreenHandler (ContainerHopper.patch) - [x] HorseScreenHandler (ContainerHorse.patch) - [x] LecternScreenHandler (ContainerLectern.patch) - [x] LoomScreenHandler (ContainerLoom.patch) - [x] MerchantScreenHandler (ContainerMerchant.patch) - [x] PlayerScreenHandler (ContainerPlayer.patch) - [ ] ScreenHandlerType (Containers.patch) - [x] ShulkerBoxScreenHandler (ContainerShulkerBox.patch) - [x] SmithingScreenHandler (ContainerSmithing.patch) - [x] StonecutterScreenHandler (ContainerStonecutter.patch) - [x] CraftingScreenHandler (ContainerWorkbench.patch) ## Entity Related - [x] ProjectileEntity (IProjectile.patch) - [ ] Angerable (IEntityAngerable.patch) - [ ] EntityPredicates (IEntitySelector.patch) - [x] EntitySelectorReader (ArgumentParserSelector.patch) - [x] ClampedEntityAttribute (AttributeRanged.patch) ## Block Entities - [x] BlockEntity (TileEntity.patch) - [x] BannerBlockEntity (TileEntityBanner.patch) - [x] BarrelBlockEntity (TileEntityBarrel.patch) - [ ] BeaconBlockEntity (TileEntityBeacon.patch) - [x] BeehiveBlockEntity (TileEntityBeehive.patch) - [x] BrewingStandBlockEntity (TileEntityBrewingStand.patch) - [x] CampfireBlockEntity (TileEntityCampfire.patch) - [x] ChestBlockEntity (TileEntityChest.patch) - [ ] CommandBlockBlockEntity (TileEntityCommand.patch) - [ ] ConduitBlockEntity (TileEntityConduit.patch) - [x] LockableContainerBlockEntity (TileEntityContainer.patch) - [x] DispenserBlockEntity (TileEntityDispenser.patch) - [x] EndGatewayBlockEntity (TileEntityEndGateway.patch) - [x] AbstractFurnaceBlockEntity (TileEntityFurnace.patch) (See #11, #18 , #19 ) - [x] HopperBlockEntity (TileEntityHopper.patch) - [x] ShulkerBoxBlockEntity (TileEntityShulkerBox.patch) - [x] SignBlockEntity (TileEntitySign.patch) ## Recipes - [x] RecipeManager (CraftingManager.patch) - [x] BlastingRecipe (RecipeBlasting.patch) - [ ] ServerRecipeBook (RecipeBookServer.patch) - [x] CampfireCookingRecipe (RecipeCampfire.patch) - [x] Ingredient (RecipeItemStack.patch) - [x] SmithingRecipe (RecipeSmithing.patch) - [x] SmokingRecipe (RecipeSmoking.patch) - [x] StonecuttingRecipe (RecipeStonecutting.patch) - [x] ShapedRecipe (ShapedRecipes.patch) - [x] ShapelessRecipe (ShapelessRecipes.patch) - [x] SmeltingRecipe (FurnaceRecipe.patch) - [x] TradeOffer (MerchantRecipe.patch) - [x] Recipe (IRecipe.patch) - [x] SpecialCraftingRecipe (IRecipeComplex.patch) ## Network - [x] ServerHandshakeNetworkHandler (HandshakeListener.patch) - [x] LegacyQueryHandler (LegacyPingHandler.patch) - [x] ServerLoginNetworkHandler (LoginListener.patch) - [x] ClientConnection (NetworkManager.patch) - [x] PacketByteBuf (PacketDataSerializer.patch) - [x] ServerQueryNetworkHandler (PacketStatusListener.patch) - [x] ServerPlayNetworkHandler (PlayerConnection.patch) - [x] NetworkThreadUtils (PlayerConnectionUtils.patch) - [x] ServerNetworkIo (ServerConnection.patch) - [x] ServerPlayerInteractionManager (PlayerInteractManager.patch) - [x] GuiCloseC2SPacket (PacketPlayInCloseWindow.patch) - [x] ChunkDeltaUpdateS2CPacket (PacketPlayOutMultiBlockChange.patch) ## Command - [x] CommandBlockExecutor (CommandBlockListenerAbstract.patch) - [ ] CommandManager (CommandDispatcher.patch) - [x] ServerCommandSource (CommandListenerWrapper.patch) - [x] CommandOutput (ICommandListener.patch) - [x] ReloadCommand (CommandReload.patch) - [x] SpreadPlayersCommand (CommandSpreadPlayers.patch) - [ ] TeleportCommand (CommandTeleport.patch) - [x] TimeCommand (CommandTime.patch) - [ ] EffectCommand (CommandEffect.patch) - [x] GameModeCommand (CommandGamemode.patch) - [x] CommandBossBar (BossBattleCustom.patch) - [x] CommandFunctionManager (CustomFunctionData.patch) - [ ] GameRuleCommand (CommandGamerule.patch) ## Inventory - [x] Inventory (IInventory.patch) - [x] PlayerInventory (PlayerInventory.patch) - [x] CraftingInventory (InventoryCrafting.patch) - [x] CraftingResultInventory (InventoryCraftResult.patch) - [x] EnderChestInventory (InventoryEnderChest.patch) - [x] DoubleInventory (InventoryLargeChest.patch) - [x] TraderInventory (InventoryMerchant.patch) - [x] SimpleInventory (InventorySubcontainer.patch) - [ ] FurnaceOutputSlot (SlotFurnaceResult.patch) ## Behavior - [x] ForgetAttackTargetTask (BehaviorAttackTargetForget.patch) - [x] UpdateAttackTargetTask (BehaviorAttackTargetSet.patch) - [x] GoToWorkTask (BehaviorCareer.patch) - [ ] FarmerVillagerTask (BehaviorFarm.patch) - [x] OpenDoorsTask (BehaviorInteractDoor.patch) - [ ] VillagerBreedTask (BehaviorMakeLove.patch) - [x] LoseJobOnSiteLossTask (BehaviorProfession.patch) - [ ] LookTargetUtil (BehaviorUtil.patch) - [ ] FarmerWorkTask (BehaviorWorkComposter.patch) - [x] BoatDispenserBehavior (DispenseBehaviorBoat.patch) - [ ] ItemDispenserBehavior (DispenseBehaviorItem.patch) - [ ] ProjectileDispenserBehavior (DispenseBehaviorProjectile.patch) - [x] ShearsDispenserBehavior (DispenseBehaviorShears.patch) - [ ] BlockPlacementDispenserBehavior (DispenseBehaviorShulkerBox.patch) - [ ] DispenserBehavior (IDispenseBehavior.patch) ## World-related - [x] WorldChunk (Chunk.patch) - [ ] ChunkTicketManager (ChunkMapDistance.patch) - [x] LevelStorage (Convertable.patch) - [ ] GameRules (GameRules.patch) - [x] WorldAccess (GeneratorAccess.patch) - [ ] VersionedChunkStorage (IChunkLoader.patch) - [ ] ModifiableWorld (IWorldWriter.patch) - [ ] ChunkHolder (PlayerChunk.patch) - [ ] ThreadedAnvilChunkStorage (PlayerChunkMap.patch) - [ ] World (World.patch) - [x] ServerWorldAccess (WorldAccess.patch) - [x] WorldBorder (WorldBorder.patch) - [x] ChunkTicketType (TicketType.patch) - [x] WorldSaveHandler (WorldNBTStorage.patch) - [x] ServerWorld (WorldServer.patch) - [x] WorldUpdater (WorldUpgrader.patch) - [x] LevelProperties (WorldDataServer.patch) - [ ] WorldBorderS2CPacket (PacketPlayOutWorldBorder.patch) - [x] ChunkRegion (RegionLimitedWorldAccess.patch) - [ ] SaplingGenerator (WorldGenTreeProvider.patch) - [ ] BiomeArray (BiomeStorage.patch) - [x] Structure (DefinedStructure.patch) - [x] StructureManager (DefinedStructureManager.patch) - [x] MapState (WorldMap.patch) ## Loot - [x] LootContextParameters (LootContextParameters.patch) - [x] LootingEnchantLootFunction (LootEnchantFunction.patch) - [ ] LootPoolEntry (LootEntryAbstract.patch) - [x] RandomChanceWithLootingLootCondition (LootItemConditionRandomChanceWithLooting.patch) - [x] SurvivesExplosionLootCondition (LootItemConditionSurvivesExplosion.patch) - [x] LootTable (LootTable.patch) - [x] LootManager (LootTableRegistry.patch) ## The Rest - [x] Style (ChatModifier.patch) - [x] DamageSource (DamageSource.patch) - [x] MinecraftDedicatedServer (DedicatedServer.patch) - [x] ServerPropertiesHandler (DedicatedServerProperties.patch) - [x] ServerPropertiesLoader (DedicatedServerSettings.patch) - [ ] PhaseManager (DragonControllerManager.patch) - [x] BanEntry (ExpirableListEntry.patch) - [x] Explosion (Explosion.patch) - [ ] HungerManager (FoodMetaData.patch) - [x] BlockView (IBlockAccess.patch) - [x] Text (IChatBaseComponent.patch) - [ ] Trader (IMerchant.patch) - [ ] ServerConfigList (JsonList.patch) - [x] MinecraftServer (MinecraftServer.patch) - [ ] StatusEffect (MobEffectList.patch) - [ ] StatusEffects (MobEffects.patch) - [x] PlayerManager (PlayerList.patch) - [ ] PortalForcer (PortalTravelAgent.patch) - [x] AbstractPropertiesHandler (PropertyManager.patch) - [x] ServerScoreboard (ScoreboardServer.patch) - [ ] SpawnHelper (SpawnerCreature.patch) - [x] ServerTickScheduler (TickListServer.patch) - [x] Advancement (Advancement.patch) - [x] PlayerAdvancementTracker (AdvancementDataPlayer.patch) - [x] AdvancementManager (Advancements.patch) - [ ] MobSpawnerLogic (MobSpawnerAbstract.patch) - [ ] PillagerSpawner (MobSpawnerPatrol.patch) - [ ] PhantomSpawner (MobSpawnerPhantom.patch) - [ ] WanderingTraderManager (MobSpawnerTrader.patch) - [x] FrostWalkerEnchantment (EnchantmentFrostWalker.patch) - [x] Enchantments (Enchantments.patch) - [ ] DamageEnchantment (EnchantmentWeaponDamage.patch) - [x] Schemas (DataConverterRegistry.patch) - [ ] DataTracker (DataWatcher.patch) - [ ] FlowableFluid (FluidTypeFlowing.patch) - [ ] LavaFluid (FluidTypeLava.patch) - [ ] TeleportTarget (ShapeDetectorShape.patch) - [ ] Raid (Raid.patch) - [ ] RayTraceContext (RayTrace.patch) - [ ] RaidManager (PersistentRaid.patch) - [ ] FeatureUpdater (PersistentStructureLegacy.patch) - [x] PiglinBrain (PiglinAI.patch) - [ ] ZombieSiegeManager (VillageSiege.patch) - [x] SaddledComponent (SaddleStorage.patch) - [x] StatHandler (StatisticManager.patch) - [x] TextColor (ChatHexColor.patch)
* This list may be slightly off & does not contain entity nor block patches
Items
ScreenHandlers
Entity Related
Block Entities
Recipes
Network
Command
Inventory
Behavior
World-related
Loot
The Rest