Gradle 8.8

This commit is contained in:
FlorianMichael 2024-06-03 20:30:48 +02:00
parent f538c56b0e
commit 3366b6766e
No known key found for this signature in database
GPG Key ID: C2FB87E71C425126
2 changed files with 4 additions and 1 deletions

View File

@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.8-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME

View File

@ -41,6 +41,9 @@ import java.util.concurrent.CompletableFuture;
* - Command arguments (Probably not everything worth, but least them with nbt)
* - Entity attachment calculation got changed completely
* - Particle handling has slightly changed
* - handleOpenBook now also handles writeable book contents (not sure if relevant)
* - Entity fall damage calculation is different
* -
*
* TODO | General
* - Make recipe fixes dynamic instead of a data dump in java classes