diff options
| author | shedaniel <daniel@shedaniel.me> | 2022-05-13 08:37:11 +0800 |
|---|---|---|
| committer | shedaniel <daniel@shedaniel.me> | 2022-05-13 08:37:11 +0800 |
| commit | b5da3494ed69b2f7de50b47c6cd257a368979639 (patch) | |
| tree | 1cb8fd1d232c92f450c56c9933339cb489fe8144 | |
| parent | 0dd5a23c5171b7a08f36d9f9999d153266a1ce4c (diff) | |
| download | RoughlyEnoughItems-b5da3494ed69b2f7de50b47c6cd257a368979639.tar.gz RoughlyEnoughItems-b5da3494ed69b2f7de50b47c6cd257a368979639.tar.bz2 RoughlyEnoughItems-b5da3494ed69b2f7de50b47c6cd257a368979639.zip | |
Update to 22w19a
| -rw-r--r-- | fabric/src/main/resources/fabric.mod.json | 2 | ||||
| -rw-r--r-- | gradle.properties | 10 |
2 files changed, 6 insertions, 6 deletions
diff --git a/fabric/src/main/resources/fabric.mod.json b/fabric/src/main/resources/fabric.mod.json index fdbefe64a..f6b8b1910 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.18.a" + "minecraft": "1.19-alpha.22.19.a" } } diff --git a/gradle.properties b/gradle.properties index 705aa582c..6ab3d3183 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 (22w18a) -minecraft_version=22w18a +supported_version=1.19 (22w19a) +minecraft_version=22w19a forgeEnabled=false forge_version=40.0.45 -fabricloader_version=0.14.3 +fabricloader_version=0.14.5 cloth_config_version=7.0.61 modmenu_version=3.0.0 -fabric_api=0.51.1+1.18.2 -architectury_version=5.3.10 +fabric_api=0.52.2+1.19 +architectury_version=5.4.11 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 |
