3
0
Mirror von https://github.com/PaperMC/Paper.git synchronisiert 2024-12-15 19:10:09 +01:00
Paper/patches/server
1stGlitch 581b101180
Add world to Entity AddTo/RemoveFrom Events (#10183)
When a plugin listens to the EntityAddToWorld and EntityRemoveFromWorld events, I don't believe there is currently any method of directly obtaining which world the entity was actually added to/removed from. Using event.getEntity().getWorld() works in many cases, but not all. Specifically, when an entity is teleported from one world to another, the location of the entity is updated prior to the removal event being called. This means that when an entity goes through a nether/end portal or is teleported between worlds with a command, a plugin listening to the EntityRemoveFromWorldEvent has no way of determining which world the entity was actually removed from (without relying on other events).

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