Skip to content

Commit 361921a

Browse files
committed
testing with tmi
1 parent daf9e2f commit 361921a

File tree

3 files changed

+10
-5
lines changed

3 files changed

+10
-5
lines changed
Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,18 @@
11
package multicraft;
22

3+
import arc.util.Log;
34
import tmi.RecipeEntry;
45

56
public class TmiRecipeEntry extends RecipeEntry {
6-
@Override
7-
public void afterInit() {
8-
9-
}
107

118
@Override
129
public void init() {
10+
Log.info("multicraft.TmiRecipeEntry initialize");
11+
}
1312

13+
@Override
14+
public void afterInit() {
15+
Log.info("multicraft.TmiRecipeEntry after initialize");
1416
}
17+
1518
}

main/build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ mindustry {
2323
worksWith {
2424
add fromTask ":js:jar"
2525
add java "3Snake3/Sapphirium"
26+
add java "EB-wilson/TooManyItems"
2627
// add local "$buildDir/sapphirium-erekir.zip"
2728
// add local "$buildDir/units-mod.zip"
2829
}

mod.hjson

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,5 @@ Work on both v136 and v137.
1414
version: "1.9"
1515
minGameVersion: "136"
1616
java: true
17-
hidden: true
17+
hidden: true
18+
recipeEntry: multicraft.TmiRecipeEntry

0 commit comments

Comments
 (0)