aboutsummaryrefslogtreecommitdiff
path: root/src/testmod/resources/META-INF/mods.toml
blob: 74e4078eeeb6c36457b2c29fb88e197b3687d29b (plain)
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
modLoader = "javafml"
loaderVersion = "[1,)"
#issueTrackerURL = ""
license = "LGPL-3.0-or-later"

[[mods]]
modId = "yacl_test"
version = "1"
displayName = "YACL Testmod"
description = '''
Test mod for YACL
'''
authors = "isXander"

[[mixins]]
config = "yacl-test.mixins.json"

[[dependencies.yacl_test]]
modId = "neoforge"
mandatory = true

[[dependencies.yacl_test]]
modId = "minecraft"
mandatory = true