From 6d985fac2ae71f5882807d101a68ea8597c26dd6 Mon Sep 17 00:00:00 2001 From: C-H716 <1536152356@qq.com> Date: Wed, 5 Nov 2025 18:40:50 +0800 Subject: [PATCH] =?UTF-8?q?mods.toml=E8=A1=A5=E5=85=A8=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/META-INF/mods.toml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/main/resources/META-INF/mods.toml b/src/main/resources/META-INF/mods.toml index a2b2e77..3b88a4f 100644 --- a/src/main/resources/META-INF/mods.toml +++ b/src/main/resources/META-INF/mods.toml @@ -1,13 +1,14 @@ modLoader = "javafml" loaderVersion = "[47,)" -#issueTrackerURL = "" license = "LGPL-3.0-or-later" [[mods]] modId = "extendedae_plus" +displayURL="https://github.com/GaLicn/ExtendedAE_Plus" +issueTrackerURL = "https://github.com/GaLicn/ExtendedAE_Plus/issues" version = "${version}" displayName = "ExtendedAE Plus" -authors = "GaLi" +authors = "GaLi, C-H716" description = "Add more practical features and auxiliary operations to the Applied Energistics 2 mod" logoFile = "extendedae_plus.png"