Skip to content

Commit

Permalink
Added mods toml
Browse files Browse the repository at this point in the history
  • Loading branch information
MrTroble committed Aug 5, 2021
1 parent 241493f commit 127ed7d
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions src/main/resources/META-INF/mods.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
modLoader="javafml"
loaderVersion="[25,)"
issueTrackerURL="https://github.com/German-Immersive-Railroading-Community/GIRC-Redstone/issues"

[[mods]]
modId="gircredstone"
version="${file.jarVersion}"
displayName="GIRC Redstone"
displayURL="https://girc.eu/"
authors="MrTroble, Jeronimo"
description='''
The official Wireless Redstone Mod for GIR.
Works in unloaded Chunks TM.
'''

[[dependencies.gircredstone]]
modId="forge"
mandatory=true
versionRange="[25,)"
ordering="NONE"
side="BOTH"

[[dependencies.gircredstone]]
modId="minecraft"
mandatory=true
versionRange="[1.13.2]"
ordering="NONE"
side="BOTH"

0 comments on commit 127ed7d

Please sign in to comment.