aboutsummaryrefslogtreecommitdiffhomepage
path: root/patches/server/0260-Prevent-Mob-AI-Rules-from-Loading-Chunks.patch
AgeCommit message (Collapse)Author
2022-10-02Updated Upstream (Bukkit/CraftBukkit) (#8430)Nassim Jahnke
Upstream has released updates that appear to apply and compile correctly. This update has not been tested by PaperMC and as with ANY update, please do your own testing Bukkit Changes: 09943450 Update SnakeYAML version 5515734f SPIGOT-7162: Incorrect description for Entity#getVehicle javadoc 6f82b381 PR-788: Add getHand() to all relevant events CraftBukkit Changes: aaf484f6f SPIGOT-7163: CraftMerchantRecipe doesn't copy demand and specialPrice from BukkitMerchantRecipe 5329dd6fd PR-1107: Add getHand() to all relevant events 93061706e SPIGOT-7045: Ocelots never spawn with babies with spawn reason OCELOT_BABY
2022-09-01Re-arrange most chunk system patches to front (#8338)Spottedleaf
* Re-arrange most chunk system patches to front Co-authored-by: Spottedleaf <[email protected]>
2022-07-27More workNassim Jahnke
2022-07-27Move patches over, start with first fewNassim Jahnke
2022-07-03Do not use worldgen executor for api profile completionsSpottedleaf
We cannot put blocking network I/O onto the worldgen threads, this will crash the server if it stalls
2022-06-10Remove unneeded patchOwen1212055
2022-06-09Move to configurate for paper.yml (#7609)Jake Potrebic
2022-06-02Remove ChatColor usages (#7543)Jake Potrebic
2022-03-30Remove KeyedObject interface (#7680)Jake Potrebic