Skip to content

Commit 3b8a1c3

Browse files
committed
⬆️(loader) 适配147
1 parent f89964c commit 3b8a1c3

6 files changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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)

README_en.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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)

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ sourceSets {
3030

3131
dependencies {
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")

loader/res/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
"main": "cf.wayzer.scriptAgent.mindustry.Loader",
55
"description": "More commands and features.",
66
"version": "@version@",
7-
"minGameVersion": 136
7+
"minGameVersion": 147
88
}

scripts/bootStrap/generate.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 {
33 Bytes
Loading

0 commit comments

Comments
 (0)