aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2024-10-27Allow using old ender pearl behavior & apply ender pearl exploit patch1.21.3-legacy-ender-pearlsJason Penilla
When enabled, ender pearls will not load chunks and will save to the world instead of the player. Also changes the exploit config to be default false, as it only makes sense when legacy behavior is enabled.
2024-10-27Fix unused parameter in PlayerList#removeJason Penilla
2024-10-27Remove unnecessary ATJason Penilla
2024-10-27Fix NPE and StackOverflowError for dispensersLulu13022002
2024-10-27Remove timings implNassim Jahnke
2024-10-27Update material tags and entity effectBjarne Koll
2024-10-27Another oneNassim Jahnke
2024-10-27Add back per player mob spawningNassim Jahnke
Also removes the `info.mobCategoryCounts.mergeInt` call that - at least from what I can tell - has been wrongly counting spawned mobs twice. The runner passed via `info::afterSpawn` already counts up that exact number in the same exact places (where `j`, the return value used here, is incremented)
2024-10-27More patchesNassim Jahnke
2024-10-27Readd last API patch (with TODO)Nassim Jahnke
2024-10-27Delete some old patchesNassim Jahnke
2024-10-26re-add improve perf of mass craftsJake Potrebic
2024-10-26fix DamageTypeTags initLulu13022002
2024-10-26fix item metaLulu13022002
2024-10-26Apply more patchesNassim Jahnke
2024-10-26update generatorLulu13022002
2024-10-26Update WorldServer#serverlevelData mappingShane Freeder
2024-10-25Apply watchdoge patchesJason Penilla
2024-10-25Fix boats/minecarts not dropping when destroyedSpottedleaf
Diff to clone the item was lost, which meant that the spawned item was air.
2024-10-25Add startup flag to disable gamerule limitsSpottedleaf
-DPaper.DisableGameRuleLimits=true will disable gamerule limits
2024-10-25Revert "Add max minecarft speed gamerule config"Spottedleaf
This reverts commit 61136fe43bb61538716c68c6049cc0bd15d40190.
2024-10-25Add max minecarft speed gamerule configSpottedleaf
2024-10-25Fix crafting (and server icon)Bjarne Koll
2024-10-25Fix MSPT commandSpottedleaf
Used wrong variable for tick length
2024-10-25Fix Anti-Xray using wrong data in chunk deserializeSpottedleaf
2024-10-25fix compile issuesSpottedleaf
2024-10-25Specify mainCapabilityAttribute for paper-apiJason Penilla
2024-10-25Rebase fixupsSpottedleaf
2024-10-25Review patch-to-patch diffSpottedleaf
Looks OK
2024-10-25Fix compile issuesSpottedleaf
2024-10-25Finish rebaseSpottedleaf
2024-10-25Prepare rebaseSpottedleaf
2024-10-25Finish mixin diff reviewSpottedleaf
The mixin diff review looks OK, but need to check the patch diff now.
2024-10-25Complete rebase, start reviewSpottedleaf
2024-10-25Prepare rebaseSpottedleaf
2024-10-25Fix some compile errors from patchesSpottedleaf
2024-10-25Implement chunk systemSpottedleaf
2024-10-25Implement StarlightSpottedleaf
2024-10-25Implement explosion optimisationsSpottedleaf
2024-10-25Implement chunk tick iteration optimisationsSpottedleaf
2024-10-25Implement config hooks in PaperHooksSpottedleaf
2024-10-25Merge patchesSpottedleaf
2024-10-25Begin fixing issuesSpottedleaf
See diff in the update text file
2024-10-25Move common diffs to MCUtilsSpottedleaf
2024-10-25Start Moonrise updateSpottedleaf
This is based on Moonrise's 1.21.2 branch, but this on 1.21.1 so some diffs cannot be applied (and this doesn't compile). See moonrise_update_1_21_2.txt for progress
2024-10-25fix some issuesLulu13022002
2024-10-25Test compile fixesBjarne Koll
2024-10-25Compiler issue v5Bjarne Koll
2024-10-25Compiler issues v4Bjarne Koll
2024-10-25Compiler issues v3Bjarne Koll