9
0
mirror of https://github.com/LeavesMC/Leaves.git synced 2026-01-01 05:16:29 +00:00

Modify merge ItemEntity logic, update paper & gradle (#754)

* update paper & gradle

* Modify merge ItemEntity logic

Add followTickSequenceMerge to modify merge items, due to Paper's modification of the merge radius, when the merge radius is large and stacks containing many items get stuck in an unexpected position, individual items may never reach their destination. This configuration option is added to fix this behavior.

* add comments
This commit is contained in:
Helvetica Volubi
2025-10-03 21:43:11 +08:00
committed by GitHub
parent 1855b074c5
commit e25d885bd5
6 changed files with 28 additions and 5 deletions

View File

@@ -782,6 +782,9 @@ public final class LeavesConfig {
};
}
}
@GlobalConfig("follow-tick-sequence-merge")
public boolean followTickSequenceMerge = false;
}
public static PerformanceConfig performance = new PerformanceConfig();