Paper/Spigot-Server-Patches
Aikar 26fb7cc35a
Fix Chunk Post Processing deadlock risk
See: https://gist.github.com/aikar/dd22bbd2a3d78a2fd3d92e95e9f28dc6

as part of post processing a chunk, we can call ChunkConverter.

ChunkConverter then kicks off major physics updates, and when blocks
that have connections across chunk boundries occur, a recursive risk
can occur where A updates a block that triggers a physics request.

That physics request may trigger a chunk request, that then enqueues
a task into the Mailbox ChunkTaskQueueSorter.

If anything requests that same chunk that is in the middle of conversion,
it's mailbox queue is going to be held up, so the subsequent chunk request
will be unable to proceed.

We delay post processing of Chunk.A() 1 "pass" by re stuffing it back into
the executor so that the mailbox ChunkQueue is now considered empty.

This successfully fixed a reoccurring and highly reproduceable crash
for heightmaps.
2020-04-18 04:44:35 -04:00
..
0001-POM-Changes.patch Updated Upstream (Bukkit/CraftBukkit) 2020-04-02 17:09:17 -04:00
0002-Paper-config-files.patch Updated Upstream (Bukkit/CraftBukkit) 2020-04-02 17:09:17 -04:00
0003-MC-Dev-fixes.patch Updated Upstream (CraftBukkit/Spigot) 2020-04-09 21:33:10 -04:00
0004-MC-Utils.patch Port 04-Util.patch from Tuinity (#3136) 2020-04-13 01:34:18 -04:00
0005-Paper-Metrics.patch Updated Upstream (Bukkit/CraftBukkit) 2020-04-02 17:09:17 -04:00
0006-Add-MinecraftKey-Information-to-Objects.patch Updated Upstream (Bukkit/CraftBukkit) 2020-04-02 17:09:17 -04:00
0007-Store-reference-to-current-Chunk-for-Entity-and-Bloc.patch Port 04-Util.patch from Tuinity (#3136) 2020-04-13 01:34:18 -04:00
0008-Store-counts-for-each-Entity-Block-Entity-Type.patch Port 04-Util.patch from Tuinity (#3136) 2020-04-13 01:34:18 -04:00
0009-Timings-v2.patch Fix incorect timing of mspt 2020-04-16 03:47:38 -04:00
0010-Configurable-cactus-and-reed-natural-growth-heights.patch Updated Upstream (Bukkit/CraftBukkit) 2020-04-02 17:09:17 -04:00
0011-Configurable-baby-zombie-movement-speed.patch Updated Upstream (Bukkit/CraftBukkit) 2020-04-02 17:09:17 -04:00
0012-Configurable-fishing-time-ranges.patch Updated Upstream (Bukkit/CraftBukkit) 2020-04-02 17:09:17 -04:00
0013-Allow-nerfed-mobs-to-jump-and-take-water-damage.patch Updated Upstream (Bukkit/CraftBukkit) 2020-04-02 17:09:17 -04:00
0014-Add-configurable-despawn-distances-for-living-entiti.patch Updated Upstream (Bukkit/CraftBukkit) 2020-04-02 17:09:17 -04:00
0015-Allow-for-toggling-of-spawn-chunks.patch Updated Upstream (Bukkit/CraftBukkit) 2020-04-02 17:09:17 -04:00
0016-Drop-falling-block-and-tnt-entities-at-the-specified.patch Updated Upstream (Bukkit/CraftBukkit) 2020-04-08 03:49:15 -04:00
0017-Show-Paper-in-client-crashes-server-lists-and-Mojang.patch Fix incorect timing of mspt 2020-04-16 03:47:38 -04:00
0018-Implement-Paper-VersionChecker.patch Updated Upstream (Bukkit/CraftBukkit) 2020-04-02 17:09:17 -04:00
0019-Add-version-history-to-version-command.patch Updated Upstream (Bukkit/CraftBukkit) 2020-04-02 17:09:17 -04:00
0020-Player-affects-spawning-API.patch Updated Upstream (Bukkit/CraftBukkit) 2020-04-08 03:49:15 -04:00
0021-Remove-invalid-mob-spawner-tile-entities.patch Port 04-Util.patch from Tuinity (#3136) 2020-04-13 01:34:18 -04:00
0022-Optimize-TileEntity-Ticking.patch Updated Upstream (Bukkit/CraftBukkit) 2020-04-02 17:09:17 -04:00
0023-Further-improve-server-tick-loop.patch Updated Upstream (Bukkit/CraftBukkit) 2020-04-02 17:09:17 -04:00
0024-Only-refresh-abilities-if-needed.patch Updated Upstream (Bukkit/CraftBukkit) 2020-04-08 03:49:15 -04:00
0025-Entity-Origin-API.patch Updated Upstream (Bukkit/CraftBukkit) 2020-04-08 03:49:15 -04:00
0026-Prevent-tile-entity-and-entity-crashes.patch Updated Upstream (Bukkit/CraftBukkit) 2020-04-08 03:49:15 -04:00
0027-Configurable-top-of-nether-void-damage.patch Updated Upstream (Bukkit/CraftBukkit) 2020-04-02 17:09:17 -04:00
0028-Check-online-mode-before-converting-and-renaming-pla.patch Updated Upstream (Bukkit/CraftBukkit) 2020-04-02 17:09:17 -04:00
0029-Always-tick-falling-blocks.patch Updated Upstream (Bukkit/CraftBukkit) 2020-04-02 17:09:17 -04:00
0030-Configurable-end-credits.patch Updated Upstream (Bukkit/CraftBukkit) 2020-04-02 17:09:17 -04:00
0031-Fix-lag-from-explosions-processing-dead-entities.patch Updated Upstream (Bukkit/CraftBukkit) 2020-04-02 17:09:17 -04:00
0032-Optimize-explosions.patch Fix incorect timing of mspt 2020-04-16 03:47:38 -04:00
0033-Disable-explosion-knockback.patch Updated Upstream (Bukkit/CraftBukkit) 2020-04-02 17:09:17 -04:00
0034-Disable-thunder.patch Updated Upstream (Bukkit/CraftBukkit) 2020-04-02 17:09:17 -04:00
0035-Disable-ice-and-snow.patch Updated Upstream (Bukkit/CraftBukkit) 2020-04-02 17:09:17 -04:00
0036-Configurable-mob-spawner-tick-rate.patch Updated Upstream (Bukkit/CraftBukkit) 2020-04-02 17:09:17 -04:00
0037-Send-absolute-position-the-first-time-an-entity-is-s.patch Updated Upstream (Bukkit/CraftBukkit) 2020-04-02 17:09:17 -04:00
0038-Add-BeaconEffectEvent.patch Updated Upstream (Bukkit/CraftBukkit) 2020-04-02 17:09:17 -04:00
0039-Configurable-container-update-tick-rate.patch Updated Upstream (Bukkit/CraftBukkit) 2020-04-02 17:09:17 -04:00
0040-Use-UserCache-for-player-heads.patch Updated Upstream (Bukkit/CraftBukkit) 2020-04-02 17:09:17 -04:00
0041-Disable-spigot-tick-limiters.patch Updated Upstream (Bukkit/CraftBukkit) 2020-04-08 03:49:15 -04:00
0042-Add-PlayerInitialSpawnEvent.patch Updated Upstream (Bukkit/CraftBukkit) 2020-04-02 17:09:17 -04:00
0043-Configurable-Disabling-Cat-Chest-Detection.patch Updated Upstream (Bukkit/CraftBukkit) 2020-04-02 17:09:17 -04:00
0044-Ensure-commands-are-not-ran-async.patch Updated Upstream (Bukkit/CraftBukkit) 2020-04-02 17:09:17 -04:00
0045-All-chunks-are-slime-spawn-chunks-toggle.patch Updated Upstream (Bukkit/CraftBukkit) 2020-04-02 17:09:17 -04:00
0046-Expose-server-CommandMap.patch Updated Upstream (Bukkit/CraftBukkit) 2020-04-02 17:09:17 -04:00
0047-Be-a-bit-more-informative-in-maxHealth-exception.patch Updated Upstream (Bukkit/CraftBukkit) 2020-04-02 17:09:17 -04:00
0048-Player-Tab-List-and-Title-APIs.patch Updated Upstream (Bukkit/CraftBukkit) 2020-04-08 03:49:15 -04:00
0049-Ensure-inv-drag-is-in-bounds.patch Updated Upstream (Bukkit/CraftBukkit) 2020-04-02 17:09:17 -04:00
0050-Change-implementation-of-tile-entity-removal-list.patch Updated Upstream (Bukkit/CraftBukkit) 2020-04-02 17:09:17 -04:00
0051-Add-configurable-portal-search-radius.patch Updated Upstream (Bukkit/CraftBukkit) 2020-04-02 17:09:17 -04:00
0052-Add-velocity-warnings.patch Updated Upstream (Bukkit/CraftBukkit) 2020-04-02 17:09:17 -04:00
0053-Configurable-inter-world-teleportation-safety.patch Updated Upstream (Bukkit/CraftBukkit) 2020-04-08 03:49:15 -04:00
0054-Add-exception-reporting-event.patch Port 04-Util.patch from Tuinity (#3136) 2020-04-13 01:34:18 -04:00
0055-Don-t-nest-if-we-don-t-need-to-when-cerealising-text.patch Updated Upstream (Bukkit/CraftBukkit) 2020-04-02 17:09:17 -04:00
0056-Disable-Scoreboards-for-non-players-by-default.patch Updated Upstream (Bukkit/CraftBukkit) 2020-04-02 17:09:17 -04:00
0057-Add-methods-for-working-with-arrows-stuck-in-living-.patch Updated Upstream (Bukkit/CraftBukkit) 2020-04-02 17:09:17 -04:00
0058-Complete-resource-pack-API.patch Updated Upstream (Bukkit/CraftBukkit) 2020-04-08 03:49:15 -04:00
0059-Chunk-Save-Reattempt.patch Updated Upstream (Bukkit/CraftBukkit) 2020-04-02 17:09:17 -04:00
0060-Default-loading-permissions.yml-before-plugins.patch Updated Upstream (Bukkit/CraftBukkit) 2020-04-02 17:09:17 -04:00
0061-Allow-Reloading-of-Custom-Permissions.patch Updated Upstream (Bukkit/CraftBukkit) 2020-04-02 17:09:17 -04:00
0062-Remove-Metadata-on-reload.patch Updated Upstream (Bukkit/CraftBukkit) 2020-04-02 17:09:17 -04:00
0063-Undead-horse-leashing.patch Updated Upstream (Bukkit/CraftBukkit) 2020-04-02 17:09:17 -04:00
0064-Handle-Item-Meta-Inconsistencies.patch Updated Upstream (Bukkit/CraftBukkit) 2020-04-02 17:09:17 -04:00
0065-Configurable-Non-Player-Arrow-Despawn-Rate.patch Updated Upstream (Bukkit/CraftBukkit) 2020-04-02 17:09:17 -04:00
0066-Add-World-Util-Methods.patch Updated Upstream (Bukkit/CraftBukkit) 2020-04-02 17:09:17 -04:00
0067-Custom-replacement-for-eaten-items.patch Updated Upstream (Bukkit/CraftBukkit) 2020-04-02 17:09:17 -04:00
0068-handle-NaN-health-absorb-values-and-repair-bad-data.patch Updated Upstream (Bukkit/CraftBukkit) 2020-04-08 03:49:15 -04:00
0069-Waving-banner-workaround.patch Updated Upstream (Bukkit/CraftBukkit) 2020-04-02 17:09:17 -04:00
0070-Use-a-Shared-Random-for-Entities.patch Updated Upstream (Bukkit/CraftBukkit) 2020-04-02 17:09:17 -04:00
0071-Configurable-spawn-chances-for-skeleton-horses.patch Updated Upstream (Bukkit/CraftBukkit) 2020-04-02 17:09:17 -04:00
0072-Optimize-isValidLocation-getType-and-getBlockData-fo.patch Port 04-Util.patch from Tuinity (#3136) 2020-04-13 01:34:18 -04:00
0073-Access-items-by-EquipmentSlot.patch Updated Upstream (Bukkit/CraftBukkit) 2020-04-02 17:09:17 -04:00
0074-Only-process-BlockPhysicsEvent-if-a-plugin-has-a-lis.patch Fix incorect timing of mspt 2020-04-16 03:47:38 -04:00
0075-Entity-AddTo-RemoveFrom-World-Events.patch Updated Upstream (Bukkit/CraftBukkit) 2020-04-02 17:09:17 -04:00
0076-Configurable-Chunk-Inhabited-Time.patch Port 04-Util.patch from Tuinity (#3136) 2020-04-13 01:34:18 -04:00
0077-EntityPathfindEvent.patch Updated Upstream (Bukkit/CraftBukkit) 2020-04-02 17:09:17 -04:00
0078-Sanitise-RegionFileCache-and-make-configurable.patch Updated Upstream (Bukkit/CraftBukkit) 2020-04-02 17:09:17 -04:00
0079-Do-not-load-chunks-for-Pathfinding.patch Updated Upstream (Bukkit/CraftBukkit) 2020-04-02 17:09:17 -04:00
0080-Add-PlayerUseUnknownEntityEvent.patch Updated Upstream (Bukkit/CraftBukkit) 2020-04-02 17:09:17 -04:00
0081-Fix-reducedDebugInfo-not-initialized-on-client.patch Updated Upstream (Bukkit/CraftBukkit) 2020-04-02 17:09:17 -04:00
0082-Configurable-Grass-Spread-Tick-Rate.patch Updated Upstream (Bukkit/CraftBukkit) 2020-04-02 17:09:17 -04:00
0083-Fix-Cancelling-BlockPlaceEvent-triggering-physics.patch Updated Upstream (Bukkit/CraftBukkit) 2020-04-08 03:49:15 -04:00
0084-Remove-Debug-checks-from-DataBits.patch Updated Upstream (Bukkit/CraftBukkit) 2020-04-02 17:09:17 -04:00
0085-Option-to-use-vanilla-per-world-scoreboard-coloring-.patch Updated Upstream (Bukkit/CraftBukkit) 2020-04-02 17:09:17 -04:00
0086-Workaround-for-setting-passengers-on-players.patch Updated Upstream (Bukkit/CraftBukkit) 2020-04-08 03:49:15 -04:00
0087-Remove-unused-World-Tile-Entity-List.patch Updated Upstream (Bukkit/CraftBukkit) 2020-04-08 03:49:15 -04:00
0088-Don-t-tick-Skulls-unused-code.patch Updated Upstream (Bukkit/CraftBukkit) 2020-04-02 17:09:17 -04:00
0089-Configurable-Player-Collision.patch Updated Upstream (Bukkit/CraftBukkit) 2020-04-02 17:09:17 -04:00
0090-Add-handshake-event-to-allow-plugins-to-handle-clien.patch Updated Upstream (Bukkit/CraftBukkit) 2020-04-02 17:09:17 -04:00
0091-Configurable-RCON-IP-address.patch Updated Upstream (Bukkit/CraftBukkit) 2020-04-02 17:09:17 -04:00
0092-Prevent-Fire-from-loading-chunks.patch Prevent Fire from loading chunks 2020-04-17 00:29:53 -04:00
0093-Implement-PlayerLocaleChangeEvent.patch Updated Upstream (Bukkit/CraftBukkit) 2020-04-08 03:49:15 -04:00
0094-EntityRegainHealthEvent-isFastRegen-API.patch Updated Upstream (Bukkit/CraftBukkit) 2020-04-02 17:09:17 -04:00
0095-Add-ability-to-configure-frosted_ice-properties.patch Updated Upstream (Bukkit/CraftBukkit) 2020-04-02 17:09:17 -04:00
0096-remove-null-possibility-for-getServer-singleton.patch Fix incorect timing of mspt 2020-04-16 03:47:38 -04:00
0097-Improve-Maps-in-item-frames-performance-and-bug-fixe.patch Updated Upstream (Bukkit/CraftBukkit) 2020-04-02 17:09:17 -04:00
0098-LootTable-API-Replenishable-Lootables-Feature.patch Updated Upstream (Bukkit/CraftBukkit) 2020-04-02 17:09:17 -04:00
0099-Don-t-save-empty-scoreboard-teams-to-scoreboard.dat.patch Updated Upstream (Bukkit/CraftBukkit) 2020-04-02 17:09:17 -04:00
0100-System-property-for-disabling-watchdoge.patch Updated Upstream (Bukkit/CraftBukkit) 2020-04-02 17:09:17 -04:00
0101-Optimize-UserCache-Thread-Safe.patch Updated Upstream (Bukkit/CraftBukkit) 2020-04-02 17:09:17 -04:00
0102-Avoid-blocking-on-Network-Manager-creation.patch Updated Upstream (Bukkit/CraftBukkit) 2020-04-02 17:09:17 -04:00
0103-Optional-TNT-doesn-t-move-in-water.patch Updated Upstream (Bukkit/CraftBukkit) 2020-04-08 03:49:15 -04:00
0104-Faster-redstone-torch-rapid-clock-removal.patch Updated Upstream (Bukkit/CraftBukkit) 2020-04-02 17:09:17 -04:00
0105-Add-server-name-parameter.patch Updated Upstream (Bukkit/CraftBukkit) 2020-04-02 17:09:17 -04:00
0106-Only-send-Dragon-Wither-Death-sounds-to-same-world.patch Updated Upstream (Bukkit/CraftBukkit) 2020-04-02 17:09:17 -04:00
0107-Fix-Double-World-Add-issues.patch Updated Upstream (Bukkit/CraftBukkit) 2020-04-02 17:09:17 -04:00
0108-Fix-Old-Sign-Conversion.patch Updated Upstream (Bukkit/CraftBukkit) 2020-04-02 17:09:17 -04:00
0109-Don-t-lookup-game-profiles-that-have-no-UUID-and-no-.patch Updated Upstream (Bukkit/CraftBukkit) 2020-04-02 17:09:17 -04:00
0110-More-informative-vehicle-moved-wrongly-message.patch Updated Upstream (Bukkit/CraftBukkit) 2020-04-02 17:09:17 -04:00
0111-Re-track-players-that-dismount-from-other-players.patch Updated Upstream (Bukkit/CraftBukkit) 2020-04-02 17:09:17 -04:00
0112-Add-setting-for-proxy-online-mode-status.patch Updated Upstream (Bukkit/CraftBukkit) 2020-04-02 17:09:17 -04:00
0113-Optimise-BlockState-s-hashCode-equals.patch Updated Upstream (Bukkit/CraftBukkit) 2020-04-02 17:09:17 -04:00
0114-Configurable-packet-in-spam-threshold.patch Updated Upstream (Bukkit/CraftBukkit) 2020-04-02 17:09:17 -04:00
0115-Configurable-flying-kick-messages.patch Updated Upstream (Bukkit/CraftBukkit) 2020-04-02 17:09:17 -04:00
0116-Chunk-registration-fixes.patch Updated Upstream (Bukkit/CraftBukkit) 2020-04-02 17:09:17 -04:00
0117-Remove-FishingHook-reference-on-Craft-Entity-removal.patch Updated Upstream (Bukkit/CraftBukkit) 2020-04-02 17:09:17 -04:00
0118-Auto-fix-bad-Y-levels-on-player-login.patch Updated Upstream (Bukkit/CraftBukkit) 2020-04-02 17:09:17 -04:00
0119-Option-to-remove-corrupt-tile-entities.patch Port 04-Util.patch from Tuinity (#3136) 2020-04-13 01:34:18 -04:00
0120-Add-EntityZapEvent.patch Updated Upstream (Bukkit/CraftBukkit) 2020-04-02 17:09:17 -04:00
0121-Filter-bad-data-from-ArmorStand-and-SpawnEgg-items.patch Updated Upstream (Bukkit/CraftBukkit) 2020-04-08 03:49:15 -04:00
0122-Cache-user-authenticator-threads.patch Updated Upstream (Bukkit/CraftBukkit) 2020-04-02 17:09:17 -04:00
0123-Optimise-removeQueue.patch Updated Upstream (Bukkit/CraftBukkit) 2020-04-02 17:09:17 -04:00
0124-Allow-Reloading-of-Command-Aliases.patch Updated Upstream (Bukkit/CraftBukkit) 2020-04-02 17:09:17 -04:00
0125-Add-source-to-PlayerExpChangeEvent.patch Updated Upstream (Bukkit/CraftBukkit) 2020-04-02 17:09:17 -04:00
0126-Don-t-let-fishinghooks-use-portals.patch Updated Upstream (Bukkit/CraftBukkit) 2020-04-02 17:09:17 -04:00
0127-Add-ProjectileCollideEvent.patch Updated Upstream (Bukkit/CraftBukkit) 2020-04-02 17:09:17 -04:00
0128-Prevent-Pathfinding-out-of-World-Border.patch Updated Upstream (Bukkit/CraftBukkit) 2020-04-02 17:09:17 -04:00
0129-Optimize-World.isLoaded-BlockPosition-Z.patch Updated Upstream (Bukkit/CraftBukkit) 2020-04-02 17:09:17 -04:00
0130-Bound-Treasure-Maps-to-World-Border.patch Updated Upstream (Bukkit/CraftBukkit) 2020-04-02 17:09:17 -04:00
0131-Configurable-Cartographer-Treasure-Maps.patch Updated Upstream (Bukkit/CraftBukkit) 2020-04-02 17:09:17 -04:00
0132-Optimize-ItemStack.isEmpty.patch Updated Upstream (Bukkit/CraftBukkit) 2020-04-02 17:09:17 -04:00
0133-Add-API-methods-to-control-if-armour-stands-can-move.patch Updated Upstream (Bukkit/CraftBukkit) 2020-04-02 17:09:17 -04:00
0134-Properly-fix-item-duplication-bug.patch Updated Upstream (Bukkit/CraftBukkit) 2020-04-02 17:09:17 -04:00
0135-String-based-Action-Bar-API.patch Port 04-Util.patch from Tuinity (#3136) 2020-04-13 01:34:18 -04:00
0136-Firework-API-s.patch Updated Upstream (Bukkit/CraftBukkit) 2020-04-02 17:09:17 -04:00
0137-PlayerTeleportEndGatewayEvent.patch Updated Upstream (Bukkit/CraftBukkit) 2020-04-02 17:09:17 -04:00
0138-Provide-E-TE-Chunk-count-stat-methods.patch Updated Upstream (Bukkit/CraftBukkit) 2020-04-02 17:09:17 -04:00
0139-Enforce-Sync-Player-Saves.patch Updated Upstream (Bukkit/CraftBukkit) 2020-04-02 17:09:17 -04:00
0140-Don-t-allow-entities-to-ride-themselves-572.patch Updated Upstream (Bukkit/CraftBukkit) 2020-04-02 17:09:17 -04:00
0141-ExperienceOrbs-API-for-Reason-Source-Triggering-play.patch Updated Upstream (Bukkit/CraftBukkit) 2020-04-02 17:09:17 -04:00
0142-Cap-Entity-Collisions.patch Updated Upstream (Bukkit/CraftBukkit) 2020-04-02 17:09:17 -04:00
0143-Remove-CraftScheduler-Async-Task-Debugger.patch Updated Upstream (Bukkit/CraftBukkit) 2020-04-02 17:09:17 -04:00
0144-Make-targetSize-more-aggressive-in-the-chunk-unload-.patch Updated Upstream (Bukkit/CraftBukkit) 2020-04-02 17:09:17 -04:00
0145-Do-not-let-armorstands-drown.patch Updated Upstream (Bukkit/CraftBukkit) 2020-04-02 17:09:17 -04:00
0146-Properly-handle-async-calls-to-restart-the-server.patch Updated Upstream (Bukkit/CraftBukkit) 2020-04-02 17:09:17 -04:00
0147-Add-system-property-to-disable-book-size-limits.patch Updated Upstream (Bukkit/CraftBukkit) 2020-04-02 17:09:17 -04:00
0148-Add-option-to-make-parrots-stay-on-shoulders-despite.patch Updated Upstream (Bukkit/CraftBukkit) 2020-04-02 17:09:17 -04:00
0149-Add-configuration-option-to-prevent-player-names-fro.patch Updated Upstream (Bukkit/CraftBukkit) 2020-04-02 17:09:17 -04:00
0150-Use-TerminalConsoleAppender-for-console-improvements.patch Fix incorect timing of mspt 2020-04-16 03:47:38 -04:00
0151-provide-a-configurable-option-to-disable-creeper-lin.patch Updated Upstream (Bukkit/CraftBukkit) 2020-04-02 17:09:17 -04:00
0152-Item-canEntityPickup.patch Updated Upstream (Bukkit/CraftBukkit) 2020-04-02 17:09:17 -04:00
0153-PlayerPickupItemEvent-setFlyAtPlayer.patch Updated Upstream (Bukkit/CraftBukkit) 2020-04-02 17:09:17 -04:00
0154-PlayerAttemptPickupItemEvent.patch Updated Upstream (Bukkit/CraftBukkit) 2020-04-02 17:09:17 -04:00
0155-Add-UnknownCommandEvent.patch Updated Upstream (Bukkit/CraftBukkit) 2020-04-02 17:09:17 -04:00
0156-Basic-PlayerProfile-API.patch Fix incorect timing of mspt 2020-04-16 03:47:38 -04:00
0157-Shoulder-Entities-Release-API.patch Updated Upstream (Bukkit/CraftBukkit) 2020-04-08 03:49:15 -04:00
0158-Profile-Lookup-Events.patch Updated Upstream (Bukkit/CraftBukkit) 2020-04-02 17:09:17 -04:00
0159-Block-player-logins-during-server-shutdown.patch Updated Upstream (Bukkit/CraftBukkit) 2020-04-02 17:09:17 -04:00
0160-Entity-fromMobSpawner.patch Updated Upstream (Bukkit/CraftBukkit) 2020-04-02 17:09:17 -04:00
0161-Improve-the-Saddle-API-for-Horses.patch Updated Upstream (Bukkit/CraftBukkit) 2020-04-02 17:09:17 -04:00
0162-Implement-ensureServerConversions-API.patch Updated Upstream (Bukkit/CraftBukkit) 2020-04-02 17:09:17 -04:00
0163-Implement-getI18NDisplayName.patch Updated Upstream (Bukkit/CraftBukkit) 2020-04-02 17:09:17 -04:00
0164-ProfileWhitelistVerifyEvent.patch Updated Upstream (Bukkit/CraftBukkit) 2020-04-02 17:09:17 -04:00
0165-Fix-this-stupid-bullshit.patch Updated Upstream (Bukkit/CraftBukkit) 2020-04-02 17:09:17 -04:00
0166-Ocelot-despawns-should-honor-nametags-and-leash.patch Updated Upstream (Bukkit/CraftBukkit) 2020-04-02 17:09:17 -04:00
0167-Reset-spawner-timer-when-spawner-event-is-cancelled.patch Updated Upstream (Bukkit/CraftBukkit) 2020-04-02 17:09:17 -04:00
0168-Fix-MC-117075-TE-Unload-Lag-Spike.patch Updated Upstream (Bukkit/CraftBukkit) 2020-04-08 03:49:15 -04:00
0169-Allow-specifying-a-custom-authentication-servers-dow.patch Updated Upstream (Bukkit/CraftBukkit) 2020-04-02 17:09:17 -04:00
0170-LivingEntity-setKiller.patch Updated Upstream (Bukkit/CraftBukkit) 2020-04-02 17:09:17 -04:00
0171-Use-Log4j-IOStreams-to-redirect-System.out-err-to-lo.patch Updated Upstream (Bukkit/CraftBukkit) 2020-04-02 17:09:17 -04:00
0172-Handle-plugin-prefixes-using-Log4J-configuration.patch Updated Upstream (Bukkit/CraftBukkit) 2020-04-02 17:09:17 -04:00
0173-Include-Log4J2-SLF4J-implementation.patch Updated Upstream (Bukkit/CraftBukkit) 2020-04-02 17:09:17 -04:00
0174-Disable-logger-prefix-for-various-plugins-bypassing-.patch Updated Upstream (Bukkit/CraftBukkit) 2020-04-02 17:09:17 -04:00
0175-Add-PlayerJumpEvent.patch Updated Upstream (Bukkit/CraftBukkit) 2020-04-02 17:09:17 -04:00
0176-handle-PacketPlayInKeepAlive-async.patch Updated Upstream (Bukkit/CraftBukkit) 2020-04-02 17:09:17 -04:00
0177-Expose-client-protocol-version-and-virtual-host.patch Updated Upstream (Bukkit/CraftBukkit) 2020-04-08 03:49:15 -04:00
0178-revert-serverside-behavior-of-keepalives.patch Updated Upstream (Bukkit/CraftBukkit) 2020-04-02 17:09:17 -04:00
0179-Send-attack-SoundEffects-only-to-players-who-can-see.patch Updated Upstream (Bukkit/CraftBukkit) 2020-04-08 03:49:15 -04:00
0180-Option-for-maximum-exp-value-when-merging-orbs.patch Updated Upstream (Bukkit/CraftBukkit) 2020-04-02 17:09:17 -04:00
0181-Add-PlayerArmorChangeEvent.patch Updated Upstream (Bukkit/CraftBukkit) 2020-04-02 17:09:17 -04:00
0182-Prevent-logins-from-being-processed-when-the-player-.patch Updated Upstream (Bukkit/CraftBukkit) 2020-04-02 17:09:17 -04:00
0183-use-CB-BlockState-implementations-for-captured-block.patch Updated Upstream (Bukkit/CraftBukkit) 2020-04-08 03:49:15 -04:00
0184-API-to-get-a-BlockState-without-a-snapshot.patch Updated Upstream (Bukkit/CraftBukkit) 2020-04-08 03:49:15 -04:00
0185-AsyncTabCompleteEvent.patch Updated Upstream (Bukkit/CraftBukkit) 2020-04-02 17:09:17 -04:00
0186-Avoid-NPE-in-PathfinderGoalTempt.patch Updated Upstream (Bukkit/CraftBukkit) 2020-04-02 17:09:17 -04:00
0187-PlayerPickupExperienceEvent.patch Updated Upstream (Bukkit/CraftBukkit) 2020-04-02 17:09:17 -04:00
0188-ExperienceOrbMergeEvent.patch Updated Upstream (Bukkit/CraftBukkit) 2020-04-02 17:09:17 -04:00
0189-Ability-to-apply-mending-to-XP-API.patch Updated Upstream (Bukkit/CraftBukkit) 2020-04-08 03:49:15 -04:00
0190-Make-max-squid-spawn-height-configurable.patch Updated Upstream (Bukkit/CraftBukkit) 2020-04-02 17:09:17 -04:00
0191-PreCreatureSpawnEvent.patch Updated Upstream (Bukkit/CraftBukkit) 2020-04-02 17:09:17 -04:00
0192-PlayerNaturallySpawnCreaturesEvent.patch Updated Upstream (Bukkit/CraftBukkit) 2020-04-02 17:09:17 -04:00
0193-Add-setPlayerProfile-API-for-Skulls.patch Updated Upstream (Bukkit/CraftBukkit) 2020-04-02 17:09:17 -04:00
0194-Fill-Profile-Property-Events.patch Updated Upstream (Bukkit/CraftBukkit) 2020-04-02 17:09:17 -04:00
0195-PlayerAdvancementCriterionGrantEvent.patch Updated Upstream (Bukkit/CraftBukkit) 2020-04-02 17:09:17 -04:00
0196-Add-ArmorStand-Item-Meta.patch Updated Upstream (Bukkit/CraftBukkit) 2020-04-02 17:09:17 -04:00
0197-Extend-Player-Interact-cancellation.patch Updated Upstream (Bukkit/CraftBukkit) 2020-04-02 17:09:17 -04:00
0198-Tameable-getOwnerUniqueId-API.patch Updated Upstream (Bukkit/CraftBukkit) 2020-04-02 17:09:17 -04:00
0199-Toggleable-player-crits-helps-mitigate-hacked-client.patch Updated Upstream (Bukkit/CraftBukkit) 2020-04-02 17:09:17 -04:00
0200-Fix-NPE-when-getting-location-from-InventoryEnderChe.patch Updated Upstream (Bukkit/CraftBukkit) 2020-04-02 17:09:17 -04:00
0201-Prevent-Frosted-Ice-from-loading-holding-chunks.patch Updated Upstream (Bukkit/CraftBukkit) 2020-04-02 17:09:17 -04:00
0202-Disable-Explicit-Network-Manager-Flushing.patch Updated Upstream (Bukkit/CraftBukkit) 2020-04-02 17:09:17 -04:00
0203-Implement-extended-PaperServerListPingEvent.patch Fix incorect timing of mspt 2020-04-16 03:47:38 -04:00
0204-Improved-Async-Task-Scheduler.patch Updated Upstream (Bukkit/CraftBukkit) 2020-04-02 17:09:17 -04:00
0205-Ability-to-change-PlayerProfile-in-AsyncPreLoginEven.patch Updated Upstream (Bukkit/CraftBukkit) 2020-04-02 17:09:17 -04:00
0206-Player.setPlayerProfile-API.patch Updated Upstream (Bukkit/CraftBukkit) 2020-04-08 03:49:15 -04:00
0207-Fix-Dragon-Server-Crashes.patch Updated Upstream (Bukkit/CraftBukkit) 2020-04-02 17:09:17 -04:00
0208-getPlayerUniqueId-API.patch Updated Upstream (Bukkit/CraftBukkit) 2020-04-02 17:09:17 -04:00
0209-Make-player-data-saving-configurable.patch Updated Upstream (Bukkit/CraftBukkit) 2020-04-02 17:09:17 -04:00
0210-Make-legacy-ping-handler-more-reliable.patch Updated Upstream (Bukkit/CraftBukkit) 2020-04-02 17:09:17 -04:00
0211-Call-PaperServerListPingEvent-for-legacy-pings.patch Updated Upstream (Bukkit/CraftBukkit) 2020-04-02 17:09:17 -04:00
0212-Flag-to-disable-the-channel-limit.patch Updated Upstream (Bukkit/CraftBukkit) 2020-04-08 03:49:15 -04:00
0213-Add-method-to-open-already-placed-sign.patch Updated Upstream (Bukkit/CraftBukkit) 2020-04-08 03:49:15 -04:00
0214-Configurable-sprint-interruption-on-attack.patch Updated Upstream (Bukkit/CraftBukkit) 2020-04-02 17:09:17 -04:00
0215-Fix-exploit-that-allowed-colored-signs-to-be-created.patch Updated Upstream (Bukkit/CraftBukkit) 2020-04-02 17:09:17 -04:00
0216-EndermanEscapeEvent.patch Updated Upstream (Bukkit/CraftBukkit) 2020-04-02 17:09:17 -04:00
0217-Enderman.teleportRandomly.patch Updated Upstream (Bukkit/CraftBukkit) 2020-04-02 17:09:17 -04:00
0218-Block-Enderpearl-Travel-Exploit.patch Updated Upstream (Bukkit/CraftBukkit) 2020-04-02 17:09:17 -04:00
0219-Expand-World.spawnParticle-API-and-add-Builder.patch Updated Upstream (Bukkit/CraftBukkit) 2020-04-02 17:09:17 -04:00
0220-EndermanAttackPlayerEvent.patch Updated Upstream (Bukkit/CraftBukkit) 2020-04-02 17:09:17 -04:00
0221-WitchConsumePotionEvent.patch Updated Upstream (Bukkit/CraftBukkit) 2020-04-02 17:09:17 -04:00
0222-WitchThrowPotionEvent.patch Updated Upstream (Bukkit/CraftBukkit) 2020-04-02 17:09:17 -04:00
0223-Allow-spawning-Item-entities-with-World.spawnEntity.patch Updated Upstream (Bukkit/CraftBukkit) 2020-04-02 17:09:17 -04:00
0224-WitchReadyPotionEvent.patch Updated Upstream (Bukkit/CraftBukkit) 2020-04-02 17:09:17 -04:00
0225-ItemStack-getMaxItemUseDuration.patch Updated Upstream (Bukkit/CraftBukkit) 2020-04-02 17:09:17 -04:00
0226-Implement-EntityTeleportEndGatewayEvent.patch Updated Upstream (Bukkit/CraftBukkit) 2020-04-02 17:09:17 -04:00
0227-Unset-Ignited-flag-on-cancel-of-Explosion-Event.patch Updated Upstream (Bukkit/CraftBukkit) 2020-04-02 17:09:17 -04:00
0228-Fix-CraftEntity-hashCode.patch Updated Upstream (Bukkit/CraftBukkit) 2020-04-02 17:09:17 -04:00
0229-Configurable-Alternative-LootPool-Luck-Formula.patch Updated Upstream (Bukkit/CraftBukkit) 2020-04-02 17:09:17 -04:00
0230-Print-Error-details-when-failing-to-save-player-data.patch Updated Upstream (Bukkit/CraftBukkit) 2020-04-02 17:09:17 -04:00
0231-Make-shield-blocking-delay-configurable.patch Updated Upstream (Bukkit/CraftBukkit) 2020-04-02 17:09:17 -04:00
0232-EntityShootBowEvent-consumeArrow-and-getArrowItem-AP.patch Updated Upstream (Bukkit/CraftBukkit) 2020-04-02 17:09:17 -04:00
0233-PlayerReadyArrowEvent.patch Updated Upstream (Bukkit/CraftBukkit) 2020-04-02 17:09:17 -04:00
0234-Fire-EntityShootBowEvent-for-Illusioner.patch Updated Upstream (Bukkit/CraftBukkit) 2020-04-02 17:09:17 -04:00
0235-Implement-EntityKnockbackByEntityEvent.patch Updated Upstream (Bukkit/CraftBukkit) 2020-04-02 17:09:17 -04:00
0236-Expand-Explosions-API.patch Updated Upstream (Bukkit/CraftBukkit) 2020-04-02 17:09:17 -04:00
0237-LivingEntity-Hand-Raised-Item-Use-API.patch Updated Upstream (Bukkit/CraftBukkit) 2020-04-02 17:09:17 -04:00
0238-RangedEntity-API.patch Drowned is a RangedEntity (fixes API for Drowned to support Ranged) 2020-04-09 21:33:03 -04:00
0239-Add-config-to-disable-ender-dragon-legacy-check.patch Updated Upstream (Bukkit/CraftBukkit) 2020-04-02 17:09:17 -04:00
0240-Implement-World.getEntity-UUID-API.patch Updated Upstream (Bukkit/CraftBukkit) 2020-04-02 17:09:17 -04:00
0241-InventoryCloseEvent-Reason-API.patch Updated Upstream (Bukkit/CraftBukkit) 2020-04-08 03:49:15 -04:00
0242-Configurable-Bed-Search-Radius.patch Updated Upstream (Bukkit/CraftBukkit) 2020-04-02 17:09:17 -04:00
0243-Vex-getSummoner-API.patch Updated Upstream (Bukkit/CraftBukkit) 2020-04-02 17:09:17 -04:00
0244-Refresh-player-inventory-when-cancelling-PlayerInter.patch Updated Upstream (Bukkit/CraftBukkit) 2020-04-02 17:09:17 -04:00
0245-Don-t-change-the-Entity-Random-seed-for-squids.patch Updated Upstream (Bukkit/CraftBukkit) 2020-04-02 17:09:17 -04:00
0246-Re-add-vanilla-entity-warnings-for-duplicates.patch Updated Upstream (Bukkit/CraftBukkit) 2020-04-02 17:09:17 -04:00
0247-Avoid-item-merge-if-stack-size-above-max-stack-size.patch Updated Upstream (Bukkit/CraftBukkit) 2020-04-02 17:09:17 -04:00
0248-Use-asynchronous-Log4j-2-loggers.patch Updated Upstream (Bukkit/CraftBukkit) 2020-04-02 17:09:17 -04:00
0249-add-more-information-to-Entity.toString.patch Updated Upstream (Bukkit/CraftBukkit) 2020-04-02 17:09:17 -04:00
0250-Add-Debug-Entities-option-to-debug-dupe-uuid-issues.patch Updated Upstream (Bukkit/CraftBukkit) 2020-04-02 17:09:17 -04:00
0251-EnderDragon-Events.patch Updated Upstream (Bukkit/CraftBukkit) 2020-04-02 17:09:17 -04:00
0252-PlayerElytraBoostEvent.patch Updated Upstream (Bukkit/CraftBukkit) 2020-04-02 17:09:17 -04:00
0253-Speedup-BlockPos-by-fixing-inlining.patch Updated Upstream (Bukkit/CraftBukkit) 2020-04-02 17:09:17 -04:00
0254-Optimize-RegistryID.c.patch Updated Upstream (Bukkit/CraftBukkit) 2020-04-02 17:09:17 -04:00
0255-Option-to-prevent-armor-stands-from-doing-entity-loo.patch Updated Upstream (Bukkit/CraftBukkit) 2020-04-08 03:49:15 -04:00
0256-Vanished-players-don-t-have-rights.patch Updated Upstream (Bukkit/CraftBukkit) 2020-04-02 17:09:17 -04:00
0257-Mark-chunk-dirty-anytime-entities-change-to-guarante.patch Port 04-Util.patch from Tuinity (#3136) 2020-04-13 01:34:18 -04:00
0258-Add-some-Debug-to-Chunk-Entity-slices.patch Port 04-Util.patch from Tuinity (#3136) 2020-04-13 01:34:18 -04:00
0259-EntityTransformedEvent.patch Updated Upstream (Bukkit/CraftBukkit) 2020-04-02 17:09:17 -04:00
0260-SkeletonHorse-Additions.patch Updated Upstream (Bukkit/CraftBukkit) 2020-04-02 17:09:17 -04:00
0261-Prevent-Saving-Bad-entities-to-chunks.patch Let invalid positioned entities clean up previous chunk by the chunkCheck 2020-04-12 22:55:43 -04:00
0262-Don-t-call-getItemMeta-on-hasItemMeta.patch Updated Upstream (Bukkit/CraftBukkit) 2020-04-02 17:09:17 -04:00
0263-Ignore-Dead-Entities-in-entityList-iteration.patch Port 04-Util.patch from Tuinity (#3136) 2020-04-13 01:34:18 -04:00
0264-Implement-Expanded-ArmorStand-API.patch Remove patch for MC-111480, fixed in 1.14 2020-04-11 20:39:21 -04:00
0265-AnvilDamageEvent.patch Remove patch for MC-111480, fixed in 1.14 2020-04-11 20:39:21 -04:00
0266-Add-TNTPrimeEvent.patch Remove patch for MC-111480, fixed in 1.14 2020-04-11 20:39:21 -04:00
0267-Break-up-and-make-tab-spam-limits-configurable.patch Remove patch for MC-111480, fixed in 1.14 2020-04-11 20:39:21 -04:00
0268-Add-hand-to-bucket-events.patch Remove patch for MC-111480, fixed in 1.14 2020-04-11 20:39:21 -04:00
0269-MC-135506-Experience-should-save-as-Integers.patch Remove patch for MC-111480, fixed in 1.14 2020-04-11 20:39:21 -04:00
0270-Fix-client-rendering-skulls-from-same-user.patch Remove patch for MC-111480, fixed in 1.14 2020-04-11 20:39:21 -04:00
0271-Add-Early-Warning-Feature-to-WatchDog.patch Remove patch for MC-111480, fixed in 1.14 2020-04-11 20:39:21 -04:00
0272-Make-EnderDragon-implement-Mob.patch Remove patch for MC-111480, fixed in 1.14 2020-04-11 20:39:21 -04:00
0273-Use-ConcurrentHashMap-in-JsonList.patch Remove patch for MC-111480, fixed in 1.14 2020-04-11 20:39:21 -04:00
0274-Use-a-Queue-for-Queueing-Commands.patch Remove patch for MC-111480, fixed in 1.14 2020-04-11 20:39:21 -04:00
0275-Ability-to-get-Tile-Entities-from-a-chunk-without-sn.patch Remove patch for MC-111480, fixed in 1.14 2020-04-11 20:39:21 -04:00
0276-Allow-disabling-armour-stand-ticking.patch Remove patch for MC-111480, fixed in 1.14 2020-04-11 20:39:21 -04:00
0277-Optimize-BlockPosition-helper-methods.patch Remove patch for MC-111480, fixed in 1.14 2020-04-11 20:39:21 -04:00
0278-Send-nearby-packets-from-world-player-list-not-serve.patch Let invalid positioned entities clean up previous chunk by the chunkCheck 2020-04-12 22:55:43 -04:00
0279-Restore-vanlla-default-mob-spawn-range.patch Remove patch for MC-111480, fixed in 1.14 2020-04-11 20:39:21 -04:00
0280-Optimize-CraftBlockData-Creation.patch Remove patch for MC-111480, fixed in 1.14 2020-04-11 20:39:21 -04:00
0281-Fix-MC-124320.patch Remove patch for MC-111480, fixed in 1.14 2020-04-11 20:39:21 -04:00
0282-Slime-Pathfinder-Events.patch Remove patch for MC-111480, fixed in 1.14 2020-04-11 20:39:21 -04:00
0283-Configurable-speed-for-water-flowing-over-lava.patch Remove patch for MC-111480, fixed in 1.14 2020-04-11 20:39:21 -04:00
0284-Optimize-RegistryMaterials.patch Remove patch for MC-111480, fixed in 1.14 2020-04-11 20:39:21 -04:00
0285-Add-PhantomPreSpawnEvent.patch Remove patch for MC-111480, fixed in 1.14 2020-04-11 20:39:21 -04:00
0286-Add-More-Creeper-API.patch Remove patch for MC-111480, fixed in 1.14 2020-04-11 20:39:21 -04:00
0287-Inventory-removeItemAnySlot.patch Remove patch for MC-111480, fixed in 1.14 2020-04-11 20:39:21 -04:00
0288-Make-CraftWorld-loadChunk-int-int-false-load-unconve.patch Remove patch for MC-111480, fixed in 1.14 2020-04-11 20:39:21 -04:00
0289-Add-ray-tracing-methods-to-LivingEntity.patch Remove patch for MC-111480, fixed in 1.14 2020-04-11 20:39:21 -04:00
0290-Expose-attack-cooldown-methods-for-Player.patch Remove patch for MC-111480, fixed in 1.14 2020-04-11 20:39:21 -04:00
0291-Improve-death-events.patch Remove patch for MC-111480, fixed in 1.14 2020-04-11 20:39:21 -04:00
0292-Allow-chests-to-be-placed-with-NBT-data.patch Remove patch for MC-111480, fixed in 1.14 2020-04-11 20:39:21 -04:00
0293-Mob-Pathfinding-API.patch Remove patch for MC-111480, fixed in 1.14 2020-04-11 20:39:21 -04:00
0294-Prevent-chunk-loading-from-Fluid-Flowing.patch Remove patch for MC-111480, fixed in 1.14 2020-04-11 20:39:21 -04:00
0295-Implement-an-API-for-CanPlaceOn-and-CanDestroy-NBT-v.patch Remove patch for MC-111480, fixed in 1.14 2020-04-11 20:39:21 -04:00
0296-Prevent-Mob-AI-Rules-from-Loading-Chunks.patch Remove patch for MC-111480, fixed in 1.14 2020-04-11 20:39:21 -04:00
0297-Prevent-mob-spawning-from-loading-generating-chunks.patch Remove patch for MC-111480, fixed in 1.14 2020-04-11 20:39:21 -04:00
0298-Optimize-Biome-Mob-Lookups-for-Mob-Spawning.patch Remove patch for MC-111480, fixed in 1.14 2020-04-11 20:39:21 -04:00
0299-Implement-furnace-cook-speed-multiplier-API.patch Remove patch for MC-111480, fixed in 1.14 2020-04-11 20:39:21 -04:00
0300-Support-Overriding-World-Seeds.patch Remove patch for MC-111480, fixed in 1.14 2020-04-11 20:39:21 -04:00
0301-Optimize-Server-World-Map.patch Remove patch for MC-111480, fixed in 1.14 2020-04-11 20:39:21 -04:00
0302-PreSpawnerSpawnEvent.patch Remove patch for MC-111480, fixed in 1.14 2020-04-11 20:39:21 -04:00
0303-Catch-JsonParseException-in-Entity-and-TE-names.patch Port 04-Util.patch from Tuinity (#3136) 2020-04-13 01:34:18 -04:00
0304-Avoid-dimension-id-collisions.patch Remove patch for MC-111480, fixed in 1.14 2020-04-11 20:39:21 -04:00
0305-Honor-EntityAgeable.ageLock.patch Remove patch for MC-111480, fixed in 1.14 2020-04-11 20:39:21 -04:00
0306-Configurable-connection-throttle-kick-message.patch Remove patch for MC-111480, fixed in 1.14 2020-04-11 20:39:21 -04:00
0307-Hook-into-CB-plugin-rewrites.patch Remove patch for MC-111480, fixed in 1.14 2020-04-11 20:39:21 -04:00
0308-Allow-setting-the-vex-s-summoner.patch Remove patch for MC-111480, fixed in 1.14 2020-04-11 20:39:21 -04:00
0309-Add-sun-related-API.patch Remove patch for MC-111480, fixed in 1.14 2020-04-11 20:39:21 -04:00
0310-Check-Drowned-for-Villager-Aggression-Config.patch Remove patch for MC-111480, fixed in 1.14 2020-04-11 20:39:21 -04:00
0311-Here-s-Johnny.patch Remove patch for MC-111480, fixed in 1.14 2020-04-11 20:39:21 -04:00
0312-Turtle-API.patch Remove patch for MC-111480, fixed in 1.14 2020-04-11 20:39:21 -04:00
0313-Limit-lightning-strike-effect-distance.patch Let invalid positioned entities clean up previous chunk by the chunkCheck 2020-04-12 22:55:43 -04:00
0314-MC-50319-Check-other-worlds-for-shooter-of-projectil.patch Remove patch for MC-111480, fixed in 1.14 2020-04-11 20:39:21 -04:00
0315-Call-player-spectator-target-events.patch Remove patch for MC-111480, fixed in 1.14 2020-04-11 20:39:21 -04:00
0316-Add-Velocity-IP-Forwarding-Support.patch Remove patch for MC-111480, fixed in 1.14 2020-04-11 20:39:21 -04:00
0317-Add-more-Witch-API.patch Remove patch for MC-111480, fixed in 1.14 2020-04-11 20:39:21 -04:00
0318-Fix-MC-93764.patch Remove patch for MC-111480, fixed in 1.14 2020-04-11 20:39:21 -04:00
0319-Add-option-to-prevent-players-from-moving-into-unloa.patch Remove patch for MC-111480, fixed in 1.14 2020-04-11 20:39:21 -04:00
0320-Reset-players-airTicks-on-respawn.patch Remove patch for MC-111480, fixed in 1.14 2020-04-11 20:39:21 -04:00
0321-Don-t-sleep-after-profile-lookups-if-not-needed.patch Remove patch for MC-111480, fixed in 1.14 2020-04-11 20:39:21 -04:00
0322-Use-more-reasonable-thread-count-default-for-bootstr.patch Remove patch for MC-111480, fixed in 1.14 2020-04-11 20:39:21 -04:00
0323-Optimize-World-Time-Updates.patch Fix incorect timing of mspt 2020-04-16 03:47:38 -04:00
0324-Restore-custom-InventoryHolder-support.patch Remove patch for MC-111480, fixed in 1.14 2020-04-11 20:39:21 -04:00
0325-Use-Vanilla-Minecart-Speeds.patch Remove patch for MC-111480, fixed in 1.14 2020-04-11 20:39:21 -04:00
0326-Fix-SpongeAbsortEvent-handling.patch Remove patch for MC-111480, fixed in 1.14 2020-04-11 20:39:21 -04:00
0327-Don-t-allow-digging-into-unloaded-chunks.patch Fix incorrectly loading chunks on a cancelled interact event 2020-04-12 23:56:29 -04:00
0328-Optimize-redstone-algorithm.patch Remove patch for MC-111480, fixed in 1.14 2020-04-11 20:39:21 -04:00
0329-force-entity-dismount-during-teleportation.patch Remove patch for MC-111480, fixed in 1.14 2020-04-11 20:39:21 -04:00
0330-Book-Size-Limits.patch Remove patch for MC-111480, fixed in 1.14 2020-04-11 20:39:21 -04:00
0331-Make-the-default-permission-message-configurable.patch Remove patch for MC-111480, fixed in 1.14 2020-04-11 20:39:21 -04:00
0332-Add-more-Zombie-API.patch Remove patch for MC-111480, fixed in 1.14 2020-04-11 20:39:21 -04:00
0333-Prevent-rayTrace-from-loading-chunks.patch Remove patch for MC-111480, fixed in 1.14 2020-04-11 20:39:21 -04:00
0334-Handle-Large-Packets-disconnecting-client.patch Remove patch for MC-111480, fixed in 1.14 2020-04-11 20:39:21 -04:00
0335-Lazy-init-world-storage-in-CraftOfflinePlayer.patch Remove patch for MC-111480, fixed in 1.14 2020-04-11 20:39:21 -04:00
0336-Add-PlayerConnectionCloseEvent.patch Remove patch for MC-111480, fixed in 1.14 2020-04-11 20:39:21 -04:00
0337-Prevent-Enderman-from-loading-chunks.patch Remove patch for MC-111480, fixed in 1.14 2020-04-11 20:39:21 -04:00
0338-Add-APIs-to-replace-OfflinePlayer-getLastPlayed.patch Remove patch for MC-111480, fixed in 1.14 2020-04-11 20:39:21 -04:00
0339-Fix-PlayerEditBookEvent.patch Remove patch for MC-111480, fixed in 1.14 2020-04-11 20:39:21 -04:00
0340-Workaround-for-vehicle-tracking-issue-on-disconnect.patch Remove patch for MC-111480, fixed in 1.14 2020-04-11 20:39:21 -04:00
0341-Fire-BlockPistonRetractEvent-for-all-empty-pistons.patch Remove patch for MC-111480, fixed in 1.14 2020-04-11 20:39:21 -04:00
0342-Block-Entity-remove-from-being-called-on-Players.patch Remove patch for MC-111480, fixed in 1.14 2020-04-11 20:39:21 -04:00
0343-BlockDestroyEvent.patch Remove patch for MC-111480, fixed in 1.14 2020-04-11 20:39:21 -04:00
0344-Fix-Custom-Shapeless-Custom-Crafting-Recipes.patch Remove patch for MC-111480, fixed in 1.14 2020-04-11 20:39:21 -04:00
0345-Fix-sign-edit-memory-leak.patch Remove patch for MC-111480, fixed in 1.14 2020-04-11 20:39:21 -04:00
0346-Limit-Client-Sign-length-more.patch Remove patch for MC-111480, fixed in 1.14 2020-04-11 20:39:21 -04:00
0347-Don-t-check-ConvertSigns-boolean-every-sign-save.patch Remove patch for MC-111480, fixed in 1.14 2020-04-11 20:39:21 -04:00
0348-Handle-Excessive-Signs-in-Chunks-creating-too-large-.patch Remove patch for MC-111480, fixed in 1.14 2020-04-11 20:39:21 -04:00
0349-MC-145260-Fix-Whitelist-On-Off-inconsistency.patch Remove patch for MC-111480, fixed in 1.14 2020-04-11 20:39:21 -04:00
0350-Set-Zombie-last-tick-at-start-of-drowning-process.patch Remove patch for MC-111480, fixed in 1.14 2020-04-11 20:39:21 -04:00
0351-Allow-Saving-of-Oversized-Chunks.patch Remove patch for MC-111480, fixed in 1.14 2020-04-11 20:39:21 -04:00
0352-Call-WhitelistToggleEvent-when-whitelist-is-toggled.patch Remove patch for MC-111480, fixed in 1.14 2020-04-11 20:39:21 -04:00
0353-Add-LivingEntity-getTargetEntity.patch Port 04-Util.patch from Tuinity (#3136) 2020-04-13 01:34:18 -04:00
0354-Use-proper-max-length-when-serialising-BungeeCord-te.patch Remove patch for MC-111480, fixed in 1.14 2020-04-11 20:39:21 -04:00
0355-Entity-getEntitySpawnReason.patch Remove patch for MC-111480, fixed in 1.14 2020-04-11 20:39:21 -04:00
0356-Update-entity-Metadata-for-all-tracked-players.patch Remove patch for MC-111480, fixed in 1.14 2020-04-11 20:39:21 -04:00
0357-Fire-event-on-GS4-query.patch Remove patch for MC-111480, fixed in 1.14 2020-04-11 20:39:21 -04:00
0358-Implement-PlayerPostRespawnEvent.patch Remove patch for MC-111480, fixed in 1.14 2020-04-11 20:39:21 -04:00
0359-don-t-go-below-0-for-pickupDelay-breaks-picking-up-i.patch Remove patch for MC-111480, fixed in 1.14 2020-04-11 20:39:21 -04:00
0360-Implement-getters-and-setters-for-EntityItem-owner-a.patch Remove patch for MC-111480, fixed in 1.14 2020-04-11 20:39:21 -04:00
0361-Server-Tick-Events.patch Fix incorect timing of mspt 2020-04-16 03:47:38 -04:00
0362-PlayerDeathEvent-getItemsToKeep.patch Remove patch for MC-111480, fixed in 1.14 2020-04-11 20:39:21 -04:00
0363-Optimize-Captured-TileEntity-Lookup.patch Remove patch for MC-111480, fixed in 1.14 2020-04-11 20:39:21 -04:00
0364-Add-Heightmap-API.patch Remove patch for MC-111480, fixed in 1.14 2020-04-11 20:39:21 -04:00
0365-Mob-Spawner-API-Enhancements.patch Remove patch for MC-111480, fixed in 1.14 2020-04-11 20:39:21 -04:00
0366-Per-Player-View-Distance-API-placeholders.patch Remove patch for MC-111480, fixed in 1.14 2020-04-11 20:39:21 -04:00
0367-Fix-CB-call-to-changed-postToMainThread-method.patch Remove patch for MC-111480, fixed in 1.14 2020-04-11 20:39:21 -04:00
0368-Fix-sounds-when-item-frames-are-modified-MC-123450.patch Remove patch for MC-111480, fixed in 1.14 2020-04-11 20:39:21 -04:00
0369-Fix-CraftServer-isPrimaryThread-and-MinecraftServer-.patch Fix incorect timing of mspt 2020-04-16 03:47:38 -04:00
0370-Fix-issues-with-entity-loss-due-to-unloaded-chunks.patch Remove patch for MC-111480, fixed in 1.14 2020-04-11 20:39:21 -04:00
0371-Duplicate-UUID-Resolve-Option.patch Port 04-Util.patch from Tuinity (#3136) 2020-04-13 01:34:18 -04:00
0372-improve-CraftWorld-isChunkLoaded.patch Remove patch for MC-111480, fixed in 1.14 2020-04-11 20:39:21 -04:00
0373-Configurable-Keep-Spawn-Loaded-range-per-world.patch Let invalid positioned entities clean up previous chunk by the chunkCheck 2020-04-12 22:55:43 -04:00
0374-Fix-some-generation-concurrency-issues.patch Remove patch for MC-111480, fixed in 1.14 2020-04-11 20:39:21 -04:00
0375-MC-114618-Fix-EntityAreaEffectCloud-from-going-negat.patch Remove patch for MC-111480, fixed in 1.14 2020-04-11 20:39:21 -04:00
0376-ChunkMapDistance-CME.patch Remove patch for MC-111480, fixed in 1.14 2020-04-11 20:39:21 -04:00
0377-Implement-CraftBlockSoundGroup.patch Remove patch for MC-111480, fixed in 1.14 2020-04-11 20:39:21 -04:00
0378-Chunk-debug-command.patch Port 04-Util.patch from Tuinity (#3136) 2020-04-13 01:34:18 -04:00
0379-incremental-chunk-saving.patch Fix incorect timing of mspt 2020-04-16 03:47:38 -04:00
0380-Catch-exceptions-from-dispenser-entity-spawns.patch Remove patch for MC-111480, fixed in 1.14 2020-04-11 20:39:21 -04:00
0381-Fix-World-isChunkGenerated-calls.patch Restore preventing saving bad entities patch to full effect 2020-04-12 16:50:50 -04:00
0382-Show-blockstate-location-if-we-failed-to-read-it.patch Remove patch for MC-111480, fixed in 1.14 2020-04-11 20:39:21 -04:00
0383-Log-other-thread-in-DataPaletteBlock-lock-failure.patch Remove patch for MC-111480, fixed in 1.14 2020-04-11 20:39:21 -04:00
0384-Use-ChunkStatus-cache-when-saving-protochunks.patch Remove patch for MC-111480, fixed in 1.14 2020-04-11 20:39:21 -04:00
0385-Anti-Xray.patch Port 04-Util.patch from Tuinity (#3136) 2020-04-13 01:34:18 -04:00
0386-Only-count-Natural-Spawned-mobs-towards-natural-spaw.patch Remove patch for MC-111480, fixed in 1.14 2020-04-11 20:39:21 -04:00
0387-Configurable-projectile-relative-velocity.patch Remove patch for MC-111480, fixed in 1.14 2020-04-11 20:39:21 -04:00
0388-Mark-entities-as-being-ticked-when-notifying-navigat.patch Let invalid positioned entities clean up previous chunk by the chunkCheck 2020-04-12 22:55:43 -04:00
0389-offset-item-frame-ticking.patch Remove patch for MC-111480, fixed in 1.14 2020-04-11 20:39:21 -04:00
0390-Avoid-hopper-searches-if-there-are-no-items.patch Port 04-Util.patch from Tuinity (#3136) 2020-04-13 01:34:18 -04:00
0391-Asynchronous-chunk-IO-and-loading.patch Port 04-Util.patch from Tuinity (#3136) 2020-04-13 01:34:18 -04:00
0392-Use-getChunkIfLoadedImmediately-in-places.patch Remove patch for MC-111480, fixed in 1.14 2020-04-11 20:39:21 -04:00
0393-Reduce-sync-loads.patch Remove patch for MC-111480, fixed in 1.14 2020-04-11 20:39:21 -04:00
0394-Implement-alternative-item-despawn-rate.patch Remove patch for MC-111480, fixed in 1.14 2020-04-11 20:39:21 -04:00
0395-Do-less-work-if-we-have-a-custom-Bukkit-generator.patch Remove patch for MC-111480, fixed in 1.14 2020-04-11 20:39:21 -04:00
0396-Fix-MC-158900.patch Remove patch for MC-111480, fixed in 1.14 2020-04-11 20:39:21 -04:00
0397-implement-optional-per-player-mob-spawns.patch Remove patch for MC-111480, fixed in 1.14 2020-04-11 20:39:21 -04:00
0398-Prevent-consuming-the-wrong-itemstack.patch Remove patch for MC-111480, fixed in 1.14 2020-04-11 20:39:21 -04:00
0399-only-add-passanger-entities-once-from-spawners.patch Remove patch for MC-111480, fixed in 1.14 2020-04-11 20:39:21 -04:00
0400-Fix-nether-portal-creation.patch Remove patch for MC-111480, fixed in 1.14 2020-04-11 20:39:21 -04:00
0401-Generator-Settings.patch Remove patch for MC-111480, fixed in 1.14 2020-04-11 20:39:21 -04:00
0402-Fix-zero-tick-instant-grow-farms-MC-113809.patch Remove patch for MC-111480, fixed in 1.14 2020-04-11 20:39:21 -04:00
0403-Fix-MC-161754.patch Remove patch for MC-111480, fixed in 1.14 2020-04-11 20:39:21 -04:00
0404-Performance-improvement-for-Chunk.getEntities.patch Remove patch for MC-111480, fixed in 1.14 2020-04-11 20:39:21 -04:00
0405-Fix-spawning-of-hanging-entities-that-are-not-ItemFr.patch Remove patch for MC-111480, fixed in 1.14 2020-04-11 20:39:21 -04:00
0406-Expose-the-internal-current-tick.patch Remove patch for MC-111480, fixed in 1.14 2020-04-11 20:39:21 -04:00
0407-Fix-stuck-in-sneak-when-changing-worlds-MC-10657.patch Remove patch for MC-111480, fixed in 1.14 2020-04-11 20:39:21 -04:00
0408-Add-option-to-disable-pillager-patrols.patch Remove patch for MC-111480, fixed in 1.14 2020-04-11 20:39:21 -04:00
0409-Fix-AssertionError-when-player-hand-set-to-empty-typ.patch Remove patch for MC-111480, fixed in 1.14 2020-04-11 20:39:21 -04:00
0410-PlayerLaunchProjectileEvent.patch Remove patch for MC-111480, fixed in 1.14 2020-04-11 20:39:21 -04:00
0411-Add-CraftMagicNumbers.isSupportedApiVersion.patch Remove patch for MC-111480, fixed in 1.14 2020-04-11 20:39:21 -04:00
0412-Prevent-sync-chunk-loads-when-villagers-try-to-find-.patch Remove patch for MC-111480, fixed in 1.14 2020-04-11 20:39:21 -04:00
0413-Fix-spawn-radius-being-treated-as-0.patch Remove patch for MC-111480, fixed in 1.14 2020-04-11 20:39:21 -04:00
0414-MC-145656-Fix-Follow-Range-Initial-Target.patch Remove patch for MC-111480, fixed in 1.14 2020-04-11 20:39:21 -04:00
0415-Optimize-Hoppers.patch Fix incorect timing of mspt 2020-04-16 03:47:38 -04:00
0416-PlayerDeathEvent-shouldDropExperience.patch Remove patch for MC-111480, fixed in 1.14 2020-04-11 20:39:21 -04:00
0417-Prevent-bees-loading-chunks-checking-hive-position.patch Remove patch for MC-111480, fixed in 1.14 2020-04-11 20:39:21 -04:00
0418-Don-t-load-Chunks-from-Hoppers-and-other-things.patch Remove patch for MC-111480, fixed in 1.14 2020-04-11 20:39:21 -04:00
0419-Guard-against-serializing-mismatching-chunk-coordina.patch Remove patch for MC-111480, fixed in 1.14 2020-04-11 20:39:21 -04:00
0420-Optimise-IEntityAccess-getPlayerByUUID.patch Remove patch for MC-111480, fixed in 1.14 2020-04-11 20:39:21 -04:00
0421-Fix-items-not-falling-correctly.patch Remove patch for MC-111480, fixed in 1.14 2020-04-11 20:39:21 -04:00
0422-Lag-compensate-eating.patch Remove patch for MC-111480, fixed in 1.14 2020-04-11 20:39:21 -04:00
0423-Optimize-call-to-getFluid-for-explosions.patch Remove patch for MC-111480, fixed in 1.14 2020-04-11 20:39:21 -04:00
0424-Fix-last-firework-in-stack-not-having-effects-when-d.patch Remove patch for MC-111480, fixed in 1.14 2020-04-11 20:39:21 -04:00
0425-Activation-Range-Improvements.patch Fix method profiler inbalance introduced in a2a9ffe (#3132) 2020-04-12 02:41:57 -04:00
0426-Add-effect-to-block-break-naturally.patch Remove patch for MC-111480, fixed in 1.14 2020-04-11 20:39:21 -04:00
0427-Tracking-Range-Improvements.patch Remove patch for MC-111480, fixed in 1.14 2020-04-11 20:39:21 -04:00
0428-Fix-comparator-behavior-for-EntityPhanton-goal.patch Remove patch for MC-111480, fixed in 1.14 2020-04-11 20:39:21 -04:00
0429-Fix-items-vanishing-through-end-portal.patch Fix method profiler inbalance introduced in a2a9ffe (#3132) 2020-04-12 02:41:57 -04:00
0430-Seed-based-feature-search.patch Remove patch for MC-111480, fixed in 1.14 2020-04-11 20:39:21 -04:00
0431-Bees-get-gravity-in-void.-Fixes-MC-167279.patch Remove patch for MC-111480, fixed in 1.14 2020-04-11 20:39:21 -04:00
0432-Optimise-getChunkAt-calls-for-loaded-chunks.patch Remove patch for MC-111480, fixed in 1.14 2020-04-11 20:39:21 -04:00
0433-Be-more-tolerant-of-invalid-attributes.patch Remove patch for MC-111480, fixed in 1.14 2020-04-11 20:39:21 -04:00
0434-Allow-overriding-the-java-version-check.patch Remove patch for MC-111480, fixed in 1.14 2020-04-11 20:39:21 -04:00
0435-Add-ThrownEggHatchEvent.patch Remove patch for MC-111480, fixed in 1.14 2020-04-11 20:39:21 -04:00
0436-Optimise-random-block-ticking.patch Port 04-Util.patch from Tuinity (#3136) 2020-04-13 01:34:18 -04:00
0437-Entity-Jump-API.patch Remove patch for MC-111480, fixed in 1.14 2020-04-11 20:39:21 -04:00
0438-Add-option-to-nerf-pigmen-from-nether-portals.patch Fix method profiler inbalance introduced in a2a9ffe (#3132) 2020-04-12 02:41:57 -04:00
0439-Make-the-GUI-graph-fancier.patch Remove patch for MC-111480, fixed in 1.14 2020-04-11 20:39:21 -04:00
0440-Backport-fix-for-MC-167561.patch Remove patch for MC-111480, fixed in 1.14 2020-04-11 20:39:21 -04:00
0441-add-hand-to-BlockMultiPlaceEvent.patch Remove patch for MC-111480, fixed in 1.14 2020-04-11 20:39:21 -04:00
0442-Prevent-teleporting-dead-entities.patch Remove patch for MC-111480, fixed in 1.14 2020-04-11 20:39:21 -04:00
0443-Validate-tripwire-hook-placement-before-update.patch Remove patch for MC-111480, fixed in 1.14 2020-04-11 20:39:21 -04:00
0444-Add-option-to-allow-iron-golems-to-spawn-in-air.patch Remove patch for MC-111480, fixed in 1.14 2020-04-11 20:39:21 -04:00
0445-Configurable-chance-of-villager-zombie-infection.patch Remove patch for MC-111480, fixed in 1.14 2020-04-11 20:39:21 -04:00
0446-Optimise-Chunk-getFluid.patch Port 04-Util.patch from Tuinity (#3136) 2020-04-13 01:34:18 -04:00
0447-Optimise-TickListServer-by-rewriting-it.patch Remove patch for MC-111480, fixed in 1.14 2020-04-11 20:39:21 -04:00
0448-Reduce-entity-tracker-updates-on-move.patch Remove patch for MC-111480, fixed in 1.14 2020-04-11 20:39:21 -04:00
0449-Pillager-patrol-spawn-settings-and-per-player-option.patch Remove patch for MC-111480, fixed in 1.14 2020-04-11 20:39:21 -04:00
0450-Ensure-Entity-is-never-double-registered.patch Let invalid positioned entities clean up previous chunk by the chunkCheck 2020-04-12 22:55:43 -04:00
0451-Fix-unregistering-entities-from-unloading-chunks.patch Let invalid positioned entities clean up previous chunk by the chunkCheck 2020-04-12 22:55:43 -04:00
0452-Remote-Connections-shouldn-t-hold-up-shutdown.patch Remove patch for MC-111480, fixed in 1.14 2020-04-11 20:39:21 -04:00
0453-Do-not-allow-bees-to-load-chunks-for-beehives.patch Remove patch for MC-111480, fixed in 1.14 2020-04-11 20:39:21 -04:00
0454-Prevent-Double-PlayerChunkMap-adds-crashing-server.patch Let invalid positioned entities clean up previous chunk by the chunkCheck 2020-04-12 22:55:43 -04:00
0455-Optimize-Collision-Chunk-lookup-and-avoid-loading-fa.patch Remove patch for MC-111480, fixed in 1.14 2020-04-11 20:39:21 -04:00
0456-Don-t-tick-dead-players.patch Remove patch for MC-111480, fixed in 1.14 2020-04-11 20:39:21 -04:00
0457-Dead-Player-s-shouldn-t-be-able-to-move.patch Remove patch for MC-111480, fixed in 1.14 2020-04-11 20:39:21 -04:00
0458-Optimize-PlayerChunkMap-memory-use-for-visibleChunks.patch Port 04-Util.patch from Tuinity (#3136) 2020-04-13 01:34:18 -04:00
0459-Don-t-load-chunks-when-attempting-to-unload-a-chunk.patch Remove patch for MC-111480, fixed in 1.14 2020-04-11 20:39:21 -04:00
0460-Increase-Light-Queue-Size.patch Remove patch for MC-111480, fixed in 1.14 2020-04-11 20:39:21 -04:00
0461-Speed-up-processing-of-chunk-loads-and-generation.patch Delay unsafe actions until after entity ticking is done - Fixes #3114 2020-04-11 23:22:40 -04:00
0462-Don-t-move-existing-players-to-world-spawn.patch Remove patch for MC-111480, fixed in 1.14 2020-04-11 20:39:21 -04:00
0463-Add-tick-times-API-and-mspt-command.patch Fix incorect timing of mspt 2020-04-16 03:47:38 -04:00
0464-Expose-MinecraftServer-isRunning.patch Use better variable for isStopping() API 2020-04-11 23:21:33 -04:00
0465-Implement-Chunk-Priority-Urgency-System-for-World-Ge.patch Remove patch for MC-111480, fixed in 1.14 2020-04-11 20:39:21 -04:00
0466-Remove-streams-from-Mob-AI-System.patch Remove patch for MC-111480, fixed in 1.14 2020-04-11 20:39:21 -04:00
0467-Delay-unsafe-actions-until-after-entity-ticking-is-d.patch Don't delay chunk unloads during entity ticking 2020-04-12 00:42:28 -04:00
0468-Async-command-map-building.patch Async command map building 2020-04-12 15:43:07 -04:00
0469-Forced-Watchdog-Crash-support-and-Improve-Async-Shut.patch Forced Watchdog Crash support and Improve Async Shutdown 2020-04-16 22:40:20 -04:00
0470-Optimize-Pathfinding.patch Restore Optimize Pathfinding patch 2020-04-12 16:50:34 -04:00
0471-Port-20w15a-Villager-AI-optimizations-DROP-1.16.patch Port 20w15a Villager AI optimizations 2020-04-12 16:56:59 -04:00
0472-Reduce-Either-Optional-allocation.patch Optimize ChunkProviderServer's chunk level checking helper methods 2020-04-16 23:47:15 -04:00
0473-Remove-streams-from-PairedQueue.patch Multiple memory and performance optimizations (removing streams) 2020-04-12 19:34:56 -04:00
0474-Remove-streams-from-MinecraftKey.patch Multiple memory and performance optimizations (removing streams) 2020-04-12 19:34:56 -04:00
0475-Reduce-memory-footprint-of-NBTTagCompound.patch Multiple memory and performance optimizations (removing streams) 2020-04-12 19:34:56 -04:00
0476-Prevent-opening-inventories-when-frozen.patch Prevent opening inventories when frozen 2020-04-13 07:33:46 +01:00
0477-Optimise-ArraySetSorted-removeIf.patch Optimise ArraySetSorted#removeIf 2020-04-16 00:21:32 -04:00
0478-Don-t-run-entity-collision-code-if-not-needed.patch Don't run entity collision code if not needed 2020-04-16 00:40:34 -04:00
0479-Optimise-entity-hard-collision-checking.patch Forced Watchdog Crash support and Improve Async Shutdown 2020-04-16 22:40:20 -04:00
0480-Optimize-ChunkProviderServer-s-chunk-level-checking-.patch Optimize ChunkProviderServer's chunk level checking helper methods 2020-04-16 23:47:15 -04:00
0481-Restrict-vanilla-teleport-command-to-valid-locations.patch Revert "Optimize entity list iteration requiring entities be in" 2020-04-17 18:26:57 +01:00
0482-Implement-Player-Client-Options-API.patch Revert "Optimize entity list iteration requiring entities be in" 2020-04-17 18:26:57 +01:00
0483-Fix-Chunk-Post-Processing-deadlock-risk.patch Fix Chunk Post Processing deadlock risk 2020-04-18 04:44:35 -04:00