PaperMC/patches/server
Rick 07ef2bbab9
Fix incorrect command serialization by creating new Command (#11671)
Fixes #11649 - As noted in the issue, when CommandNodes are serialized
they are used as the key in a Map. Their equals()/hashcode() should only    match if they are equal nodes (name & command), but due to the erasure of the command field pre-serialization, nodes with different commands can be mapped onto the same value. This causes the client to interpret both nodes as the same, causing suggestions where they should not.

This is fixed by creating a different no-op command for the
erasure, instead of them holding the same lambda.
2024-12-08 16:43:09 -05:00
..
0001-Setup-Gradle-project.patch Work 2024-12-03 18:32:16 +01:00
0002-Remap-fixes.patch Work 2024-12-03 18:32:16 +01:00
0003-Build-system-changes.patch Work 2024-12-03 18:32:16 +01:00
0004-Test-changes.patch Work 2024-12-03 18:32:16 +01:00
0005-Paper-config-files.patch Work 2024-12-03 18:32:16 +01:00
0006-MC-Dev-fixes.patch Work 2024-12-03 18:32:16 +01:00
0007-ConcurrentUtil.patch Use ConcurrentUtil from Paper repo 2024-12-03 20:04:41 -07:00
0008-CB-fixes.patch Work 2024-12-03 18:32:16 +01:00
0009-MC-Utils.patch Move around patches again 2024-12-05 12:20:56 +01:00
0010-Adventure.patch Add ItemMeta customName methods (#11685) 2024-12-07 20:05:14 +01:00
0011-Use-TerminalConsoleAppender-for-console-improvements.patch Use ConcurrentUtil from Paper repo 2024-12-03 20:04:41 -07:00
0012-Handle-plugin-prefixes-using-Log4J-configuration.patch Use ConcurrentUtil from Paper repo 2024-12-03 20:04:41 -07:00
0013-Improve-Log4J-Configuration-Plugin-Loggers.patch Work 2024-12-03 18:32:16 +01:00
0014-Use-AsyncAppender-to-keep-logging-IO-off-main-thread.patch Use ConcurrentUtil from Paper repo 2024-12-03 20:04:41 -07:00
0015-Deobfuscate-stacktraces-in-log-messages-crash-report.patch Use ConcurrentUtil from Paper repo 2024-12-03 20:04:41 -07:00
0016-Rewrite-LogEvents-to-contain-the-source-jars-in-stac.patch Work 2024-12-03 18:32:16 +01:00
0017-Paper-command.patch Work 2024-12-03 18:32:16 +01:00
0018-Paper-Metrics.patch More moving around of hunks 2024-12-05 14:44:50 +01:00
0019-Paper-Plugins.patch Work 2024-12-03 18:32:16 +01:00
0020-Plugin-remapping.patch Use ConcurrentUtil from Paper repo 2024-12-03 20:04:41 -07:00
0021-Hook-into-CB-plugin-rewrites.patch Work 2024-12-03 18:32:16 +01:00
0022-Remap-reflection-calls-in-plugins-using-internals.patch Use ConcurrentUtil from Paper repo 2024-12-03 20:04:41 -07:00
0023-Further-improve-server-tick-loop.patch Work 2024-12-03 18:32:16 +01:00
0024-Remove-Spigot-timings.patch Work 2024-12-03 18:32:16 +01:00
0025-Add-command-line-option-to-load-extra-plugin-jars-no.patch Work 2024-12-03 18:32:16 +01:00
0026-Support-components-in-ItemMeta.patch Add ItemMeta customName methods (#11685) 2024-12-07 20:05:14 +01:00
0027-Configurable-cactus-bamboo-and-reed-growth-height.patch Work 2024-12-03 18:32:16 +01:00
0028-Configurable-baby-zombie-movement-speed.patch Work 2024-12-03 18:32:16 +01:00
0029-Configurable-fishing-time-ranges.patch Work 2024-12-03 18:32:16 +01:00
0030-Allow-nerfed-mobs-to-jump.patch Work 2024-12-03 18:32:16 +01:00
0031-Add-configurable-entity-despawn-distances.patch Work 2024-12-03 18:32:16 +01:00
0032-Drop-falling-block-and-tnt-entities-at-the-specified.patch Work 2024-12-03 18:32:16 +01:00
0033-Expose-server-build-information.patch Use ConcurrentUtil from Paper repo 2024-12-03 20:04:41 -07:00
0034-Player-affects-spawning-API.patch Work 2024-12-03 18:32:16 +01:00
0035-Only-refresh-abilities-if-needed.patch Work 2024-12-03 18:32:16 +01:00
0036-Entity-Origin-API.patch Updated Upstream (CraftBukkit) 2024-12-04 11:11:12 +01:00
0037-Prevent-block-entity-and-entity-crashes.patch Work 2024-12-03 18:32:16 +01:00
0038-Configurable-top-of-nether-void-damage.patch Work 2024-12-03 18:32:16 +01:00
0039-Check-online-mode-before-converting-and-renaming-pla.patch Work 2024-12-03 18:32:16 +01:00
0040-Add-more-entities-to-activation-range-ignore-list.patch Work 2024-12-03 18:32:16 +01:00
0041-Configurable-end-credits.patch Work 2024-12-03 18:32:16 +01:00
0042-Fix-lag-from-explosions-processing-dead-entities.patch Work 2024-12-03 18:32:16 +01:00
0043-Optimize-explosions.patch Work 2024-12-03 18:32:16 +01:00
0044-Disable-explosion-knockback.patch Work 2024-12-03 18:32:16 +01:00
0045-Disable-thunder.patch Work 2024-12-03 18:32:16 +01:00
0046-Disable-ice-and-snow.patch Work 2024-12-03 18:32:16 +01:00
0047-Configurable-mob-spawner-tick-rate.patch Work 2024-12-03 18:32:16 +01:00
0048-Use-null-Locale-by-default.patch Work 2024-12-03 18:32:16 +01:00
0049-Add-BeaconEffectEvent.patch Work 2024-12-03 18:32:16 +01:00
0050-Configurable-container-update-tick-rate.patch Work 2024-12-03 18:32:16 +01:00
0051-Use-UserCache-for-player-heads.patch Work 2024-12-03 18:32:16 +01:00
0052-Disable-spigot-tick-limiters.patch Work 2024-12-03 18:32:16 +01:00
0053-Fix-spawn-location-event-changing-location.patch Add back post_teleport chunk ticket 2024-12-03 22:56:26 +01:00
0054-Configurable-Disabling-Cat-Chest-Detection.patch Work 2024-12-03 18:32:16 +01:00
0055-Improve-Player-chat-API-handling.patch Work 2024-12-03 18:32:16 +01:00
0056-All-chunks-are-slime-spawn-chunks-toggle.patch Work 2024-12-03 18:32:16 +01:00
0057-Expose-server-CommandMap.patch Work 2024-12-03 18:32:16 +01:00
0058-Be-a-bit-more-informative-in-maxHealth-exception.patch Work 2024-12-03 18:32:16 +01:00
0059-Player-Tab-List-and-Title-APIs.patch Work 2024-12-03 18:32:16 +01:00
0060-Add-configurable-portal-search-radius.patch Work 2024-12-03 18:32:16 +01:00
0061-Add-velocity-warnings.patch Work 2024-12-03 18:32:16 +01:00
0062-Add-exception-reporting-event.patch Work 2024-12-03 18:32:16 +01:00
0063-Disable-Scoreboards-for-non-players-by-default.patch Work 2024-12-03 18:32:16 +01:00
0064-Add-methods-for-working-with-arrows-stuck-in-living-.patch Work 2024-12-03 18:32:16 +01:00
0065-Complete-resource-pack-API.patch Work 2024-12-03 18:32:16 +01:00
0066-Default-loading-permissions.yml-before-plugins.patch Work 2024-12-03 18:32:16 +01:00
0067-Allow-Reloading-of-Custom-Permissions.patch Work 2024-12-03 18:32:16 +01:00
0068-Remove-Metadata-on-reload.patch Work 2024-12-03 18:32:16 +01:00
0069-Handle-Item-Meta-Inconsistencies.patch Work 2024-12-03 18:32:16 +01:00
0070-Configurable-Non-Player-Arrow-Despawn-Rate.patch Work 2024-12-03 18:32:16 +01:00
0071-Add-World-Util-Methods.patch Work 2024-12-03 18:32:16 +01:00
0072-Custom-replacement-for-eaten-items.patch Work 2024-12-03 18:32:16 +01:00
0073-handle-NaN-health-absorb-values-and-repair-bad-data.patch Work 2024-12-03 18:32:16 +01:00
0074-Use-a-Shared-Random-for-Entities.patch Work 2024-12-03 18:32:16 +01:00
0075-Configurable-spawn-chances-for-skeleton-horses.patch Work 2024-12-03 18:32:16 +01:00
0076-Only-process-BlockPhysicsEvent-if-a-plugin-has-a-lis.patch Work 2024-12-03 18:32:16 +01:00
0077-Entity-AddTo-RemoveFrom-World-Events.patch Updated Upstream (CraftBukkit) 2024-12-04 11:11:12 +01:00
0078-Configurable-Chunk-Inhabited-Time.patch Work 2024-12-03 18:32:16 +01:00
0079-EntityPathfindEvent.patch Work 2024-12-03 18:32:16 +01:00
0080-Sanitise-RegionFileCache-and-make-configurable.patch Work 2024-12-03 18:32:16 +01:00
0081-Do-not-load-chunks-for-Pathfinding.patch Work 2024-12-03 18:32:16 +01:00
0082-Add-PlayerUseUnknownEntityEvent.patch Work 2024-12-03 18:32:16 +01:00
0083-Configurable-random-tick-rates-for-blocks.patch Work 2024-12-03 18:32:16 +01:00
0084-Fix-Cancelling-BlockPlaceEvent-triggering-physics.patch Work 2024-12-03 18:32:16 +01:00
0085-Optimize-DataBits.patch Work 2024-12-03 18:32:16 +01:00
0086-Option-to-use-vanilla-per-world-scoreboard-coloring-.patch Work 2024-12-03 18:32:16 +01:00
0087-Configurable-Player-Collision.patch Add back post_teleport chunk ticket 2024-12-03 22:56:26 +01:00
0088-Add-handshake-event-to-allow-plugins-to-handle-clien.patch Work 2024-12-03 18:32:16 +01:00
0089-Configurable-RCON-IP-address.patch Work 2024-12-03 18:32:16 +01:00
0090-EntityRegainHealthEvent-isFastRegen-API.patch Work 2024-12-03 18:32:16 +01:00
0091-Add-ability-to-configure-frosted_ice-properties.patch Work 2024-12-03 18:32:16 +01:00
0092-remove-null-possibility-for-getServer-singleton.patch Work 2024-12-03 18:32:16 +01:00
0093-Don-t-save-empty-scoreboard-teams-to-scoreboard.dat.patch Work 2024-12-03 18:32:16 +01:00
0094-LootTable-API-and-replenishable-lootables.patch Work 2024-12-03 18:32:16 +01:00
0095-System-property-for-disabling-watchdoge.patch Work 2024-12-03 18:32:16 +01:00
0096-Async-GameProfileCache-saving.patch Work 2024-12-03 18:32:16 +01:00
0097-Optional-TNT-doesn-t-move-in-water.patch Work 2024-12-03 18:32:16 +01:00
0098-Faster-redstone-torch-rapid-clock-removal.patch Work 2024-12-03 18:32:16 +01:00
0099-Add-server-name-parameter.patch Work 2024-12-03 18:32:16 +01:00
0100-Fix-global-sound-handling.patch Updated Upstream (CraftBukkit) 2024-12-04 11:11:12 +01:00
0101-Avoid-blocking-on-Network-Manager-creation.patch More work 2024-12-03 19:05:31 +01:00
0102-Don-t-lookup-game-profiles-that-have-no-UUID-and-no-.patch More work 2024-12-03 19:05:31 +01:00
0103-Add-setting-for-proxy-online-mode-status.patch More work 2024-12-03 19:05:31 +01:00
0104-Optimise-BlockState-s-hashCode-equals.patch More work 2024-12-03 19:05:31 +01:00
0105-Configurable-packet-in-spam-threshold.patch More work 2024-12-03 19:05:31 +01:00
0106-Configurable-flying-kick-messages.patch More work 2024-12-03 19:05:31 +01:00
0107-Add-EntityZapEvent.patch More work 2024-12-03 19:05:31 +01:00
0108-Filter-bad-block-entity-nbt-data-from-falling-blocks.patch More work 2024-12-03 19:05:31 +01:00
0109-Cache-user-authenticator-threads.patch More work 2024-12-03 19:05:31 +01:00
0110-Allow-Reloading-of-Command-Aliases.patch More work 2024-12-03 19:05:31 +01:00
0111-Add-source-to-PlayerExpChangeEvent.patch More work 2024-12-03 19:05:31 +01:00
0112-Add-ProjectileCollideEvent.patch More work 2024-12-03 19:05:31 +01:00
0113-Prevent-Pathfinding-out-of-World-Border.patch More work 2024-12-03 19:05:31 +01:00
0114-Optimize-Level.hasChunkAt-BlockPosition-Z.patch More work 2024-12-03 19:05:31 +01:00
0115-Bound-Treasure-Maps-to-World-Border.patch More work 2024-12-03 19:05:31 +01:00
0116-Configurable-Cartographer-Treasure-Maps.patch More work 2024-12-03 19:05:31 +01:00
0117-Add-API-methods-to-control-if-armor-stands-can-move.patch More work 2024-12-03 19:05:31 +01:00
0118-String-based-Action-Bar-API.patch More work 2024-12-03 19:05:31 +01:00
0119-Properly-fix-item-duplication-bug.patch More work 2024-12-03 19:05:31 +01:00
0120-Firework-API-s.patch More work 2024-12-03 19:05:31 +01:00
0121-PlayerTeleportEndGatewayEvent.patch More work 2024-12-03 19:05:31 +01:00
0122-Provide-E-TE-Chunk-count-stat-methods.patch More work 2024-12-03 19:05:31 +01:00
0123-Enforce-Sync-Player-Saves.patch Add back post_teleport chunk ticket 2024-12-03 22:56:26 +01:00
0124-ExperienceOrbs-API-for-Reason-Source-Triggering-play.patch More work 2024-12-03 19:05:31 +01:00
0125-Cap-Entity-Collisions.patch More work 2024-12-03 19:05:31 +01:00
0126-Remove-CraftScheduler-Async-Task-Debugger.patch More work 2024-12-03 19:05:31 +01:00
0127-Properly-handle-async-calls-to-restart-the-server.patch Add back post_teleport chunk ticket 2024-12-03 22:56:26 +01:00
0128-Add-option-to-make-parrots-stay-on-shoulders-despite.patch More more work 2024-12-03 19:28:24 +01:00
0129-Add-configuration-option-to-prevent-player-names-fro.patch More work 2024-12-03 19:05:31 +01:00
0130-provide-a-configurable-option-to-disable-creeper-lin.patch More work 2024-12-03 19:05:31 +01:00
0131-Item-canEntityPickup.patch More work 2024-12-03 19:05:31 +01:00
0132-PlayerPickupItemEvent-setFlyAtPlayer.patch More work 2024-12-03 19:05:31 +01:00
0133-PlayerAttemptPickupItemEvent.patch More work 2024-12-03 19:05:31 +01:00
0134-Do-not-submit-profile-lookups-to-worldgen-threads.patch More work 2024-12-03 19:05:31 +01:00
0135-Basic-PlayerProfile-API.patch More work 2024-12-03 19:05:31 +01:00
0136-Add-UnknownCommandEvent.patch More work 2024-12-03 19:05:31 +01:00
0137-Shoulder-Entities-Release-API.patch More work 2024-12-03 19:05:31 +01:00
0138-Profile-Lookup-Events.patch More work 2024-12-03 19:05:31 +01:00
0139-Block-player-logins-during-server-shutdown.patch More work 2024-12-03 19:05:31 +01:00
0140-Entity-fromMobSpawner.patch More work 2024-12-03 19:05:31 +01:00
0141-Improve-the-Saddle-API-for-Horses.patch More work 2024-12-03 19:05:31 +01:00
0142-ensureServerConversions-API.patch More work 2024-12-03 19:05:31 +01:00
0143-Implement-getI18NDisplayName.patch More work 2024-12-03 19:05:31 +01:00
0144-ProfileWhitelistVerifyEvent.patch Add back post_teleport chunk ticket 2024-12-03 22:56:26 +01:00
0145-Fix-this-stupid-bullshit.patch More work 2024-12-03 19:05:31 +01:00
0146-LivingEntity-setKiller.patch More work 2024-12-03 19:05:31 +01:00
0147-Ocelot-despawns-should-honor-nametags-and-leash.patch More work 2024-12-03 19:05:31 +01:00
0148-Reset-spawner-timer-when-spawner-event-is-cancelled.patch More work 2024-12-03 19:05:31 +01:00
0149-Allow-specifying-a-custom-authentication-servers-dow.patch More work 2024-12-03 19:05:31 +01:00
0150-Add-PlayerJumpEvent.patch More more work 2024-12-03 19:28:24 +01:00
0151-handle-ServerboundKeepAlivePacket-async.patch More work 2024-12-03 19:05:31 +01:00
0152-Expose-client-protocol-version-and-virtual-host.patch More work 2024-12-03 19:05:31 +01:00
0153-revert-serverside-behavior-of-keepalives.patch More work 2024-12-03 19:05:31 +01:00
0154-Send-attack-SoundEffects-only-to-players-who-can-see.patch More work 2024-12-03 19:05:31 +01:00
0155-Add-PlayerArmorChangeEvent.patch More work 2024-12-03 19:05:31 +01:00
0156-Prevent-logins-from-being-processed-when-the-player-.patch More work 2024-12-03 19:05:31 +01:00
0157-Fix-MC-117075-Block-entity-unload-lag-spike.patch More work 2024-12-03 19:05:31 +01:00
0158-use-CB-BlockState-implementations-for-captured-block.patch More work 2024-12-03 19:05:31 +01:00
0159-API-to-get-a-BlockState-without-a-snapshot.patch More work 2024-12-03 19:05:31 +01:00
0160-AsyncTabCompleteEvent.patch More more work 2024-12-03 19:28:24 +01:00
0161-PlayerPickupExperienceEvent.patch More work 2024-12-03 19:05:31 +01:00
0162-Ability-to-apply-mending-to-XP-API.patch More work 2024-12-03 19:05:31 +01:00
0163-PlayerNaturallySpawnCreaturesEvent.patch More work 2024-12-03 19:05:31 +01:00
0164-Add-setPlayerProfile-API-for-Skulls.patch More work 2024-12-03 19:05:31 +01:00
0165-PreCreatureSpawnEvent.patch More work 2024-12-03 19:05:31 +01:00
0166-Fill-Profile-Property-Events.patch More work 2024-12-03 19:05:31 +01:00
0167-Add-PlayerAdvancementCriterionGrantEvent.patch More work 2024-12-03 19:05:31 +01:00
0168-Add-ArmorStand-Item-Meta.patch More work 2024-12-03 19:05:31 +01:00
0169-Extend-Player-Interact-cancellation.patch More work 2024-12-03 19:05:31 +01:00
0170-Tameable-getOwnerUniqueId-API.patch More work 2024-12-03 19:05:31 +01:00
0171-Toggleable-player-crits.patch More work 2024-12-03 19:05:31 +01:00
0172-Disable-Explicit-Network-Manager-Flushing.patch More work 2024-12-03 19:05:31 +01:00
0173-Implement-extended-PaperServerListPingEvent.patch More work 2024-12-03 19:05:31 +01:00
0174-Add-more-fields-to-AsyncPreLoginEvent.patch More work 2024-12-03 19:05:31 +01:00
0175-Player.setPlayerProfile-API.patch Add back post_teleport chunk ticket 2024-12-03 22:56:26 +01:00
0176-getPlayerUniqueId-API.patch More work 2024-12-03 19:05:31 +01:00
0177-Improved-Async-Task-Scheduler.patch More work 2024-12-03 19:05:31 +01:00
0178-Make-legacy-ping-handler-more-reliable.patch More work 2024-12-03 19:05:31 +01:00
0179-Call-PaperServerListPingEvent-for-legacy-pings.patch More work 2024-12-03 19:05:31 +01:00
0180-Flag-to-disable-the-channel-limit.patch More work 2024-12-03 19:05:31 +01:00
0181-Add-openSign-method-to-HumanEntity.patch More work 2024-12-03 19:05:31 +01:00
0182-Configurable-sprint-interruption-on-attack.patch More work 2024-12-03 19:05:31 +01:00
0183-EndermanEscapeEvent.patch More work 2024-12-03 19:05:31 +01:00
0184-Enderman.teleportRandomly.patch More work 2024-12-03 19:05:31 +01:00
0185-Expand-World.spawnParticle-API-and-add-Builder.patch Updated Upstream (CraftBukkit) 2024-12-04 11:11:12 +01:00
0186-Fix-exploit-that-allowed-colored-signs-to-be-created.patch More work 2024-12-03 19:05:31 +01:00
0187-EndermanAttackPlayerEvent.patch More work 2024-12-03 19:05:31 +01:00
0188-WitchConsumePotionEvent.patch More work 2024-12-03 19:05:31 +01:00
0189-WitchThrowPotionEvent.patch More work 2024-12-03 19:05:31 +01:00
0190-WitchReadyPotionEvent.patch More work 2024-12-03 19:05:31 +01:00
0191-ItemStack-getMaxItemUseDuration.patch More work 2024-12-03 19:05:31 +01:00
0192-Add-EntityTeleportEndGatewayEvent.patch More work 2024-12-03 19:05:31 +01:00
0193-Unset-Ignited-flag-on-cancel-of-Explosion-Event.patch More work 2024-12-03 19:05:31 +01:00
0194-Improve-CraftEntity-and-CraftPlayer-equals-and-hashC.patch More work 2024-12-03 19:05:31 +01:00
0195-Configurable-LootPool-luck-formula.patch More work 2024-12-03 19:05:31 +01:00
0196-Print-Error-details-when-failing-to-save-player-data.patch More work 2024-12-03 19:05:31 +01:00
0197-Make-shield-blocking-delay-configurable.patch More work 2024-12-03 19:05:31 +01:00
0198-Improve-EntityShootBowEvent.patch More work 2024-12-03 19:05:31 +01:00
0199-PlayerReadyArrowEvent.patch More work 2024-12-03 19:05:31 +01:00
0200-Add-entity-knockback-events.patch properly override push/knockback methods 2024-12-04 21:05:57 +01:00
0201-Expand-Explosions-API.patch More more work 2024-12-03 19:28:24 +01:00
0202-LivingEntity-Active-Item-API.patch More work 2024-12-03 19:05:31 +01:00
0203-RangedEntity-API.patch More work 2024-12-03 19:05:31 +01:00
0204-Add-config-to-disable-ender-dragon-legacy-check.patch More work 2024-12-03 19:05:31 +01:00
0205-Implement-World.getEntity-UUID-API.patch More work 2024-12-03 19:05:31 +01:00
0206-InventoryCloseEvent-Reason-API.patch Updated Upstream (CraftBukkit) 2024-12-04 11:11:12 +01:00
0207-Vex-get-setSummoner-API.patch More work 2024-12-03 19:05:31 +01:00
0208-add-more-information-to-Entity.toString.patch More work 2024-12-03 19:05:31 +01:00
0209-EnderDragon-Events.patch More work 2024-12-03 19:05:31 +01:00
0210-PlayerElytraBoostEvent.patch More work 2024-12-03 19:05:31 +01:00
0211-PlayerLaunchProjectileEvent.patch More work 2024-12-03 19:05:31 +01:00
0212-Improve-BlockPosition-inlining.patch More work 2024-12-03 19:05:31 +01:00
0213-Option-to-prevent-armor-stands-from-doing-entity-loo.patch More work 2024-12-03 19:05:31 +01:00
0214-Vanished-players-don-t-have-rights.patch More work 2024-12-03 19:05:31 +01:00
0215-Allow-disabling-armor-stand-ticking.patch More work 2024-12-03 19:05:31 +01:00
0216-SkeletonHorse-Additions.patch More work 2024-12-03 19:05:31 +01:00
0217-Expand-ArmorStand-API.patch More work 2024-12-03 19:05:31 +01:00
0218-AnvilDamageEvent.patch More work 2024-12-03 19:05:31 +01:00
0219-Add-TNTPrimeEvent.patch More work 2024-12-03 19:05:31 +01:00
0220-Break-up-and-make-tab-spam-limits-configurable.patch More more work 2024-12-03 19:28:24 +01:00
0221-Fix-NBT-type-issues.patch More work 2024-12-03 19:05:31 +01:00
0222-Remove-unnecessary-itemmeta-handling.patch More work 2024-12-03 19:05:31 +01:00
0223-Add-Debug-Entities-option-to-debug-dupe-uuid-issues.patch More more work 2024-12-03 19:28:24 +01:00
0224-Add-Early-Warning-Feature-to-WatchDog.patch More work 2024-12-03 19:05:31 +01:00
0225-Use-ConcurrentHashMap-in-JsonList.patch Add back post_teleport chunk ticket 2024-12-03 22:56:26 +01:00
0226-Use-a-Queue-for-Queueing-Commands.patch More work 2024-12-03 19:05:31 +01:00
0227-Ability-to-get-block-entities-from-a-chunk-without-s.patch More work 2024-12-03 19:05:31 +01:00
0228-Optimize-BlockPosition-helper-methods.patch More work 2024-12-03 19:05:31 +01:00
0229-Restore-vanilla-default-mob-spawn-range-and-water-an.patch More work 2024-12-03 19:05:31 +01:00
0230-Slime-Pathfinder-Events.patch More work 2024-12-03 19:05:31 +01:00
0231-Configurable-speed-for-water-flowing-over-lava.patch More work 2024-12-03 19:05:31 +01:00
0232-Optimize-CraftBlockData-Creation.patch More work 2024-12-03 19:05:31 +01:00
0233-Optimize-MappedRegistry.patch More work 2024-12-03 19:05:31 +01:00
0234-Add-PhantomPreSpawnEvent.patch More work 2024-12-03 19:05:31 +01:00
0235-Add-More-Creeper-API.patch More work 2024-12-03 19:05:31 +01:00
0236-Inventory-removeItemAnySlot.patch More work 2024-12-03 19:05:31 +01:00
0237-Make-CraftWorld-loadChunk-int-int-false-load-unconve.patch More work 2024-12-03 19:05:31 +01:00
0238-Add-ray-tracing-methods-to-LivingEntity.patch More work 2024-12-03 19:05:31 +01:00
0239-Expose-attack-cooldown-methods-for-Player.patch More work 2024-12-03 19:05:31 +01:00
0240-Improve-death-events.patch properly override push/knockback methods 2024-12-04 21:05:57 +01:00
0241-Allow-chests-to-be-placed-with-NBT-data.patch More work 2024-12-03 19:05:31 +01:00
0242-Mob-Pathfinding-API.patch More work 2024-12-03 19:05:31 +01:00
0243-Prevent-various-interactions-from-causing-chunk-load.patch More work 2024-12-03 19:05:31 +01:00
0244-Prevent-mob-spawning-from-loading-generating-chunks.patch More work 2024-12-03 19:05:31 +01:00
0245-Implement-furnace-cook-speed-multiplier-API.patch More work 2024-12-03 19:05:31 +01:00
0246-Honor-EntityAgeable.ageLock.patch More work 2024-12-03 19:05:31 +01:00
0247-Configurable-connection-throttle-kick-message.patch More work 2024-12-03 19:05:31 +01:00
0248-Prevent-chunk-loading-from-Fluid-Flowing.patch More work 2024-12-03 19:05:31 +01:00
0249-PreSpawnerSpawnEvent.patch More work 2024-12-03 19:05:31 +01:00
0250-Add-LivingEntity-getTargetEntity.patch More work 2024-12-03 19:05:31 +01:00
0251-Add-sun-related-API.patch More work 2024-12-03 19:05:31 +01:00
0252-Turtle-API.patch More work 2024-12-03 19:05:31 +01:00
0253-Call-player-spectator-target-events-and-improve-impl.patch More work 2024-12-03 19:05:31 +01:00
0254-Add-more-Witch-API.patch More work 2024-12-03 19:05:31 +01:00
0255-Check-Drowned-for-Villager-Aggression-Config.patch More work 2024-12-03 19:05:31 +01:00
0256-Add-option-to-prevent-players-from-moving-into-unloa.patch Compilation fixes 2024-12-03 22:06:05 +01:00
0257-Reset-players-airTicks-on-respawn.patch More more work 2024-12-03 19:28:24 +01:00
0258-Don-t-sleep-after-profile-lookups-if-not-needed.patch More more work 2024-12-03 19:28:24 +01:00
0259-Improve-Server-Thread-Pool-and-Thread-Priorities.patch More more work 2024-12-03 19:28:24 +01:00
0260-Optimize-World-Time-Updates.patch More more work 2024-12-03 19:28:24 +01:00
0261-Restore-custom-InventoryHolder-support.patch More more work 2024-12-03 19:28:24 +01:00
0262-Fix-SpongeAbsortEvent-handling.patch More more work 2024-12-03 19:28:24 +01:00
0263-Don-t-allow-digging-into-unloaded-chunks.patch Compilation fixes 2024-12-03 22:06:05 +01:00
0264-Make-the-default-permission-message-configurable.patch More more work 2024-12-03 19:28:24 +01:00
0265-force-entity-dismount-during-teleportation.patch More more work 2024-12-03 19:28:24 +01:00
0266-Add-more-Zombie-API.patch More more work 2024-12-03 19:28:24 +01:00
0267-Book-size-limits.patch Compilation fixes 2024-12-03 22:06:05 +01:00
0268-Add-PlayerConnectionCloseEvent.patch More more work 2024-12-03 19:28:24 +01:00
0269-Replace-OfflinePlayer-getLastPlayed.patch Add back post_teleport chunk ticket 2024-12-03 22:56:26 +01:00
0270-Workaround-for-vehicle-tracking-issue-on-disconnect.patch More more work 2024-12-03 19:28:24 +01:00
0271-Dont-block-Player-remove-if-the-handle-is-a-custom-p.patch More more work 2024-12-03 19:28:24 +01:00
0272-BlockDestroyEvent.patch More more work 2024-12-03 19:28:24 +01:00
0273-Async-command-map-building.patch More more work 2024-12-03 19:28:24 +01:00
0274-Brigadier-Mojang-API.patch Compilation fixes 2024-12-03 22:06:05 +01:00
0275-Limit-Client-Sign-length-more.patch Compilation fixes 2024-12-03 22:06:05 +01:00
0276-Call-WhitelistToggleEvent-when-whitelist-is-toggled.patch Add back post_teleport chunk ticket 2024-12-03 22:56:26 +01:00
0277-Fixes-and-additions-to-the-spawn-reason-API.patch Add back post_teleport chunk ticket 2024-12-03 22:56:26 +01:00
0278-Fire-event-on-GS4-query.patch More more work 2024-12-03 19:28:24 +01:00
0279-Add-PlayerPostRespawnEvent.patch Add back post_teleport chunk ticket 2024-12-03 22:56:26 +01:00
0280-Server-Tick-Events.patch More more work 2024-12-03 19:28:24 +01:00
0281-PlayerDeathEvent-getItemsToKeep.patch More more work 2024-12-03 19:28:24 +01:00
0282-Optimize-Captured-BlockEntity-Lookup.patch More more work 2024-12-03 19:28:24 +01:00
0283-Mob-Spawner-API-Enhancements.patch More more work 2024-12-03 19:28:24 +01:00
0284-Fix-CB-call-to-changed-postToMainThread-method.patch More more work 2024-12-03 19:28:24 +01:00
0285-Fix-sounds-when-item-frames-are-modified-MC-123450.patch More more work 2024-12-03 19:28:24 +01:00
0286-Implement-CraftBlockSoundGroup.patch More more work 2024-12-03 19:28:24 +01:00
0287-Expose-the-internal-current-tick.patch More more work 2024-12-03 19:28:24 +01:00
0288-Show-blockstate-location-if-we-failed-to-read-it.patch More more work 2024-12-03 19:28:24 +01:00
0289-Only-count-Natural-Spawned-mobs-towards-natural-spaw.patch More more work 2024-12-03 19:28:24 +01:00
0290-Configurable-projectile-relative-velocity.patch More more work 2024-12-03 19:28:24 +01:00
0291-offset-item-frame-ticking.patch More more work 2024-12-03 19:28:24 +01:00
0292-Prevent-consuming-the-wrong-itemstack.patch More more work 2024-12-03 19:28:24 +01:00
0293-Dont-send-unnecessary-sign-update.patch More more work 2024-12-03 19:28:24 +01:00
0294-Add-option-to-disable-pillager-patrols.patch More more work 2024-12-03 19:28:24 +01:00
0295-Prevent-sync-chunk-loads-when-villagers-try-to-find-.patch More more work 2024-12-03 19:28:24 +01:00
0296-Duplicate-UUID-Resolve-Option.patch More more work 2024-12-03 19:28:24 +01:00
0297-PlayerDeathEvent-shouldDropExperience.patch More more work 2024-12-03 19:28:24 +01:00
0298-Prevent-bees-loading-chunks-checking-hive-position.patch More more work 2024-12-03 19:28:24 +01:00
0299-Don-t-load-Chunks-from-Hoppers-and-other-things.patch More more work 2024-12-03 19:28:24 +01:00
0300-Optimise-EntityGetter-getPlayerByUUID.patch More more work 2024-12-03 19:28:24 +01:00
0301-Fix-item-EAR-ticks.patch More more work 2024-12-03 19:28:24 +01:00
0302-Optimize-call-to-getFluid-for-explosions.patch More more work 2024-12-03 19:28:24 +01:00
0303-Guard-against-serializing-mismatching-chunk-coordina.patch More more work 2024-12-03 19:28:24 +01:00
0304-Alternative-item-despawn-rate.patch More more work 2024-12-03 19:28:24 +01:00
0305-Tracking-Range-Improvements.patch More more work 2024-12-03 19:28:24 +01:00
0306-Bees-get-gravity-in-void.-Fixes-MC-167279.patch More more work 2024-12-03 19:28:24 +01:00
0307-Improve-Block-breakNaturally-API.patch More more work 2024-12-03 19:28:24 +01:00
0308-Add-debug-for-sync-chunk-loads.patch Move around patches again 2024-12-05 12:20:56 +01:00
0309-Improve-java-version-check.patch Move around patches again 2024-12-05 12:20:56 +01:00
0310-Add-ThrownEggHatchEvent.patch Move around patches again 2024-12-05 12:20:56 +01:00
0311-Entity-Jump-API.patch Move around patches again 2024-12-05 12:20:56 +01:00
0312-Add-option-to-nerf-pigmen-from-nether-portals.patch Move around patches again 2024-12-05 12:20:56 +01:00
0313-Make-the-GUI-graph-fancier.patch Move around patches again 2024-12-05 12:20:56 +01:00
0314-add-hand-to-BlockMultiPlaceEvent.patch Move around patches again 2024-12-05 12:20:56 +01:00
0315-Validate-tripwire-hook-placement-before-update.patch Move around patches again 2024-12-05 12:20:56 +01:00
0316-Add-option-to-allow-iron-golems-to-spawn-in-air.patch Move around patches again 2024-12-05 12:20:56 +01:00
0317-Configurable-chance-of-villager-zombie-infection.patch Move around patches again 2024-12-05 12:20:56 +01:00
0318-Optimise-Chunk-getFluid.patch Move around patches again 2024-12-05 12:20:56 +01:00
0319-Set-spigots-verbose-world-setting-to-false-by-def.patch Move around patches again 2024-12-05 12:20:56 +01:00
0320-Add-tick-times-API-and-mspt-command.patch Move around patches again 2024-12-05 12:20:56 +01:00
0321-Expose-MinecraftServer-isRunning.patch Move around patches again 2024-12-05 12:20:56 +01:00
0322-Add-Raw-Byte-ItemStack-Serialization.patch Move around patches again 2024-12-05 12:20:56 +01:00
0323-Pillager-patrol-spawn-settings-and-per-player-option.patch Move around patches again 2024-12-05 12:20:56 +01:00
0324-Remote-Connections-shouldn-t-hold-up-shutdown.patch Move around patches again 2024-12-05 12:20:56 +01:00
0325-Do-not-allow-Vexes-to-load-chunks.patch Move around patches again 2024-12-05 12:20:56 +01:00
0326-Prevent-Double-PlayerChunkMap-adds-crashing-server.patch Move around patches again 2024-12-05 12:20:56 +01:00
0327-Don-t-tick-dead-players.patch Move around patches again 2024-12-05 12:20:56 +01:00
0328-Dead-Player-s-shouldn-t-be-able-to-move.patch Move around patches again 2024-12-05 12:20:56 +01:00
0329-Don-t-move-existing-players-to-world-spawn.patch Move around patches again 2024-12-05 12:20:56 +01:00
0330-Optimize-Pathfinding.patch Move around patches again 2024-12-05 12:20:56 +01:00
0331-Reduce-Either-Optional-allocation.patch Move around patches again 2024-12-05 12:20:56 +01:00
0332-Reduce-memory-footprint-of-CompoundTag.patch Move around patches again 2024-12-05 12:20:56 +01:00
0333-Prevent-opening-inventories-when-frozen.patch Move around patches again 2024-12-05 12:20:56 +01:00
0334-Don-t-run-entity-collision-code-if-not-needed.patch Move around patches again 2024-12-05 12:20:56 +01:00
0335-Implement-Player-Client-Options-API.patch Move around patches again 2024-12-05 12:20:56 +01:00
0336-Don-t-crash-if-player-is-attempted-to-be-removed-fro.patch Move around patches again 2024-12-05 12:20:56 +01:00
0337-Fire-PlayerJoinEvent-when-Player-is-actually-ready.patch Move around patches again 2024-12-05 12:20:56 +01:00
0338-Move-player-to-spawn-point-if-spawn-in-unloaded-worl.patch Move around patches again 2024-12-05 12:20:56 +01:00
0339-Add-PlayerAttackEntityCooldownResetEvent.patch Move around patches again 2024-12-05 12:20:56 +01:00
0340-Don-t-fire-BlockFade-on-worldgen-threads.patch Move around patches again 2024-12-05 12:20:56 +01:00
0341-Add-phantom-creative-and-insomniac-controls.patch Move around patches again 2024-12-05 12:20:56 +01:00
0342-Fix-item-duplication-and-teleport-issues.patch Move around patches again 2024-12-05 12:20:56 +01:00
0343-Villager-Restocks-API.patch Move around patches again 2024-12-05 12:20:56 +01:00
0344-Set-cap-on-JDK-per-thread-native-byte-buffer-cache.patch Move around patches again 2024-12-05 12:20:56 +01:00
0345-misc-debugging-dumps.patch Move around patches again 2024-12-05 12:20:56 +01:00
0346-Prevent-teleporting-dead-entities.patch Move around patches again 2024-12-05 12:20:56 +01:00
0347-Implement-Mob-Goal-API.patch Move around patches again 2024-12-05 12:20:56 +01:00
0348-Add-villager-reputation-API.patch Move around patches again 2024-12-05 12:20:56 +01:00
0349-ExperienceOrb-merging-stacking-API-and-fixes.patch Move around patches again 2024-12-05 12:20:56 +01:00
0350-Fix-PotionEffect-ignores-icon-flag.patch Move around patches again 2024-12-05 12:20:56 +01:00
0351-Potential-bed-API.patch Move around patches again 2024-12-05 12:20:56 +01:00
0352-Wait-for-Async-Tasks-during-shutdown.patch Move around patches again 2024-12-05 12:20:56 +01:00
0353-Ensure-EntityRaider-respects-game-and-entity-rules-f.patch Move around patches again 2024-12-05 12:20:56 +01:00
0354-Add-option-for-console-having-all-permissions.patch Move around patches again 2024-12-05 12:20:56 +01:00
0355-Fix-villager-trading-demand-MC-163962.patch Move around patches again 2024-12-05 12:20:56 +01:00
0356-Maps-shouldn-t-load-chunks.patch Move around patches again 2024-12-05 12:20:56 +01:00
0357-Use-seed-based-lookup-for-Treasure-Maps-Fixes-lag-fr.patch Move around patches again 2024-12-05 12:20:56 +01:00
0358-Fix-CraftScheduler-runTaskTimerAsynchronously-Plugin.patch Move around patches again 2024-12-05 12:20:56 +01:00
0359-Fix-piston-physics-inconsistency-MC-188840.patch Move around patches again 2024-12-05 12:20:56 +01:00
0360-Fix-missing-chunks-due-to-integer-overflow.patch Move around patches again 2024-12-05 12:20:56 +01:00
0361-Prevent-position-desync-causing-tp-exploit.patch Move around patches again 2024-12-05 12:20:56 +01:00
0362-Inventory-getHolder-method-without-block-snapshot.patch Move around patches again 2024-12-05 12:20:56 +01:00
0363-Add-PlayerRecipeBookClickEvent.patch Move around patches again 2024-12-05 12:20:56 +01:00
0364-Hide-sync-chunk-writes-behind-flag.patch Move around patches again 2024-12-05 12:20:56 +01:00
0365-Add-permission-for-command-blocks.patch Move around patches again 2024-12-05 12:20:56 +01:00
0366-Ensure-Entity-position-and-AABB-are-never-invalid.patch Move around patches again 2024-12-05 12:20:56 +01:00
0367-Fix-Per-World-Difficulty-Remembering-Difficulty.patch Move around patches again 2024-12-05 12:20:56 +01:00
0368-Paper-dumpitem-command.patch Move around patches again 2024-12-05 12:20:56 +01:00
0369-Improve-Legacy-Component-serialization-size.patch Move around patches again 2024-12-05 12:20:56 +01:00
0370-Add-BlockStateMeta-clearBlockState.patch Move around patches again 2024-12-05 12:20:56 +01:00
0371-Convert-legacy-attributes-in-Item-Meta.patch Move around patches again 2024-12-05 12:20:56 +01:00
0372-Do-not-accept-invalid-client-settings.patch Move around patches again 2024-12-05 12:20:56 +01:00
0373-Improve-fix-EntityTargetLivingEntityEvent.patch Move around patches again 2024-12-05 12:20:56 +01:00
0374-Add-entity-liquid-API.patch Move around patches again 2024-12-05 12:20:56 +01:00
0375-Add-PrepareResultEvent.patch Move around patches again 2024-12-05 12:20:56 +01:00
0376-Don-t-check-chunk-for-portal-on-world-gen-entity-add.patch Move around patches again 2024-12-05 12:20:56 +01:00
0377-Fix-arrows-never-despawning-MC-125757.patch Move around patches again 2024-12-05 12:20:56 +01:00
0378-Thread-Safe-Vanilla-Command-permission-checking.patch Move around patches again 2024-12-05 12:20:56 +01:00
0379-Fix-SPIGOT-5824-Bukkit-world-container-is-not-used.patch Move around patches again 2024-12-05 12:20:56 +01:00
0380-Fix-SPIGOT-5885-Unable-to-disable-advancements.patch Move around patches again 2024-12-05 12:20:56 +01:00
0381-Fix-AdvancementDataPlayer-leak-due-from-quitting-ear.patch Move around patches again 2024-12-05 12:20:56 +01:00
0382-Optimize-NetworkManager-Exception-Handling.patch Move around patches again 2024-12-05 12:20:56 +01:00
0383-Fix-some-rails-connecting-improperly.patch Move around patches again 2024-12-05 12:20:56 +01:00
0384-Fix-regex-mistake-in-CB-NBT-int-deserialization.patch Move around patches again 2024-12-05 12:20:56 +01:00
0385-Brand-support.patch Move around patches again 2024-12-05 12:20:56 +01:00
0386-Add-playPickupItemAnimation-to-LivingEntity.patch Move around patches again 2024-12-05 12:20:56 +01:00
0387-Don-t-require-FACING-data.patch Move around patches again 2024-12-05 12:20:56 +01:00
0388-Fix-SpawnChangeEvent-not-firing-for-all-use-cases.patch Move around patches again 2024-12-05 12:20:56 +01:00
0389-Add-moon-phase-API.patch Move around patches again 2024-12-05 12:20:56 +01:00
0390-Do-not-let-the-server-load-chunks-from-newer-version.patch Move around patches again 2024-12-05 12:20:56 +01:00
0391-Prevent-headless-pistons-from-being-created.patch Move around patches again 2024-12-05 12:20:56 +01:00
0392-Add-BellRingEvent.patch Move around patches again 2024-12-05 12:20:56 +01:00
0393-Add-zombie-targets-turtle-egg-config.patch Move around patches again 2024-12-05 12:20:56 +01:00
0394-Buffer-joins-to-world.patch Move around patches again 2024-12-05 12:20:56 +01:00
0395-Fix-hex-colors-not-working-in-some-kick-messages.patch Move around patches again 2024-12-05 12:20:56 +01:00
0396-Add-more-Evoker-API.patch Move around patches again 2024-12-05 12:20:56 +01:00
0397-Add-methods-to-get-translation-keys.patch Move around patches again 2024-12-05 12:20:56 +01:00
0398-Create-HoverEvent-from-ItemStack-Entity.patch Move around patches again 2024-12-05 12:20:56 +01:00
0399-Cache-block-data-strings.patch Move around patches again 2024-12-05 12:20:56 +01:00
0400-Fix-Entity-Teleportation-and-cancel-velocity-if-tele.patch Move around patches again 2024-12-05 12:20:56 +01:00
0401-Add-additional-open-container-api-to-HumanEntity.patch Move around patches again 2024-12-05 12:20:56 +01:00
0402-Cache-DataFixerUpper-Rewrite-Rules-on-demand.patch Move around patches again 2024-12-05 12:20:56 +01:00
0403-Extend-block-drop-capture-to-capture-all-items-added.patch Move around patches again 2024-12-05 12:20:56 +01:00
0404-Expose-the-Entity-Counter-to-allow-plugins-to-use-va.patch Move around patches again 2024-12-05 12:20:56 +01:00
0405-Lazily-track-plugin-scoreboards-by-default.patch Move around patches again 2024-12-05 12:20:56 +01:00
0406-Entity-isTicking.patch Move around patches again 2024-12-05 12:20:56 +01:00
0407-Fix-deop-kicking-non-whitelisted-player-when-white-l.patch Move around patches again 2024-12-05 12:20:56 +01:00
0408-Fix-Concurrency-issue-in-ShufflingList.patch Move around patches again 2024-12-05 12:20:56 +01:00
0409-Reset-Ender-Crystals-on-Dragon-Spawn.patch Move around patches again 2024-12-05 12:20:56 +01:00
0410-Fix-for-large-move-vectors-crashing-server.patch Move around patches again 2024-12-05 12:20:56 +01:00
0411-Optimise-getType-calls.patch Move around patches again 2024-12-05 12:20:56 +01:00
0412-Villager-resetOffers.patch Move around patches again 2024-12-05 12:20:56 +01:00
0413-Retain-block-place-order-when-capturing-blockstates.patch Move around patches again 2024-12-05 12:20:56 +01:00
0414-Fix-item-locations-dropped-from-campfires.patch Move around patches again 2024-12-05 12:20:56 +01:00
0415-Fix-bell-block-entity-memory-leak.patch Move around patches again 2024-12-05 12:20:56 +01:00
0416-Avoid-error-bubbling-up-when-item-stack-is-empty-in-.patch Move around patches again 2024-12-05 12:20:56 +01:00
0417-Add-getOfflinePlayerIfCached-String.patch Move around patches again 2024-12-05 12:20:56 +01:00
0418-Add-ignore-discounts-API.patch Move around patches again 2024-12-05 12:20:56 +01:00
0419-Toggle-for-removing-existing-dragon.patch Move around patches again 2024-12-05 12:20:56 +01:00
0420-Fix-client-lag-on-advancement-loading.patch Move around patches again 2024-12-05 12:20:56 +01:00
0421-Item-no-age-no-player-pickup.patch Move around patches again 2024-12-05 12:20:56 +01:00
0422-Beacon-API-custom-effect-ranges.patch Move around patches again 2024-12-05 12:20:56 +01:00
0423-Add-API-for-quit-reason.patch Move around patches again 2024-12-05 12:20:56 +01:00
0424-Add-Wandering-Trader-spawn-rate-config-options.patch Move around patches again 2024-12-05 12:20:56 +01:00
0425-Add-Destroy-Speed-API.patch Move around patches again 2024-12-05 12:20:56 +01:00
0426-Fix-Player-spawnParticle-x-y-z-precision-loss.patch Move around patches again 2024-12-05 12:20:56 +01:00
0427-Add-LivingEntity-clearActiveItem.patch Move around patches again 2024-12-05 12:20:56 +01:00
0428-Add-PlayerItemCooldownEvent.patch Move around patches again 2024-12-05 12:20:56 +01:00
0429-Significantly-improve-performance-of-the-end-generat.patch Move around patches again 2024-12-05 12:20:56 +01:00
0430-More-lightning-API.patch Move around patches again 2024-12-05 12:20:56 +01:00
0431-Climbing-should-not-bypass-cramming-gamerule.patch Move around patches again 2024-12-05 12:20:56 +01:00
0432-Add-missing-default-perms-for-commands.patch Move around patches again 2024-12-05 12:20:56 +01:00
0433-Add-PlayerShearBlockEvent.patch Move around patches again 2024-12-05 12:20:56 +01:00
0434-Limit-recipe-packets.patch Move around patches again 2024-12-05 12:20:56 +01:00
0435-Fix-CraftSound-backwards-compatibility.patch Move around patches again 2024-12-05 12:20:56 +01:00
0436-Player-Chunk-Load-Unload-Events.patch Move around patches again 2024-12-05 12:20:56 +01:00
0437-Optimize-Dynamic-get-Missing-Keys.patch Move around patches again 2024-12-05 12:20:56 +01:00
0438-Expose-LivingEntity-hurt-direction.patch Move around patches again 2024-12-05 12:20:56 +01:00
0439-Add-OBSTRUCTED-reason-to-BedEnterResult.patch Move around patches again 2024-12-05 12:20:56 +01:00
0440-Fix-crash-from-invalid-ingredient-lists-in-VillagerA.patch Move around patches again 2024-12-05 12:20:56 +01:00
0441-Add-TargetHitEvent.patch Move around patches again 2024-12-05 12:20:56 +01:00
0442-MC-4-Fix-item-position-desync.patch Move around patches again 2024-12-05 12:20:56 +01:00
0443-Additional-Block-Material-API.patch Move around patches again 2024-12-05 12:20:56 +01:00
0444-API-to-get-Material-from-Boats-and-Minecarts.patch Move around patches again 2024-12-05 12:20:56 +01:00
0445-Allow-disabling-mob-spawner-spawn-egg-transformation.patch Move around patches again 2024-12-05 12:20:56 +01:00
0446-Fix-Not-a-string-Map-Conversion-spam.patch Move around patches again 2024-12-05 12:20:56 +01:00
0447-Add-PlayerFlowerPotManipulateEvent.patch Move around patches again 2024-12-05 12:20:56 +01:00
0448-Fix-interact-event-not-being-called-sometimes.patch Move around patches again 2024-12-05 12:20:56 +01:00
0449-Zombie-API-breaking-doors.patch Move around patches again 2024-12-05 12:20:56 +01:00
0450-Fix-nerfed-slime-when-splitting.patch Move around patches again 2024-12-05 12:20:56 +01:00
0451-Add-EntityLoadCrossbowEvent.patch Move around patches again 2024-12-05 12:20:56 +01:00
0452-Add-WorldGameRuleChangeEvent.patch Move around patches again 2024-12-05 12:20:56 +01:00
0453-Add-ServerResourcesReloadedEvent.patch Move around patches again 2024-12-05 12:20:56 +01:00
0454-Add-world-settings-for-mobs-picking-up-loot.patch Move around patches again 2024-12-05 12:20:56 +01:00
0455-Add-BlockFailedDispenseEvent.patch Move around patches again 2024-12-05 12:20:56 +01:00
0456-Add-PlayerLecternPageChangeEvent.patch Move around patches again 2024-12-05 12:20:56 +01:00
0457-Add-PlayerLoomPatternSelectEvent.patch Move around patches again 2024-12-05 12:20:56 +01:00
0458-Configurable-door-breaking-difficulty.patch Move around patches again 2024-12-05 12:20:56 +01:00
0459-Empty-commands-shall-not-be-dispatched.patch Move around patches again 2024-12-05 12:20:56 +01:00
0460-Remove-stale-POIs.patch Move around patches again 2024-12-05 12:20:56 +01:00
0461-Fix-villager-boat-exploit.patch Move around patches again 2024-12-05 12:20:56 +01:00
0462-Add-sendOpLevel-API.patch Move around patches again 2024-12-05 12:20:56 +01:00
0463-Add-RegistryAccess-for-managing-Registries.patch Switch Impl types to Holderable (#11662) 2024-12-08 12:50:55 -08:00
0464-Add-StructuresLocateEvent.patch Move around patches again 2024-12-05 12:20:56 +01:00
0465-Collision-option-for-requiring-a-player-participant.patch Move around patches again 2024-12-05 12:20:56 +01:00
0466-Return-chat-component-with-empty-text-instead-of-thr.patch Move around patches again 2024-12-05 12:20:56 +01:00
0467-Make-schedule-command-per-world.patch Move around patches again 2024-12-05 12:20:56 +01:00
0468-Configurable-max-leash-distance.patch Move around patches again 2024-12-05 12:20:56 +01:00
0469-Add-BlockPreDispenseEvent.patch Move around patches again 2024-12-05 12:20:56 +01:00
0470-Add-PlayerChangeBeaconEffectEvent.patch Move around patches again 2024-12-05 12:20:56 +01:00
0471-Add-toggle-for-always-placing-the-dragon-egg.patch Move around patches again 2024-12-05 12:20:56 +01:00
0472-Add-PlayerStonecutterRecipeSelectEvent.patch Move around patches again 2024-12-05 12:20:56 +01:00
0473-Expand-EntityUnleashEvent.patch Move around patches again 2024-12-05 12:20:56 +01:00
0474-Reset-shield-blocking-on-dimension-change.patch Move around patches again 2024-12-05 12:20:56 +01:00
0475-Add-DragonEggFormEvent.patch Move around patches again 2024-12-05 12:20:56 +01:00
0476-Add-EntityMoveEvent.patch Move around patches again 2024-12-05 12:20:56 +01:00
0477-added-option-to-disable-pathfinding-updates-on-block.patch Move around patches again 2024-12-05 12:20:56 +01:00
0478-Inline-shift-direction-fields.patch Move around patches again 2024-12-05 12:20:56 +01:00
0479-Allow-adding-items-to-BlockDropItemEvent.patch Move around patches again 2024-12-05 12:20:56 +01:00
0480-Add-getMainThreadExecutor-to-BukkitScheduler.patch Move around patches again 2024-12-05 12:20:56 +01:00
0481-living-entity-allow-attribute-registration.patch Move around patches again 2024-12-05 12:20:56 +01:00
0482-fix-dead-slime-setSize-invincibility.patch Move around patches again 2024-12-05 12:20:56 +01:00
0483-Merchant-getRecipes-should-return-an-immutable-list.patch Move around patches again 2024-12-05 12:20:56 +01:00
0484-Expose-Tracked-Players.patch Move around patches again 2024-12-05 12:20:56 +01:00
0485-Improve-ServerGUI.patch Move around patches again 2024-12-05 12:20:56 +01:00
0486-fix-converting-txt-to-json-file.patch Move around patches again 2024-12-05 12:20:56 +01:00
0487-Add-worldborder-events.patch Move around patches again 2024-12-05 12:20:56 +01:00
0488-Add-PlayerNameEntityEvent.patch Move around patches again 2024-12-05 12:20:56 +01:00
0489-Add-recipe-to-cook-events.patch Move around patches again 2024-12-05 12:20:56 +01:00
0490-Add-Block-isValidTool.patch Move around patches again 2024-12-05 12:20:56 +01:00
0491-Allow-using-signs-inside-spawn-protection.patch Move around patches again 2024-12-05 12:20:56 +01:00
0492-Expand-world-key-API.patch Move around patches again 2024-12-05 12:20:56 +01:00
0493-Add-fast-alternative-constructor-for-Rotations.patch Move around patches again 2024-12-05 12:20:56 +01:00
0494-Drop-carried-item-when-player-has-disconnected.patch Move around patches again 2024-12-05 12:20:56 +01:00
0495-forced-whitelist-use-configurable-kick-message.patch Move around patches again 2024-12-05 12:20:56 +01:00
0496-Don-t-ignore-result-of-PlayerEditBookEvent.patch Move around patches again 2024-12-05 12:20:56 +01:00
0497-Expose-protocol-version.patch Move around patches again 2024-12-05 12:20:56 +01:00
0498-Enhance-console-tab-completions-for-brigadier-comman.patch Move around patches again 2024-12-05 12:20:56 +01:00
0499-Fix-PlayerItemConsumeEvent-cancelling-properly.patch Move around patches again 2024-12-05 12:20:56 +01:00
0500-Add-bypass-host-check.patch Move around patches again 2024-12-05 12:20:56 +01:00
0501-Set-area-affect-cloud-rotation.patch Move around patches again 2024-12-05 12:20:56 +01:00
0502-add-isDeeplySleeping-to-HumanEntity.patch Move around patches again 2024-12-05 12:20:56 +01:00
0503-add-consumeFuel-to-FurnaceBurnEvent.patch Move around patches again 2024-12-05 12:20:56 +01:00
0504-add-get-set-drop-chance-to-EntityEquipment.patch Move around patches again 2024-12-05 12:20:56 +01:00
0505-fix-PigZombieAngerEvent-cancellation.patch Move around patches again 2024-12-05 12:20:56 +01:00
0506-fix-PlayerItemHeldEvent-firing-twice.patch Move around patches again 2024-12-05 12:20:56 +01:00
0507-Add-PlayerDeepSleepEvent.patch Move around patches again 2024-12-05 12:20:56 +01:00
0508-More-World-API.patch Move around patches again 2024-12-05 12:20:56 +01:00
0509-Add-PlayerBedFailEnterEvent.patch Move around patches again 2024-12-05 12:20:56 +01:00
0510-Implement-methods-to-convert-between-Component-and-B.patch Move around patches again 2024-12-05 12:20:56 +01:00
0511-Expand-PlayerRespawnEvent-fix-passed-parameter-issue.patch Move around patches again 2024-12-05 12:20:56 +01:00
0512-Introduce-beacon-activation-deactivation-events.patch Move around patches again 2024-12-05 12:20:56 +01:00
0513-Add-Channel-initialization-listeners.patch Move around patches again 2024-12-05 12:20:56 +01:00
0514-Send-empty-commands-if-tab-completion-is-disabled.patch Move around patches again 2024-12-05 12:20:56 +01:00
0515-Add-more-WanderingTrader-API.patch Move around patches again 2024-12-05 12:20:56 +01:00
0516-Add-EntityBlockStorage-clearEntities.patch Move around patches again 2024-12-05 12:20:56 +01:00
0517-Add-Adventure-message-to-PlayerAdvancementDoneEvent.patch Move around patches again 2024-12-05 12:20:56 +01:00
0518-Add-HiddenPotionEffect-API.patch Move around patches again 2024-12-05 12:20:56 +01:00
0519-Inventory-close.patch Move around patches again 2024-12-05 12:20:56 +01:00
0520-Add-a-should-burn-in-sunlight-API-for-Phantoms-and-S.patch Move around patches again 2024-12-05 12:20:56 +01:00
0521-Add-basic-Datapack-API.patch Move around patches again 2024-12-05 12:20:56 +01:00
0522-Add-environment-variable-to-disable-server-gui.patch Move around patches again 2024-12-05 12:20:56 +01:00
0523-Expand-PlayerGameModeChangeEvent.patch Move around patches again 2024-12-05 12:20:56 +01:00
0524-ItemStack-repair-check-API.patch Move around patches again 2024-12-05 12:20:56 +01:00
0525-More-Enchantment-API.patch Move around patches again 2024-12-05 12:20:56 +01:00
0526-Move-range-check-for-block-placing-up.patch Move around patches again 2024-12-05 12:20:56 +01:00
0527-Add-Mob-lookAt-API.patch Move around patches again 2024-12-05 12:20:56 +01:00
0528-Correctly-check-if-bucket-dispenses-will-succeed-for.patch Move around patches again 2024-12-05 12:20:56 +01:00
0529-Add-Unix-domain-socket-support.patch Move around patches again 2024-12-05 12:20:56 +01:00
0530-Add-EntityInsideBlockEvent.patch Move around patches again 2024-12-05 12:20:56 +01:00
0531-Improve-item-default-attribute-API.patch Move around patches again 2024-12-05 12:20:56 +01:00
0532-Add-cause-to-Weather-ThunderChangeEvents.patch Move around patches again 2024-12-05 12:20:56 +01:00
0533-More-Lidded-Block-API.patch Move around patches again 2024-12-05 12:20:56 +01:00
0534-Limit-item-frame-cursors-on-maps.patch Move around patches again 2024-12-05 12:20:56 +01:00
0535-Add-PlayerKickEvent-causes.patch Move around patches again 2024-12-05 12:20:56 +01:00
0536-Add-PufferFishStateChangeEvent.patch Move around patches again 2024-12-05 12:20:56 +01:00
0537-Fix-PlayerBucketEmptyEvent-result-itemstack.patch Move around patches again 2024-12-05 12:20:56 +01:00
0538-Synchronize-PalettedContainer-instead-of-ThreadingDe.patch Move around patches again 2024-12-05 12:20:56 +01:00
0539-Add-option-to-fix-items-merging-through-walls.patch Move around patches again 2024-12-05 12:20:56 +01:00
0540-Add-BellRevealRaiderEvent.patch Move around patches again 2024-12-05 12:20:56 +01:00
0541-Fix-invulnerable-end-crystals.patch Move around patches again 2024-12-05 12:20:56 +01:00
0542-Add-ElderGuardianAppearanceEvent.patch Move around patches again 2024-12-05 12:20:56 +01:00
0543-Optimize-Biome-Mob-Lookups-for-Mob-Spawning.patch Move around patches again 2024-12-05 12:20:56 +01:00
0544-Line-Of-Sight-Changes.patch Move around patches again 2024-12-05 12:20:56 +01:00
0545-add-per-world-spawn-limits.patch Move around patches again 2024-12-05 12:20:56 +01:00
0546-Fix-potions-splash-events.patch Move around patches again 2024-12-05 12:20:56 +01:00
0547-Add-more-LimitedRegion-API.patch Move around patches again 2024-12-05 12:20:56 +01:00
0548-Fix-PlayerDropItemEvent-using-wrong-item.patch Move around patches again 2024-12-05 12:20:56 +01:00
0549-Missing-Entity-API.patch Move around patches again 2024-12-05 12:20:56 +01:00
0550-Fix-return-value-of-Block-applyBoneMeal-always-being.patch Move around patches again 2024-12-05 12:20:56 +01:00
0551-Use-getChunkIfLoadedImmediately-in-places.patch Move around patches again 2024-12-05 12:20:56 +01:00
0552-Fix-commands-from-signs-not-firing-command-events.patch Move around patches again 2024-12-05 12:20:56 +01:00
0553-Add-PlayerArmSwingEvent.patch Move around patches again 2024-12-05 12:20:56 +01:00
0554-Fix-kick-event-leave-message-not-being-sent.patch Move around patches again 2024-12-05 12:20:56 +01:00
0555-Don-t-apply-cramming-damage-to-players.patch Move around patches again 2024-12-05 12:20:56 +01:00
0556-Rate-options-and-timings-for-sensors-and-behaviors.patch Move around patches again 2024-12-05 12:20:56 +01:00
0557-Add-missing-forceDrop-toggles.patch Move around patches again 2024-12-05 12:20:56 +01:00
0558-Stinger-API.patch Move around patches again 2024-12-05 12:20:56 +01:00
0559-Add-System.out-err-catcher.patch Move around patches again 2024-12-05 12:20:56 +01:00
0560-Prevent-AFK-kick-while-watching-end-credits.patch Move around patches again 2024-12-05 12:20:56 +01:00
0561-Allow-skipping-writing-of-comments-to-server.propert.patch Move around patches again 2024-12-05 12:20:56 +01:00
0562-Add-PlayerSetSpawnEvent.patch Move around patches again 2024-12-05 12:20:56 +01:00
0563-Make-hoppers-respect-inventory-max-stack-size.patch Move around patches again 2024-12-05 12:20:56 +01:00
0564-Optimize-entity-tracker-passenger-checks.patch Move around patches again 2024-12-05 12:20:56 +01:00
0565-Config-option-for-Piglins-guarding-chests.patch Move around patches again 2024-12-05 12:20:56 +01:00
0566-Add-EntityDamageItemEvent.patch Move around patches again 2024-12-05 12:20:56 +01:00
0567-Optimize-indirect-passenger-iteration.patch Move around patches again 2024-12-05 12:20:56 +01:00
0568-Configurable-item-frame-map-cursor-update-interval.patch Move around patches again 2024-12-05 12:20:56 +01:00
0569-Change-EnderEye-target-without-changing-other-things.patch Move around patches again 2024-12-05 12:20:56 +01:00
0570-Add-BlockBreakBlockEvent.patch Move around patches again 2024-12-05 12:20:56 +01:00
0571-Option-to-prevent-data-components-copy-in-smithing-r.patch Move around patches again 2024-12-05 12:20:56 +01:00
0572-More-CommandBlock-API.patch Move around patches again 2024-12-05 12:20:56 +01:00
0573-Add-missing-team-sidebar-display-slots.patch Move around patches again 2024-12-05 12:20:56 +01:00
0574-Add-back-EntityPortalExitEvent.patch Move around patches again 2024-12-05 12:20:56 +01:00
0575-Add-methods-to-find-targets-for-lightning-strikes.patch Move around patches again 2024-12-05 12:20:56 +01:00
0576-Get-entity-default-attributes.patch Move around patches again 2024-12-05 12:20:56 +01:00
0577-Left-handed-API.patch Move around patches again 2024-12-05 12:20:56 +01:00
0578-Add-more-advancement-API.patch Move around patches again 2024-12-05 12:20:56 +01:00
0579-Add-ItemFactory-getSpawnEgg-API.patch Move around patches again 2024-12-05 12:20:56 +01:00
0580-Add-critical-damage-API.patch Move around patches again 2024-12-05 12:20:56 +01:00
0581-Fix-issues-with-mob-conversion.patch Move around patches again 2024-12-05 12:20:56 +01:00
0582-Add-hasCollision-methods-to-various-places.patch Move around patches again 2024-12-05 12:20:56 +01:00
0583-Goat-ram-API.patch Move around patches again 2024-12-05 12:20:56 +01:00
0584-Add-API-for-resetting-a-single-score.patch Move around patches again 2024-12-05 12:20:56 +01:00
0585-Add-Raw-Byte-Entity-Serialization.patch Move around patches again 2024-12-05 12:20:56 +01:00
0586-Vanilla-command-permission-fixes.patch Move around patches again 2024-12-05 12:20:56 +01:00
0587-Do-not-run-close-logic-for-inventories-on-chunk-unlo.patch Move around patches again 2024-12-05 12:20:56 +01:00
0588-Fix-GameProfileCache-concurrency.patch Move around patches again 2024-12-05 12:20:56 +01:00
0589-Improve-and-expand-AsyncCatcher.patch Move around patches again 2024-12-05 12:20:56 +01:00
0590-Add-paper-mobcaps-and-paper-playermobcaps.patch Move around patches again 2024-12-05 12:20:56 +01:00
0591-Sanitize-ResourceLocation-error-logging.patch Move around patches again 2024-12-05 12:20:56 +01:00
0592-Manually-inline-methods-in-BlockPosition.patch Move around patches again 2024-12-05 12:20:56 +01:00
0593-Name-craft-scheduler-threads-according-to-the-plugin.patch Move around patches again 2024-12-05 12:20:56 +01:00
0594-Make-sure-inlined-getChunkAt-has-inlined-logic-for-l.patch Move around patches again 2024-12-05 12:20:56 +01:00
0595-Don-t-read-neighbour-chunk-data-off-disk-when-conver.patch Move around patches again 2024-12-05 12:20:56 +01:00
0596-Don-t-lookup-fluid-state-when-raytracing-skip-air-bl.patch Move around patches again 2024-12-05 12:20:56 +01:00
0597-Oprimise-map-impl-for-tracked-players.patch Move around patches again 2024-12-05 12:20:56 +01:00
0598-Add-missing-InventoryType.patch Move around patches again 2024-12-05 12:20:56 +01:00
0599-Optimise-BlockSoil-nearby-water-lookup.patch Move around patches again 2024-12-05 12:20:56 +01:00
0600-Fix-merchant-inventory-not-closing-on-entity-removal.patch Move around patches again 2024-12-05 12:20:56 +01:00
0601-Check-requirement-before-suggesting-root-nodes.patch Move around patches again 2024-12-05 12:20:56 +01:00
0602-Don-t-respond-to-ServerboundCommandSuggestionPacket-.patch Move around patches again 2024-12-05 12:20:56 +01:00
0603-Add-packet-limiter-config.patch Move around patches again 2024-12-05 12:20:56 +01:00
0604-Fix-setPatternColor-on-tropical-fish-bucket-meta.patch Move around patches again 2024-12-05 12:20:56 +01:00
0605-Ensure-valid-vehicle-status.patch Move around patches again 2024-12-05 12:20:56 +01:00
0606-Prevent-softlocked-end-exit-portal-generation.patch Move around patches again 2024-12-05 12:20:56 +01:00
0607-Fix-CocaoDecorator-causing-a-crash-when-trying-to-ge.patch Move around patches again 2024-12-05 12:20:56 +01:00
0608-Don-t-log-debug-logging-being-disabled.patch Move around patches again 2024-12-05 12:20:56 +01:00
0609-fix-various-menus-with-empty-level-accesses.patch Move around patches again 2024-12-05 12:20:56 +01:00
0610-Preserve-overstacked-loot.patch Move around patches again 2024-12-05 12:20:56 +01:00
0611-Update-head-rotation-in-missing-places.patch Move around patches again 2024-12-05 12:20:56 +01:00
0612-prevent-unintended-light-block-manipulation.patch Move around patches again 2024-12-05 12:20:56 +01:00
0613-Fix-CraftCriteria-defaults-map.patch Move around patches again 2024-12-05 12:20:56 +01:00
0614-Fix-upstreams-block-state-factories.patch Move around patches again 2024-12-05 12:20:56 +01:00
0615-Configurable-feature-seeds.patch Move around patches again 2024-12-05 12:20:56 +01:00
0616-Add-root-admin-user-detection.patch Move around patches again 2024-12-05 12:20:56 +01:00
0617-don-t-attempt-to-teleport-dead-entities.patch Move around patches again 2024-12-05 12:20:56 +01:00
0618-Prevent-excessive-velocity-through-repeated-crits.patch Move around patches again 2024-12-05 12:20:56 +01:00
0619-Remove-client-side-code-using-deprecated-for-removal.patch Move around patches again 2024-12-05 12:20:56 +01:00
0620-Fix-Spigot-growth-modifiers.patch Move around patches again 2024-12-05 12:20:56 +01:00
0621-Prevent-ContainerOpenersCounter-openCount-from-going.patch Move around patches again 2024-12-05 12:20:56 +01:00
0622-Add-PlayerItemFrameChangeEvent.patch Move around patches again 2024-12-05 12:20:56 +01:00
0623-Optimize-HashMapPalette.patch Move around patches again 2024-12-05 12:20:56 +01:00
0624-Fix-ChunkSnapshot-isSectionEmpty-int-and-optimize-Pa.patch Move around patches again 2024-12-05 12:20:56 +01:00
0625-Add-more-Campfire-API.patch Move around patches again 2024-12-05 12:20:56 +01:00
0626-Forward-CraftEntity-in-teleport-command.patch Move around patches again 2024-12-05 12:20:56 +01:00
0627-Improve-scoreboard-entries.patch Move around patches again 2024-12-05 12:20:56 +01:00
0628-Entity-powdered-snow-API.patch Move around patches again 2024-12-05 12:20:56 +01:00
0629-Add-API-for-item-entity-health.patch Move around patches again 2024-12-05 12:20:56 +01:00
0630-Configurable-max-block-light-for-monster-spawning.patch Move around patches again 2024-12-05 12:20:56 +01:00
0631-Fix-sticky-pistons-and-BlockPistonRetractEvent.patch Move around patches again 2024-12-05 12:20:56 +01:00
0632-Expose-isFuel-and-canSmelt-methods-to-FurnaceInvento.patch Move around patches again 2024-12-05 12:20:56 +01:00
0633-Bucketable-API.patch Move around patches again 2024-12-05 12:20:56 +01:00
0634-Validate-usernames.patch Move around patches again 2024-12-05 12:20:56 +01:00
0635-Make-water-animal-spawn-height-configurable.patch Move around patches again 2024-12-05 12:20:56 +01:00
0636-Expose-vanilla-BiomeProvider-from-WorldInfo.patch Move around patches again 2024-12-05 12:20:56 +01:00
0637-Add-config-option-for-worlds-affected-by-time-cmd.patch Move around patches again 2024-12-05 12:20:56 +01:00
0638-Add-missing-IAE-check-for-PersistentDataContainer-ha.patch Move around patches again 2024-12-05 12:20:56 +01:00
0639-Multiple-Entries-with-Scoreboards.patch Move around patches again 2024-12-05 12:20:56 +01:00
0640-Reset-placed-block-on-exception.patch Move around patches again 2024-12-05 12:20:56 +01:00
0641-Add-configurable-height-for-slime-spawn.patch Move around patches again 2024-12-05 12:20:56 +01:00
0642-Fix-xp-reward-for-baby-zombies.patch Move around patches again 2024-12-05 12:20:56 +01:00
0643-Multi-Block-Change-API-Implementation.patch Move around patches again 2024-12-05 12:20:56 +01:00
0644-Fix-NotePlayEvent.patch Move around patches again 2024-12-05 12:20:56 +01:00
0645-Freeze-Tick-Lock-API.patch Move around patches again 2024-12-05 12:20:56 +01:00
0646-More-PotionEffectType-API.patch Move around patches again 2024-12-05 12:20:56 +01:00
0647-Use-a-CHM-for-StructureTemplate.Pallete-cache.patch Move around patches again 2024-12-05 12:20:56 +01:00
0648-API-for-creating-command-sender-which-forwards-feedb.patch Move around patches again 2024-12-05 12:20:56 +01:00
0649-Add-missing-structure-set-seed-configs.patch Move around patches again 2024-12-05 12:20:56 +01:00
0650-Fix-cancelled-powdered-snow-bucket-placement.patch Move around patches again 2024-12-05 12:20:56 +01:00
0651-Add-missing-Validate-calls-to-CraftServer-getSpawnLi.patch Move around patches again 2024-12-05 12:20:56 +01:00
0652-Add-GameEvent-tags.patch Move around patches again 2024-12-05 12:20:56 +01:00
0653-Execute-chunk-tasks-fairly-for-worlds-while-waiting-.patch Move around patches again 2024-12-05 12:20:56 +01:00
0654-Furnace-RecipesUsed-API.patch Move around patches again 2024-12-05 12:20:56 +01:00
0655-Configurable-sculk-sensor-listener-range.patch Move around patches again 2024-12-05 12:20:56 +01:00
0656-Add-missing-block-data-API.patch Move around patches again 2024-12-05 12:20:56 +01:00
0657-Option-to-have-default-CustomSpawners-in-custom-worl.patch Move around patches again 2024-12-05 12:20:56 +01:00
0658-Put-world-into-worldlist-before-initing-the-world.patch Move around patches again 2024-12-05 12:20:56 +01:00
0659-Custom-Potion-Mixes.patch Move around patches again 2024-12-05 12:20:56 +01:00
0660-Force-close-world-loading-screen.patch Move around patches again 2024-12-05 12:20:56 +01:00
0661-Fix-falling-block-spawn-methods.patch Move around patches again 2024-12-05 12:20:56 +01:00
0662-Expose-furnace-minecart-push-values.patch Move around patches again 2024-12-05 12:20:56 +01:00
0663-Fix-cancelling-ProjectileHitEvent-for-piercing-arrow.patch Move around patches again 2024-12-05 12:20:56 +01:00
0664-More-Projectile-API.patch Move around patches again 2024-12-05 12:20:56 +01:00
0665-Fix-swamp-hut-cat-generation-deadlock.patch Move around patches again 2024-12-05 12:20:56 +01:00
0666-Don-t-allow-vehicle-movement-from-players-while-tele.patch Move around patches again 2024-12-05 12:20:56 +01:00
0667-Implement-getComputedBiome-API.patch Move around patches again 2024-12-05 12:20:56 +01:00
0668-Make-some-itemstacks-nonnull.patch Move around patches again 2024-12-05 12:20:56 +01:00
0669-Implement-enchantWithLevels-API.patch Move around patches again 2024-12-05 12:20:56 +01:00
0670-Fix-saving-in-unloadWorld.patch Move around patches again 2024-12-05 12:20:56 +01:00
0671-Buffer-OOB-setBlock-calls.patch Move around patches again 2024-12-05 12:20:56 +01:00
0672-Add-TameableDeathMessageEvent.patch Move around patches again 2024-12-05 12:20:56 +01:00
0673-Fix-new-block-data-for-EntityChangeBlockEvent.patch Move around patches again 2024-12-05 12:20:56 +01:00
0674-fix-player-loottables-running-when-mob-loot-gamerule.patch Move around patches again 2024-12-05 12:20:56 +01:00
0675-Ensure-entity-passenger-world-matches-ridden-entity.patch Move around patches again 2024-12-05 12:20:56 +01:00
0676-Cache-resource-keys-and-optimize-reference-Holder-ta.patch Move around patches again 2024-12-05 12:20:56 +01:00
0677-Allow-changing-the-EnderDragon-podium.patch Move around patches again 2024-12-05 12:20:56 +01:00
0678-Fix-NBT-pieces-overriding-a-block-entity-during-worl.patch Move around patches again 2024-12-05 12:20:56 +01:00
0679-Use-username-instead-of-display-name-in-PlayerList-g.patch Move around patches again 2024-12-05 12:20:56 +01:00
0680-Expand-PlayerItemDamageEvent.patch Move around patches again 2024-12-05 12:20:56 +01:00
0681-WorldCreator-keepSpawnLoaded.patch Move around patches again 2024-12-05 12:20:56 +01:00
0682-Fix-CME-in-CraftPersistentDataTypeRegistry.patch Move around patches again 2024-12-05 12:20:56 +01:00
0683-Trigger-bee_nest_destroyed-trigger-in-the-correct-pl.patch Move around patches again 2024-12-05 12:20:56 +01:00
0684-Add-EntityDyeEvent-and-CollarColorable-interface.patch Move around patches again 2024-12-05 12:20:56 +01:00
0685-Fire-CauldronLevelChange-on-initial-fill.patch Move around patches again 2024-12-05 12:20:56 +01:00
0686-fix-powder-snow-cauldrons-not-turning-to-water.patch Move around patches again 2024-12-05 12:20:56 +01:00
0687-Add-PlayerStopUsingItemEvent.patch Move around patches again 2024-12-05 12:20:56 +01:00
0688-Don-t-tick-markers.patch Move around patches again 2024-12-05 12:20:56 +01:00
0689-Expand-FallingBlock-API.patch Move around patches again 2024-12-05 12:20:56 +01:00
0690-Add-support-for-Proxy-Protocol.patch Move around patches again 2024-12-05 12:20:56 +01:00
0691-Fix-OfflinePlayer-getBedSpawnLocation.patch Move around patches again 2024-12-05 12:20:56 +01:00
0692-Fix-FurnaceInventory-for-smokers-and-blast-furnaces.patch Move around patches again 2024-12-05 12:20:56 +01:00
0693-Sanitize-sent-BlockEntity-NBT.patch Move around patches again 2024-12-05 12:20:56 +01:00
0694-Disable-component-selector-resolving-in-books-by-def.patch Move around patches again 2024-12-05 12:20:56 +01:00
0695-Prevent-entity-loading-causing-async-lookups.patch Move around patches again 2024-12-05 12:20:56 +01:00
0696-Throw-exception-on-world-create-while-being-ticked.patch Move around patches again 2024-12-05 12:20:56 +01:00
0697-Dont-resent-entity-on-art-update.patch Move around patches again 2024-12-05 12:20:56 +01:00
0698-Add-WardenAngerChangeEvent.patch Move around patches again 2024-12-05 12:20:56 +01:00
0699-Add-option-for-strict-advancement-dimension-checks.patch Move around patches again 2024-12-05 12:20:56 +01:00
0700-Add-missing-important-BlockStateListPopulator-method.patch Move around patches again 2024-12-05 12:20:56 +01:00
0701-Nameable-Banner-API.patch Move around patches again 2024-12-05 12:20:56 +01:00
0702-Don-t-broadcast-messages-to-command-blocks.patch Move around patches again 2024-12-05 12:20:56 +01:00
0703-Prevent-empty-items-from-being-added-to-world.patch Move around patches again 2024-12-05 12:20:56 +01:00
0704-Fix-CCE-for-SplashPotion-and-LingeringPotion-spawnin.patch Move around patches again 2024-12-05 12:20:56 +01:00
0705-Add-Player-getFishHook.patch Move around patches again 2024-12-05 12:20:56 +01:00
0706-Do-not-sync-load-chunk-for-dynamic-game-event-listen.patch Move around patches again 2024-12-05 12:20:56 +01:00
0707-Add-various-missing-EntityDropItemEvent-calls.patch Move around patches again 2024-12-05 12:20:56 +01:00
0708-Fix-Bee-flower-NPE.patch Move around patches again 2024-12-05 12:20:56 +01:00
0709-More-Teleport-API.patch Move around patches again 2024-12-05 12:20:56 +01:00
0710-Add-EntityPortalReadyEvent.patch Move around patches again 2024-12-05 12:20:56 +01:00
0711-Don-t-use-level-random-in-entity-constructors.patch Move around patches again 2024-12-05 12:20:56 +01:00
0712-Send-block-entities-after-destroy-prediction.patch Move around patches again 2024-12-05 12:20:56 +01:00
0713-Warn-on-plugins-accessing-faraway-chunks.patch Move around patches again 2024-12-05 12:20:56 +01:00
0714-Custom-Chat-Completion-Suggestions-API.patch Move around patches again 2024-12-05 12:20:56 +01:00
0715-Add-and-fix-missing-BlockFadeEvents.patch Move around patches again 2024-12-05 12:20:56 +01:00
0716-Collision-API.patch Move around patches again 2024-12-05 12:20:56 +01:00
0717-Fix-suggest-command-message-for-brigadier-syntax-exc.patch Move around patches again 2024-12-05 12:20:56 +01:00
0718-Block-Ticking-API.patch Move around patches again 2024-12-05 12:20:56 +01:00
0719-Add-Velocity-IP-Forwarding-Support.patch Move around patches again 2024-12-05 12:20:56 +01:00
0720-Add-NamespacedKey-biome-methods.patch Move around patches again 2024-12-05 12:20:56 +01:00
0721-Fix-plugin-loggers-on-server-shutdown.patch Move around patches again 2024-12-05 12:20:56 +01:00
0722-Stop-large-look-changes-from-crashing-the-server.patch Move around patches again 2024-12-05 12:20:56 +01:00
0723-Fire-EntityChangeBlockEvent-in-more-places.patch Move around patches again 2024-12-05 12:20:56 +01:00
0724-Missing-eating-regain-reason.patch Move around patches again 2024-12-05 12:20:56 +01:00
0725-Missing-effect-cause.patch Move around patches again 2024-12-05 12:20:56 +01:00
0726-Added-byte-array-serialization-deserialization-for-P.patch Move around patches again 2024-12-05 12:20:56 +01:00
0727-Add-source-block-to-BlockPhysicsEvent.patch Move around patches again 2024-12-05 12:20:56 +01:00
0728-Configurable-chat-thread-limit.patch Move around patches again 2024-12-05 12:20:56 +01:00
0729-Mitigate-effects-of-WorldCreator-keepSpawnLoaded-ret.patch Move around patches again 2024-12-05 12:20:56 +01:00
0730-fix-Jigsaw-block-kicking-user.patch Move around patches again 2024-12-05 12:20:56 +01:00
0731-use-BlockFormEvent-for-mud-converting-into-clay.patch Move around patches again 2024-12-05 12:20:56 +01:00
0732-Add-getDrops-to-BlockState.patch Move around patches again 2024-12-05 12:20:56 +01:00
0733-Fix-a-bunch-of-vanilla-bugs.patch Move around patches again 2024-12-05 12:20:56 +01:00
0734-Remove-unnecessary-onTrackingStart-during-navigation.patch Move around patches again 2024-12-05 12:20:56 +01:00
0735-Fix-custom-piglin-loved-items.patch Move around patches again 2024-12-05 12:20:56 +01:00
0736-EntityPickupItemEvent-fixes.patch Move around patches again 2024-12-05 12:20:56 +01:00
0737-Correctly-handle-interactions-with-items-on-cooldown.patch Move around patches again 2024-12-05 12:20:56 +01:00
0738-Add-PlayerInventorySlotChangeEvent.patch Move around patches again 2024-12-05 12:20:56 +01:00
0739-Elder-Guardian-appearance-API.patch Move around patches again 2024-12-05 12:20:56 +01:00
0740-Add-entity-knockback-API.patch Move around patches again 2024-12-05 12:20:56 +01:00
0741-Detect-headless-JREs.patch Move around patches again 2024-12-05 12:20:56 +01:00
0742-fix-entity-vehicle-collision-event-not-called.patch Move around patches again 2024-12-05 12:20:56 +01:00
0743-Add-EntityToggleSitEvent.patch Move around patches again 2024-12-05 12:20:56 +01:00
0744-Add-fire-tick-delay-option.patch Move around patches again 2024-12-05 12:20:56 +01:00
0745-Add-Moving-Piston-API.patch Move around patches again 2024-12-05 12:20:56 +01:00
0746-Ignore-impossible-spawn-tick.patch Move around patches again 2024-12-05 12:20:56 +01:00
0747-Fix-EntityArgument-and-EntitySelectorParser-permissi.patch Move around patches again 2024-12-05 12:20:56 +01:00
0748-Fix-EntityCombustEvent-cancellation-cant-fully-preve.patch Move around patches again 2024-12-05 12:20:56 +01:00
0749-Add-PrePlayerAttackEntityEvent.patch Move around patches again 2024-12-05 12:20:56 +01:00
0750-ensure-reset-EnderDragon-boss-event-name.patch Move around patches again 2024-12-05 12:20:56 +01:00
0751-Add-Player-Warden-Warning-API.patch Move around patches again 2024-12-05 12:20:56 +01:00
0752-More-vanilla-friendly-methods-to-update-trades.patch Move around patches again 2024-12-05 12:20:56 +01:00
0753-Add-paper-dumplisteners-command.patch Move around patches again 2024-12-05 12:20:56 +01:00
0754-check-global-player-list-where-appropriate.patch Move around patches again 2024-12-05 12:20:56 +01:00
0755-Fix-async-entity-add-due-to-fungus-trees.patch Move around patches again 2024-12-05 12:20:56 +01:00
0756-ItemStack-damage-API.patch Move around patches again 2024-12-05 12:20:56 +01:00
0757-Friction-API.patch Move around patches again 2024-12-05 12:20:56 +01:00
0758-Ability-to-control-player-s-insomnia-and-phantoms.patch Move around patches again 2024-12-05 12:20:56 +01:00
0759-Fix-premature-player-kicks-on-shutdown.patch Move around patches again 2024-12-05 12:20:56 +01:00
0760-Sync-offhand-slot-in-menus.patch Move around patches again 2024-12-05 12:20:56 +01:00
0761-Player-Entity-Tracking-Events.patch Move around patches again 2024-12-05 12:20:56 +01:00
0762-Limit-pet-look-distance.patch Move around patches again 2024-12-05 12:20:56 +01:00
0763-fix-Instruments.patch Move around patches again 2024-12-05 12:20:56 +01:00
0764-Improve-inlining-for-some-hot-BlockBehavior-and-Flui.patch Move around patches again 2024-12-05 12:20:56 +01:00
0765-Add-BlockLockCheckEvent.patch Move around patches again 2024-12-05 12:20:56 +01:00
0766-Add-Sneaking-API-for-Entities.patch Move around patches again 2024-12-05 12:20:56 +01:00
0767-Improve-logging-and-errors.patch Move around patches again 2024-12-05 12:20:56 +01:00
0768-Improve-PortalEvents.patch Move around patches again 2024-12-05 12:20:56 +01:00
0769-Add-config-option-for-spider-worldborder-climbing.patch Move around patches again 2024-12-05 12:20:56 +01:00
0770-Add-missing-SpigotConfig-logCommands-check.patch Move around patches again 2024-12-05 12:20:56 +01:00
0771-Fix-NPE-on-Allay-stopDancing-while-not-dancing.patch Move around patches again 2024-12-05 12:20:56 +01:00
0772-Flying-Fall-Damage.patch Move around patches again 2024-12-05 12:20:56 +01:00
0773-Expose-pre-collision-moving-velocity-to-VehicleBlock.patch Move around patches again 2024-12-05 12:20:56 +01:00
0774-config-for-disabling-entity-tag-tags.patch Move around patches again 2024-12-05 12:20:56 +01:00
0775-Use-single-player-info-update-packet-on-join.patch Move around patches again 2024-12-05 12:20:56 +01:00
0776-Correctly-shrink-items-during-EntityResurrectEvent.patch Move around patches again 2024-12-05 12:20:56 +01:00
0777-Win-Screen-API.patch Move around patches again 2024-12-05 12:20:56 +01:00
0778-Remove-CraftItemStack-setAmount-null-assignment.patch Move around patches again 2024-12-05 12:20:56 +01:00
0779-Fix-force-opening-enchantment-tables.patch Move around patches again 2024-12-05 12:20:56 +01:00
0780-Add-Entity-Body-Yaw-API.patch Move around patches again 2024-12-05 12:20:56 +01:00
0781-Fix-MC-157464-Prevent-sleeping-villagers-moving-towa.patch Move around patches again 2024-12-05 12:20:56 +01:00
0782-Add-EntityFertilizeEggEvent.patch Move around patches again 2024-12-05 12:20:56 +01:00
0783-Fix-HumanEntity-drop-not-updating-the-client-inv.patch Move around patches again 2024-12-05 12:20:56 +01:00
0784-Add-CompostItemEvent-and-EntityCompostItemEvent.patch Move around patches again 2024-12-05 12:20:56 +01:00
0785-Correctly-handle-ArmorStand-invisibility.patch Move around patches again 2024-12-05 12:20:56 +01:00
0786-Fix-advancement-triggers-for-entity-damage.patch Move around patches again 2024-12-05 12:20:56 +01:00
0787-Fix-text-display-error-on-spawn.patch Move around patches again 2024-12-05 12:20:56 +01:00
0788-Fix-inventories-returning-null-Locations.patch Move around patches again 2024-12-05 12:20:56 +01:00
0789-Add-Shearable-API.patch Move around patches again 2024-12-05 12:20:56 +01:00
0790-Fix-SpawnEggMeta-get-setSpawnedType.patch Move around patches again 2024-12-05 12:20:56 +01:00
0791-Fix-crash-relating-to-bad-recipes-in-furnace-like-ti.patch Move around patches again 2024-12-05 12:20:56 +01:00
0792-Treat-sequence-violations-like-they-should-be.patch Move around patches again 2024-12-05 12:20:56 +01:00
0793-Prevent-causing-expired-keys-from-impacting-new-join.patch Move around patches again 2024-12-05 12:20:56 +01:00
0794-Prevent-GameEvents-being-fired-from-unloaded-chunks.patch Move around patches again 2024-12-05 12:20:56 +01:00
0795-Use-array-for-gamerule-storage.patch Move around patches again 2024-12-05 12:20:56 +01:00
0796-Fix-a-couple-of-upstream-bed-issues.patch Move around patches again 2024-12-05 12:20:56 +01:00
0797-Fix-demo-flag-not-enabling-demo-mode.patch Move around patches again 2024-12-05 12:20:56 +01:00
0798-Add-Mob-Experience-reward-API.patch Move around patches again 2024-12-05 12:20:56 +01:00
0799-Break-redstone-on-top-of-trap-doors-early.patch Move around patches again 2024-12-05 12:20:56 +01:00
0800-Avoid-Lazy-Initialization-for-Enum-Fields.patch Move around patches again 2024-12-05 12:20:56 +01:00
0801-More-accurate-isInOpenWater-impl.patch Move around patches again 2024-12-05 12:20:56 +01:00
0802-Expand-PlayerItemMendEvent.patch Move around patches again 2024-12-05 12:20:56 +01:00
0803-Refresh-ProjectileSource-for-projectiles.patch Move around patches again 2024-12-05 12:20:56 +01:00
0804-Add-transient-modifier-API.patch Move around patches again 2024-12-05 12:20:56 +01:00
0805-Fix-block-place-logic.patch Move around patches again 2024-12-05 12:20:56 +01:00
0806-Fix-spigot-sound-playing-for-BlockItem-ItemStacks.patch Move around patches again 2024-12-05 12:20:56 +01:00
0807-Call-BlockGrowEvent-for-missing-blocks.patch Move around patches again 2024-12-05 12:20:56 +01:00
0808-Don-t-enforce-icanhasbukkit-default-if-alias-block-e.patch Move around patches again 2024-12-05 12:20:56 +01:00
0809-fix-MapLike-spam-for-missing-key-selector.patch Move around patches again 2024-12-05 12:20:56 +01:00
0810-Fix-sniffer-removeExploredLocation.patch Move around patches again 2024-12-05 12:20:56 +01:00
0811-Add-method-to-remove-all-active-potion-effects.patch Move around patches again 2024-12-05 12:20:56 +01:00
0812-Add-event-for-player-editing-sign.patch Move around patches again 2024-12-05 12:20:56 +01:00
0813-Only-tick-item-frames-if-players-can-see-it.patch Move around patches again 2024-12-05 12:20:56 +01:00
0814-Fix-cmd-permission-levels-for-command-blocks.patch Move around patches again 2024-12-05 12:20:56 +01:00
0815-Add-option-to-disable-block-updates.patch Move around patches again 2024-12-05 12:20:56 +01:00
0816-Call-missing-BlockDispenseEvent.patch Move around patches again 2024-12-05 12:20:56 +01:00
0817-Don-t-load-chunks-for-supporting-block-checks.patch Move around patches again 2024-12-05 12:20:56 +01:00
0818-Optimize-player-lookups-for-beacons.patch Move around patches again 2024-12-05 12:20:56 +01:00
0819-More-Sign-Block-API.patch Move around patches again 2024-12-05 12:20:56 +01:00
0820-fix-item-meta-for-tadpole-buckets.patch Move around patches again 2024-12-05 12:20:56 +01:00
0821-Fix-BanList-API.patch Move around patches again 2024-12-05 12:20:56 +01:00
0822-Determine-lava-and-water-fluid-explosion-resistance-.patch Move around patches again 2024-12-05 12:20:56 +01:00
0823-Fix-possible-NPE-on-painting-creation.patch Move around patches again 2024-12-05 12:20:56 +01:00
0824-Only-set-despawnTimer-for-Wandering-Traders-spawned-.patch Move around patches again 2024-12-05 12:20:56 +01:00
0825-ExperienceOrb-should-call-EntitySpawnEvent.patch Move around patches again 2024-12-05 12:20:56 +01:00
0826-Make-Amethyst-throw-both-Spread-and-Grow-Events.patch Move around patches again 2024-12-05 12:20:56 +01:00
0827-Add-whitelist-events.patch Move around patches again 2024-12-05 12:20:56 +01:00
0828-Implement-PlayerFailMoveEvent.patch Move around patches again 2024-12-05 12:20:56 +01:00
0829-Folia-scheduler-and-owned-region-API.patch Move around patches again 2024-12-05 12:20:56 +01:00
0830-Only-erase-allay-memory-on-non-item-targets.patch Move around patches again 2024-12-05 12:20:56 +01:00
0831-Fix-rotation-when-spawning-display-entities.patch Move around patches again 2024-12-05 12:20:56 +01:00
0832-Only-capture-actual-tree-growth.patch Move around patches again 2024-12-05 12:20:56 +01:00
0833-Use-correct-source-for-mushroom-block-spread-event.patch Move around patches again 2024-12-05 12:20:56 +01:00
0834-Respect-randomizeData-on-more-entities-when-spawning.patch Move around patches again 2024-12-05 12:20:56 +01:00
0835-Use-correct-seed-on-api-world-load.patch Move around patches again 2024-12-05 12:20:56 +01:00
0836-Remove-UpgradeData-neighbour-ticks-outside-of-range.patch Move around patches again 2024-12-05 12:20:56 +01:00
0837-Cache-map-ids-on-item-frames.patch Move around patches again 2024-12-05 12:20:56 +01:00
0838-API-for-updating-recipes-on-clients.patch Move around patches again 2024-12-05 12:20:56 +01:00
0839-Fix-custom-statistic-criteria-creation.patch Move around patches again 2024-12-05 12:20:56 +01:00
0840-Bandaid-fix-for-Effect.patch Move around patches again 2024-12-05 12:20:56 +01:00
0841-SculkCatalyst-bloom-API.patch Move around patches again 2024-12-05 12:20:56 +01:00
0842-API-for-an-entity-s-scoreboard-name.patch Move around patches again 2024-12-05 12:20:56 +01:00
0843-Deprecate-and-replace-methods-with-old-StructureType.patch Move around patches again 2024-12-05 12:20:56 +01:00
0844-Don-t-tab-complete-namespaced-commands-if-send-names.patch Move around patches again 2024-12-05 12:20:56 +01:00
0845-Properly-handle-BlockBreakEvent-isDropItems.patch Move around patches again 2024-12-05 12:20:56 +01:00
0846-Fire-entity-death-event-for-ender-dragon.patch Move around patches again 2024-12-05 12:20:56 +01:00
0847-Configurable-entity-tracking-range-by-Y-coordinate.patch Move around patches again 2024-12-05 12:20:56 +01:00
0848-Add-Listing-API-for-Player.patch Move around patches again 2024-12-05 12:20:56 +01:00
0849-Configurable-Region-Compression-Format.patch Move around patches again 2024-12-05 12:20:56 +01:00
0850-Add-BlockFace-to-BlockDamageEvent.patch Move around patches again 2024-12-05 12:20:56 +01:00
0851-Fix-NPE-on-Boat-getStatus.patch Move around patches again 2024-12-05 12:20:56 +01:00
0852-Expand-Pose-API.patch Move around patches again 2024-12-05 12:20:56 +01:00
0853-More-DragonBattle-API.patch Move around patches again 2024-12-05 12:20:56 +01:00
0854-Add-PlayerPickItemEvent.patch Move around patches again 2024-12-05 12:20:56 +01:00
0855-Allow-trident-custom-damage.patch Move around patches again 2024-12-05 12:20:56 +01:00
0856-Expose-hand-in-BlockCanBuildEvent.patch Move around patches again 2024-12-05 12:20:56 +01:00
0857-Optimize-nearest-structure-border-iteration.patch Move around patches again 2024-12-05 12:20:56 +01:00
0858-Implement-OfflinePlayer-isConnected.patch Move around patches again 2024-12-05 12:20:56 +01:00
0859-Fix-slot-desync.patch Move around patches again 2024-12-05 12:20:56 +01:00
0860-Add-titleOverride-to-InventoryOpenEvent.patch Move around patches again 2024-12-05 12:20:56 +01:00
0861-Configure-sniffer-egg-hatch-time.patch Move around patches again 2024-12-05 12:20:56 +01:00
0862-Do-crystal-portal-proximity-check-before-entity-look.patch Move around patches again 2024-12-05 12:20:56 +01:00
0863-Skip-POI-finding-if-stuck-in-vehicle.patch Move around patches again 2024-12-05 12:20:56 +01:00
0864-Add-slot-sanity-checks-in-container-clicks.patch Move around patches again 2024-12-05 12:20:56 +01:00
0865-Call-BlockRedstoneEvents-properly.patch Move around patches again 2024-12-05 12:20:56 +01:00
0866-Allow-proper-checking-of-empty-item-stacks.patch Move around patches again 2024-12-05 12:20:56 +01:00
0867-Fix-silent-equipment-change-for-mobs.patch Move around patches again 2024-12-05 12:20:56 +01:00
0868-Fix-spigot-s-Forced-Stats.patch Move around patches again 2024-12-05 12:20:56 +01:00
0869-Add-missing-InventoryHolders-to-inventories.patch Move around patches again 2024-12-05 12:20:56 +01:00
0870-Do-not-read-tile-entities-in-chunks-that-are-positio.patch Move around patches again 2024-12-05 12:20:56 +01:00
0871-Add-missing-logs-for-log-ips-config-option.patch Move around patches again 2024-12-05 12:20:56 +01:00
0872-Fix-race-condition-on-UpgradeData.BlockFixers-class-.patch Move around patches again 2024-12-05 12:20:56 +01:00
0873-Fix-NPE-in-AdvancementProgress-getDateAwarded.patch Move around patches again 2024-12-05 12:20:56 +01:00
0874-Fix-team-sidebar-objectives-not-being-cleared.patch Move around patches again 2024-12-05 12:20:56 +01:00
0875-Fix-missing-map-initialize-event-call.patch Move around patches again 2024-12-05 12:20:56 +01:00
0876-Update-entity-data-when-attaching-firework-to-entity.patch Move around patches again 2024-12-05 12:20:56 +01:00
0877-Fix-UnsafeValues-loadAdvancement.patch Move around patches again 2024-12-05 12:20:56 +01:00
0878-Add-player-idle-duration-API.patch Move around patches again 2024-12-05 12:20:56 +01:00
0879-Don-t-check-if-we-can-see-non-visible-entities.patch Move around patches again 2024-12-05 12:20:56 +01:00
0880-Fix-NPE-in-SculkBloomEvent-world-access.patch Move around patches again 2024-12-05 12:20:56 +01:00
0881-Allow-null-itemstack-for-Player-sendEquipmentChange.patch Move around patches again 2024-12-05 12:20:56 +01:00
0882-Optimize-VarInts.patch Move around patches again 2024-12-05 12:20:56 +01:00
0883-Add-API-to-get-the-collision-shape-of-a-block-before.patch Move around patches again 2024-12-05 12:20:56 +01:00
0884-Add-predicate-for-blocks-when-raytracing.patch Move around patches again 2024-12-05 12:20:56 +01:00
0885-Broadcast-take-item-packets-with-collector-as-source.patch Move around patches again 2024-12-05 12:20:56 +01:00
0886-Expand-LingeringPotion-API.patch Move around patches again 2024-12-05 12:20:56 +01:00
0887-Fix-strikeLightningEffect-powers-lightning-rods-and-.patch Move around patches again 2024-12-05 12:20:56 +01:00
0888-Add-hand-to-fish-event-for-all-player-interactions.patch Move around patches again 2024-12-05 12:20:56 +01:00
0889-Fix-several-issues-with-EntityBreedEvent.patch Move around patches again 2024-12-05 12:20:56 +01:00
0890-Add-UUID-attribute-modifier-API.patch Move around patches again 2024-12-05 12:20:56 +01:00
0891-Fix-missing-event-call-for-entity-teleport-API.patch Move around patches again 2024-12-05 12:20:56 +01:00
0892-Lazily-create-LootContext-for-criterions.patch Move around patches again 2024-12-05 12:20:56 +01:00
0893-Don-t-fire-sync-events-during-worldgen.patch Move around patches again 2024-12-05 12:20:56 +01:00
0894-Add-Structure-check-API.patch Move around patches again 2024-12-05 12:20:56 +01:00
0895-Fix-CraftMetaItem-getAttributeModifier-duplication-c.patch Move around patches again 2024-12-05 12:20:56 +01:00
0896-Restore-vanilla-entity-drops-behavior.patch Move around patches again 2024-12-05 12:20:56 +01:00
0897-Dont-resend-blocks-on-interactions.patch Move around patches again 2024-12-05 12:20:56 +01:00
0898-add-more-scoreboard-API.patch Move around patches again 2024-12-05 12:20:56 +01:00
0899-Improve-Registry.patch Switch Impl types to Holderable (#11662) 2024-12-08 12:50:55 -08:00
0900-Fix-NPE-on-null-loc-for-EntityTeleportEvent.patch Move around patches again 2024-12-05 12:20:56 +01:00
0901-Add-experience-points-API.patch Move around patches again 2024-12-05 12:20:56 +01:00
0902-Add-drops-to-shear-events.patch Move around patches again 2024-12-05 12:20:56 +01:00
0903-Add-PlayerShieldDisableEvent.patch Move around patches again 2024-12-05 12:20:56 +01:00
0904-Validate-ResourceLocation-in-NBT-reading.patch Move around patches again 2024-12-05 12:20:56 +01:00
0905-Properly-handle-experience-dropping-on-block-break.patch Move around patches again 2024-12-05 12:20:56 +01:00
0906-Fixup-NamespacedKey-handling.patch Switch Impl types to Holderable (#11662) 2024-12-08 12:50:55 -08:00
0907-Expose-LootTable-of-DecoratedPot.patch Move around patches again 2024-12-05 12:20:56 +01:00
0908-Reduce-allocation-of-Vec3D-by-entity-tracker.patch Move around patches again 2024-12-05 12:20:56 +01:00
0909-Add-PlayerTradeEvent-and-PlayerPurchaseEvent.patch Move around patches again 2024-12-05 12:20:56 +01:00
0910-Add-ShulkerDuplicateEvent.patch Move around patches again 2024-12-05 12:20:56 +01:00
0911-Add-api-for-spawn-egg-texture-colors.patch Move around patches again 2024-12-05 12:20:56 +01:00
0912-Add-Lifecycle-Event-system.patch Move around patches again 2024-12-05 12:20:56 +01:00
0913-ItemStack-Tooltip-API.patch Move around patches again 2024-12-05 12:20:56 +01:00
0914-Add-getChunkSnapshot-includeLightData-parameter.patch Move around patches again 2024-12-05 12:20:56 +01:00
0915-Add-FluidState-API.patch Move around patches again 2024-12-05 12:20:56 +01:00
0916-add-number-format-api.patch Move around patches again 2024-12-05 12:20:56 +01:00
0917-improve-BanList-types.patch Move around patches again 2024-12-05 12:20:56 +01:00
0918-Expanded-Hopper-API.patch Move around patches again 2024-12-05 12:20:56 +01:00
0919-Add-BlockBreakProgressUpdateEvent.patch Move around patches again 2024-12-05 12:20:56 +01:00
0920-Deprecate-ItemStack-setType.patch Move around patches again 2024-12-05 12:20:56 +01:00
0921-Add-CartographyItemEvent.patch Move around patches again 2024-12-05 12:20:56 +01:00
0922-More-Raid-API.patch Move around patches again 2024-12-05 12:20:56 +01:00
0923-Add-onboarding-message-for-initial-server-start.patch Move around patches again 2024-12-05 12:20:56 +01:00
0924-Configurable-max-block-fluid-ticks.patch Move around patches again 2024-12-05 12:20:56 +01:00
0925-Fix-bees-aging-inside-hives.patch Move around patches again 2024-12-05 12:20:56 +01:00
0926-Disable-memory-reserve-allocating.patch Move around patches again 2024-12-05 12:20:56 +01:00
0927-Fire-EntityDamageByEntityEvent-for-unowned-wither-sk.patch Move around patches again 2024-12-05 12:20:56 +01:00
0928-Fix-DamageSource-API.patch Move around patches again 2024-12-05 12:20:56 +01:00
0929-Fix-creation-of-invalid-block-entity-during-world-ge.patch Move around patches again 2024-12-05 12:20:56 +01:00
0930-Fix-possible-StackOverflowError-and-NPE-for-some-dis.patch Move around patches again 2024-12-05 12:20:56 +01:00
0931-Improve-tag-parser-handling.patch Move around patches again 2024-12-05 12:20:56 +01:00
0932-Item-Mutation-Fixes.patch Move around patches again 2024-12-05 12:20:56 +01:00
0933-Per-world-ticks-per-spawn-settings.patch Move around patches again 2024-12-05 12:20:56 +01:00
0934-Properly-track-the-changed-item-from-dispense-events.patch Move around patches again 2024-12-05 12:20:56 +01:00
0935-Protect-Bedrock-and-End-Portal-Frames-from-being-des.patch Move around patches again 2024-12-05 12:20:56 +01:00
0936-Add-config-for-mobs-immune-to-default-effects.patch Move around patches again 2024-12-05 12:20:56 +01:00
0937-Deep-clone-nbt-tags-in-PDC.patch Move around patches again 2024-12-05 12:20:56 +01:00
0938-Support-old-UUID-format-for-NBT.patch Move around patches again 2024-12-05 12:20:56 +01:00
0939-Fix-shield-disable-inconsistency.patch Move around patches again 2024-12-05 12:20:56 +01:00
0940-Handle-Large-Packets-disconnecting-client.patch Move around patches again 2024-12-05 12:20:56 +01:00
0941-Fix-ItemFlags.patch Move around patches again 2024-12-05 12:20:56 +01:00
0942-Fix-damage-modifier-inconsistencies.patch Move around patches again 2024-12-05 12:20:56 +01:00
0943-Revert-to-vanilla-handling-of-LivingEntity-actuallyH.patch Move around patches again 2024-12-05 12:20:56 +01:00
0944-improve-checking-handled-tags-in-itemmeta.patch Switch Impl types to Holderable (#11662) 2024-12-08 12:50:55 -08:00
0945-Expose-hasColor-to-leather-armor.patch Move around patches again 2024-12-05 12:20:56 +01:00
0946-Added-API-to-get-player-ha-proxy-address.patch Move around patches again 2024-12-05 12:20:56 +01:00
0947-General-ItemMeta-fixes.patch Add ItemMeta customName methods (#11685) 2024-12-07 20:05:14 +01:00
0948-More-Chest-Block-API.patch Move around patches again 2024-12-05 12:20:56 +01:00
0949-Print-data-component-type-on-encoding-error.patch Move around patches again 2024-12-05 12:20:56 +01:00
0950-Brigadier-based-command-API.patch Brigadier: fix simpleUnwrap not keeping redirect modifier and forks properties from original node (#11654) 2024-12-08 16:23:55 -05:00
0951-Fix-issues-with-Recipe-API.patch Move around patches again 2024-12-05 12:20:56 +01:00
0952-Fix-equipment-slot-and-group-API.patch Move around patches again 2024-12-05 12:20:56 +01:00
0953-Allow-Bukkit-plugin-to-use-Paper-PluginLoader-API.patch Move around patches again 2024-12-05 12:20:56 +01:00
0954-Prevent-sending-oversized-item-data-in-equipment-and.patch Move around patches again 2024-12-05 12:20:56 +01:00
0955-Prevent-NPE-if-hooked-entity-was-cleared.patch Move around patches again 2024-12-05 12:20:56 +01:00
0956-Fix-cancelling-BlockPlaceEvent-calling-onRemove.patch Move around patches again 2024-12-05 12:20:56 +01:00
0957-Add-missing-fishing-event-state.patch Move around patches again 2024-12-05 12:20:56 +01:00
0958-Deprecate-InvAction-HOTBAR_MOVE_AND_READD.patch Move around patches again 2024-12-05 12:20:56 +01:00
0959-Fix-sending-disconnect-packet-in-phases-where-it-doe.patch Move around patches again 2024-12-05 12:20:56 +01:00
0960-Adopt-MaterialRerouting.patch Move around patches again 2024-12-05 12:20:56 +01:00
0961-Suspicious-Effect-Entry-API.patch Move around patches again 2024-12-05 12:20:56 +01:00
0962-check-if-itemstack-is-stackable-first.patch Move around patches again 2024-12-05 12:20:56 +01:00
0963-Fix-removing-recipes-from-RecipeIterator.patch Move around patches again 2024-12-05 12:20:56 +01:00
0964-Configurable-damage-tick-when-blocking-with-shield.patch Move around patches again 2024-12-05 12:20:56 +01:00
0965-Properly-remove-the-experimental-smithing-inventory-.patch Move around patches again 2024-12-05 12:20:56 +01:00
0966-disable-forced-empty-world-ticks.patch Move around patches again 2024-12-05 12:20:56 +01:00
0967-Configurable-Sand-Duping.patch Move around patches again 2024-12-05 12:20:56 +01:00
0968-Proxy-ItemStack-to-CraftItemStack.patch Move around patches again 2024-12-05 12:20:56 +01:00
0969-Make-a-PDC-view-accessible-directly-from-ItemStack.patch Move around patches again 2024-12-05 12:20:56 +01:00
0970-Prioritize-Minecraft-commands-in-function-parsing-an.patch Move around patches again 2024-12-05 12:20:56 +01:00
0971-Fix-NPE-for-Jukebox-setRecord.patch Move around patches again 2024-12-05 12:20:56 +01:00
0972-fix-horse-inventories.patch Move around patches again 2024-12-05 12:20:56 +01:00
0973-Only-call-EntityDamageEvents-before-actuallyHurt.patch Move around patches again 2024-12-05 12:20:56 +01:00
0974-Add-ItemType-getItemRarity.patch Move around patches again 2024-12-05 12:20:56 +01:00
0975-Add-plugin-info-at-startup.patch Move around patches again 2024-12-05 12:20:56 +01:00
0976-Make-interaction-leniency-distance-configurable.patch Move around patches again 2024-12-05 12:20:56 +01:00
0977-Fix-PickupStatus-getting-reset.patch Move around patches again 2024-12-05 12:20:56 +01:00
0978-Check-for-block-type-in-SculkSensorBlock-canActivate.patch Move around patches again 2024-12-05 12:20:56 +01:00
0979-Add-API-for-CanPlaceOn-and-CanDestroy-NBT-values.patch Move around patches again 2024-12-05 12:20:56 +01:00
0980-Configuration-for-horizontal-only-item-merging.patch Move around patches again 2024-12-05 12:20:56 +01:00
0981-Add-skipping-world-symlink-scan.patch Move around patches again 2024-12-05 12:20:56 +01:00
0982-Add-even-more-Enchantment-API.patch Move around patches again 2024-12-05 12:20:56 +01:00
0983-Leashable-API.patch Move around patches again 2024-12-05 12:20:56 +01:00
0984-Fix-CraftBukkit-drag-system.patch Move around patches again 2024-12-05 12:20:56 +01:00
0985-Fix-SculkBloomEvent-firing-for-block-entity-loading.patch Move around patches again 2024-12-05 12:20:56 +01:00
0986-Remove-set-damage-lootable-item-function-from-compas.patch Move around patches again 2024-12-05 12:20:56 +01:00
0987-Add-enchantment-seed-update-API.patch Move around patches again 2024-12-05 12:20:56 +01:00
0988-Fix-synchronise-sending-chat-to-client-with-updating.patch Move around patches again 2024-12-05 12:20:56 +01:00
0989-Fix-InventoryOpenEvent-cancellation.patch Move around patches again 2024-12-05 12:20:56 +01:00
0990-Fire-BlockExpEvent-on-grindstone-use.patch Move around patches again 2024-12-05 12:20:56 +01:00
0991-Check-dead-flag-in-isAlive.patch Move around patches again 2024-12-05 12:20:56 +01:00
0992-Add-FeatureFlag-API.patch Move around patches again 2024-12-05 12:20:56 +01:00
0993-Item-serialization-as-json.patch Move around patches again 2024-12-05 12:20:56 +01:00
0994-Validate-slot-in-PlayerInventory-setSlot.patch Move around patches again 2024-12-05 12:20:56 +01:00
0995-Remove-wall-time-unused-skip-tick-protection.patch Move around patches again 2024-12-05 12:20:56 +01:00
0996-Disable-pretty-printing-for-advancement-saving.patch Move around patches again 2024-12-05 12:20:56 +01:00
0997-Fix-PlayerCommandPreprocessEvent-on-signed-commands.patch Move around patches again 2024-12-05 12:20:56 +01:00
0998-Add-enchantWithLevels-with-enchantment-registry-set.patch Move around patches again 2024-12-05 12:20:56 +01:00
0999-Improve-entity-effect-API.patch Move around patches again 2024-12-05 12:20:56 +01:00
1000-Add-recipeBrewTime.patch Move around patches again 2024-12-05 12:20:56 +01:00
1001-Call-bucket-events-for-cauldrons.patch Move around patches again 2024-12-05 12:20:56 +01:00
1002-Add-PlayerInsertLecternBookEvent.patch Move around patches again 2024-12-05 12:20:56 +01:00
1003-Void-damage-configuration-API.patch Move around patches again 2024-12-05 12:20:56 +01:00
1004-Add-Offline-PDC-API.patch Move around patches again 2024-12-05 12:20:56 +01:00
1005-Add-AnvilView-bypassEnchantmentLevelRestriction.patch Move around patches again 2024-12-05 12:20:56 +01:00
1006-Add-proper-async-player-disconnections.patch Move around patches again 2024-12-05 12:20:56 +01:00
1007-Separate-dimensiondata-executor.patch Move around patches again 2024-12-05 12:20:56 +01:00
1008-Always-send-Banner-patterns-to-the-client.patch Move around patches again 2024-12-05 12:20:56 +01:00
1009-API-for-checking-sent-chunks.patch Move around patches again 2024-12-05 12:20:56 +01:00
1010-Fix-CraftWorld-isChunkGenerated.patch Move around patches again 2024-12-05 12:20:56 +01:00
1011-Add-startup-flag-to-disable-gamerule-limits.patch Move around patches again 2024-12-05 12:20:56 +01:00
1012-Bundle-spark.patch Move around patches again 2024-12-05 12:20:56 +01:00
1013-Avoid-issues-with-certain-tasks-not-processing-durin.patch Move around patches again 2024-12-05 12:20:56 +01:00
1014-Allow-using-old-ender-pearl-behavior.patch Move around patches again 2024-12-05 12:20:56 +01:00
1015-Block-Enderpearl-Travel-Exploit.patch Move around patches again 2024-12-05 12:20:56 +01:00
1016-Fix-inconsistencies-in-dispense-events-regarding-sta.patch Move around patches again 2024-12-05 12:20:56 +01:00
1017-Correct-update-cursor.patch Move around patches again 2024-12-05 12:20:56 +01:00
1018-Call-CraftPlayer-onEntityRemove-for-all-online-playe.patch Move around patches again 2024-12-05 12:20:56 +01:00
1019-Improve-performance-of-RecipeMap-removeRecipe.patch Move around patches again 2024-12-05 12:20:56 +01:00
1020-Reduce-work-done-in-CraftMapCanvas.drawImage-by-limi.patch Move around patches again 2024-12-05 12:20:56 +01:00
1021-Fix-incorrect-invulnerability-damage-reduction.patch Move around patches again 2024-12-05 12:20:56 +01:00
1022-Fix-NPE-when-EntityResurrectEvent-is-uncancelled.patch Move around patches again 2024-12-05 12:20:56 +01:00
1023-API-to-check-if-the-server-is-sleeping.patch Move around patches again 2024-12-05 12:20:56 +01:00
1024-API-to-allow-disallow-tick-sleeping.patch Move around patches again 2024-12-05 12:20:56 +01:00
1025-Configurable-Entity-Despawn-Time.patch Move around patches again 2024-12-05 12:20:56 +01:00
1026-Expanded-Art-API.patch Move around patches again 2024-12-05 12:20:56 +01:00
1027-Only-attempt-to-find-spawn-position-if-there-isn-t-a.patch Move around patches again 2024-12-05 12:20:56 +01:00
1028-Registry-Modification-API.patch Switch Impl types to Holderable (#11662) 2024-12-08 12:50:55 -08:00
1029-Add-registry-entry-and-builders.patch Switch Impl types to Holderable (#11662) 2024-12-08 12:50:55 -08:00
1030-Tag-Lifecycle-Events.patch Switch Impl types to Holderable (#11662) 2024-12-08 12:50:55 -08:00
1031-Add-feature-patch-hook-for-overrides.patch More moving around of hunks 2024-12-05 14:44:50 +01:00
1032-DataComponent-API.patch Switch Impl types to Holderable (#11662) 2024-12-08 12:50:55 -08:00
1033-Properly-resend-entities.patch More moving around of hunks 2024-12-05 14:44:50 +01:00
1034-Optimize-isInWorldBounds-and-getBlockState-for-inlin.patch More moving around of hunks 2024-12-05 14:44:50 +01:00
1035-Improve-Maps-in-item-frames-performance-and-bug-fixe.patch More moving around of hunks 2024-12-05 14:44:50 +01:00
1036-Optimize-Network-Manager-and-add-advanced-packet-sup.patch More moving around of hunks 2024-12-05 14:44:50 +01:00
1037-Allow-Saving-of-Oversized-Chunks.patch More moving around of hunks 2024-12-05 14:44:50 +01:00
1038-Flat-bedrock-generator-settings.patch More moving around of hunks 2024-12-05 14:44:50 +01:00
1039-Entity-Activation-Range-2.0.patch More moving around of hunks 2024-12-05 14:44:50 +01:00
1040-Anti-Xray.patch More moving around of hunks 2024-12-05 14:44:50 +01:00
1041-Use-Velocity-compression-and-cipher-natives.patch More moving around of hunks 2024-12-05 14:44:50 +01:00
1042-Optimize-Collision-to-not-load-chunks.patch More moving around of hunks 2024-12-05 14:44:50 +01:00
1043-Optimize-GoalSelector-Goal.Flag-Set-operations.patch More moving around of hunks 2024-12-05 14:44:50 +01:00
1044-Optimize-Hoppers.patch More moving around of hunks 2024-12-05 14:44:50 +01:00
1045-Optimize-Voxel-Shape-Merging.patch More moving around of hunks 2024-12-05 14:44:50 +01:00
1046-Optimize-Bit-Operations-by-inlining.patch More moving around of hunks 2024-12-05 14:44:50 +01:00
1047-Remove-streams-from-hot-code.patch More moving around of hunks 2024-12-05 14:44:50 +01:00
1048-Optimize-Pathfinder-Remove-Streams-Optimized-collect.patch More moving around of hunks 2024-12-05 14:44:50 +01:00
1049-Fix-entity-type-tags-suggestions-in-selectors.patch More moving around of hunks 2024-12-05 14:44:50 +01:00
1050-Handle-Oversized-block-entities-in-chunks.patch More moving around of hunks 2024-12-05 14:44:50 +01:00
1051-Check-distance-in-entity-interactions.patch More moving around of hunks 2024-12-05 14:44:50 +01:00
1052-optimize-dirt-and-snow-spreading.patch More moving around of hunks 2024-12-05 14:44:50 +01:00
1053-Optimise-getChunkAt-calls-for-loaded-chunks.patch More moving around of hunks 2024-12-05 14:44:50 +01:00
1054-Rewrite-dataconverter-system.patch More moving around of hunks 2024-12-05 14:44:50 +01:00
1055-Moonrise-optimisation-patches.patch More moving around of hunks 2024-12-05 14:44:50 +01:00
1056-Only-write-chunk-data-to-disk-if-it-serializes-witho.patch More moving around of hunks 2024-12-05 14:44:50 +01:00
1057-Improved-Watchdog-Support.patch More moving around of hunks 2024-12-05 14:44:50 +01:00
1058-Detail-more-information-in-watchdog-dumps.patch More moving around of hunks 2024-12-05 14:44:50 +01:00
1059-Entity-load-save-limit-per-chunk.patch More moving around of hunks 2024-12-05 14:44:50 +01:00
1060-Attempt-to-recalculate-regionfile-header-if-it-is-co.patch More moving around of hunks 2024-12-05 14:44:50 +01:00
1061-Improve-performance-of-mass-crafts.patch More moving around of hunks 2024-12-05 14:44:50 +01:00
1062-Incremental-chunk-and-player-saving.patch More moving around of hunks 2024-12-05 14:44:50 +01:00
1063-Optimise-general-POI-access.patch More moving around of hunks 2024-12-05 14:44:50 +01:00
1064-Fix-entity-tracker-desync-when-new-players-are-added.patch More moving around of hunks 2024-12-05 14:44:50 +01:00
1065-Lag-compensation-ticks.patch More moving around of hunks 2024-12-05 14:44:50 +01:00
1066-Optimise-collision-checking-in-player-move-packet-ha.patch More moving around of hunks 2024-12-05 14:44:50 +01:00
1067-Optional-per-player-mob-spawns.patch More moving around of hunks 2024-12-05 14:44:50 +01:00
1068-Improve-cancelling-PreCreatureSpawnEvent-with-per-pl.patch More moving around of hunks 2024-12-05 14:44:50 +01:00
1069-Eigencraft-redstone-implementation.patch More moving around of hunks 2024-12-05 14:44:50 +01:00
1070-Add-Alternate-Current-redstone-implementation.patch More moving around of hunks 2024-12-05 14:44:50 +01:00
1071-Improve-exact-choice-recipe-ingredients.patch More moving around of hunks 2024-12-05 14:44:50 +01:00
1072-Implement-chunk-view-API.patch More moving around of hunks 2024-12-05 14:44:50 +01:00
1073-Switch-Impl-types-to-Holderable.patch Switch Impl types to Holderable (#11662) 2024-12-08 12:50:55 -08:00
1074-Fix-incorrect-command-serialization-by-creating-new-.patch Fix incorrect command serialization by creating new Command (#11671) 2024-12-08 16:43:09 -05:00