aboutsummaryrefslogtreecommitdiff
path: root/src/testmod/resources/META-INF
diff options
context:
space:
mode:
authorisxander <xander@isxander.dev>2024-04-11 18:43:06 +0100
committerisxander <xander@isxander.dev>2024-04-11 18:43:06 +0100
commit04fe933f4c24817100f3101f088accf55a621f8a (patch)
treefeff94ca3ab4484160e69a24f4ee38522381950e /src/testmod/resources/META-INF
parent831b894fdb7fe3e173d81387c8f6a2402b8ccfa9 (diff)
downloadYetAnotherConfigLib-04fe933f4c24817100f3101f088accf55a621f8a.tar.gz
YetAnotherConfigLib-04fe933f4c24817100f3101f088accf55a621f8a.tar.bz2
YetAnotherConfigLib-04fe933f4c24817100f3101f088accf55a621f8a.zip
Extremely fragile and broken multiversion build with stonecutter
Diffstat (limited to 'src/testmod/resources/META-INF')
-rw-r--r--src/testmod/resources/META-INF/mods.toml25
1 files changed, 25 insertions, 0 deletions
diff --git a/src/testmod/resources/META-INF/mods.toml b/src/testmod/resources/META-INF/mods.toml
new file mode 100644
index 0000000..74e4078
--- /dev/null
+++ b/src/testmod/resources/META-INF/mods.toml
@@ -0,0 +1,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
+