generated from Anuken/MindustryJavaModTemplate
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
7 additions
and
51 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,15 @@ | ||
#the mod name as displayed in-game | ||
displayName: "Java Mod Template" | ||
displayName: "Starry" | ||
|
||
#the internal name of your mod | ||
name: "example-java-mod" | ||
name: "sta" | ||
|
||
#your name | ||
author: "You" | ||
author: "" | ||
|
||
#the fully qualified main class of the mod | ||
main: "example.ExampleJavaMod" | ||
main: "sta.Starry" | ||
|
||
#the mod description as seen in the mod dialog | ||
description: "A Mindustry Java mod template." | ||
description: "" | ||
|
||
#the mod version | ||
version: 1.0 | ||
version: "pre-alpha 0.1" | ||
|
||
#the minimum game build required to run this mod | ||
minGameVersion: 145 | ||
minGameVersion: 146 | ||
|
||
#this is a java mod | ||
java: true |
This file was deleted.
Oops, something went wrong.