aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/META-INF/mods.toml
blob: 26e401c9eff83394e09c4b8e587cf4579ddd9ad8 (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
26
27
28
29
30
31
32
33
34
modLoader="javafml"
loaderVersion="[41,)"
license="CC BY-NC-ND 4.0"

[[mods]]
modId="iceberg"
version="${file.jarVersion}"
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="[41,)"
	ordering="NONE"
	side="BOTH"

[[dependencies.iceberg]]
	modId="minecraft"
	mandatory=true
	versionRange="[1.19,)"
	ordering="NONE"
	side="BOTH"

[[dependencies.iceberg]]
	modId="configured"
	mandatory=false
	versionRange="[1.5.3]"
	ordering="NONE"
	side="BOTH"