From 5f290b9cca79d4b47d70a7f537c1a0ea3826f3fa Mon Sep 17 00:00:00 2001 From: Falkreon Date: Thu, 4 Jul 2019 01:12:22 -0500 Subject: Initial port from 1.14.1 Cotton to 1.14.3 standalone --- gradle.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gradle.properties') 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 -- cgit