mirror of
https://github.com/Samsuik/Sakura.git
synced 2026-01-06 15:41:49 +00:00
Upstream has released updates that appear to apply and compile correctly Paper Changes: PaperMC/Paper@ae5e78a [ci skip] Clarify the functionality of AbstractVillager#resetOffers (#13260) PaperMC/Paper@ea9cd17 Use version fetcher from unsafe values in new version command (#13246) PaperMC/Paper@c68a55c Optimise CraftWorld#spawnParticle (#13250) PaperMC/Paper@6794db4 Make spawning more accurately track vanilla (#12627) PaperMC/Paper@f55a34f Properly handle provider plugins in load order (#13242) PaperMC/Paper@e74d702 Fix HelpMap topic creation for bootstrap commands (#13231) PaperMC/Paper@fcb2956 Add debug logging for entities with invalid ids (#13229) PaperMC/Paper@5fd3c95 Add Entity#teleportAsync(Location, TeleportFlag...) (#13208) PaperMC/Paper@e8c6ba5 Expose JukeboxSong variables (#13214) PaperMC/Paper@893ea74 Make stage 2 chunk unload utilise I/O future write PaperMC/Paper@a41043f Add back command source for command blocks with output disabled and fix bukkit->minecraft not respecting output disabled for minecart command blocks (#13271) PaperMC/Paper@1f31ee5 Do not record task execution time as TickTime individually
12 lines
286 B
Properties
12 lines
286 B
Properties
group=me.samsuik.sakura
|
|
version=1.21.10-R0.1-SNAPSHOT
|
|
mcVersion=1.21.10
|
|
|
|
paperRef=1f31ee5ebe45d97a596a4429d9871e3f8910cd28
|
|
|
|
org.gradle.jvmargs=-Xmx2G
|
|
org.gradle.vfs.watch=false
|
|
org.gradle.caching=true
|
|
org.gradle.parallel=true
|
|
# org.gradle.daemon=true
|
|
# org.gradle.configureondemand=true |