Folia/gradle.properties
Spottedleaf fd838ffbee Update to latest paper
Fix two regionizer issues:

In ThreadedRegionizer#addChunk, fix the incorrect handling
of merging two regions where one of the regions had
pending merges. If the first region had pending merges,
and the second was marked as "ready" then the merge would
cause a "ready" region to have pending merges. The fix is
to simply downgrade the "ready" region to "transient,"
as was previously done if the merge was delayed in the
case where the first region was "ticking."

Additionally, prevent the creation of empty regions
by checking if any new sections were created. This would
happen when a section existed, but had no marked chunks
in it AND all of the sections neighbours existed. In these
cases, no region needs to be created as no sections were
created.
2023-06-09 23:44:24 -07:00

10 lines
186 B
INI

group=dev.folia
version=1.20-R0.1-SNAPSHOT
mcVersion=1.20
paperRef=2ffb704efaf9811b9da286011e9c4b8f682620a9
org.gradle.caching=true
org.gradle.parallel=true
org.gradle.vfs.watch=false