Commit graph

  • d64be7e10a
    Fix NPE of AbstractArrow#getWeapon (#10933) Lulu13022002 2024-06-21 18:48:29 +0200
  • a0fad76fb6
    Fix base damage for trident (#10948) Lulu13022002 2024-06-21 18:48:18 +0200
  • 0a1b133c28
    Revert "Fixes exception log messages getting dropped during bootstrap (#10935)" (Closes #10945) Shane Freeder 2024-06-21 10:05:27 +0100
  • 8b1d26df0b
    Fix diff in sprint interruption option (Closes #10939) Shane Freeder 2024-06-21 01:21:23 +0100
  • 2118196dd5
    Fixes exception log messages getting dropped during bootstrap (#10935) Jake Potrebic 2024-06-20 11:26:07 -0700
  • bab07e0ff9
    Validate speed for tool component rule (#10923) Lulu13022002 2024-06-20 18:32:32 +0200
  • 666bc4dbb2
    Experimental annotation changes (#10914) Lulu13022002 2024-06-20 18:03:09 +0200
  • cf60574a2f
    Fix jukebox playable component not being applied on item meta (#10922) Lulu13022002 2024-06-20 17:57:56 +0200
  • 2df432f6af Re-add chunk system debug commands Spottedleaf 2024-06-19 12:11:21 -0700
  • e0d9d6028c Add debug for chunk system unload crash Spottedleaf 2024-06-19 10:55:04 -0700
  • f4ddd4ac24 Fix ChunkHolder#getFullChunkNow returning non-null when it should not Spottedleaf 2024-06-19 10:42:48 -0700
  • 38428c0d6c Cleanup MCUtils patch for chunk system Spottedleaf 2024-06-19 10:29:03 -0700
  • c0268ca86e Copy missing diff from old chunk system patch Spottedleaf 2024-06-19 09:27:15 -0700
  • 250e78c42a Re-add fixlight command Spottedleaf 2024-06-19 08:37:12 -0700
  • 4ea696ffe4
    Add ticket for chunk load in isChunkGenerated Jason Penilla 2024-06-18 21:15:20 -0700
  • 3b1c85b3a2
    Execute chunk tasks while waiting for chunk load in isChunkGenerated Jason Penilla 2024-06-18 21:04:13 -0700
  • d23825aa56
    Add missing null check to getFullChunkIfLoaded Jason Penilla 2024-06-18 18:27:50 -0700
  • 126f6d7dc1
    Remove getUnloadingChunkHolder check Jason Penilla 2024-06-18 12:51:40 -0700
  • 7bbe6820c2
    Fix CraftWorld#isChunkGenerated Jason Penilla 2024-06-18 12:44:07 -0700
  • 090775eff4
    Use ItemStack.empty() when air is passed into constructor Nassim Jahnke 2024-06-18 15:31:30 +0200
  • 4514f41ffa
    Correct duplicate attribute check (#10901) Bjarne Koll 2024-06-18 11:11:14 +0200
  • b4b820851f
    Fix NPE for Jukebox#setRecord Jake Potrebic 2024-06-17 17:42:48 -0700
  • b9f7098723
    [ci skip] Fix javadoc mistake in EnchantmentRegistryEntry.Builder (#10898) Emilia Kond 2024-06-18 00:54:49 +0300
  • 21c9a7c79d
    Rebuild patches Nassim Jahnke 2024-06-17 21:21:06 +0200
  • b3e072a625
    Fix hasFiredAsync parameter when AsyncPlayerSendCommandsEvent is called (#10896) willkroboth 2024-06-17 21:16:55 +0200
  • bf8552f0f0
    Delegate ItemStack (#10852) Jake Potrebic 2024-06-17 12:12:42 -0700
  • 13992b17c7
    Make chunk system loggers calm down a bit Nassim Jahnke 2024-06-17 13:43:21 +0200
  • 152f4feff3
    Add back improved watchdog support patch Nassim Jahnke 2024-06-17 13:36:43 +0200
  • a7f6633362
    make EntityPortalReadyEvent#setTargetWorld work again Jake Potrebic 2024-06-16 15:48:38 -0700
  • fb762cf368
    remove remaining reference to 'pgive' Jake Potrebic 2024-06-16 15:38:59 -0700
  • 8dfb85c173
    Enchantment and GameEvent Registry builders (#10889) Jake Potrebic 2024-06-16 15:00:12 -0700
  • de8220c3bc
    Update ChunkMap#distanceManager mapping patch Jason Penilla 2024-06-16 14:50:57 -0700
  • 61b85e4cbf
    Fix legacy cb version in remapper Nassim Jahnke 2024-06-16 23:23:50 +0200
  • f8ee0a06c5 Fix implementations of ChunkHolder#getChunkIfPresent Spottedleaf 2024-06-16 14:09:44 -0700
  • d9111ccec2
    Registry Modification API (#10893) Jake Potrebic 2024-06-16 12:39:59 -0700
  • 106dbae220
    Fix getAddress connection check Nassim Jahnke 2024-06-16 21:31:39 +0200
  • 167961e744
    call EntityDamageItemEvent for thorns Jake Potrebic 2024-06-16 09:47:53 -0700
  • fbc2a55cde
    Update Wither#canTravelThroughPortals Bjarne Koll 2024-06-16 18:04:11 +0200
  • e1c0033552
    Updated Upstream (Bukkit/CraftBukkit) Bjarne Koll 2024-06-16 17:21:14 +0200
  • ec4c712efa
    update 'improve mass craft perf' patch Jake Potrebic 2024-06-16 08:08:06 -0700
  • d8c298007f
    Add Adventure API to ServerLinks (#10891) Jakub Zacek 2024-06-16 13:54:38 +0200
  • c84a3b541c
    Remove fully dropped patches Nassim Jahnke 2024-06-16 13:14:53 +0200
  • dc684c60d1
    Remove bad server.scheduleOnMain disconnect calls from old patches The new behavior of disconnect to block the current thread until the disconnect succeeded is better than throwing it off to happen at some point Nassim Jahnke 2024-06-16 12:56:00 +0200
  • 752f957e12
    Add back more patches Nassim Jahnke 2024-06-16 12:47:57 +0200
  • 60f3bd8d0c
    De-deprecate BlockData#getDestroySpeed Bjarne Koll 2024-06-16 12:44:22 +0200
  • 1f8e7a7b09
    address compile and test issue (#10890) Yannick Lamprecht 2024-06-16 11:47:44 +0200
  • f873bcee24 Fix NPE in V3808 Spottedleaf 2024-06-15 22:57:01 -0700
  • 7240d9d81c
    Restore functionality to sand dupe setting Owen1212055 2024-06-15 22:04:02 -0400
  • 5a5412ca70
    Owen fixing stuff!!! Owen1212055 2024-06-15 21:43:06 -0400
  • 5e7cd0784b
    add some generated typed/tag keys Jake Potrebic 2024-06-15 15:52:14 -0700
  • b090c65fe0 Remove unnecessary changes from chunk status fix Spottedleaf 2024-06-15 15:31:04 -0700
  • e339ec27b4
    Deprecate BlockData#getDestroySpeed for removal Bjarne Koll 2024-06-16 00:19:10 +0200
  • 3555a7776e
    Properly forward DispenseEvent #getItem to saddle Bjarne Koll 2024-06-16 00:01:55 +0200
  • 7df472527f
    Configurable damage tick when blocking with shield (#10877) Bjarne Koll 2024-06-15 23:09:34 +0200
  • d41636f445
    Add back RecipeIterator fixes patch (#10887) Aya 2024-06-15 20:49:08 +0100
  • c1aefeecc6
    correctly change enchantment registry to a 'delayed' version Jake Potrebic 2024-06-15 12:04:06 -0700
  • 56b5b7d452
    Fix max chunk status checks Nassim Jahnke 2024-06-15 19:57:59 +0200
  • 0008fa17e9
    Add back more optimization patches Nassim Jahnke 2024-06-15 19:24:11 +0200
  • 04dad71064
    Improve enchantWithLevels logic Bjarne Koll 2024-06-15 19:08:11 +0200
  • a835ad1076
    Merge remote-tracking branch 'origin/dev/1.21' into dev/1.21 Nassim Jahnke 2024-06-15 18:52:19 +0200
  • b420038799
    Fix ItemMeta#removeEnchantments (#10886) Ghast 2024-06-15 17:26:55 +0200
  • fb511c698e
    Fix Player#sendBlockState (#10855) Jake Potrebic 2024-06-15 08:05:21 -0700
  • 5bd7f4e8ae
    Update AbstractArrow item method implementations for 1.20.6 (#10885) Jake Potrebic 2024-06-15 16:40:29 +0200
  • 0b6701da5a
    Revert DamageSource#getCausingEntity to vanilla Bjarne Koll 2024-06-15 18:39:55 +0200
  • 4bc15f13aa
    Updated Upstream (Bukkit/CraftBukkit) Nassim Jahnke 2024-06-15 18:28:18 +0200
  • 5d834b1b71
    rebuild patches Jake Potrebic 2024-06-15 06:22:06 -0700
  • ee9b820fbe
    Update more optimization patches Nassim Jahnke 2024-06-15 14:12:22 +0200
  • 097284d06b
    Bump tiny-remapper to 0.10.3 Jason Penilla 2024-06-14 21:44:18 -0700
  • 512fd08eca
    Update Gradle Wrapper to v8.8 Jason Penilla 2024-06-14 17:53:11 -0700
  • 730882fca9 Chunk System and Starlight WIP Spottedleaf 2024-06-14 17:19:25 -0700
  • ffe310a8e1
    remove api that was scheduled for removal Jake Potrebic 2024-06-14 14:07:44 -0700
  • 188cff20c7
    remove old vanilla goals Jake Potrebic 2024-06-14 13:38:42 -0700
  • 5fca3ae47b
    update generated API Jake Potrebic 2024-06-14 13:11:23 -0700
  • f5693896c5 Update ConcurrentUtil Spottedleaf 2024-06-14 10:47:33 -0700
  • df633e5ffa DataConverter 1.21 Spottedleaf 2024-06-14 10:34:45 -0700
  • 38b3182a90 Updated Upstream (Bukkit/CraftBukkit) Spottedleaf 2024-06-14 10:15:52 -0700
  • 66f7b672ed
    Fix body equipmentslot and effect enum Nassim Jahnke 2024-06-14 18:53:32 +0200
  • 038f8d915e
    Fixup and deprecate player profiles in ping event The player sample uses game profile internally, but discards everything but the name and uuid and does not follow player profile restrictions, so it doesn't make sense to use that in the event. Nassim Jahnke 2024-06-14 18:14:55 +0200
  • 5442bffab5
    Make it compile Nassim Jahnke 2024-06-14 18:02:15 +0200
  • 184a943ad4
    Adopt previous commit changes in API Bjarne Koll 2024-06-14 16:02:59 +0200
  • 547f09dfa0
    Some work on the ItemMend events Bjarne Koll 2024-06-14 16:01:00 +0200
  • 69d1d0a4f4
    Pretend to fix compile errors Bjarne Koll 2024-06-14 15:16:29 +0200
  • a308c7c8d7
    Fix more compile issues Nassim Jahnke 2024-06-14 14:28:06 +0200
  • 0d3ce2d704
    Fix more compile issues Nassim Jahnke 2024-06-14 14:11:52 +0200
  • 3c04f9f668
    Fix a few compile errors Nassim Jahnke 2024-06-14 13:07:50 +0200
  • 6a34750160
    Move unapplied patches to the back Bjarne Koll 2024-06-14 12:05:15 +0200
  • 6d4e235784
    988 Bjarne Koll 2024-06-14 11:59:44 +0200
  • 4140de28eb
    960 Bjarne Koll 2024-06-14 11:07:50 +0200
  • a399f23903
    956 Bjarne Koll 2024-06-14 10:56:28 +0200
  • 14c03366ed
    922 Bjarne Koll 2024-06-14 10:17:11 +0200
  • 33b36cde31
    update some patches Jason Penilla 2024-06-13 20:41:44 -0700
  • 52b49fbcc8
    788/1053 Jake Potrebic 2024-06-13 18:30:23 -0700
  • 8731266275
    650/1053 Jake Potrebic 2024-06-13 17:08:12 -0700
  • ba163e10bb
    585/1053 Jake Potrebic 2024-06-13 16:32:45 -0700
  • ed2ea4538e
    538 Bjarne Koll 2024-06-14 00:44:26 +0200
  • 083bd9e75c
    531/1053 Jake Potrebic 2024-06-13 14:42:02 -0700
  • 27e29ccaf2
    487/1053 Jake Potrebic 2024-06-13 13:57:13 -0700
  • 0bc9aeef26
    385 Jake Potrebic 2024-06-13 13:14:13 -0700
  • ec05cb8b38
    279 Jake Potrebic 2024-06-13 12:04:27 -0700
  • 0b7552272a
    194 Jake Potrebic 2024-06-13 11:09:28 -0700