Commit Graph

87 Commits

Author SHA1 Message Date
17d76ae42b Correctly die when cancelling EntityResurrectEvent (#11785)
The existing logic in LivingEntity#checkTotemDeathProtection completes
by checking whether the death protection component is null or not.
In cases where the event was cancelled, the component needs to be nulled
out to prevent the method from returning true, causing the player to
properly die.
2024-12-23 19:38:10 +01:00
cbf630d5b5 Move missing import into feature patches to fix pre-features compile
Came across this in my complete utter failure to use the commands to
apply patches properly
2024-12-23 09:28:58 +00:00
3bfdf6a07a fix flying too long check 2024-12-21 19:27:59 +01:00
286e3468d7 Some more cleanup 2024-12-21 16:03:34 +01:00
3b0b3a0aef and some more 2024-12-21 13:45:04 +01:00
82216a59fe Apply some feature patches to files instead
They're small and/or really shouldn't be left unapplied
2024-12-21 13:21:47 +01:00
e0593e9286 More diff/changed variable name cleanup 2024-12-21 12:15:25 +01:00
13b890950d Apply remaining feature patches 2024-12-20 23:24:23 +01:00
2213ce5bbc fix enderpearl across portals 2024-12-20 21:22:58 +01:00
86378c66b3 Fix compile errors in Moonrise patch 2024-12-20 11:06:19 -08:00
48f34f8c90 Port CB changes from Moonrise patch 2024-12-20 10:52:51 -08:00
3af380ba08 Rebase on latest 2024-12-20 09:36:39 -08:00
45c905b928 Apply Moonrise patch minus CB diff 2024-12-20 09:22:42 -08:00
6186079231 Migrate ChunkSystem class to PaperHooks 2024-12-20 09:22:42 -08:00
0ed399bb41 Fix file paths in Moonrise patch 2024-12-20 09:22:42 -08:00
f25d4a6b28 Fix indices/line numbers in Moonrise patch 2024-12-20 09:22:42 -08:00
09aea75701 Move Moonrise patch 2024-12-20 09:22:42 -08:00
25a7793b9c drop duplicate block update 2024-12-19 22:12:09 +01:00
1f86b55302 reapply SummonEntityEffect 2024-12-19 21:29:31 +01:00
49f715fdda update brig in the API and patch cleanup 2024-12-18 18:30:29 -08:00
5922e6334b fix allowPermanentBlockBreakExploits config 2024-12-18 23:35:47 +01:00
6126012369 readd beacon effect cause 2024-12-18 19:29:39 +01:00
972266605e Remove dead code, param renames in added methods 2024-12-17 22:04:50 +01:00
7caf863b52 Small diff cleanups from patch updating
And remove a dumb log change in PacketEncoder
2024-12-17 16:50:59 +01:00
2d83f05a6c Update watchdog patches 2024-12-17 13:32:46 +01:00
7daedfcbc3 Update Optimise-collision-checking, apply more updated patches 2024-12-17 12:49:23 +01:00
05c0d4a6e2 Unapply hopper patch for now
Apparently depends on moonrise change
2024-12-17 11:11:41 +01:00
4e26399002 Apply the updated patches 2024-12-17 11:05:41 +01:00
7d29c678f7 Add in DataConverter 2024-12-16 09:39:14 -08:00
df3be3f436 Fix patch line numbers and indices 2024-12-16 09:38:31 -08:00
9539f74ff0 Move rewrite dataconverter system patch 2024-12-16 09:38:31 -08:00
9e8a2de45b readd bukkit extra data to entity tags 2024-12-16 18:07:41 +01:00
783b3b70e6 readd dropped event in InteractWithDoor 2024-12-16 17:29:46 +01:00
9c973e84bc Some fixes 2024-12-16 15:44:33 +01:00
273ced9170 Apply some feature patches 2024-12-16 15:17:46 +01:00
f2ff5966a6 First few files and initial rebuild 2024-12-13 16:52:45 +01:00
40ec8fb606 Move to paperweight v2
Co-authored-by: Nassim Jahnke <nassim@njahnke.dev>
2024-12-12 10:57:30 +01:00