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:
@@ -782,6 +782,9 @@ public final class LeavesConfig {
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
@GlobalConfig("follow-tick-sequence-merge")
|
||||
public boolean followTickSequenceMerge = false;
|
||||
}
|
||||
|
||||
public static PerformanceConfig performance = new PerformanceConfig();
|
||||
|
||||
Reference in New Issue
Block a user