Commit Graph

14 Commits

Author SHA1 Message Date
2c2dadf75b More more more more work 2024-12-03 20:34:55 +01:00
3a8f9e0b6e Start update, apply API patches 2024-12-03 17:58:41 +01:00
199ab95b0d Patch me this, patch me that 2024-10-24 12:11:32 +02:00
510057a8ad okaaay let's go 2024-10-22 18:23:19 +02:00
4eaa335676 922 2024-06-14 10:17:11 +02:00
0ef31547a1 Finish API patches 2024-06-13 08:45:43 -07:00
57a40dbdd3 remove calls to DoNotUse methods 2024-04-27 18:18:20 -07:00
21581c8111 955 2024-04-24 16:25:57 -07:00
47ee5579ff Begin update to 1.20.5 2024-04-23 10:02:08 -07:00
8b00b9a52d Updated Upstream (Bukkit/CraftBukkit) (#10301)
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:
7ca2b46c SPIGOT-7594: Fix typo and include missing MinecraftExperimental annotation in Loot Table enum

CraftBukkit Changes:
176c0ad39 Fix copying BlockStates with fields (eg, Banner)
ee685bd2a Fix Camel not standing up when hurt
619936d4b Increase outdated build delay
2024-03-08 15:52:00 -08:00
393db207da [ci skip] Add more patch identifying comments 2024-01-13 18:34:33 +01:00
4ce929d6da Apply all patches 2023-12-06 19:18:53 +01:00
46f4547805 Prepare for 1.20.3 dev 2023-12-05 18:20:55 +01:00
776cc1199a Fix several issues with EntityBreedEvent (#8677)
Upstream did not account for different hands when storing
the breed item for later use in the event. Also they only
stored a reference to the stack, not a copy so if the stack
changed after love mode was started, the breed item in the event
also changed. Also in several places, the breed item was stored after
it was decreased by one to consume the item.
2023-11-11 15:23:02 -08:00