3
0
Mirror von https://github.com/PaperMC/Paper.git synchronisiert 2024-11-14 20:10:05 +01:00
Paper/patches/server
Bjarne Koll ad9c58e103
Only expose velocity relative tp flags to API (#11532)
Since 1.21.2, vanilla split relative teleportation flags into position
and delta/velocity flags into separate enum entries.
This highlighted a design flaw in the paper api addition for teleport
flags, which just simply mirrored internals while also only being able
to apply the delta/velocity part of a flag, given the teleport target is
always absolute in the API.

This patch proposes to simply no longer expose the non-velocity related
flags to the API, instead marking the entire Relative enum as being
purely velocity related, as non-velocity related flags are not useful to
callers. This was done over simply exposing all internal flags, as
another vanilla change to the internal enum would result in the same
breakage.

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