From 4f8ca665888f10504d2995e9bed4b95ea60554c3 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Fri, 21 Jul 2023 10:15:53 +0000 Subject: Initialize template repository proper Set package name to com.github.romangraef.skyblockplayersanonymous Set project name to SkyblockPlayersAnonymous Set modid to skyblockplayersanonymous --- gradle.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gradle.properties') diff --git a/gradle.properties b/gradle.properties index d831732..f06856b 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,6 +1,6 @@ loom.platform=forge org.gradle.jvmargs=-Xmx2g -baseGroup = com.example +baseGroup = com.github.romangraef.skyblockplayersanonymous mcVersion = 1.8.9 -modid = examplemod +modid = skyblockplayersanonymous version = 1.0.0 -- cgit