38f6bf16f2
Changed forge to 31.2.31 and also marked it as required version. Changed JEI to 6.0.2.12 for dev usage.
29 lines
795 B
TOML
29 lines
795 B
TOML
modLoader="javafml"
|
|
loaderVersion="[31,)"
|
|
#updateJSONURL=""
|
|
issueTrackerURL="https://github.com/AppliedEnergistics/Applied-Energistics-2/issues"
|
|
displayURL="https://github.com/AppliedEnergistics/Applied-Energistics-2"
|
|
logoFile="logo.png"
|
|
#credits="Thanks for this example mod goes to Java"
|
|
authors="TeamAppliedEnergistics"
|
|
|
|
[[mods]]
|
|
modId="appliedenergistics2"
|
|
version="${file.jarVersion}"
|
|
displayName="Applied Energistics 2"
|
|
description="A Mod about Matter, Energy and using them to conquer the world.."
|
|
|
|
[[dependencies.appliedenergistics2]]
|
|
modId="forge"
|
|
mandatory=true
|
|
versionRange="[31.2.31,32.0.0)"
|
|
ordering="NONE"
|
|
side="BOTH"
|
|
|
|
[[dependencies.appliedenergistics2]]
|
|
modId="minecraft"
|
|
mandatory=true
|
|
versionRange="[1.15.2]"
|
|
ordering="NONE"
|
|
side="BOTH"
|