diff --git a/build.gradle.kts b/build.gradle.kts index 94d6f4e..f2e148a 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -11,9 +11,9 @@ labyMod { defaultPackageName = "com.rappytv.globaltags" //change this to your main package name (used by all modules) addonInfo { namespace = "globaltags" - displayName = "Global Tags" + displayName = "GlobalTags" author = "RappyTV" - description = "Get yourself a custom Globaltag that's publicly visible to anyone using this addon." + description = "Get yourself a custom GlobalTag that's publicly visible to anyone using this addon." minecraftVersion = "*" version = rootProject.version.toString() } diff --git a/core/src/main/resources/assets/globaltags/textures/icon.png b/core/src/main/resources/assets/globaltags/textures/icon.png index a84d42d..2eae5c3 100644 Binary files a/core/src/main/resources/assets/globaltags/textures/icon.png and b/core/src/main/resources/assets/globaltags/textures/icon.png differ