diff options
author | Falkreon <falkreon@gmail.com> | 2019-07-04 01:12:22 -0500 |
---|---|---|
committer | Falkreon <falkreon@gmail.com> | 2019-07-04 01:12:22 -0500 |
commit | 5f290b9cca79d4b47d70a7f537c1a0ea3826f3fa (patch) | |
tree | c163799073fbf93497bdf2e860e6fb89303d14be /gradle.properties | |
parent | 854eba2e998951ae30c45825e3cf3180ec77c2b7 (diff) | |
download | LibGui-5f290b9cca79d4b47d70a7f537c1a0ea3826f3fa.tar.gz LibGui-5f290b9cca79d4b47d70a7f537c1a0ea3826f3fa.tar.bz2 LibGui-5f290b9cca79d4b47d70a7f537c1a0ea3826f3fa.zip |
Initial port from 1.14.1 Cotton to 1.14.3 standalone
Diffstat (limited to 'gradle.properties')
-rw-r--r-- | gradle.properties | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gradle.properties b/gradle.properties index 8820f34..4eb4fac 100644 --- a/gradle.properties +++ b/gradle.properties @@ -9,8 +9,8 @@ org.gradle.jvmargs=-Xmx1G # Mod Properties mod_version = 1.0.0 - maven_group = net.fabricmc - archives_base_name = fabric-example-mod + maven_group = io.github.cottonmc + archives_base_name = LibGUI # Dependencies # currently not on the main fabric site, check on the maven: https://maven.fabricmc.net/net/fabricmc/fabric |