From 352294adb7c1a9655b74854dbab7d6be719419cf Mon Sep 17 00:00:00 2001 From: shedaniel Date: Sat, 23 Sep 2023 16:42:19 +0800 Subject: [PATCH] Fix project name --- gradle.properties | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gradle.properties b/gradle.properties index 31014b156..64ab0fded 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ -name = fabric-loom -description = The Gradle plugin for Fabric -url = https://github.com/FabricMC/fabric-loom +name = architectury-loom +description = A Gradle plugin for Fabric, Forge and Quilt modding. +url = https://github.com/architectury/architectury-loom kotlin.stdlib.default.dependency = false \ No newline at end of file