HKXluo 9a2fcc3fe5
Some checks failed
Build Mod / buildJar (push) Has been cancelled
main
2025-05-27 16:34:42 +08:00

24 lines
453 B
Plaintext

#the mod name as displayed in-game
displayName: "Java Mod Template"
#the internal name of your mod
name: "example-java-mod"
#your name
author: "You"
#the fully qualified main class of the mod
main: "example.ExampleJavaMod"
#the mod description as seen in the mod dialog
description: "A Mindustry Java mod template."
#the mod version
version: 1.0
#the minimum game build required to run this mod
minGameVersion: 145
#this is a java mod
java: true