diff options
author | flier268 <[email protected]> | 2020-12-15 15:00:42 +0800 |
---|---|---|
committer | flier268 <[email protected]> | 2020-12-15 15:00:42 +0800 |
commit | 2864de24ac19d87890cf91d6cdc102424cd3bd9e (patch) | |
tree | 3e08c70e3810fd4e18b65de2bc30654b2de5c385 | |
parent | afdb46ff7612db3b063daaf500b6fb1f97e27d13 (diff) |
Upgrade fabric
-rw-r--r-- | build.gradle | 2 | ||||
-rw-r--r-- | gradle.properties | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/build.gradle b/build.gradle index 1972940..23a0594 100644 --- a/build.gradle +++ b/build.gradle @@ -1,5 +1,5 @@ plugins { - id 'fabric-loom' version '0.2.6-SNAPSHOT' + id 'fabric-loom' version '0.5-SNAPSHOT' id 'maven-publish' } diff --git a/gradle.properties b/gradle.properties index facbb0a..a131c0a 100644 --- a/gradle.properties +++ b/gradle.properties @@ -3,12 +3,12 @@ org.gradle.jvmargs=-Xmx1G # Fabric Properties # check these on https://fabricmc.net/use minecraft_version=1.14.4 -yarn_mappings=1.14.4+build.16 -loader_version=0.8.2+build.194 +yarn_mappings=1.14.4+build.18 +loader_version=0.10.8 # Mod Properties -mod_version=1.3.3-dev +mod_version=1.3.3 maven_group=com.keuin.kbackupfabric archives_base_name=kbackup-fabric # Dependencies # currently not on the main fabric site, check on the maven: https://maven.fabricmc.net/net/fabricmc/fabric-api/fabric-api -fabric_version=0.5.12+build.249-1.14 +fabric_version=0.23.2+1.14 |