From df38c04153195887c5353c6d152b38d02a0bcca7 Mon Sep 17 00:00:00 2001 From: Half_nothing Date: Fri, 12 Jan 2024 21:39:27 +0800 Subject: [PATCH] =?UTF-8?q?#fix:=20=E4=BF=AE=E5=A4=8Daccesstransformer?= =?UTF-8?q?=E6=96=87=E4=BB=B6=E5=90=8D=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index a244127..1dd647d 100644 --- a/build.gradle +++ b/build.gradle @@ -287,7 +287,7 @@ jar { "Implementation-Vendor" : mod_authors, "Implementation-Timestamp": new Date().format("yyyy-MM-dd'T'HH:mm:ssZ"), "MixinConfigs" : "mixins.mindustry.json", - 'FMLAT' : "mindustry_at.cfg" + 'FMLAT' : "accesstransformer.cfg" ]) } }