diff options
author | Juuz <6596629+Juuxel@users.noreply.github.com> | 2023-09-09 12:26:58 +0300 |
---|---|---|
committer | Juuz <6596629+Juuxel@users.noreply.github.com> | 2023-09-09 12:26:58 +0300 |
commit | cdb98f881e59677841edd612a853f3959c6443de (patch) | |
tree | a9d4c37807012a5a0265552c555ab4ba6a2a07ae | |
parent | 4a63d4ee6c118c006ec5b09c1565cbd75b318a38 (diff) | |
download | LibGui-cdb98f881e59677841edd612a853f3959c6443de.tar.gz LibGui-cdb98f881e59677841edd612a853f3959c6443de.tar.bz2 LibGui-cdb98f881e59677841edd612a853f3959c6443de.zip |
Revert gradle.properties reformatting
-rw-r--r-- | gradle.properties | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/gradle.properties b/gradle.properties index 2478fe0..949a79a 100644 --- a/gradle.properties +++ b/gradle.properties @@ -3,17 +3,17 @@ org.gradle.jvmargs=-Xmx1G # Fabric Properties # check these on https://fabricmc.net/develop -minecraft_version=1.20.1 -yarn_mappings=1.20.1+build.10 -loader_version=0.14.21 + minecraft_version=1.20.1 + yarn_mappings=1.20.1+build.10 + loader_version=0.14.21 # Mod Properties -mod_version = 8.0.2 -maven_group = io.github.cottonmc -archives_base_name = LibGui + mod_version = 8.0.2 + maven_group = io.github.cottonmc + archives_base_name = LibGui # Dependencies -fabric_version=0.86.1+1.20.1 -jankson_version=6.0.0+j1.2.3 -modmenu_version=7.0.1 -libninepatch_version=1.2.0 + fabric_version=0.86.1+1.20.1 + jankson_version=6.0.0+j1.2.3 + modmenu_version=7.0.1 + libninepatch_version=1.2.0 |