Paper/patches/server
Bjarne Koll 7ae2c671c6
Keep components using single items in creative (#10664)
The craftbukkit implementation stores the old and new data patch of an
item during ItemStack#useOn(UseOnContext) to properly cancel events via
comparison and change detection of the component patch.

However, it uses #getComponentsPatch to fetch the new stack component
patch, which always yields an empty patch set if an itemstack is
considered empty by the game.
As the restoration of an itemstack's count to its previous state is
handled after the entire ItemStack#useOn method, items used in creative
mode temporarily have a count of zero, which causes craftbukkit to
consider their new component patch as EMPTY even tho said item may have
data.
The new patch is applied and, after useOn completes, the count is reset
if the player is in creative mode, leading to lost data.

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