Skip to content

Commit

Permalink
add mods.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
lawremi committed Aug 31, 2019
1 parent bb56635 commit c055a2a
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions src/main/resources/META-INF/mods.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
modLoader="javafml" #mandatory
loaderVersion="[27,)" #mandatory
[[mods]] #mandatory
modId="CustomOreGen" #mandatory
version="${version}" #mandatory
displayName="Custom Ore Generation" #mandatory
authors="JRoush, noogenesis"
description='''
Allows the player to customize how ore is generated.
'''
displayURL="https://www.curseforge.com/minecraft/mc-mods/customoregen"
logoFile="/Logo.png"
credits="Thanks to marcopolo1613, Cadde, mossman1223, reteo, Draco18s."
[[dependencies.CustomOreGen]] #optional
modId="forge" #mandatory
mandatory=true #mandatory
versionRange="[27,)" #mandatory
ordering="NONE"
side="BOTH"
[[dependencies.CustomOreGen]]
modId="minecraft"
mandatory=true
versionRange="[1.14.3,)"
ordering="NONE"
side="BOTH"

0 comments on commit c055a2a

Please sign in to comment.