generated from Anuken/MindustryJavaModTemplate
-
Notifications
You must be signed in to change notification settings - Fork 29
/
Copy pathmod.hjson
32 lines (22 loc) · 717 Bytes
/
mod.hjson
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
#the mod name as displayed in-game
displayName: "Testing Utilities"
#the internal name of your mod
name: "test-utils"
#your name
author: "MEEP of Faith"
#the fully qualified main class of the mod
main: "testing.TestUtils"
#mod repo on github
repo: MEEPofFaith/testing-utilities-java
#the mod description as seen in the mod dialog
description: "Utilities for testing stuff in sandbox. (Load the game with this mod enabled for more info.)"
#short description displayed under the title
subtitle: "Easier to use than the console."
#the mod version
version: 68.4
#the minimum game build required to run this mod
minGameVersion: 146
#this is a java mod
java: true
#doesn't have content; client-sided
hidden: true