File tree 3 files changed +8
-1
lines changed 3 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"displayName" : " Overblocks Mod" ,
3
3
"description" : " A Mindustry Java mod." ,
4
- "version" : " 0.0.0 " ,
4
+ "version" : " 0.0.1 " ,
5
5
"minGameVersion" : " 146" ,
6
6
"author" : " BlueTheCube" ,
7
7
"java" : true ,
Original file line number Diff line number Diff line change @@ -67,6 +67,7 @@ public void loadOther(){
67
67
width = 17f ;
68
68
toColor = OBPal .dreadRust ;
69
69
shootEffect = smokeEffect = OBFx .dreadShoot ;
70
+ status = OBStatusEffects .dreadRust ;
70
71
statusDuration = 60 ;
71
72
}};
72
73
Original file line number Diff line number Diff line change 9
9
import mindustry .type .*;
10
10
11
11
import static mindustry .content .Blocks .*;
12
+ import static mindustry .content .Items .*;
12
13
import static overblocks .content .OBBlocks .*;
14
+ import static overblocks .content .OBItems .*;
13
15
14
16
@ SuppressWarnings ({"unused" , "CodeBlock2Expr" })
15
17
public class OBTechTree {
@@ -21,6 +23,10 @@ public static void load(){
21
23
node (plastaniumCrusher );
22
24
});
23
25
26
+ vanillaNode (pyratite , () -> {
27
+ node (diseaseVector );
28
+ });
29
+
24
30
vanillaNode (pyratiteMixer , () -> {
25
31
node (diseaseMixer );
26
32
});
You can’t perform that action at this time.
0 commit comments