aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/META-INF/mods.toml
diff options
context:
space:
mode:
authorAnthony Hilyard <anthony.hilyard@gmail.com>2021-08-25 14:51:42 -0700
committerAnthony Hilyard <anthony.hilyard@gmail.com>2021-08-25 14:51:42 -0700
commitfca13e61adcfbdbf38497c20a2e41ef120ef1d13 (patch)
tree2fcf430a4de62639338bf9b360853bb46c5b9d90 /src/main/resources/META-INF/mods.toml
downloadIceberg-fca13e61adcfbdbf38497c20a2e41ef120ef1d13.tar.gz
Iceberg-fca13e61adcfbdbf38497c20a2e41ef120ef1d13.tar.bz2
Iceberg-fca13e61adcfbdbf38497c20a2e41ef120ef1d13.zip
Initial commit.
Diffstat (limited to 'src/main/resources/META-INF/mods.toml')
-rw-r--r--src/main/resources/META-INF/mods.toml27
1 files changed, 27 insertions, 0 deletions
diff --git a/src/main/resources/META-INF/mods.toml b/src/main/resources/META-INF/mods.toml
new file mode 100644
index 0000000..bfb58bd
--- /dev/null
+++ b/src/main/resources/META-INF/mods.toml
@@ -0,0 +1,27 @@
+modLoader="javafml"
+loaderVersion="[36,)"
+license="All rights reserved."
+
+[[mods]]
+modId="iceberg"
+version="${version}"
+displayName="Iceberg"
+displayURL="https://anthonyhilyard.com/"
+updateJSONURL="https://mc-curse-update-checker.herokuapp.com/520110"
+logoFile="icon.png"
+authors="Grend"
+description="A library containing events, helpers, and utilities to make modding easier."
+
+[[dependencies.iceberg]]
+ modId="forge"
+ mandatory=true
+ versionRange="[36,)"
+ ordering="NONE"
+ side="BOTH"
+
+[[dependencies.iceberg]]
+ modId="minecraft"
+ mandatory=true
+ versionRange="[1.16.5]"
+ ordering="NONE"
+ side="BOTH" \ No newline at end of file