CreateMod/src/main/resources/META-INF/mods.toml

39 lines
903 B
TOML
Raw Normal View History

2021-06-19 09:29:18 +02:00
modLoader="javafml"
loaderVersion="[40,)"
issueTrackerURL="https://github.com/Creators-of-Create/Create/issues"
license="MIT"
2021-06-19 09:29:18 +02:00
[[mods]]
modId="create"
# The Implementation-Version property in the jar's MANIFEST.MF file will be used as the mod version at runtime
version="${file.jarVersion}"
2021-06-19 09:29:18 +02:00
displayName="Create"
#updateJSONURL=""
displayURL="https://www.curseforge.com/minecraft/mc-mods/create"
logoFile="logo.png"
#credits=""
2021-06-19 09:29:18 +02:00
authors="simibubi"
description='''
Technology that empowers the player.'''
2021-06-19 09:29:18 +02:00
[[dependencies.create]]
modId="forge"
2021-06-19 09:29:18 +02:00
mandatory=true
versionRange="[40.2.4,)"
ordering="NONE"
side="BOTH"
[[dependencies.create]]
modId="minecraft"
mandatory=true
versionRange="[1.18.2,1.19)"
ordering="NONE"
2021-06-19 09:29:18 +02:00
side="BOTH"
[[dependencies.create]]
modId="flywheel"
mandatory=true
versionRange="[0.6.9,0.6.10)"
2021-11-07 04:59:58 +01:00
ordering="AFTER"
side="CLIENT"