mirror of
https://github.com/ViaVersion/ViaFabricPlus.git
synced 2024-11-22 11:56:21 +01:00
57cd295c7f
1.14+ introduced a check to prevent sneaking while flying, therefore the check in MixinPlayerEntity#onUpdatePose was wrong all the time and the movement code needed fixing.
18 lines
546 B
Properties
18 lines
546 B
Properties
# Gradle Properties
|
|
org.gradle.jvmargs=-Xmx8G
|
|
org.gradle.parallel=true
|
|
|
|
# Project Details
|
|
maven_group=de.florianmichael
|
|
maven_name=ViaFabricPlus
|
|
maven_version=3.4.5-SNAPSHOT
|
|
maven_description=Fabric mod to connect to EVERY Minecraft server version (Release, Beta, Alpha, Classic, Snapshots, Bedrock) with QoL fixes to the gameplay
|
|
|
|
# Minecraft/Fabric
|
|
minecraft_version=1.21.1
|
|
yarn_version=1.21.1+build.1
|
|
loader_version=0.15.11
|
|
fabric_api_version=0.102.0+1.21.1
|
|
|
|
# Set to empty to use the Minecraft version above
|
|
supported_versions=>=1.21 <=1.21.1 |