Skip to content

Commit fae1dab

Browse files
author
=
committed
mod
1 parent ba747f9 commit fae1dab

File tree

2 files changed

+6
-57
lines changed

2 files changed

+6
-57
lines changed

mod.hjson

Lines changed: 6 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -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
1+
displayName: "Steam Works"
2+
name: "sw"
3+
author: "Uujuju"
4+
main: "sw.ModLoader"
5+
description: "A Mindustry mod centered around a pressure system"
176
version: 1.0
18-
19-
#the minimum game build required to run this mod
20-
minGameVersion: 129
21-
22-
#this is a java mod
7+
minGameVersion: 140.4
238
java: true

src/example/ExampleJavaMod.java

Lines changed: 0 additions & 36 deletions
This file was deleted.

0 commit comments

Comments
 (0)