diff options
| author | shedaniel <daniel@shedaniel.me> | 2021-05-03 17:58:38 +0800 |
|---|---|---|
| committer | shedaniel <daniel@shedaniel.me> | 2021-05-03 17:58:38 +0800 |
| commit | c4cbda6b11f6dbb1148f729dfaf5577e2f639b4f (patch) | |
| tree | 2005264d39eed6b6722496a760d52ecbbf747005 | |
| parent | 57ef08b02c2692063d8b3c14cc4f5a985c8a5a5e (diff) | |
| download | RoughlyEnoughItems-c4cbda6b11f6dbb1148f729dfaf5577e2f639b4f.tar.gz RoughlyEnoughItems-c4cbda6b11f6dbb1148f729dfaf5577e2f639b4f.tar.bz2 RoughlyEnoughItems-c4cbda6b11f6dbb1148f729dfaf5577e2f639b4f.zip | |
Update to 21w17a
| -rwxr-xr-x | build.gradle | 6 | ||||
| -rw-r--r-- | gradle.properties | 12 |
2 files changed, 6 insertions, 12 deletions
diff --git a/build.gradle b/build.gradle index 53dbb07ef..43374d259 100755 --- a/build.gradle +++ b/build.gradle @@ -219,9 +219,3 @@ task releaseOnCf { } } }*/ - -allprojects { - architectury { - transformerVersion = "2.1.38" - } -} diff --git a/gradle.properties b/gradle.properties index 044ba0ea6..4eecb57c3 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,14 +1,14 @@ org.gradle.jvmargs=-Xmx3G base_version=6.0.0 unstable=true -supported_version=21w15a -minecraft_version=21w15a +supported_version=21w17a +minecraft_version=21w17a forgeEnabled=false forge_version=36.0.43 fabricloader_version=0.11.3 -cloth_config_version=5.0.22 -modmenu_version=2.0.0-beta.3 -fabric_api=0.32.7+1.17 -architectury_version=2.0.141 +cloth_config_version=5.0.23 +modmenu_version=2.0.0-beta.4 +fabric_api=0.34.0+1.17 +architectury_version=2.0.147 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-
\ No newline at end of file |
