We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba747f9 commit fae1dabCopy full SHA for fae1dab
mod.hjson
@@ -1,23 +1,8 @@
1
-#the mod name as displayed in-game
2
-displayName: "Java Mod Template"
3
-
4
-#the internal name of your mod
5
-name: "example-java-mod"
6
7
-#your name
8
-author: "You"
9
10
-#the fully qualified main class of the mod
11
-main: "example.ExampleJavaMod"
12
13
-#the mod description as seen in the mod dialog
14
-description: "A Mindustry Java mod template."
15
16
-#the mod version
+displayName: "Steam Works"
+name: "sw"
+author: "Uujuju"
+main: "sw.ModLoader"
+description: "A Mindustry mod centered around a pressure system"
17
version: 1.0
18
19
-#the minimum game build required to run this mod
20
-minGameVersion: 129
21
22
-#this is a java mod
+minGameVersion: 140.4
23
java: true
src/example/ExampleJavaMod.java
0 commit comments