diff options
author | Keuin <[email protected]> | 2020-12-16 10:09:52 +0800 |
---|---|---|
committer | GitHub <[email protected]> | 2020-12-16 10:09:52 +0800 |
commit | fd9124f475422f62691fb542c3f8f35790b65d9b (patch) | |
tree | 3e08c70e3810fd4e18b65de2bc30654b2de5c385 /gradle.properties | |
parent | 61ade9adad4668494dfc32da7751e1b86251dc97 (diff) | |
parent | 2864de24ac19d87890cf91d6cdc102424cd3bd9e (diff) |
Merge pull request #1 from flier268/master
Diffstat (limited to 'gradle.properties')
-rw-r--r-- | gradle.properties | 8 |
1 files changed, 4 insertions, 4 deletions
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 |