Paper/patches/server
Bjarne Koll 0a8c873722
Call LivingEntity#onItemPickup before mutation (#9948)
The existing EntityPickupItemEvent fixes patch moves the call to LivingEntity#onItemPickup for piglins after the respective EntityPickupItemEvent calls, which is correct.
However the patch moved the call so far down the line that the existing logic already mutated the picked up item entity, leading to faulty state being passed to the onItemPickup method.

To prevent logic in LivingEntity#onItemPickup to read from an ItemEntity that was already mutated, this commit moves the calls prior to the two respective mutations (either gold_nugget or rest).

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