Age | Commit message (Collapse) | Author | |
---|---|---|---|
26 hours | Add datapack registration lifecycle eventfeature/datapack-lifecycle-event | Jake Potrebic | |
29 hours | Partially revert 083c083188 for Transformation (#11798) | Jake Potrebic | |
* Partially revert 083c083188 for Transformation The type is used in a way that requires mutability * keep copy in ctors | |||
34 hours | Fix dropper inventory var | Nassim Jahnke | |
35 hours | Correctly die when cancelling EntityResurrectEvent (#11785) | Bjarne Koll | |
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. | |||
35 hours | Fix tripwires (#11790) | Lulu13022002 | |
36 hours | Fix recipe book items order (#11787) | Kobe ⑧ | |
38 hours | Throw during plugin update folder process on failed rename/delete (#11784) | Warrior | |
38 hours | [ci skip] Fix Inventory#addItem javadoc mismatch with behaviour (#11782) | masmc05 | |
42 hours | [ci skip] Comment out update tasks, update comments | Nassim Jahnke | |
42 hours | [ci skip] Simplify and update contribution guidelines | Nassim Jahnke | |
44 hours | Fix PlayerTradeEvent visual issue when being cancelled (#11773) | Kobe ⑧ | |
44 hours | Move missing import into feature patches to fix pre-features compile | Shane Freeder | |
Came across this in my complete utter failure to use the commands to apply patches properly | |||
48 hours | refactor registry entry to detach 'delayed' from other meta | Jake Potrebic | |
Also fixes an issue with direct holders | |||
2 days | Fix totems negating incorrect item (#11776) | Owen | |
2 days | Fix potion effect type removal (#11778) | Bjarne Koll | |
An incorrectly updated hunk attempted to remove the MobEffectInstance from the active effect map instead of the Holder<MobEffect> as the parameter name was changed from holder to effect during hardfork. | |||
2 days | [ci skip] more cleanup from repo reorg | Jake Potrebic | |
2 days | Fix a bunch more issues arising from mutable types (#11769) | Jake Potrebic | |
2 days | Update minecraft dir referencesdev/hard-fork | Nassim Jahnke | |
2 days | update .editorconfig | Jake Potrebic | |
2 days | remove test plugin diff accidentally committed | Jake Potrebic | |
3 days | move junit platform dep to -server and -api | Jake Potrebic | |
3 days | Fix Registry#getKey implementation | Jake Potrebic | |
3 days | Update paperweight to 2.0.0-beta.8 and remove deprecated VM arg from runs | Jason Penilla | |
3 days | fix flying too long check | Lulu13022002 | |
4 days | Some more cleanup | Bjarne Koll | |
4 days | More cleanup of var names | Nassim Jahnke | |
4 days | Update branch name references | Nassim Jahnke | |
4 days | Update output jar dir references | Nassim Jahnke | |
4 days | and some more | Nassim Jahnke | |
4 days | Apply some feature patches to files instead | Nassim Jahnke | |
They're small and/or really shouldn't be left unapplied | |||
4 days | More diff/changed variable name cleanup | Nassim Jahnke | |
4 days | Fix unintentional change to default "overridePermissions" argument (#11759) | Isaac - The456 | |
4 days | Fix vehicle movement check | Nassim Jahnke | |
4 days | Add capabilities for old API coordinates | Jason Penilla | |
This will cause Gradle to throw a selection error when for example paper-api and spigot-api are on the classpath. Users will need to add selection rules or excludes for certain transitive deps to solve this rather than build with a broken classpath. | |||
4 days | fix more diff | Lulu13022002 | |
4 days | Apply remaining feature patches | Nassim Jahnke | |
4 days | Update remaining feature patches | Nassim Jahnke | |
4 days | Update Gradle wrapper and paperweight | Jason Penilla | |
4 days | fix enderpearl across portals | Lulu13022002 | |
4 days | Fix compile errors in Moonrise patch | Spottedleaf | |
4 days | Port CB changes from Moonrise patch | Spottedleaf | |
4 days | Rebase on latest | Spottedleaf | |
4 days | Apply Moonrise patch minus CB diff | Spottedleaf | |
4 days | Migrate ChunkSystem class to PaperHooks | Spottedleaf | |
4 days | Fix file paths in Moonrise patch | Spottedleaf | |
4 days | Fix indices/line numbers in Moonrise patch | Spottedleaf | |
4 days | Move Moonrise patch | Spottedleaf | |
5 days | More param name fixes | Nassim Jahnke | |
5 days | Remove dead diff, some name/diff cleanup | Nassim Jahnke | |
5 days | Update paperweight to 2.0.0-beta.6 | Jason Penilla | |