Skip to content

Port to mindustry 160.1, added new coreplugin features - #1

Draft
RE-AST wants to merge 3 commits into
Darkdustry-Coders:masterfrom
RE-AST:claude-6941a9be
Draft

RE-AST wants to merge 3 commits into
Darkdustry-Coders:masterfrom
RE-AST:claude-6941a9be

Conversation

@RE-AST

@RE-AST RE-AST commented Sep 12, 2026

Copy link
Copy Markdown

No description provided.

UnsyncLabel overrode isSyncHidden(Player) and rewrote the label text per sync target;
build 160 changed that signature to isSyncHidden(Team) and added WorldLabel.show(Player)
/hide(Player) instead. The help labels are now one WorldLabel per (player, team core),
created on PlayerConnectionConfirmed and hidden by the existing 180-tick timer.

Copper/March modifiers: Vars.state.patcher -> Vars.state.data (DataManager), patch strings
-> PatchAsset, DataPatcher.apply(Seq<String>) -> DataManager.reloadPatches(Seq<PatchAsset>).

build.gradle: jar.archivePath was removed in Gradle 9.
addModifier/removeModifiers called Call.setRules(Vars.state.rules) directly, mid-round
and to everyone. On a map whose ruleset is near the packet limit that drops every
connected player.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant