File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11![ For Mindustry] ( https://img.shields.io/badge/For-Mindustry-orange )
22![ Lang CN] ( https://img.shields.io/badge/Lang-ZH--CN-blue )
3- ![ Support 7.5 ] ( https://img.shields.io/badge/Support_Version-7.5(136 +)-success )
3+ ![ Support 8.0 ] ( https://img.shields.io/badge/Support_Version-8.0(147 +)-success )
44![ GitHub Releases] ( https://img.shields.io/github/downloads/way-zer/ScriptAgent4MindustryExt/latest/total )
55[ ![ BuildPlugin] ( https://github.com/way-zer/ScriptAgent4MindustryExt/actions/workflows/buildPlugin.yml/badge.svg )] ( https://github.com/way-zer/ScriptAgent4MindustryExt/actions/workflows/buildPlugin.yml )
66[ ![ CheckScript] ( https://github.com/way-zer/ScriptAgent4MindustryExt/actions/workflows/checkScripts.yml/badge.svg )] ( https://github.com/way-zer/ScriptAgent4MindustryExt/actions/workflows/checkScripts.yml )
Original file line number Diff line number Diff line change 11![ For Mindustry] ( https://img.shields.io/badge/For-Mindustry-orange )
22![ Lang CN] ( https://img.shields.io/badge/Lang-ZH--CN-blue )
3- ![ Support 7.5 ] ( https://img.shields.io/badge/Support_Version-7.5(136 +)-success )
3+ ![ Support 8.0 ] ( https://img.shields.io/badge/Support_Version-8.0(147 +)-success )
44![ GitHub Releases] ( https://img.shields.io/github/downloads/way-zer/ScriptAgent4MindustryExt/latest/total )
55[ ![ BuildPlugin] ( https://github.com/way-zer/ScriptAgent4MindustryExt/actions/workflows/buildPlugin.yml/badge.svg )] ( https://github.com/way-zer/ScriptAgent4MindustryExt/actions/workflows/buildPlugin.yml )
66[ ![ CheckScript] ( https://github.com/way-zer/ScriptAgent4MindustryExt/actions/workflows/checkScripts.yml/badge.svg )] ( https://github.com/way-zer/ScriptAgent4MindustryExt/actions/workflows/checkScripts.yml )
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ sourceSets {
3030
3131dependencies {
3232 val libraryVersion = " 1.11.2.3"
33- val mindustryVersion = " ca40f700fb " // v146.004
33+ val mindustryVersion = " v2025.04.X2 " // v147
3434 api(" cf.wayzer:ScriptAgent:$libraryVersion " )
3535 implementation(" cf.wayzer:LibraryManager:1.6" )
3636 compileOnly(" com.github.TinyLake.MindustryX:core:$mindustryVersion " )
Original file line number Diff line number Diff line change 44 "main" : " cf.wayzer.scriptAgent.mindustry.Loader" ,
55 "description" : " More commands and features." ,
66 "version" : " @version@" ,
7- "minGameVersion" : 136
7+ "minGameVersion" : 147
88}
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ onEnable {
2121 return @onEnable ScriptManager .disableScript(this , " 仅可通过SAMAIN启用" )
2222 DependencyManager {
2323 addRepository(" https://www.jitpack.io/" )
24- require(Dependency .parse(" com.github.TinyLake.MindustryX_tmp :core:v145.103 " ))
24+ require(Dependency .parse(" com.github.TinyLake.MindustryX :core:v2025.04.X2 " ))
2525 loadToClassLoader(Config .mainClassloader)
2626 }
2727 ScriptManager .transaction {
You can’t perform that action at this time.
0 commit comments