mirror of
https://github.com/GeyserMC/Geyser.git
synced 2025-12-31 04:36:33 +00:00
* Initial work on 1.21.110 * Drop support for 1.21.70 and 1.21.80 * Update README * Target new mappings, build on Protocol without adventure * Add item tags for 1.21.100 and 1.21.110 * Target protocol with separate adventure module, cleanup * Use upstream protocol library * Update to 844, send fake chest whenever a single chest can be merged into a double chest on the client * Target mappings at master * Actually update to 844 --------- Co-authored-by: chris <github@onechris.mozmail.com>
13 lines
335 B
Properties
13 lines
335 B
Properties
# Gradle settings
|
|
org.gradle.jvmargs=-Xmx4G
|
|
org.gradle.daemon=false
|
|
org.gradle.configureondemand=true
|
|
org.gradle.parallel=true
|
|
org.gradle.caching=true
|
|
org.gradle.vfs.watch=false
|
|
|
|
group=org.geysermc
|
|
id=geyser
|
|
version=2.9.0-SNAPSHOT
|
|
description=Allows for players from Minecraft: Bedrock Edition to join Minecraft: Java Edition servers.
|