Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
MinRi2 committed Jul 7, 2024
1 parent 4147136 commit 61f5846
Show file tree
Hide file tree
Showing 7 changed files with 5 additions and 195 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ dependencies{
compileOnly "com.github.Anuken.Arc:arc-core:$mindustryVersion"
compileOnly "com.github.Anuken.Mindustry:core:$mindustryVersion"

compileOnly "com.github.MinRi2:MinModCore:$minModCoreVersion"
implementation "com.github.MinRi2:MinModCore:$minModCoreVersion"
}

//force arc version
Expand Down
2 changes: 1 addition & 1 deletion mod.hjson
Original file line number Diff line number Diff line change
Expand Up @@ -113,4 +113,4 @@ java: true

repo: "MinRi2/MinerTools"

dependencies: ["min-mod-core"]
#dependencies: ["min-mod-core"]
2 changes: 1 addition & 1 deletion src/MinerTools/modules/SpawnerInfo/SpawnerTables.java
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
package MinerTools.modules.SpawnerInfo;

import MinRi2.ModCore.ui.element.*;
import MinerTools.modules.*;
import MinerTools.modules.SpawnerInfo.SpawnerInfo.*;
import MinerTools.ui.*;
import arc.*;
import arc.graphics.g2d.*;
import arc.math.geom.*;
Expand Down
26 changes: 0 additions & 26 deletions src/MinerTools/ui/NumImage.java

This file was deleted.

111 changes: 0 additions & 111 deletions src/MinerTools/ui/PuppetElement.java

This file was deleted.

54 changes: 0 additions & 54 deletions src/MinerTools/ui/RotatedImage.java

This file was deleted.

3 changes: 2 additions & 1 deletion src/MinerTools/ui/tables/floats/FloatTable.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
package MinerTools.ui.tables.floats;

import MinRi2.ModCore.ui.*;
import MinRi2.ModCore.ui.element.*;
import MinRi2.ModCore.ui.operator.*;
import MinerTools.*;
import MinerTools.ui.*;
Expand Down Expand Up @@ -72,7 +73,7 @@ public final void addUI(){

Vars.ui.hudGroup.addChild(this);
toFront();

ResizeAdjuster.add(this);
FloatManager.add(this);
}
Expand Down

0 comments on commit 61f5846

Please sign in to comment.