diff --git a/build.gradle b/build.gradle index 0bb3c0f..f798abd 100644 --- a/build.gradle +++ b/build.gradle @@ -85,7 +85,7 @@ dependencies { // If you do not need Halplibe you can comment this line out or delete this line modImplementation "com.github.Turnip-Labs:bta-halplibe:${project.halplibe_version}" - modImplementation "ModMenu:ModMenu:2.0.3" + modImplementation "ModMenu:ModMenu:2.0.4" implementation "org.slf4j:slf4j-api:1.8.0-beta4" implementation "org.apache.logging.log4j:log4j-slf4j18-impl:2.16.0" @@ -106,7 +106,7 @@ java { withSourcesJar() } -tasks.withType(JavaCompile) { +tasks.withType(JavaCompile).configureEach { options.release.set 8 } diff --git a/gradle.properties b/gradle.properties index 6aff1ad..1121bcd 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,13 +1,13 @@ org.gradle.jvmargs=-Xmx2G # BTA -bta_version=7.1-pre1a +bta_version=7.1-pre2a # Loader loader_version=0.15.6-babric.4-bta # HalpLibe -halplibe_version=3.4.1 +halplibe_version=3.4.15 # Mod mod_version=1.0.0 diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 67bcc59..3550748 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -36,8 +36,8 @@ ], "depends": { - "minecraft": "~7.1-beta.1", - "fabricloader": ">=0.13.3" + "minecraft": "~7.1-beta.2", + "fabricloader": ">=0.15.5" }, "suggests": { }