mirror of
https://github.com/Winds-Studio/Leaf.git
synced 2025-12-27 02:49:19 +00:00
Upstream has released updates that appear to apply and compile correctly Paper Changes: PaperMC/Paper@78feecb Deprecate BlockType#isInteractable (#11427) PaperMC/Paper@1cb2bf4 Add velocity forwarding secret env override (#10127) PaperMC/Paper@81d9448 Add ItemStack array serialization methods (#10387) PaperMC/Paper@2f50b87 Fixup command precprocess cancellation (#11424) PaperMC/Paper@540deb7 Fix Color Particle API (#10895) PaperMC/Paper@e8297c4 Expand out datapack API (#10828) PaperMC/Paper@4514c71 Only call EntityPortalExitEvent if entity is actually in a portal PaperMC/Paper@acdd6d3 make MenuType implement FeatureDependant PaperMC/Paper@9b1ee0d Add missing key files and cleanup registry definition order PaperMC/Paper@1bc02e6 Fix tag lifecycle event handlers not disabling /reload Gale Changes: Dreeam-qwq/Gale@7dbafa8 Updated Upstream (Paper) Dreeam-qwq/Gale@030aa7e Updated Upstream (Paper) Dreeam-qwq/Gale@6d51182 Updated Upstream (Paper) Dreeam-qwq/Gale@669798b Updated Upstream (Paper)
10 lines
259 B
INI
10 lines
259 B
INI
group = cn.dreeam.leaf
|
|
mcVersion = 1.21.1
|
|
version = 1.21.1-R0.1-SNAPSHOT
|
|
|
|
galeCommit = 669798b0f8ce4b64652ba8c2c17dabac94bb53ac
|
|
|
|
org.gradle.caching = true
|
|
org.gradle.parallel = true
|
|
org.gradle.vfs.watch = false
|
|
org.gradle.jvmargs = -Xmx4G -Dfile.encoding=UTF8 |