diff options
| -rwxr-xr-x | build.gradle | 2 | ||||
| -rw-r--r-- | fabric/src/main/resources/fabric.mod.json | 2 | ||||
| -rw-r--r-- | gradle.properties | 10 |
3 files changed, 7 insertions, 7 deletions
diff --git a/build.gradle b/build.gradle index 58e4bb8ea..138f2793c 100755 --- a/build.gradle +++ b/build.gradle @@ -1,6 +1,6 @@ plugins { id("architectury-plugin") version("3.4-SNAPSHOT") - id("dev.architectury.loom") version("0.11.0-SNAPSHOT") apply false + id("dev.architectury.loom") version("0.12.0-SNAPSHOT") apply false id("org.cadixdev.licenser") version("0.6.1") id("com.matthewprenger.cursegradle") version("1.4.0") id("java") diff --git a/fabric/src/main/resources/fabric.mod.json b/fabric/src/main/resources/fabric.mod.json index f6b8b1910..c87c50dc3 100644 --- a/fabric/src/main/resources/fabric.mod.json +++ b/fabric/src/main/resources/fabric.mod.json @@ -116,6 +116,6 @@ } }, "depends": { - "minecraft": "1.19-alpha.22.19.a" + "minecraft": "~1.19-beta.1" } } diff --git a/gradle.properties b/gradle.properties index 6ab3d3183..5ad3f907c 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,14 +1,14 @@ org.gradle.jvmargs=-Xmx6G base_version=9.0 unstable=false -supported_version=1.19 (22w19a) -minecraft_version=22w19a +supported_version=1.19 (1.19-pre1) +minecraft_version=1.19-pre1 forgeEnabled=false forge_version=40.0.45 fabricloader_version=0.14.5 -cloth_config_version=7.0.61 +cloth_config_version=7.0.65 modmenu_version=3.0.0 -fabric_api=0.52.2+1.19 -architectury_version=5.4.11 +fabric_api=0.52.4+1.19 +architectury_version=5.4.12 api_exculde= #api_include=me.shedaniel.cloth:cloth-events,me.shedaniel.cloth:config-2,me.sargunvohra.mcmods:autoconfig1u,org.jetbrains:annotations,net.fabricmc.fabric-api:fabric |
