aboutsummaryrefslogtreecommitdiffhomepage
path: root/patches
AgeCommit message (Collapse)Author
2024-04-28Serialize ItemMeta to SNBT to losslessly save ItemStacksJake Potrebic
2024-04-28Fix CraftMetaBlockState adding extra tagsJake Potrebic
2024-04-28Add itemName components (Resolves #10467) (#10471)Shane Freeder
* Add itemName components (Resolves ##10467) * improve javadocs and formatting * rebased --------- Co-authored-by: Jake Potrebic <[email protected]>
2024-04-28final missing validation for data componentsJake Potrebic
2024-04-28Fix overly strong name validation in player headsNassim Jahnke
Closes #10477
2024-04-28respect hard list size limits in ItemMetaJake Potrebic
2024-04-28Don't hard fail on plugin remap errorNassim Jahnke
Closes #10474
2024-04-28Fix issue with empty lists in adventure predicatesJake Potrebic
Fixes #10473
2024-04-28Fix another missing book meta tagShane Freeder
2024-04-28Fix book meta lacking resolved tag from older versions (Fixes #10470)Shane Freeder
2024-04-28Fix test compilationNassim Jahnke
2024-04-27more fixes for ItemMeta relating to componentsJake Potrebic
2024-04-27Fix firework meta NPEJake Potrebic
Fixes #10466
2024-04-27Fix the incorrect codec usage in the Style convert (#10465)caramel
2024-04-27Only scan `org.bukkit.craftbukkit.inventory` in `MetaHandledTagsTest`Jason Penilla
fixes tests OOMing
2024-04-27remove calls to DoNotUse methodsJake Potrebic
2024-04-27Updated Upstream (Bukkit/CraftBukkit)Jake Potrebic
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: 304e83eb PR-1002: Improve documentation and implementation of getMaxStackSize e8215ea2 SPIGOT-7638: Library loader does not seem to resolve every dependency 79c595c0 SPIGOT-7637: Bad logic in checking nullability of AttributeModifier slots CraftBukkit Changes: 91b1fc3f1 SPIGOT-7644: Fix ItemMeta#getAsString 4e77a81e1 SPIGOT-7615: PlayerLeashEntityEvent cancelled eats lead 996f660f3 Do not remove leash knot if leasing to an existing leash knot gets cancelled f70367d42 SPIGOT-7643: Fix inverted leash event cancelled usage and remove leash knot if no entity gets leashed 7ddb48294 SPIGOT-7640: Abnormal jumping height of wind charge 080c8711e SPIGOT-7639: Incoming plugin channels not working ad549847e Open a direct connection instead of pinging mojang server to check if it is reachable 38e2926c5 SPIGOT-7365: DamageCause blocked by shield should trigger invulnerableTime
2024-04-27fix last test issueJake Potrebic
2024-04-27Fix issue with hopppersJake Potrebic
Fixes #10464
2024-04-27improve checking handled tags in itemmeta (#9470)Jake Potrebic
2024-04-27Use JetBrains runtime for run tasksJason Penilla
allows for better runtime class redefinition closes #10459
2024-04-28Temporarily comment out adventure jd linksNassim Jahnke
2024-04-27proper migration to gamerules for keep spawn loaded distanceJake Potrebic
2024-04-28Fix bad diff in build gradle fileNassim Jahnke
2024-04-27Revert to vanilla handling of LivingEntity#actuallyHurt (#10463)Jake Potrebic
2024-04-27more ItemFlag fixesJake Potrebic
2024-04-27remove funny diffJason Penilla
2024-04-27Move cb version definition to gradle patchJason Penilla
2024-04-27Move obfhelper/stack deobf diff into original patchJason Penilla
2024-04-27update generatorLulu13022002
2024-04-27Bump adventure ansi serializerJason Penilla
2024-04-27Start cleaning up plugin remapping patchesJason Penilla
2024-04-27fix helmet damage reduction inconsistenciesLulu13022002
See: https://github.com/PaperMC/Paper/issues/9555#issuecomment-1681120506
2024-04-27fix PotionEffectType#getEffectAttributesLulu13022002
2024-04-27Update DataConverter to 1.20.6-rc1Spottedleaf
Fixes trader llama inventory incorrectly converting
2024-04-27fix item flagsJake Potrebic
2024-04-27Unify plugin remapping debug flagsJason Penilla
2024-04-27Restore Handle Large Packets Disconnecting Client PatchShane Freeder
2024-04-26improve dumpitem and pgive commandsJake Potrebic
2024-04-26bunch of fixes and improvementsJake Potrebic
2024-04-26add back hunk to async SavedData IOJake Potrebic
2024-04-26more fixesJake Potrebic
2024-04-26add back missing call to profile fill eventsJake Potrebic
2024-04-26fix adventure converters not using RegistryOpsJake Potrebic
2024-04-26fix enchantment order issueJake Potrebic
2024-04-26readd old UUID format patchJake Potrebic
2024-04-26fix javadocs for SpawnerEntry$Equipment APIJake Potrebic
2024-04-26deprecate our ItemRarity APIJake Potrebic
2024-04-26fix custom potion mixesJake Potrebic
2024-04-26fix exact choice recipesJake Potrebic