mirror of
https://github.com/GeyserMC/Geyser.git
synced 2025-12-19 14:59:27 +00:00
* Prepare for 1.21.124 * Add tint method and isotropic properties to block material instances (#5977) * Add tint method and isotropic properties to block material instances * Check if tint method is null before including it * Lets cover the null check on render method too * Allow updating properties immediately (#5961) --------- Co-authored-by: rtm516 <rtm516@users.noreply.github.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.1-SNAPSHOT
|
|
description=Allows for players from Minecraft: Bedrock Edition to join Minecraft: Java Edition servers.
|