diff --git a/build/generated/sources/modMetadata/META-INF/neoforge.mods.toml b/build/generated/sources/modMetadata/META-INF/neoforge.mods.toml index 85db319..7d736d0 100644 --- a/build/generated/sources/modMetadata/META-INF/neoforge.mods.toml +++ b/build/generated/sources/modMetadata/META-INF/neoforge.mods.toml @@ -30,16 +30,17 @@ displayURL = "https://github.com/GaLicn/ExtendedAE_Plus" #displayURL="https://change.me.to.your.mods.homepage.example.invalid/" #optional # A file name (in the root of the mod JAR) containing a logo for display -#logoFile="examplemod.png" #optional +logoFile="logo.png" # A text field displayed in the mod UI #credits="" #optional # A text field displayed in the mod UI -authors = "GaLi, C-H716" #optional +authors = "GaLi" #optional # The description text for the mod (multi line!) (#mandatory) -description = '''Add more practical features and auxiliary operations to the Applied Energistics 2 mod''' +description = '''Add more practical features and auxiliary operations to the Applied Energistics 2 mod. + Special thanks to contributor C-H716.''' # The [[mixins]] block allows you to declare your mixin config to FML so that it gets loaded. [[mixins]] diff --git a/gradle.properties b/gradle.properties index 95445da..4e959f1 100644 --- a/gradle.properties +++ b/gradle.properties @@ -32,15 +32,15 @@ mod_name=ExtendedAE-Plus # The license of the mod. Review your options at https://choosealicense.com/. All Rights Reserved is the default. mod_license=LGPL-3.0-or-later # The mod version. See https://semver.org/ -mod_version=1.21.1-1.4.3 +mod_version=1.21.1-1.4.4 # The group ID for the mod. It is only important when publishing as an artifact to a Maven repository. # This should match the base package used for the mod sources. # See https://maven.apache.org/guides/mini/guide-naming-conventions.html mod_group_id=com.extendedae_plus # The authors of the mod. This is a simple text string that is used for display purposes in the mod list. -mod_authors=GaLi, C-H716 +mod_authors=GaLi # The description of the mod. This is a simple multiline text string that is used for display purposes in the mod list. -mod_description=Add more practical features and auxiliary operations to the Applied Energistics 2 mod +mod_description=Add more practical features and auxiliary operations to the Applied Energistics 2 mod. \nSpecial thanks to contributor C-H716. ## UI item explorer selection (emi | rei | jei) # Default to 'emi' per request; you can override by running with -Puse_Xei=rei or -Puse_Xei=jei diff --git a/src/main/resources/logo.png b/src/main/resources/logo.png new file mode 100644 index 0000000..842eabe Binary files /dev/null and b/src/main/resources/logo.png differ diff --git a/src/main/templates/META-INF/neoforge.mods.toml b/src/main/templates/META-INF/neoforge.mods.toml index b0f8b27..7adf428 100644 --- a/src/main/templates/META-INF/neoforge.mods.toml +++ b/src/main/templates/META-INF/neoforge.mods.toml @@ -30,7 +30,7 @@ displayURL = "https://github.com/GaLicn/ExtendedAE_Plus" #displayURL="https://change.me.to.your.mods.homepage.example.invalid/" #optional # A file name (in the root of the mod JAR) containing a logo for display -#logoFile="examplemod.png" #optional +logoFile="logo.png" # A text field displayed in the mod UI #credits="" #optional