diff options
Diffstat (limited to 'src/main/resources/META-INF/mods.toml')
-rw-r--r-- | src/main/resources/META-INF/mods.toml | 27 |
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 |