9
0
mirror of https://github.com/LeavesMC/Leaves.git synced 2025-12-29 20:09:23 +00:00
Files
LeavesMC/gradle.properties
Helvetica Volubi e25d885bd5 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
2025-10-03 21:43:11 +08:00

12 lines
292 B
INI

group=org.leavesmc.leaves
version=1.21.10-rc1-R0.1-SNAPSHOT
mcVersion=1.21.10-rc1
paperRef=dffe9ec16e647efc2fa63afdb0538c744b9eaa7a
preVersion=true
paper.runDisableWatchdog=true
org.gradle.configuration-cache=false
org.gradle.caching=true
org.gradle.parallel=true
org.gradle.vfs.watch=false