PaperMC/Spigot-Server-Patches
Aikar d0cd5b3b23
Duplicate UUID Resolve Option
Due to a bug in 2e29af3df0
which was added all the way back in March of 2016, it was unknown (potentially not at the time)
that an entity might actually change the seed of the random object.

At some point, EntitySquid did start setting the seed. Due to this shared random, this caused
every entity to use a Random object with a predictable seed.

This has caused entities to potentially generate with the same UUID....

Over the years, servers have had entities disappear, but no sign of trouble
because CraftBukkit removed the log lines indicating that something was wrong.

We have fixed the root issue causing duplicate UUID's, however we now have chunk
files full of entities that have the same UUID as another entity!

When these chunks load, the 2nd entity will not be added to the world correctly.

If that chunk loads in a different order in the future, then it will reverse and the
missing one is now the one added to the world and not the other. This results in very
inconsistent entity behavior.

This change allows you to recover any duplicate entity by generating a new UUID for it.
This also lets you delete them instead if you don't want to risk having new entities added to
the world that you previously did not see.

But for those who are ok with leaving this inconsistent behavior, you may use WARN or NOTHING options.

It is recommended you regenerate the entities, as these were legit entities, and deserve your love.
2018-07-21 14:47:05 -04:00
..
0001-POM-Changes.patch Update B/CB 2017-11-20 14:50:30 +00:00
0002-Paper-config-files.patch Update upstream B/CB/S 2017-12-27 22:45:33 -06:00
0003-MC-Dev-fixes.patch Configurable Alternative LootPool Luck Formula 2018-06-15 00:32:35 -04:00
0004-Paper-Metrics.patch Allow plugins to replace texture if already set on skulls 2018-06-09 12:09:21 +01:00
0005-Add-MinecraftKey-Information-to-Objects.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:58:56 -04:00
0006-Store-reference-to-current-Chunk-for-Entity-and-Bloc.patch Fix placement of chunk tracking - Fixes #1199 2018-07-15 02:44:37 -04:00
0007-Store-counts-for-each-Entity-Block-Entity-Type.patch Fix placement of chunk tracking - Fixes #1199 2018-07-15 02:44:37 -04:00
0008-MC-Utils.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:58:56 -04:00
0009-Timings-v2.patch Update upstream B/CB 2018-07-13 02:39:44 -05:00
0010-Configurable-cactus-and-reed-natural-growth-heights.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:58:56 -04:00
0011-Configurable-baby-zombie-movement-speed.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:58:56 -04:00
0012-Configurable-fishing-time-ranges.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:58:56 -04:00
0013-Allow-nerfed-mobs-to-jump.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:58:56 -04:00
0014-Add-configurable-despawn-distances-for-living-entiti.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:58:56 -04:00
0015-Allow-for-toggling-of-spawn-chunks.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:58:56 -04:00
0016-Drop-falling-block-and-tnt-entities-at-the-specified.patch Fix issue with entity activation range check - #1199 2018-07-14 00:12:42 -04:00
0017-Configurable-speed-for-water-flowing-over-lava.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:58:56 -04:00
0018-Show-Paper-in-client-crashes-server-lists-and-Mojang.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:58:56 -04:00
0019-Player-affects-spawning-API.patch Update upstream B/CB 2018-07-13 02:39:44 -05:00
0020-Remove-invalid-mob-spawner-tile-entities.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:58:56 -04:00
0021-Optimize-TileEntity-Ticking.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:58:56 -04:00
0022-Further-improve-server-tick-loop.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:58:56 -04:00
0023-Only-refresh-abilities-if-needed.patch Update upstream B/CB 2018-07-13 02:39:44 -05:00
0024-Add-async-chunk-load-API.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:58:56 -04:00
0025-Entity-Origin-API.patch Fix issue with entity activation range check - #1199 2018-07-14 00:12:42 -04:00
0026-Prevent-tile-entity-and-entity-crashes.patch Fix weird bugs with entities - Fixes #1195 2018-07-05 18:39:43 -04:00
0027-Configurable-top-of-nether-void-damage.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:58:56 -04:00
0028-Check-online-mode-before-converting-and-renaming-pla.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:58:56 -04:00
0029-Always-tick-falling-blocks.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:58:56 -04:00
0030-Lighting-Queue.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:58:56 -04:00
0031-Configurable-end-credits.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:58:56 -04:00
0032-Fix-lag-from-explosions-processing-dead-entities.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:58:56 -04:00
0033-Generator-Settings.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:58:56 -04:00
0034-Optimize-explosions.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:58:56 -04:00
0035-Stop-updating-flowing-block-if-material-has-changed.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:58:56 -04:00
0036-Fast-draining.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:58:56 -04:00
0037-Configurable-lava-flow-speed.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:58:56 -04:00
0038-Add-player-view-distance-API.patch Update upstream B/CB 2018-07-13 02:39:44 -05:00
0039-Disable-explosion-knockback.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:58:56 -04:00
0040-Disable-thunder.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:58:56 -04:00
0041-Disable-ice-and-snow.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:58:56 -04:00
0042-Configurable-mob-spawner-tick-rate.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:58:56 -04:00
0043-Send-absolute-position-the-first-time-an-entity-is-s.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:58:56 -04:00
0044-Add-BeaconEffectEvent.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:58:56 -04:00
0045-Configurable-container-update-tick-rate.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:58:56 -04:00
0046-Use-UserCache-for-player-heads.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:58:56 -04:00
0047-Disable-spigot-tick-limiters.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:58:56 -04:00
0048-Configurable-Chunk-IO-Thread-Base-Count.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:58:56 -04:00
0049-Add-PlayerInitialSpawnEvent.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:58:56 -04:00
0050-Disable-chest-cat-detection.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:58:56 -04:00
0051-Ensure-commands-are-not-ran-async.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:58:56 -04:00
0052-All-chunks-are-slime-spawn-chunks-toggle.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:58:56 -04:00
0053-Optimize-Pathfinding.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:58:56 -04:00
0054-Avoid-hopper-searches-if-there-are-no-items.patch Fix placement of chunk tracking - Fixes #1199 2018-07-15 02:44:37 -04:00
0055-Expose-server-CommandMap.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:58:56 -04:00
0056-Be-a-bit-more-informative-in-maxHealth-exception.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:58:56 -04:00
0057-Player-Tab-List-and-Title-APIs.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:58:56 -04:00
0058-Ensure-inv-drag-is-in-bounds.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:58:56 -04:00
0059-Change-implementation-of-tile-entity-removal-list.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:58:56 -04:00
0060-Add-configurable-portal-search-radius.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:58:56 -04:00
0061-Add-velocity-warnings.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:58:56 -04:00
0062-Configurable-inter-world-teleportation-safety.patch Update upstream B/CB 2018-07-13 02:39:44 -05:00
0063-Add-exception-reporting-event.patch Fix placement of chunk tracking - Fixes #1199 2018-07-15 02:44:37 -04:00
0064-Don-t-nest-if-we-don-t-need-to-when-cerealising-text.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:58:56 -04:00
0065-Disable-Scoreboards-for-non-players-by-default.patch Fix issue with entity activation range check - #1199 2018-07-14 00:12:42 -04:00
0066-Add-methods-for-working-with-arrows-stuck-in-living-.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:58:56 -04:00
0067-Complete-resource-pack-API.patch Update upstream B/CB 2018-07-13 02:39:44 -05:00
0068-Chunk-save-queue-improvements.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:58:56 -04:00
0069-Chunk-Save-Reattempt.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:58:56 -04:00
0070-Default-loading-permissions.yml-before-plugins.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:58:56 -04:00
0071-Allow-Reloading-of-Custom-Permissions.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:58:56 -04:00
0072-Remove-Metadata-on-reload.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:58:56 -04:00
0073-Undead-horse-leashing.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:58:56 -04:00
0074-Fix-Furnace-cook-time-bug.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:58:56 -04:00
0075-Handle-Item-Meta-Inconsistencies.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:58:56 -04:00
0076-Configurable-Non-Player-Arrow-Despawn-Rate.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:58:56 -04:00
0077-Add-World-Util-Methods.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:58:56 -04:00
0078-Optimized-Light-Level-Comparisons.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:58:56 -04:00
0079-Pass-world-to-Village-creation.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:58:56 -04:00
0080-Custom-replacement-for-eaten-items.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:58:56 -04:00
0081-handle-NaN-health-absorb-values-and-repair-bad-data.patch Update upstream B/CB 2018-07-13 02:39:44 -05:00
0082-Catch-Async-PlayerChunkMap-operations.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:58:56 -04:00
0083-Support-offline-mode-in-whitelist-command-as-well.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:58:56 -04:00
0084-Waving-banner-workaround.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:58:56 -04:00
0085-Use-a-Shared-Random-for-Entities.patch Guard the Entity.SHARED_RANDOM from seed changes 2018-07-21 10:28:45 -04:00
0086-Don-t-teleport-dead-entities.patch Guard the Entity.SHARED_RANDOM from seed changes 2018-07-21 10:28:45 -04:00
0087-Optimize-Chunk-Access.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:58:56 -04:00
0088-Configurable-spawn-chances-for-skeleton-horses.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:58:56 -04:00
0089-Optimize-isValidLocation-getType-and-getBlockData-fo.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:58:56 -04:00
0090-Fix-cooked-fish-legacy-import.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:58:56 -04:00
0091-Access-items-by-EquipmentSlot.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:58:56 -04:00
0092-Check-async-remove-unused-vars-GH-159.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:58:56 -04:00
0093-Option-to-disable-BlockPhysicsEvent-for-Redstone.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:58:56 -04:00
0094-Entity-AddTo-RemoveFrom-World-Events.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:58:56 -04:00
0095-Configurable-Chunk-Inhabited-Timer.patch Fix placement of chunk tracking - Fixes #1199 2018-07-15 02:44:37 -04:00
0096-EntityPathfindEvent.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:58:56 -04:00
0097-Prevent-Waterflow-BlockFromToEvent-from-loading-chun.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:58:56 -04:00
0098-Reduce-IO-ops-opening-a-new-region-file.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:58:56 -04:00
0099-Sanitise-RegionFileCache-and-make-configurable.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:58:56 -04:00
0100-Use-Optimized-Collections.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:58:56 -04:00
0101-Do-not-load-chunks-for-light-checks.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:58:56 -04:00
0102-Add-PlayerUseUnknownEntityEvent.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:58:56 -04:00
0103-Fix-reducedDebugInfo-not-initialized-on-client.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:58:56 -04:00
0104-Configurable-Grass-Spread-Tick-Rate.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:58:56 -04:00
0105-Configurable-Keep-Spawn-Loaded-range-per-world.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:58:56 -04:00
0106-Fix-Cancelling-BlockPlaceEvent-triggering-physics.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:58:56 -04:00
0107-Don-t-spam-reload-spawn-chunks-in-nether-end.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:58:56 -04:00
0108-Remove-Debug-checks-from-DataBits.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:58:56 -04:00
0109-Option-to-use-vanilla-per-world-scoreboard-coloring-.patch Guard the Entity.SHARED_RANDOM from seed changes 2018-07-21 10:28:45 -04:00
0110-Workaround-for-setting-passengers-on-players.patch Update upstream B/CB 2018-07-13 02:39:44 -05:00
0111-Remove-unused-World-Tile-Entity-List.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:58:56 -04:00
0112-Don-t-tick-Skulls-unused-code.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:58:56 -04:00
0113-Configurable-Player-Collision.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:58:56 -04:00
0114-Add-handshake-event-to-allow-plugins-to-handle-clien.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:58:56 -04:00
0115-Water-mobs-should-only-spawn-in-the-water.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:58:56 -04:00
0116-Fix-Bugs-with-Spigot-Mob-Spawn-Logic.patch Fix placement of chunk tracking - Fixes #1199 2018-07-15 02:44:37 -04:00
0117-Configurable-RCON-IP-address.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:58:56 -04:00
0118-Prevent-Fire-from-loading-chunks.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:58:56 -04:00
0119-Implement-PlayerLocaleChangeEvent.patch Update upstream B/CB 2018-07-13 02:39:44 -05:00
0120-EntityRegainHealthEvent-isFastRegen-API.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:58:56 -04:00
0121-Add-ability-to-configure-frosted_ice-properties.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:58:56 -04:00
0122-Vehicle-Event-Cancellation-Changes.patch Guard the Entity.SHARED_RANDOM from seed changes 2018-07-21 10:28:45 -04:00
0123-SPIGOT-1401-Fix-dispenser-dropper-furnace-placement.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:58:56 -04:00
0124-remove-null-possibility-for-getServer-singleton.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:58:56 -04:00
0125-Improve-Maps-in-item-frames-performance-and-bug-fixe.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:58:56 -04:00
0126-LootTable-API-Replenishable-Lootables-Feature.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:58:56 -04:00
0127-Do-not-load-chunks-for-pathfinding.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:58:56 -04:00
0128-Entity-Tracking-Improvements.patch Guard the Entity.SHARED_RANDOM from seed changes 2018-07-21 10:28:45 -04:00
0129-Don-t-save-empty-scoreboard-teams-to-scoreboard.dat.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:58:56 -04:00
0130-Do-not-mark-chunks-as-active-for-neighbor-updates.patch Fix placement of chunk tracking - Fixes #1199 2018-07-15 02:44:37 -04:00
0131-Fix-Chunk-Unload-Queue-Issues.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:58:56 -04:00
0132-System-property-for-disabling-watchdoge.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:58:56 -04:00
0133-Optimize-EAR.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:58:56 -04:00
0134-Optimize-UserCache-Thread-Safe.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:58:56 -04:00
0135-Avoid-blocking-on-Network-Manager-creation.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:58:56 -04:00
0136-Optional-TNT-doesn-t-move-in-water.patch Guard the Entity.SHARED_RANDOM from seed changes 2018-07-21 10:28:45 -04:00
0137-Faster-redstone-torch-rapid-clock-removal.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:58:56 -04:00
0138-Ensure-Chunks-never-ever-load-async.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:58:56 -04:00
0139-Add-server-name-parameter.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:58:56 -04:00
0140-Only-send-Dragon-Wither-Death-sounds-to-same-world.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:58:56 -04:00
0141-Fix-FallingBlocks-being-stuck-on-fences.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:58:56 -04:00
0142-Make-entities-look-for-hoppers.patch Guard the Entity.SHARED_RANDOM from seed changes 2018-07-21 10:28:45 -04:00
0143-Delay-Chunk-Unloads-based-on-Player-Movement.patch Fix weird bugs with entities - Fixes #1195 2018-07-05 18:39:43 -04:00
0144-Toggleable-Elytra-Wall-Damage.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:58:56 -04:00
0145-Fix-Double-World-Add-issues.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:58:56 -04:00
0146-Fix-Old-Sign-Conversion.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:58:56 -04:00
0147-Don-t-lookup-game-profiles-that-have-no-UUID-and-no-.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:58:56 -04:00
0148-More-informative-vehicle-moved-wrongly-message.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:58:56 -04:00
0149-Re-track-players-that-dismount-from-other-players.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:58:56 -04:00
0150-Add-setting-for-proxy-online-mode-status.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:58:56 -04:00
0151-Optimise-BlockStateEnum-hashCode-and-equals.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:58:56 -04:00
0152-Disable-ticking-of-snow-blocks.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:58:56 -04:00
0153-Fix-AIOOBE-in-inventory-handling.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:58:56 -04:00
0154-Configurable-packet-in-spam-threshold.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:58:56 -04:00
0155-Configurable-flying-kick-messages.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:58:56 -04:00
0156-Auto-Save-Improvements.patch Fix placement of chunk tracking - Fixes #1199 2018-07-15 02:44:37 -04:00
0157-Chunk-registration-fixes.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:58:56 -04:00
0158-Remove-FishingHook-reference-on-Craft-Entity-removal.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:58:56 -04:00
0159-Auto-fix-bad-Y-levels-on-player-login.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:58:56 -04:00
0160-Raise-string-limit-for-packet-serialization.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:58:56 -04:00
0161-Disable-Vanilla-Chunk-GC.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:58:56 -04:00
0162-Option-to-remove-corrupt-tile-entities.patch Fix placement of chunk tracking - Fixes #1199 2018-07-15 02:44:37 -04:00
0163-Add-EntityZapEvent.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:58:56 -04:00
0164-Don-t-load-Chunks-from-Hoppers-and-other-things.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:58:56 -04:00
0165-Prevent-Auto-Save-if-Save-Queue-is-full.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:58:56 -04:00
0166-Chunk-Save-Stats-Debug-Option.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:58:56 -04:00
0167-Filter-bad-data-from-ArmorStand-and-SpawnEgg-items.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:58:56 -04:00
0168-Cache-user-authenticator-threads.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:58:56 -04:00
0169-Optimize-Network-Queue.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:58:56 -04:00
0170-Optimise-removeQueue.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:58:56 -04:00
0171-Allow-Reloading-of-Command-Aliases.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:58:56 -04:00
0172-Add-source-to-PlayerExpChangeEvent.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:58:56 -04:00
0173-Optimize-World.isLoaded-BlockPosition-Z.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:58:56 -04:00
0174-Speedup-BlockPos-by-fixing-inlining.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:58:56 -04:00
0175-Don-t-let-fishinghooks-use-portals.patch Guard the Entity.SHARED_RANDOM from seed changes 2018-07-21 10:28:45 -04:00
0176-Add-ProjectileCollideEvent.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:58:56 -04:00
0177-Vanished-players-don-t-have-rights.patch Guard the Entity.SHARED_RANDOM from seed changes 2018-07-21 10:28:45 -04:00
0178-Prevent-Pathfinding-out-of-World-Border.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:58:56 -04:00
0179-Bound-Treasure-Maps-to-World-Border.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:58:56 -04:00
0180-Configurable-Cartographer-Treasure-Maps.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:58:56 -04:00
0181-Optimize-ItemStack.isEmpty.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:58:56 -04:00
0182-Add-API-methods-to-control-if-armour-stands-can-move.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:58:56 -04:00
0183-Option-to-prevent-armor-stands-from-doing-entity-loo.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:58:56 -04:00
0184-Add-option-to-remove-invalid-statistics.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:58:56 -04:00
0185-IllegalPacketEvent.patch Update upstream B/CB 2018-07-13 02:39:44 -05:00
0186-Properly-fix-item-duplication-bug.patch Update upstream B/CB 2018-07-13 02:39:44 -05:00
0187-String-based-Action-Bar-API.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:58:56 -04:00
0188-Activation-Range-Improvements.patch Multitude of changes to attempt to fix #1199 2018-07-12 16:50:17 -04:00
0189-Firework-API-s.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:58:56 -04:00
0190-PlayerTeleportEndGatewayEvent.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:58:56 -04:00
0191-ShulkerBox-Dupe-Prevention.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:58:56 -04:00
0192-Provide-E-TE-Chunk-count-stat-methods.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:58:56 -04:00
0193-Enforce-Sync-Player-Saves.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:58:56 -04:00
0194-Enforce-Sync-Chunk-Unloads.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:58:56 -04:00
0195-Don-t-allow-entities-to-ride-themselves-572.patch Guard the Entity.SHARED_RANDOM from seed changes 2018-07-21 10:28:45 -04:00
0196-Fix-block-break-desync.patch Don't send digged block updates for unloaded chunks 2018-07-12 15:19:33 +01:00
0197-Assign-the-World-in-WorldGenStronghold.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:58:56 -04:00
0198-ExperienceOrbs-API-for-Reason-Source-Triggering-play.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:58:56 -04:00
0199-Cap-Entity-Collisions.patch Guard the Entity.SHARED_RANDOM from seed changes 2018-07-21 10:28:45 -04:00
0200-Do-not-allow-a-zero-max-height-in-BiomeJungle.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:58:56 -04:00
0201-Remove-CraftScheduler-Async-Task-Debugger.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:58:56 -04:00
0202-Shame-on-you-Mojang.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:58:56 -04:00
0203-Make-targetSize-more-aggressive-in-the-chunk-unload-.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:58:56 -04:00
0204-Do-not-let-armorstands-drown.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:58:56 -04:00
0205-Fix-NFE-when-attempting-to-read-EMPTY-ItemStack.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:58:56 -04:00
0206-Properly-handle-async-calls-to-restart-the-server.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:58:56 -04:00
0207-Add-system-property-to-disable-book-size-limits.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:58:56 -04:00
0208-Add-option-to-make-parrots-stay-on-shoulders-despite.patch Don't send digged block updates for unloaded chunks 2018-07-12 15:19:33 +01:00
0209-Add-configuration-option-to-prevent-player-names-fro.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:58:56 -04:00
0210-Use-TerminalConsoleAppender-for-console-improvements.patch Update to TerminalConsoleAppender 1.1.1 (#1240) 2018-07-20 14:04:11 -05:00
0211-provide-a-configurable-option-to-disable-creeper-lin.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:58:56 -04:00
0212-Item-canEntityPickup.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:58:56 -04:00
0213-PlayerPickupItemEvent-setFlyAtPlayer.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:58:56 -04:00
0214-PlayerAttemptPickupItemEvent.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:58:56 -04:00
0215-Add-UnknownCommandEvent.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:58:56 -04:00
0216-Basic-PlayerProfile-API.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:58:56 -04:00
0217-Shoulder-Entities-Release-API.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:58:56 -04:00
0218-Profile-Lookup-Events.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:58:56 -04:00
0219-Block-player-logins-during-server-shutdown.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:58:56 -04:00
0220-Entity-fromMobSpawner.patch Guard the Entity.SHARED_RANDOM from seed changes 2018-07-21 10:28:45 -04:00
0221-Fix-Anvil-Level-sync-to-client.patch Update upstream B/CB 2018-07-13 02:39:44 -05:00
0222-Add-missing-coverages-for-getTileEntity-in-order-to-.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:58:56 -04:00
0223-Improve-the-Saddle-API-for-Horses.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:58:56 -04:00
0224-Implement-ensureServerConversions-API.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:58:56 -04:00
0225-Implement-getI18NDisplayName.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:58:56 -04:00
0226-GH-806-Respect-saving-disabled-before-unloading-all-.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:58:56 -04:00
0227-ProfileWhitelistVerifyEvent.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:58:56 -04:00
0228-Fix-this-stupid-bullshit.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:58:56 -04:00
0229-Ocelot-despawns-should-honor-nametags-and-leash.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:58:56 -04:00
0230-Reset-spawner-timer-when-spawner-event-is-cancelled.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:58:56 -04:00
0231-MC-94186-Fix-dragon-egg-falling-in-lazy-chunks.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:58:56 -04:00
0232-Fix-MC-117075-TE-Unload-Lag-Spike.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:58:56 -04:00
0233-Allow-specifying-a-custom-authentication-servers-dow.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:58:56 -04:00
0234-LivingEntity-setKiller.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:58:56 -04:00
0235-Anti-Xray.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:58:56 -04:00
0236-Use-Log4j-IOStreams-to-redirect-System.out-err-to-lo.patch Update TerminalConsoleAppender to 1.1.0 2018-07-19 10:48:52 -05:00
0237-Handle-plugin-prefixes-using-Log4J-configuration.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:58:56 -04:00
0238-Include-Log4J2-SLF4J-implementation.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:58:56 -04:00
0239-Disable-logger-prefix-for-various-plugins-bypassing-.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:58:56 -04:00
0240-Add-PlayerJumpEvent.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:58:56 -04:00
0241-handle-PacketPlayInKeepAlive-async.patch Don't send digged block updates for unloaded chunks 2018-07-12 15:19:33 +01:00
0242-Expose-client-protocol-version-and-virtual-host.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:58:56 -04:00
0243-revert-serverside-behavior-of-keepalives.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:58:56 -04:00
0244-Replace-HashSet-with-fastutil-s-ObjectOpenHashSet-in.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:58:56 -04:00
0245-Send-attack-SoundEffects-only-to-players-who-can-see.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:58:56 -04:00
0246-Option-for-maximum-exp-value-when-merging-orbs.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:58:56 -04:00
0247-Add-PlayerArmorChangeEvent.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:58:56 -04:00
0248-Improve-Structures-Checking.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:58:56 -04:00
0249-Prevent-logins-from-being-processed-when-the-player-.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:58:56 -04:00
0250-use-CB-BlockState-implementations-for-captured-block.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:58:56 -04:00
0251-API-to-get-a-BlockState-without-a-snapshot.patch Fix weird bugs with entities - Fixes #1195 2018-07-05 18:39:43 -04:00
0252-AsyncTabCompleteEvent.patch Don't send digged block updates for unloaded chunks 2018-07-12 15:19:33 +01:00
0253-Avoid-NPE-in-PathfinderGoalTempt.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:58:56 -04:00
0254-Don-t-blindly-send-unlit-chunks-when-lighting-update.patch Fix placement of chunk tracking - Fixes #1199 2018-07-15 02:44:37 -04:00
0255-PlayerPickupExperienceEvent.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:58:56 -04:00
0256-ExperienceOrbMergeEvent.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:58:56 -04:00
0257-Ability-to-apply-mending-to-XP-API.patch Update upstream B/CB 2018-07-13 02:39:44 -05:00
0258-Configurable-Chunks-Sends-per-Tick-setting.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:58:56 -04:00
0259-Configurable-Max-Chunk-Gens-per-Tick.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:58:56 -04:00
0260-Make-max-squid-spawn-height-configurable.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:58:56 -04:00
0261-PreCreatureSpawnEvent.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:58:56 -04:00
0262-PlayerNaturallySpawnCreaturesEvent.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:58:56 -04:00
0263-Add-SkullMeta.setPlayerProfile-API.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:58:56 -04:00
0264-Fill-Profile-Property-Events.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:58:56 -04:00
0265-PlayerAdvancementCriterionGrantEvent.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:58:56 -04:00
0266-MC-99321-Dont-check-for-blocked-double-chest-for-hop.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:58:56 -04:00
0267-Add-ArmorStand-Item-Meta.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:58:56 -04:00
0268-Extend-Player-Interact-cancellation.patch Avoid visual issues for adjacent blocks when cancelling PIE (#1198) 2018-07-13 02:48:51 -05:00
0269-Optimize-Hoppers.patch Fix weird bugs with entities - Fixes #1195 2018-07-05 18:39:43 -04:00
0270-Tameable-getOwnerUniqueId-API.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:58:56 -04:00
0271-Toggleable-player-crits-helps-mitigate-hacked-client.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:58:56 -04:00
0272-Fix-NPE-when-getting-location-from-InventoryEnderChe.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:58:56 -04:00
0273-Prevent-Frosted-Ice-from-loading-holding-chunks.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:58:56 -04:00
0274-Disable-Explicit-Network-Manager-Flushing.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:58:56 -04:00
0275-Implement-extended-PaperServerListPingEvent.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:58:56 -04:00
0276-Improved-Async-Task-Scheduler.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:58:56 -04:00
0277-Ability-to-change-PlayerProfile-in-AsyncPreLoginEven.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:58:56 -04:00
0278-Call-PortalCreateEvent-for-exit-portals.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:58:56 -04:00
0279-Player.setPlayerProfile-API.patch Update upstream B/CB 2018-07-13 02:39:44 -05:00
0280-Configurable-Unrestricted-Signs.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:58:56 -04:00
0281-Fix-Dragon-Server-Crashes.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:58:56 -04:00
0282-getPlayerUniqueId-API.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:58:56 -04:00
0283-Make-player-data-saving-configurable.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:58:56 -04:00
0284-Make-legacy-ping-handler-more-reliable.patch Avoid Netty buffer leak in LegacyPingHandler. Fixes #1200 (#1201) 2018-07-13 02:43:56 -05:00
0285-Call-PaperServerListPingEvent-for-legacy-pings.patch Avoid Netty buffer leak in LegacyPingHandler. Fixes #1200 (#1201) 2018-07-13 02:43:56 -05:00
0286-Flag-to-disable-the-channel-limit.patch Update upstream B/CB 2018-07-13 02:39:44 -05:00
0287-MC-124833.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:58:56 -04:00
0288-Add-method-to-open-already-placed-sign.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:58:56 -04:00
0289-Load-version-history-at-server-start.patch Update TerminalConsoleAppender to 1.1.0 2018-07-19 10:48:52 -05:00
0290-Handle-bad-chunks-more-gracefully.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:58:56 -04:00
0291-Configurable-sprint-interruption-on-attack.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:58:56 -04:00
0292-Configurable-Allowance-of-Permanent-Chunk-Loaders.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:58:56 -04:00
0293-Fix-exploit-that-allowed-colored-signs-to-be-created.patch Don't send digged block updates for unloaded chunks 2018-07-12 15:19:33 +01:00
0294-EndermanEscapeEvent.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:58:56 -04:00
0295-Enderman.teleportRandomly.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:58:56 -04:00
0296-Block-Enderpearl-Travel-Exploit.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:58:56 -04:00
0297-Expand-World.spawnParticle-API-and-add-Builder.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:58:56 -04:00
0298-EndermanAttackPlayerEvent.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:58:56 -04:00
0299-WitchConsumePotionEvent.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:58:56 -04:00
0300-WitchThrowPotionEvent.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:58:56 -04:00
0301-Allow-spawning-Item-entities-with-World.spawnEntity.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:58:56 -04:00
0302-Don-t-load-chunks-for-villager-door-checks.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:58:56 -04:00
0303-WitchReadyPotionEvent.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:58:56 -04:00
0304-ItemStack-getMaxItemUseDuration.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:58:56 -04:00
0305-Implement-EntityTeleportEndGatewayEvent.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:58:56 -04:00
0306-Unset-Ignited-flag-on-cancel-of-Explosion-Event.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:58:56 -04:00
0307-Properly-remove-entities-on-dimension-teleport.patch Guard the Entity.SHARED_RANDOM from seed changes 2018-07-21 10:28:45 -04:00
0308-Fix-CraftEntity-hashCode.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:58:56 -04:00
0309-Configurable-Alternative-LootPool-Luck-Formula.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:58:56 -04:00
0310-Print-Error-details-when-failing-to-save-player-data.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:58:56 -04:00
0311-Make-shield-blocking-delay-configurable.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:58:56 -04:00
0312-Ignore-Missing-Recipes-in-RecipeBook-to-avoid-data-e.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:58:56 -04:00
0313-EntityShootBowEvent-consumeArrow-and-getArrowItem-AP.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:58:56 -04:00
0314-PlayerReadyArrowEvent.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:58:56 -04:00
0315-Fire-EntityShootBowEvent-for-Illusioner.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:58:56 -04:00
0316-Implement-EntityKnockbackByEntityEvent.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:58:56 -04:00
0317-Expand-Explosions-API.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:58:56 -04:00
0318-LivingEntity-Hand-Raised-Item-Use-API.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:58:56 -04:00
0319-RangedEntity-API.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:58:56 -04:00
0320-Add-SentientNPC-Interface-to-Entities.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:58:56 -04:00
0321-Cleanup-allocated-favicon-ByteBuf.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:58:56 -04:00
0322-Improve-ProjectileHitEvent-to-include-the-BlockFace-.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:58:56 -04:00
0323-Add-config-to-disable-ender-dragon-legacy-check.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:58:56 -04:00
0324-Implement-World.getEntity-UUID-API.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:58:56 -04:00
0325-InventoryCloseEvent-Reason-API.patch Fix placement of chunk tracking - Fixes #1199 2018-07-15 02:44:37 -04:00
0326-Avoid-Chunk-Lookups-for-Entity-TileEntity-Current-Ch.patch Fix placement of chunk tracking - Fixes #1199 2018-07-15 02:44:37 -04:00
0327-Configurable-Bed-Search-Radius.patch Improve bed search pattern to go inwards out for bed search radius 2018-07-08 03:30:40 -04:00
0328-Vex-getOwner-API.patch Vex#getOwner API 2018-07-04 15:32:30 -04:00
0329-Refresh-player-inventory-when-cancelling-PlayerInter.patch Refresh player inventory when cancelling PlayerInteractEntityEvent (#1205) 2018-07-13 16:52:34 -04:00
0330-Avoid-item-merge-if-stack-size-above-max-stack-size.patch Avoid item merge if stack size above max stack size (#1217) 2018-07-19 10:51:55 -05:00
0331-Re-add-vanilla-entity-warnings-for-duplicates.patch Fix Squids corrupting the entire servers entity randomness.... 2018-07-19 01:13:53 -04:00
0332-add-more-information-to-Entity.toString.patch Add more information to Entity.toString 2018-07-21 14:46:56 -04:00
0333-Don-t-process-despawn-if-entity-is-in-a-chunk-schedu.patch Don't process despawn if entity is in a chunk scheduled for unload 2018-07-19 01:25:18 -04:00
0334-Use-asynchronous-Log4j-2-loggers.patch Rebuild patch numbers 2018-07-20 14:07:54 -05:00
0335-Don-t-change-the-Entity-Random-seed-for-squids.patch Rebuild patch numbers 2018-07-20 14:07:54 -05:00
0336-Add-Debug-Entities-option-to-debug-dupe-uuid-issues.patch Add Debug Entities option to debug dupe uuid issues 2018-07-21 10:29:14 -04:00
0337-Additional-Paper-Config-options.patch Duplicate UUID Resolve Option 2018-07-21 14:47:05 -04:00
0338-Duplicate-UUID-Resolve-Option.patch Duplicate UUID Resolve Option 2018-07-21 14:47:05 -04:00