Skip to content

Commit

Permalink
bump Mindustry to the latest
Browse files Browse the repository at this point in the history
  • Loading branch information
liplum committed Dec 5, 2023
1 parent 0c7117b commit 7102d18
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
8 changes: 4 additions & 4 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -43,18 +43,18 @@ allprojects {
}
mindustry {
dependency {
mindustry on "v141.3"
arc on "v141.3"
mindustry on "v146"
arc on "v146"
}
client {
/*mindustry from Foo(
version = "v8.0.0",
release = "erekir-client.jar"
)*/
mindustry official "v141.3"
mindustry official "v146"
}
server {
mindustry official "v141.3"
mindustry official "v146"
}
}

Expand Down
3 changes: 2 additions & 1 deletion main/src/net/liplum/ui/IconGenDebugDialog.kt
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,15 @@ package net.liplum.ui

import arc.scene.ui.Label
import arc.scene.ui.layout.Table
import mindustry.ctype.UnlockableContent
import mindustry.ui.dialogs.BaseDialog
import net.liplum.Var
import net.liplum.registry.CioBlock
import net.liplum.registry.CioHoloUnit

object IconGenDebugDialog {
val debugged by lazy {
listOf(
listOf<UnlockableContent>(
CioBlock.holoWall,
CioBlock.holoWallLarge,
CioHoloUnit.holoMiner,
Expand Down

0 comments on commit 7102d18

Please sign in to comment.