Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Nezerit6 committed May 25, 2024
1 parent 75546d3 commit accbd5c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 51 deletions.
22 changes: 7 additions & 15 deletions mod.hjson
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
36 changes: 0 additions & 36 deletions src/example/ExampleJavaMod.java

This file was deleted.

0 comments on commit accbd5c

Please sign in to comment.