This commit is contained in:
GaLi 2025-11-25 15:22:35 +08:00
parent 62ae21aac6
commit 5ba16c937c
4 changed files with 8 additions and 7 deletions

View File

@ -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]]

View File

@ -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

BIN
src/main/resources/logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 200 KiB

View File

@ -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