Paper/Spigot-Server-Patches
BillyGalbreath 56569f7812 1.13: Slime Patherfinder Events (#1246)
Replaces PR #1161 for 1.13

Resolves #930 

Adds new slime pathfinder related events. All events can be cancelled.
- `SlimePathfindEvent` is the base event of all added events. Cancelling this event will cancel all pathfinders.
- `SlimeWanderEvent` is called when slimes wander around by either swimming or moving/jumping forward. Cancelling this event will prevent slimes from moving around and jumping, but they will still look around and target players.
- `SlimeSwimEvent`is called when slimes are swimming in water/lava. Cancelling will prevent the slimes from moving/jumping in water/lava.
- `SlimeChangeDirectionEvent` is called when a slime changes directions. It contains the new `yaw` position the slime wants to change to, and it can be set to another value. Cancelling this event will prevent slimes from changing directions (except for when targeting players).
- `SlimeTargetLivingEntityEvent` is called when a slime targets a player. NMS uses EntityLiving here so it is named this. Contains the LivingEntity the slime has targeted. Cancelling this event will prevent the slime from targeting the entity and will make it lose current focus.

Adds `Slime#canWander()` and `Slime#setWander(boolean)` for a more persistent control (does not persist server restarts) over all 4 pathfinder types without the spammy event having to be cancelled a bajillion times a second.

Video demonstration: https://youtu.be/8hcLqazmO28

Test plugin: https://pastebin.com/cFgcgdWV
2018-08-24 10:40:14 -04:00
..
0001-POM-Changes.patch Update Paper to 1.13 proper - THIS IS STILL HIGHLY UNSTABLE 2018-07-22 01:27:46 -04:00
0002-Paper-config-files.patch Updated Upstream (Bukkit/CraftBukkit) for LootTable API 2018-08-12 13:11:13 -04:00
0003-MC-Dev-fixes.patch [CI-SKIP] Fix duplicate getServer() method in DedicatedPlayerList 2018-08-11 13:48:31 -04:00
0004-MC-Utils.patch [CI-SKIP] Re-add getBukkitEntity methods to child classes 2018-08-04 17:03:53 -04:00
0005-Paper-Metrics.patch Merge pull request #1248 2018-07-23 20:29:55 -04:00
0006-Add-MinecraftKey-Information-to-Objects.patch Update upstream B/CB 2018-07-30 20:19:41 -05:00
0007-Store-reference-to-current-Chunk-for-Entity-and-Bloc.patch Update upstream B/CB 2018-07-30 20:19:41 -05:00
0008-Store-counts-for-each-Entity-Block-Entity-Type.patch Merge branch 'master' into pre/1.13 2018-07-27 00:44:53 -04:00
0009-Timings-v2.patch Updated Upstream (Bukkit/CraftBukkit) for LootTable API 2018-08-12 13:11:13 -04:00
0010-Configurable-cactus-and-reed-natural-growth-heights.patch Merge pull request #1248 2018-07-23 20:29:55 -04:00
0011-Configurable-baby-zombie-movement-speed.patch Merge pull request #1248 2018-07-23 20:29:55 -04:00
0012-Configurable-fishing-time-ranges.patch Merge pull request #1248 2018-07-23 20:29:55 -04:00
0013-Allow-nerfed-mobs-to-jump.patch Updated Upstream (Bukkit/CraftBukkit) for LootTable API 2018-08-12 13:11:13 -04:00
0014-Add-configurable-despawn-distances-for-living-entiti.patch Updated Upstream (Bukkit/CraftBukkit) for LootTable API 2018-08-12 13:11:13 -04:00
0015-Allow-for-toggling-of-spawn-chunks.patch Merge pull request #1248 2018-07-23 20:29:55 -04:00
0016-Drop-falling-block-and-tnt-entities-at-the-specified.patch Update upstream B/CB 2018-07-30 20:19:41 -05:00
0017-Show-Paper-in-client-crashes-server-lists-and-Mojang.patch Updated Upstream (Bukkit/CraftBukkit) for LootTable API 2018-08-12 13:11:13 -04:00
0018-Player-affects-spawning-API.patch Updated Upstream (Bukkit/CraftBukkit) for LootTable API 2018-08-12 13:11:13 -04:00
0019-Remove-invalid-mob-spawner-tile-entities.patch Update upstream 2018-07-22 13:10:15 -04:00
0020-Optimize-TileEntity-Ticking.patch Fix Chest open/close animations 2018-07-22 19:39:56 -04:00
0021-Further-improve-server-tick-loop.patch Updated Upstream (Bukkit/CraftBukkit) for LootTable API 2018-08-12 13:11:13 -04:00
0022-Only-refresh-abilities-if-needed.patch update upstream 2018-07-29 12:42:07 -04:00
0023-Entity-Origin-API.patch Update upstream B/CB 2018-07-30 20:19:41 -05:00
0024-Prevent-tile-entity-and-entity-crashes.patch update upstream 2018-07-29 12:42:07 -04:00
0025-Configurable-top-of-nether-void-damage.patch Update upstream B/CB 2018-07-30 20:19:41 -05:00
0026-Check-online-mode-before-converting-and-renaming-pla.patch NOT FINISHED! She compiles, and she... suffers the wrath of chunkgen... 2018-07-19 05:42:43 +01:00
0027-Always-tick-falling-blocks.patch NOT FINISHED! She compiles, and she... suffers the wrath of chunkgen... 2018-07-19 05:42:43 +01:00
0028-Lighting-Queue.patch Update Upstream 2018-07-30 01:08:59 -04:00
0029-Configurable-end-credits.patch Update Upstream 2018-07-30 01:08:59 -04:00
0030-Fix-lag-from-explosions-processing-dead-entities.patch NOT FINISHED! She compiles, and she... suffers the wrath of chunkgen... 2018-07-19 05:42:43 +01:00
0031-Optimize-explosions.patch Merge pull request #1248 2018-07-23 20:29:55 -04:00
0032-Add-player-view-distance-API.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2018-08-12 02:08:09 -04:00
0033-Disable-explosion-knockback.patch [CI-SKIP] Re-add getBukkitEntity methods to child classes 2018-08-04 17:03:53 -04:00
0034-Disable-thunder.patch Merge pull request #1248 2018-07-23 20:29:55 -04:00
0035-Disable-ice-and-snow.patch Merge pull request #1248 2018-07-23 20:29:55 -04:00
0036-Configurable-mob-spawner-tick-rate.patch Merge pull request #1248 2018-07-23 20:29:55 -04:00
0037-Send-absolute-position-the-first-time-an-entity-is-s.patch NOT FINISHED! She compiles, and she... suffers the wrath of chunkgen... 2018-07-19 05:42:43 +01:00
0038-Add-BeaconEffectEvent.patch update B/CB/S 2018-07-20 20:57:43 +01:00
0039-Configurable-container-update-tick-rate.patch Update Upstream 2018-07-30 01:08:59 -04:00
0040-Use-UserCache-for-player-heads.patch Update upstream 2018-07-23 19:41:14 -04:00
0041-Disable-spigot-tick-limiters.patch update upstream 2018-07-29 12:42:07 -04:00
0042-Configurable-Chunk-IO-Thread-Base-Count.patch Merge pull request #1248 2018-07-23 20:29:55 -04:00
0043-Add-PlayerInitialSpawnEvent.patch NOT FINISHED! She compiles, and she... suffers the wrath of chunkgen... 2018-07-19 05:42:43 +01:00
0044-Configurable-Disabling-Cat-Chest-Detection.patch Merge pull request #1248 2018-07-23 20:29:55 -04:00
0045-Ensure-commands-are-not-ran-async.patch Updated Upstream (Bukkit/CraftBukkit) for LootTable API 2018-08-12 13:11:13 -04:00
0046-All-chunks-are-slime-spawn-chunks-toggle.patch Merge pull request #1248 2018-07-23 20:29:55 -04:00
0047-Optimize-Pathfinding.patch Update Paper to 1.13 proper - THIS IS STILL HIGHLY UNSTABLE 2018-07-22 01:27:46 -04:00
0048-Avoid-hopper-searches-if-there-are-no-items.patch Update Upstream 2018-07-30 01:08:59 -04:00
0049-Expose-server-CommandMap.patch Updated Upstream (Bukkit/CraftBukkit) for LootTable API 2018-08-12 13:11:13 -04:00
0050-Be-a-bit-more-informative-in-maxHealth-exception.patch Update CB/S 2018-07-28 03:38:13 +01:00
0051-Player-Tab-List-and-Title-APIs.patch update upstream 2018-07-29 12:42:07 -04:00
0052-Ensure-inv-drag-is-in-bounds.patch Update upstream 2018-07-23 19:41:14 -04:00
0053-Change-implementation-of-tile-entity-removal-list.patch update upstream 2018-07-29 12:42:07 -04:00
0054-Add-configurable-portal-search-radius.patch Merge pull request #1248 2018-07-23 20:29:55 -04:00
0055-Add-velocity-warnings.patch Updated Upstream (Bukkit/CraftBukkit) for LootTable API 2018-08-12 13:11:13 -04:00
0056-Configurable-inter-world-teleportation-safety.patch update upstream 2018-07-29 12:42:07 -04:00
0057-Add-exception-reporting-event.patch update upstream 2018-07-29 12:42:07 -04:00
0058-Don-t-nest-if-we-don-t-need-to-when-cerealising-text.patch NOT FINISHED! She compiles, and she... suffers the wrath of chunkgen... 2018-07-19 05:42:43 +01:00
0059-Disable-Scoreboards-for-non-players-by-default.patch [CI-SKIP] Re-add getBukkitEntity methods to child classes 2018-08-04 17:03:53 -04:00
0060-Add-methods-for-working-with-arrows-stuck-in-living-.patch Update upstream 2018-08-01 22:49:47 -04:00
0061-Complete-resource-pack-API.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2018-08-12 02:08:09 -04:00
0062-Chunk-save-queue-improvements.patch Merge pull request #1248 2018-07-23 20:29:55 -04:00
0063-Chunk-Save-Reattempt.patch Update Paper to 1.13 proper - THIS IS STILL HIGHLY UNSTABLE 2018-07-22 01:27:46 -04:00
0064-Default-loading-permissions.yml-before-plugins.patch Updated Upstream (Bukkit/CraftBukkit) for LootTable API 2018-08-12 13:11:13 -04:00
0065-Allow-Reloading-of-Custom-Permissions.patch Updated Upstream (Bukkit/CraftBukkit) for LootTable API 2018-08-12 13:11:13 -04:00
0066-Remove-Metadata-on-reload.patch Updated Upstream (Bukkit/CraftBukkit) for LootTable API 2018-08-12 13:11:13 -04:00
0067-Undead-horse-leashing.patch Merge pull request #1248 2018-07-23 20:29:55 -04:00
0068-Handle-Item-Meta-Inconsistencies.patch [Auto] Updated Upstream (CraftBukkit) 2018-08-06 06:19:26 -04:00
0069-Configurable-Non-Player-Arrow-Despawn-Rate.patch [Auto] Update Upstream 2018-08-05 19:46:43 -04:00
0070-Add-World-Util-Methods.patch [Auto] Update Upstream 2018-08-05 19:46:43 -04:00
0071-Optimized-Light-Level-Comparisons.patch [Auto] Update Upstream 2018-08-05 19:46:43 -04:00
0072-Pass-world-to-Village-creation.patch [Auto] Update Upstream 2018-08-05 19:46:43 -04:00
0073-Custom-replacement-for-eaten-items.patch [Auto] Update Upstream 2018-08-05 19:46:43 -04:00
0074-handle-NaN-health-absorb-values-and-repair-bad-data.patch [Auto] Update Upstream 2018-08-05 19:46:43 -04:00
0075-Catch-Async-PlayerChunkMap-operations.patch [Auto] Update Upstream 2018-08-05 19:46:43 -04:00
0076-Waving-banner-workaround.patch [Auto] Update Upstream 2018-08-05 19:46:43 -04:00
0077-Use-a-Shared-Random-for-Entities.patch [Auto] Update Upstream 2018-08-05 19:46:43 -04:00
0078-Don-t-teleport-dead-entities.patch [Auto] Update Upstream 2018-08-05 19:46:43 -04:00
0079-Optimize-Chunk-Access.patch [Auto] Update Upstream 2018-08-05 19:46:43 -04:00
0080-Configurable-spawn-chances-for-skeleton-horses.patch [Auto] Update Upstream 2018-08-05 19:46:43 -04:00
0081-Optimize-isValidLocation-getType-and-getBlockData-fo.patch [Auto] Update Upstream 2018-08-05 19:46:43 -04:00
0082-Access-items-by-EquipmentSlot.patch [Auto] Update Upstream 2018-08-05 19:46:43 -04:00
0083-Option-to-disable-BlockPhysicsEvent-for-Redstone.patch [Auto] Update Upstream 2018-08-05 19:46:43 -04:00
0084-Entity-AddTo-RemoveFrom-World-Events.patch [Auto] Update Upstream 2018-08-05 19:46:43 -04:00
0085-Configurable-Chunk-Inhabited-Timer.patch [Auto] Update Upstream 2018-08-05 19:46:43 -04:00
0086-EntityPathfindEvent.patch [Auto] Update Upstream 2018-08-05 19:46:43 -04:00
0087-Reduce-IO-ops-opening-a-new-region-file.patch [Auto] Update Upstream 2018-08-05 19:46:43 -04:00
0088-Sanitise-RegionFileCache-and-make-configurable.patch [Auto] Update Upstream 2018-08-05 19:46:43 -04:00
0089-Use-Optimized-Collections.patch [Auto] Update Upstream 2018-08-05 19:46:43 -04:00
0090-Do-not-load-chunks-for-light-checks.patch [Auto] Update Upstream 2018-08-05 19:46:43 -04:00
0091-Add-PlayerUseUnknownEntityEvent.patch [Auto] Update Upstream 2018-08-05 19:46:43 -04:00
0092-Fix-reducedDebugInfo-not-initialized-on-client.patch [Auto] Update Upstream 2018-08-05 19:46:43 -04:00
0093-Configurable-Grass-Spread-Tick-Rate.patch [Auto] Update Upstream 2018-08-05 19:46:43 -04:00
0094-Configurable-Keep-Spawn-Loaded-range-per-world.patch Updated Upstream (Bukkit/CraftBukkit) for LootTable API 2018-08-12 13:11:13 -04:00
0095-Fix-Cancelling-BlockPlaceEvent-triggering-physics.patch [Auto] Update Upstream 2018-08-05 19:46:43 -04:00
0096-Don-t-spam-reload-spawn-chunks-in-nether-end.patch [Auto] Update Upstream 2018-08-05 19:46:43 -04:00
0097-Remove-Debug-checks-from-DataBits.patch [Auto] Update Upstream 2018-08-05 19:46:43 -04:00
0098-Option-to-use-vanilla-per-world-scoreboard-coloring-.patch [Auto] Update Upstream 2018-08-05 19:46:43 -04:00
0099-Workaround-for-setting-passengers-on-players.patch [Auto] Update Upstream 2018-08-05 19:46:43 -04:00
0100-Remove-unused-World-Tile-Entity-List.patch [Auto] Update Upstream 2018-08-05 19:46:43 -04:00
0101-Don-t-tick-Skulls-unused-code.patch [Auto] Update Upstream 2018-08-05 19:46:43 -04:00
0102-Configurable-Player-Collision.patch [Auto] Update Upstream 2018-08-05 19:46:43 -04:00
0103-Add-handshake-event-to-allow-plugins-to-handle-clien.patch [Auto] Update Upstream 2018-08-05 19:46:43 -04:00
0104-Configurable-RCON-IP-address.patch [Auto] Update Upstream 2018-08-05 19:46:43 -04:00
0105-Prevent-Fire-from-loading-chunks.patch [Auto] Update Upstream 2018-08-05 19:46:43 -04:00
0106-Implement-PlayerLocaleChangeEvent.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2018-08-12 02:08:09 -04:00
0107-EntityRegainHealthEvent-isFastRegen-API.patch [Auto] Update Upstream 2018-08-05 19:46:43 -04:00
0108-Add-ability-to-configure-frosted_ice-properties.patch [Auto] Update Upstream 2018-08-05 19:46:43 -04:00
0109-remove-null-possibility-for-getServer-singleton.patch [Auto] Update Upstream 2018-08-05 19:46:43 -04:00
0110-Improve-Maps-in-item-frames-performance-and-bug-fixe.patch [Auto] Update Upstream 2018-08-05 19:46:43 -04:00
0111-LootTable-API-Replenishable-Lootables-Feature.patch Updated Upstream (Bukkit/CraftBukkit) for LootTable API 2018-08-12 13:11:13 -04:00
0112-Do-not-load-chunks-for-pathfinding.patch [Auto] Update Upstream 2018-08-05 19:46:43 -04:00
0113-Entity-Tracking-Improvements.patch [Auto] Update Upstream 2018-08-05 19:46:43 -04:00
0114-Don-t-save-empty-scoreboard-teams-to-scoreboard.dat.patch [Auto] Update Upstream 2018-08-05 19:46:43 -04:00
0115-Fix-Chunk-Unload-Queue-Issues.patch [Auto] Update Upstream 2018-08-05 19:46:43 -04:00
0116-System-property-for-disabling-watchdoge.patch [Auto] Update Upstream 2018-08-05 19:46:43 -04:00
0117-Optimize-EAR.patch [Auto] Update Upstream 2018-08-05 19:46:43 -04:00
0118-Optimize-UserCache-Thread-Safe.patch [Auto] Update Upstream 2018-08-05 19:46:43 -04:00
0119-Avoid-blocking-on-Network-Manager-creation.patch [Auto] Update Upstream 2018-08-05 19:46:43 -04:00
0120-Optional-TNT-doesn-t-move-in-water.patch [Auto] Update Upstream 2018-08-05 19:46:43 -04:00
0121-Faster-redstone-torch-rapid-clock-removal.patch [Auto] Update Upstream 2018-08-05 19:46:43 -04:00
0122-Ensure-Chunks-never-ever-load-async.patch [Auto] Update Upstream 2018-08-05 19:46:43 -04:00
0123-Add-server-name-parameter.patch [Auto] Update Upstream 2018-08-05 19:46:43 -04:00
0124-Only-send-Dragon-Wither-Death-sounds-to-same-world.patch [Auto] Update Upstream 2018-08-05 19:46:43 -04:00
0125-Delay-Chunk-Unloads-based-on-Player-Movement.patch Updated Upstream (Bukkit/CraftBukkit), deprecate SentientNPC API 2018-08-10 22:20:59 -04:00
0126-Fix-Double-World-Add-issues.patch [Auto] Update Upstream 2018-08-05 19:46:43 -04:00
0127-Fix-Old-Sign-Conversion.patch [Auto] Update Upstream 2018-08-05 19:46:43 -04:00
0128-Don-t-lookup-game-profiles-that-have-no-UUID-and-no-.patch [Auto] Update Upstream 2018-08-05 19:46:43 -04:00
0129-More-informative-vehicle-moved-wrongly-message.patch [Auto] Update Upstream 2018-08-05 19:46:43 -04:00
0130-Re-track-players-that-dismount-from-other-players.patch [Auto] Update Upstream 2018-08-05 19:46:43 -04:00
0131-Add-setting-for-proxy-online-mode-status.patch Updated Upstream (Bukkit/CraftBukkit) for LootTable API 2018-08-12 13:11:13 -04:00
0132-Optimise-BlockStateEnum-hashCode-and-equals.patch [Auto] Update Upstream 2018-08-05 19:46:43 -04:00
0133-Disable-ticking-of-snow-blocks.patch [Auto] Update Upstream 2018-08-05 19:46:43 -04:00
0134-Fix-AIOOBE-in-inventory-handling.patch [Auto] Update Upstream 2018-08-05 19:46:43 -04:00
0135-Configurable-packet-in-spam-threshold.patch [Auto] Update Upstream 2018-08-05 19:46:43 -04:00
0136-Configurable-flying-kick-messages.patch [Auto] Update Upstream 2018-08-05 19:46:43 -04:00
0137-Auto-Save-Improvements.patch [Auto] Update Upstream 2018-08-05 19:46:43 -04:00
0138-Chunk-registration-fixes.patch [Auto] Update Upstream 2018-08-05 19:46:43 -04:00
0139-Remove-FishingHook-reference-on-Craft-Entity-removal.patch [Auto] Update Upstream 2018-08-05 19:46:43 -04:00
0140-Auto-fix-bad-Y-levels-on-player-login.patch [Auto] Update Upstream 2018-08-05 19:46:43 -04:00
0141-Disable-Vanilla-Chunk-GC.patch [Auto] Update Upstream 2018-08-05 19:46:43 -04:00
0142-Option-to-remove-corrupt-tile-entities.patch [Auto] Update Upstream 2018-08-05 19:46:43 -04:00
0143-Add-EntityZapEvent.patch [Auto] Update Upstream 2018-08-05 19:46:43 -04:00
0144-Don-t-load-Chunks-from-Hoppers-and-other-things.patch [Auto] Update Upstream 2018-08-05 19:46:43 -04:00
0145-Prevent-Auto-Save-if-Save-Queue-is-full.patch [Auto] Update Upstream 2018-08-05 19:46:43 -04:00
0146-Chunk-Save-Stats-Debug-Option.patch [Auto] Update Upstream 2018-08-05 19:46:43 -04:00
0147-Filter-bad-data-from-ArmorStand-and-SpawnEgg-items.patch [Auto] Update Upstream 2018-08-05 19:46:43 -04:00
0148-Cache-user-authenticator-threads.patch [Auto] Update Upstream 2018-08-05 19:46:43 -04:00
0149-Optimize-Network-Queue.patch [Auto] Update Upstream 2018-08-05 19:46:43 -04:00
0150-Optimise-removeQueue.patch [Auto] Update Upstream 2018-08-05 19:46:43 -04:00
0151-Allow-Reloading-of-Command-Aliases.patch Updated Upstream (Bukkit/CraftBukkit) for LootTable API 2018-08-12 13:11:13 -04:00
0152-Add-source-to-PlayerExpChangeEvent.patch [Auto] Update Upstream 2018-08-05 19:46:43 -04:00
0153-Optimize-World.isLoaded-BlockPosition-Z.patch [Auto] Update Upstream 2018-08-05 19:46:43 -04:00
0154-Don-t-let-fishinghooks-use-portals.patch [Auto] Update Upstream 2018-08-05 19:46:43 -04:00
0155-Add-ProjectileCollideEvent.patch [Auto] Update Upstream 2018-08-05 19:46:43 -04:00
0156-Prevent-Pathfinding-out-of-World-Border.patch [Auto] Update Upstream 2018-08-05 19:46:43 -04:00
0157-Bound-Treasure-Maps-to-World-Border.patch [Auto] Update Upstream 2018-08-05 19:46:43 -04:00
0158-Configurable-Cartographer-Treasure-Maps.patch [Auto] Update Upstream 2018-08-05 19:46:43 -04:00
0159-Optimize-ItemStack.isEmpty.patch [Auto] Update Upstream 2018-08-05 19:46:43 -04:00
0160-Add-API-methods-to-control-if-armour-stands-can-move.patch [Auto] Update Upstream 2018-08-05 19:46:43 -04:00
0161-Add-option-to-remove-invalid-statistics.patch [Auto] Update Upstream 2018-08-05 19:46:43 -04:00
0162-Properly-fix-item-duplication-bug.patch [Auto] Update Upstream 2018-08-05 19:46:43 -04:00
0163-String-based-Action-Bar-API.patch [Auto] Update Upstream 2018-08-05 19:46:43 -04:00
0164-Activation-Range-Improvements.patch [Auto] Update Upstream 2018-08-05 19:46:43 -04:00
0165-Firework-API-s.patch [Auto] Update Upstream 2018-08-05 19:46:43 -04:00
0166-PlayerTeleportEndGatewayEvent.patch [Auto] Update Upstream 2018-08-05 19:46:43 -04:00
0167-ShulkerBox-Dupe-Prevention.patch [Auto] Update Upstream 2018-08-05 19:46:43 -04:00
0168-Provide-E-TE-Chunk-count-stat-methods.patch [Auto] Update Upstream 2018-08-05 19:46:43 -04:00
0169-Enforce-Sync-Player-Saves.patch [Auto] Update Upstream 2018-08-05 19:46:43 -04:00
0170-Enforce-Sync-Chunk-Unloads.patch [Auto] Update Upstream 2018-08-05 19:46:43 -04:00
0171-Don-t-allow-entities-to-ride-themselves-572.patch [Auto] Update Upstream 2018-08-05 19:46:43 -04:00
0172-Fix-block-break-desync.patch [Auto] Update Upstream 2018-08-05 19:46:43 -04:00
0173-ExperienceOrbs-API-for-Reason-Source-Triggering-play.patch [Auto] Update Upstream 2018-08-05 19:46:43 -04:00
0174-Cap-Entity-Collisions.patch [Auto] Update Upstream 2018-08-05 19:46:43 -04:00
0175-Remove-CraftScheduler-Async-Task-Debugger.patch [Auto] Update Upstream 2018-08-05 19:46:43 -04:00
0176-Shame-on-you-Mojang.patch [Auto] Update Upstream 2018-08-05 19:46:43 -04:00
0177-Make-targetSize-more-aggressive-in-the-chunk-unload-.patch [Auto] Update Upstream 2018-08-05 19:46:43 -04:00
0178-Do-not-let-armorstands-drown.patch [Auto] Update Upstream 2018-08-05 19:46:43 -04:00
0179-Properly-handle-async-calls-to-restart-the-server.patch [Auto] Update Upstream 2018-08-05 19:46:43 -04:00
0180-Add-system-property-to-disable-book-size-limits.patch [Auto] Update Upstream 2018-08-05 19:46:43 -04:00
0181-Add-option-to-make-parrots-stay-on-shoulders-despite.patch [Auto] Update Upstream 2018-08-05 19:46:43 -04:00
0182-Add-configuration-option-to-prevent-player-names-fro.patch Updated Upstream (Bukkit/CraftBukkit) for LootTable API 2018-08-12 13:11:13 -04:00
0183-Use-TerminalConsoleAppender-for-console-improvements.patch Updated Upstream (Bukkit/CraftBukkit) for LootTable API 2018-08-12 13:11:13 -04:00
0184-provide-a-configurable-option-to-disable-creeper-lin.patch [Auto] Update Upstream 2018-08-05 19:46:43 -04:00
0185-Item-canEntityPickup.patch Updated Upstream (Bukkit/CraftBukkit) for LootTable API 2018-08-12 13:11:13 -04:00
0186-PlayerPickupItemEvent-setFlyAtPlayer.patch [Auto] Update Upstream 2018-08-05 19:46:43 -04:00
0187-PlayerAttemptPickupItemEvent.patch [Auto] Update Upstream 2018-08-05 19:46:43 -04:00
0188-Add-UnknownCommandEvent.patch Updated Upstream (Bukkit/CraftBukkit) for LootTable API 2018-08-12 13:11:13 -04:00
0189-Basic-PlayerProfile-API.patch Updated Upstream (Bukkit/CraftBukkit) for LootTable API 2018-08-12 13:11:13 -04:00
0190-Shoulder-Entities-Release-API.patch [Auto] Update Upstream 2018-08-05 19:46:43 -04:00
0191-Profile-Lookup-Events.patch [Auto] Update Upstream 2018-08-05 19:46:43 -04:00
0192-Block-player-logins-during-server-shutdown.patch [Auto] Update Upstream 2018-08-05 19:46:43 -04:00
0193-Entity-fromMobSpawner.patch [Auto] Update Upstream 2018-08-05 19:46:43 -04:00
0194-Fix-Anvil-Level-sync-to-client.patch [Auto] Update Upstream 2018-08-05 19:46:43 -04:00
0195-Add-missing-coverages-for-getTileEntity-in-order-to-.patch [Auto] Update Upstream 2018-08-05 19:46:43 -04:00
0196-Improve-the-Saddle-API-for-Horses.patch [Auto] Update Upstream 2018-08-05 19:46:43 -04:00
0197-Implement-ensureServerConversions-API.patch [Auto] Updated Upstream (CraftBukkit) 2018-08-13 04:29:35 -04:00
0198-Implement-getI18NDisplayName.patch [Auto] Updated Upstream (CraftBukkit) 2018-08-13 04:29:35 -04:00
0199-GH-806-Respect-saving-disabled-before-unloading-all-.patch [Auto] Update Upstream 2018-08-05 19:46:43 -04:00
0200-ProfileWhitelistVerifyEvent.patch [Auto] Update Upstream 2018-08-05 19:46:43 -04:00
0201-Fix-this-stupid-bullshit.patch [Auto] Update Upstream 2018-08-05 19:46:43 -04:00
0202-Ocelot-despawns-should-honor-nametags-and-leash.patch [Auto] Update Upstream 2018-08-05 19:46:43 -04:00
0203-Reset-spawner-timer-when-spawner-event-is-cancelled.patch [Auto] Update Upstream 2018-08-05 19:46:43 -04:00
0204-Fix-MC-117075-TE-Unload-Lag-Spike.patch [Auto] Update Upstream 2018-08-05 19:46:43 -04:00
0205-Allow-specifying-a-custom-authentication-servers-dow.patch [Auto] Update Upstream 2018-08-05 19:46:43 -04:00
0206-LivingEntity-setKiller.patch [Auto] Update Upstream 2018-08-05 19:46:43 -04:00
0207-Use-Log4j-IOStreams-to-redirect-System.out-err-to-lo.patch [Auto] Update Upstream 2018-08-05 19:46:43 -04:00
0208-Handle-plugin-prefixes-using-Log4J-configuration.patch [Auto] Update Upstream 2018-08-05 19:46:43 -04:00
0209-Include-Log4J2-SLF4J-implementation.patch [Auto] Update Upstream 2018-08-05 19:46:43 -04:00
0210-Disable-logger-prefix-for-various-plugins-bypassing-.patch [Auto] Update Upstream 2018-08-05 19:46:43 -04:00
0211-Add-PlayerJumpEvent.patch [Auto] Update Upstream 2018-08-05 19:46:43 -04:00
0212-handle-PacketPlayInKeepAlive-async.patch [Auto] Update Upstream 2018-08-05 19:46:43 -04:00
0213-Expose-client-protocol-version-and-virtual-host.patch [Auto] Update Upstream 2018-08-05 19:46:43 -04:00
0214-revert-serverside-behavior-of-keepalives.patch [Auto] Update Upstream 2018-08-05 19:46:43 -04:00
0215-Replace-HashSet-with-fastutil-s-ObjectOpenHashSet-in.patch [Auto] Update Upstream 2018-08-05 19:46:43 -04:00
0216-Send-attack-SoundEffects-only-to-players-who-can-see.patch [Auto] Update Upstream 2018-08-05 19:46:43 -04:00
0217-Option-for-maximum-exp-value-when-merging-orbs.patch [Auto] Update Upstream 2018-08-05 19:46:43 -04:00
0218-Add-PlayerArmorChangeEvent.patch [Auto] Update Upstream 2018-08-05 19:46:43 -04:00
0219-Prevent-logins-from-being-processed-when-the-player-.patch [Auto] Update Upstream 2018-08-05 19:46:43 -04:00
0220-use-CB-BlockState-implementations-for-captured-block.patch [Auto] Update Upstream 2018-08-05 19:46:43 -04:00
0221-API-to-get-a-BlockState-without-a-snapshot.patch [Auto] Update Upstream 2018-08-05 19:46:43 -04:00
0222-AsyncTabCompleteEvent.patch Updated Upstream (Bukkit/CraftBukkit) for LootTable API 2018-08-12 13:11:13 -04:00
0223-Avoid-NPE-in-PathfinderGoalTempt.patch [Auto] Update Upstream 2018-08-05 19:46:43 -04:00
0224-PlayerPickupExperienceEvent.patch [Auto] Update Upstream 2018-08-05 19:46:43 -04:00
0225-ExperienceOrbMergeEvent.patch [Auto] Update Upstream 2018-08-05 19:46:43 -04:00
0226-Ability-to-apply-mending-to-XP-API.patch [Auto] Update Upstream 2018-08-05 19:46:43 -04:00
0227-Configurable-Chunks-Sends-per-Tick-setting.patch [Auto] Update Upstream 2018-08-05 19:46:43 -04:00
0228-Configurable-Max-Chunk-Gens-per-Tick.patch [Auto] Update Upstream 2018-08-05 19:46:43 -04:00
0229-Make-max-squid-spawn-height-configurable.patch [Auto] Update Upstream 2018-08-05 19:46:43 -04:00
0230-PreCreatureSpawnEvent.patch [Auto] Update Upstream 2018-08-05 19:46:43 -04:00
0231-PlayerNaturallySpawnCreaturesEvent.patch [Auto] Update Upstream 2018-08-05 19:46:43 -04:00
0232-Add-setPlayerProfile-API-for-Skulls.patch [1.13] Skull block profile api (#1308) 2018-08-06 01:24:55 -04:00
0233-Fill-Profile-Property-Events.patch [Auto] Update Upstream 2018-08-05 19:46:43 -04:00
0234-PlayerAdvancementCriterionGrantEvent.patch [Auto] Update Upstream 2018-08-05 19:46:43 -04:00
0235-Add-ArmorStand-Item-Meta.patch [Auto] Updated Upstream (CraftBukkit) 2018-08-19 22:54:42 -04:00
0236-Extend-Player-Interact-cancellation.patch [Auto] Update Upstream 2018-08-05 19:46:43 -04:00
0237-Tameable-getOwnerUniqueId-API.patch [Auto] Update Upstream 2018-08-05 19:46:43 -04:00
0238-Toggleable-player-crits-helps-mitigate-hacked-client.patch [Auto] Update Upstream 2018-08-05 19:46:43 -04:00
0239-Fix-NPE-when-getting-location-from-InventoryEnderChe.patch [Auto] Update Upstream 2018-08-05 19:46:43 -04:00
0240-Prevent-Frosted-Ice-from-loading-holding-chunks.patch [Auto] Update Upstream 2018-08-05 19:46:43 -04:00
0241-Disable-Explicit-Network-Manager-Flushing.patch [Auto] Update Upstream 2018-08-05 19:46:43 -04:00
0242-Implement-extended-PaperServerListPingEvent.patch [Auto] Update Upstream 2018-08-05 19:46:43 -04:00
0243-Improved-Async-Task-Scheduler.patch [Auto] Update Upstream 2018-08-05 19:46:43 -04:00
0244-Ability-to-change-PlayerProfile-in-AsyncPreLoginEven.patch [Auto] Update Upstream 2018-08-05 19:46:43 -04:00
0245-Call-PortalCreateEvent-for-exit-portals.patch Restore portal fix 2018-08-12 02:14:31 -04:00
0246-Player.setPlayerProfile-API.patch [Auto] Update Upstream 2018-08-05 19:46:43 -04:00
0247-Fix-Dragon-Server-Crashes.patch [Auto] Update Upstream 2018-08-05 19:46:43 -04:00
0248-getPlayerUniqueId-API.patch Updated Upstream (Bukkit/CraftBukkit) for LootTable API 2018-08-12 13:11:13 -04:00
0249-Make-player-data-saving-configurable.patch [Auto] Update Upstream 2018-08-05 19:46:43 -04:00
0250-Make-legacy-ping-handler-more-reliable.patch [Auto] Update Upstream 2018-08-05 19:46:43 -04:00
0251-Call-PaperServerListPingEvent-for-legacy-pings.patch [Auto] Update Upstream 2018-08-05 19:46:43 -04:00
0252-Flag-to-disable-the-channel-limit.patch [Auto] Update Upstream 2018-08-05 19:46:43 -04:00
0253-Add-method-to-open-already-placed-sign.patch [Auto] Update Upstream 2018-08-05 19:46:43 -04:00
0254-Load-version-history-at-server-start.patch [Auto] Update Upstream 2018-08-05 19:46:43 -04:00
0255-Configurable-sprint-interruption-on-attack.patch [Auto] Update Upstream 2018-08-05 19:46:43 -04:00
0256-Fix-exploit-that-allowed-colored-signs-to-be-created.patch [Auto] Update Upstream 2018-08-05 19:46:43 -04:00
0257-EndermanEscapeEvent.patch [Auto] Update Upstream 2018-08-05 19:46:43 -04:00
0258-Enderman.teleportRandomly.patch [Auto] Updated Upstream (Bukkit/CraftBukkit) 2018-08-14 18:59:40 -04:00
0259-Block-Enderpearl-Travel-Exploit.patch [Auto] Update Upstream 2018-08-05 19:46:43 -04:00
0260-Expand-World.spawnParticle-API-and-add-Builder.patch Merge branch 'master' into pre/1.13 2018-08-14 16:26:01 +01:00
0261-EndermanAttackPlayerEvent.patch [Auto] Update Upstream 2018-08-05 19:46:43 -04:00
0262-WitchConsumePotionEvent.patch [Auto] Update Upstream 2018-08-05 19:46:43 -04:00
0263-WitchThrowPotionEvent.patch [Auto] Update Upstream 2018-08-05 19:46:43 -04:00
0264-Allow-spawning-Item-entities-with-World.spawnEntity.patch [Auto] Update Upstream 2018-08-05 19:46:43 -04:00
0265-Don-t-load-chunks-for-villager-door-checks.patch [Auto] Update Upstream 2018-08-05 19:46:43 -04:00
0266-WitchReadyPotionEvent.patch [Auto] Update Upstream 2018-08-05 19:46:43 -04:00
0267-ItemStack-getMaxItemUseDuration.patch [Auto] Update Upstream 2018-08-05 19:46:43 -04:00
0268-Implement-EntityTeleportEndGatewayEvent.patch [Auto] Update Upstream 2018-08-05 19:46:43 -04:00
0269-Unset-Ignited-flag-on-cancel-of-Explosion-Event.patch [Auto] Update Upstream 2018-08-05 19:46:43 -04:00
0270-Properly-remove-entities-on-dimension-teleport.patch [Auto] Update Upstream 2018-08-05 19:46:43 -04:00
0271-Fix-CraftEntity-hashCode.patch [Auto] Update Upstream 2018-08-05 19:46:43 -04:00
0272-Configurable-Alternative-LootPool-Luck-Formula.patch [Auto] Update Upstream 2018-08-05 19:46:43 -04:00
0273-Print-Error-details-when-failing-to-save-player-data.patch [Auto] Update Upstream 2018-08-05 19:46:43 -04:00
0274-Make-shield-blocking-delay-configurable.patch [Auto] Update Upstream 2018-08-05 19:46:43 -04:00
0275-Ignore-Missing-Recipes-in-RecipeBook-to-avoid-data-e.patch [Auto] Update Upstream 2018-08-05 19:46:43 -04:00
0276-EntityShootBowEvent-consumeArrow-and-getArrowItem-AP.patch [Auto] Update Upstream 2018-08-05 19:46:43 -04:00
0277-PlayerReadyArrowEvent.patch [Auto] Update Upstream 2018-08-05 19:46:43 -04:00
0278-Fire-EntityShootBowEvent-for-Illusioner.patch [Auto] Update Upstream 2018-08-05 19:46:43 -04:00
0279-Implement-EntityKnockbackByEntityEvent.patch [Auto] Update Upstream 2018-08-05 19:46:43 -04:00
0280-Expand-Explosions-API.patch [Auto] Update Upstream 2018-08-05 19:46:43 -04:00
0281-LivingEntity-Hand-Raised-Item-Use-API.patch [Auto] Update Upstream 2018-08-05 19:46:43 -04:00
0282-RangedEntity-API.patch [Auto] Update Upstream 2018-08-05 19:46:43 -04:00
0283-Improve-ProjectileHitEvent-to-include-the-BlockFace-.patch Updated Upstream (Bukkit/CraftBukkit), deprecate SentientNPC API 2018-08-10 22:20:59 -04:00
0284-Add-config-to-disable-ender-dragon-legacy-check.patch Updated Upstream (Bukkit/CraftBukkit), deprecate SentientNPC API 2018-08-10 22:20:59 -04:00
0285-Implement-World.getEntity-UUID-API.patch Updated Upstream (Bukkit/CraftBukkit), deprecate SentientNPC API 2018-08-10 22:20:59 -04:00
0286-InventoryCloseEvent-Reason-API.patch Updated Upstream (Bukkit/CraftBukkit), deprecate SentientNPC API 2018-08-10 22:20:59 -04:00
0287-Avoid-Chunk-Lookups-for-Entity-TileEntity-Current-Ch.patch Updated Upstream (Bukkit/CraftBukkit), deprecate SentientNPC API 2018-08-10 22:20:59 -04:00
0288-Configurable-Bed-Search-Radius.patch Updated Upstream (Bukkit/CraftBukkit), deprecate SentientNPC API 2018-08-10 22:20:59 -04:00
0289-Vex-getSummoner-API.patch Updated Upstream (Bukkit/CraftBukkit), deprecate SentientNPC API 2018-08-10 22:20:59 -04:00
0290-Refresh-player-inventory-when-cancelling-PlayerInter.patch Updated Upstream (Bukkit/CraftBukkit), deprecate SentientNPC API 2018-08-10 22:20:59 -04:00
0291-Don-t-change-the-Entity-Random-seed-for-squids.patch Updated Upstream (Bukkit/CraftBukkit), deprecate SentientNPC API 2018-08-10 22:20:59 -04:00
0292-Re-add-vanilla-entity-warnings-for-duplicates.patch Updated Upstream (Bukkit/CraftBukkit), deprecate SentientNPC API 2018-08-10 22:20:59 -04:00
0293-Don-t-process-despawn-if-entity-is-in-a-chunk-schedu.patch Updated Upstream (Bukkit/CraftBukkit) for LootTable API 2018-08-12 13:11:13 -04:00
0294-Avoid-item-merge-if-stack-size-above-max-stack-size.patch Updated Upstream (Bukkit/CraftBukkit), deprecate SentientNPC API 2018-08-10 22:20:59 -04:00
0295-Use-asynchronous-Log4j-2-loggers.patch Updated Upstream (Bukkit/CraftBukkit), deprecate SentientNPC API 2018-08-10 22:20:59 -04:00
0296-add-more-information-to-Entity.toString.patch Updated Upstream (Bukkit/CraftBukkit), deprecate SentientNPC API 2018-08-10 22:20:59 -04:00
0297-Add-Debug-Entities-option-to-debug-dupe-uuid-issues.patch Updated Upstream (Bukkit/CraftBukkit), deprecate SentientNPC API 2018-08-10 22:20:59 -04:00
0298-EnderDragon-Events.patch Updated Upstream (Bukkit/CraftBukkit), deprecate SentientNPC API 2018-08-10 22:20:59 -04:00
0299-PlayerElytraBoostEvent.patch Updated Upstream (Bukkit/CraftBukkit), deprecate SentientNPC API 2018-08-10 22:20:59 -04:00
0300-PlayerLaunchProjectileEvent.patch [CI-SKIP] [Auto] Rebuild Patches 2018-08-17 18:01:37 -04:00
0301-Duplicate-UUID-Resolve-Option.patch Merge branch 'master' into pre/1.13 2018-08-20 20:23:06 -04:00
0302-Add-async-chunk-load-API.patch [CI-SKIP] [Auto] Rebuild Patches 2018-08-17 18:01:37 -04:00
0303-Configurable-Allowance-of-Permanent-Chunk-Loaders.patch [CI-SKIP] [Auto] Rebuild Patches 2018-08-17 18:01:37 -04:00
0304-Speedup-BlockPos-by-fixing-inlining.patch [CI-SKIP] [Auto] Rebuild Patches 2018-08-17 18:01:37 -04:00
0305-Don-t-save-Proto-Chunks.patch Allow ProtoChunks to be loaded 2018-08-23 15:40:00 -04:00
0306-Optimize-RegistryID.c.patch [CI-SKIP] [Auto] Rebuild Patches 2018-08-17 18:01:37 -04:00
0307-Option-to-prevent-armor-stands-from-doing-entity-loo.patch [CI-SKIP] [Auto] Rebuild Patches 2018-08-17 18:01:37 -04:00
0308-Vanished-players-don-t-have-rights.patch [CI-SKIP] [Auto] Rebuild Patches 2018-08-17 18:01:37 -04:00
0309-Thread-Safe-Iteration-of-Chunk-Scheduler.patch Allow ProtoChunks to be loaded 2018-08-23 15:40:00 -04:00
0310-Mark-chunk-dirty-anytime-entities-change-to-guarante.patch [CI-SKIP] [Auto] Rebuild Patches 2018-08-17 18:01:37 -04:00
0311-Add-some-Debug-to-Chunk-Entity-slices.patch Merge branch 'master' into pre/1.13 2018-08-20 20:23:06 -04:00
0312-Optimize-Region-File-Cache.patch [CI-SKIP] [Auto] Rebuild Patches 2018-08-17 18:01:37 -04:00
0313-repair-bad-rcon.ip-settings-temporarily.patch [CI-SKIP] [Auto] Rebuild Patches 2018-08-17 18:01:37 -04:00
0314-EntityTransformedEvent.patch [CI-SKIP] [Auto] Rebuild Patches 2018-08-17 18:01:37 -04:00
0315-SkeletonHorse-Additions.patch [CI-SKIP] [Auto] Rebuild Patches 2018-08-17 18:01:37 -04:00
0316-Prevent-Saving-Bad-entities-to-chunks.patch [CI-SKIP] [Auto] Rebuild Patches 2018-08-17 18:01:37 -04:00
0317-Don-t-call-getItemMeta-on-hasItemMeta.patch [Auto] Updated Upstream (CraftBukkit) 2018-08-19 22:54:42 -04:00
0318-Always-process-chunk-removal-in-removeEntity.patch [CI-SKIP] [Auto] Rebuild Patches 2018-08-17 18:01:37 -04:00
0319-Ignore-Dead-Entities-in-entityList-iteration.patch [CI-SKIP] [Auto] Rebuild Patches 2018-08-17 18:01:37 -04:00
0320-Always-process-chunk-registration-after-moving.patch [CI-SKIP] [Auto] Rebuild Patches 2018-08-17 18:01:37 -04:00
0321-Provide-option-to-use-a-versioned-world-folder-for-t.patch [CI-SKIP] [Auto] Rebuild Patches 2018-08-17 18:01:37 -04:00
0322-MC-111480-Start-Entity-ID-s-at-1.patch [CI-SKIP] [Auto] Rebuild Patches 2018-08-17 18:01:37 -04:00
0323-Implement-Expanded-ArmorStand-API.patch [CI-SKIP] [Auto] Rebuild Patches 2018-08-17 18:01:37 -04:00
0324-AnvilDamageEvent.patch [CI-SKIP] [Auto] Rebuild Patches 2018-08-17 18:01:37 -04:00
0325-World-EntityHuman-Lookup-Optimizations.patch [CI-SKIP] [Auto] Rebuild Patches 2018-08-17 18:01:37 -04:00
0326-Add-TNTPrimeEvent.patch [CI-SKIP] [Auto] Rebuild Patches 2018-08-17 18:01:37 -04:00
0327-Break-up-and-make-tab-spam-limits-configurable.patch [CI-SKIP] [Auto] Rebuild Patches 2018-08-17 18:01:37 -04:00
0328-Make-portal-teleportation-adjustment-math-more-accur.patch [CI-SKIP] [Auto] Rebuild Patches 2018-08-17 18:01:37 -04:00
0329-Add-hand-to-bucket-events.patch [CI-SKIP] [Auto] Rebuild Patches 2018-08-17 18:01:37 -04:00
0330-MC-135506-Experience-should-save-as-Integers.patch [CI-SKIP] [Auto] Rebuild Patches 2018-08-17 18:01:37 -04:00
0331-Entity-add-to-world-fixes.patch Merge branch 'master' into pre/1.13 2018-08-20 20:23:06 -04:00
0332-Fix-client-rendering-skulls-from-same-user.patch [CI-SKIP] [Auto] Rebuild Patches 2018-08-17 18:01:37 -04:00
0333-Add-Early-Warning-Feature-to-WatchDog.patch [CI-SKIP] [Auto] Rebuild Patches 2018-08-17 18:01:37 -04:00
0334-Make-EnderDragon-implement-Mob.patch [CI-SKIP] [Auto] Rebuild Patches 2018-08-17 18:01:37 -04:00
0335-Detect-and-repair-corrupt-Region-Files.patch [CI-SKIP] [Auto] Rebuild Patches 2018-08-17 18:01:37 -04:00
0336-Use-ConcurrentHashMap-in-JsonList.patch [CI-SKIP] [Auto] Rebuild Patches 2018-08-17 18:01:37 -04:00
0337-Use-a-Queue-for-Queueing-Commands.patch [CI-SKIP] [Auto] Rebuild Patches 2018-08-17 18:01:37 -04:00
0338-Ability-to-get-Tile-Entities-from-a-chunk-without-sn.patch [CI-SKIP] [Auto] Rebuild Patches 2018-08-17 18:01:37 -04:00
0339-Pass-World-to-Tile-Entity-Snapshots.patch [CI-SKIP] [Auto] Rebuild Patches 2018-08-17 18:01:37 -04:00
0340-Fix-NPE-Potential-in-CraftBanner.patch [CI-SKIP] [Auto] Rebuild Patches 2018-08-17 18:01:37 -04:00
0341-Allow-disabling-armour-stand-ticking.patch [CI-SKIP] [Auto] Rebuild Patches 2018-08-17 18:01:37 -04:00
0342-Ensure-chunks-are-always-loaded-on-hard-position-set.patch [CI-SKIP] [Auto] Rebuild Patches 2018-08-17 18:01:37 -04:00
0343-Optimize-BlockPosition-helper-methods.patch Merge branch 'master' into pre/1.13 2018-08-18 04:12:45 -05:00
0344-Send-nearby-packets-from-world-player-list-not-serve.patch Merge branch 'master' into pre/1.13 2018-08-18 04:12:45 -05:00
0345-Cache-World-Entity-Type-counts.patch Fix some performance regression in last patch 2018-08-18 12:42:17 -04:00
0346-Restore-vanlla-default-mob-spawn-range.patch restore vanilla default mob-spawn-range 2018-08-18 12:43:44 -04:00
0347-Optimize-Hoppers.patch Restore Optimized Hoppers patch 2018-08-18 18:21:35 -04:00
0348-Cached-IBlockData-to-CraftBlockData-conversion.patch Cached IBlockData to CraftBlockData conversion (#1368) 2018-08-23 16:44:41 -04:00
0349-Fix-MC-124320.patch [CI-SKIP] [Auto] Rebuild Patches 2018-08-23 16:46:33 -04:00
0350-Slime-Pathfinder-Events.patch 1.13: Slime Patherfinder Events (#1246) 2018-08-24 10:40:14 -04:00