From c792cad8e7e431cccca760e654f123eb684a106b Mon Sep 17 00:00:00 2001 From: C-H716 <1536152356@qq.com> Date: Mon, 3 Nov 2025 08:51:19 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0mae2=E7=9A=84=E7=89=88?= =?UTF-8?q?=E6=9C=AC=E9=99=90=E5=88=B6=EF=BC=88=E6=88=91=E4=B8=8D=E8=A6=81?= =?UTF-8?q?=E5=86=8D=E5=9B=9E=E7=AD=94=E4=B8=BA=E4=BB=80=E4=B9=88=E6=99=BA?= =?UTF-8?q?=E8=83=BD=E7=B3=BB=E5=88=97=E4=B8=8D=E8=83=BD=E7=94=A8=E4=BA=86?= =?UTF-8?q?=EF=BC=81=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/META-INF/mods.toml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/main/resources/META-INF/mods.toml b/src/main/resources/META-INF/mods.toml index c7a8575..a2b2e77 100644 --- a/src/main/resources/META-INF/mods.toml +++ b/src/main/resources/META-INF/mods.toml @@ -32,5 +32,12 @@ versionRange = "[1.20-1.4.0-forge,)" ordering = "AFTER" side = "BOTH" +[[dependencies.extendedae_plus]] +modId = "mae2" +mandatory = false +versionRange = "[2.0.0-alpha,)" +ordering = "NONE" +side = "BOTH" + [[mixins]] config = "extendedae_plus.mixins.json"