添加mae2的版本限制(我不要再回答为什么智能系列不能用了!)

This commit is contained in:
C-H716 2025-11-03 08:51:19 +08:00
parent a8c3d819bc
commit c792cad8e7

View File

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