Update the toml

This commit is contained in:
Sollace 2019-03-27 21:28:14 +02:00
parent cb70c333a7
commit 6d5728bdfa

View file

@ -1,40 +1,18 @@
modLoader="javafml" modLoader="javafml"
loaderVersion="[25,)" loaderVersion="[25,)"
issueTrackerURL="http://github.com/MineLittlePony/MineLittlePony/issues/" issueTrackerURL="http://github.com/MineLittlePony/MineLittlePony/issues/"
[[mods]]
# A list of mods - how many allowed here is determined by the individual mod loader
[[mods]] #mandatory
modId="minelittlepony" modId="minelittlepony"
version="${file.jarVersion}" version="3.2"
displayName="MineLittlePony" displayName="MineLittlePony"
#updateJSONURL="http://myurl.me/" #optional
displayURL="http://minelittlepony-mod.com/" displayURL="http://minelittlepony-mod.com/"
#logoFile="examplemod.png" #optional authors="Verdana, Rene_Z, Mumfrey, Killjoy1221, Sollace"
credits="Thanks for this example mod goes to Java" #optional
authors="Love, Cheese and small house plants" #optional
description=''' description='''
This is a long form description of the mod. You can write whatever you want here Mine Little Pony turns players and mobs into ponies. Press F9 ingame to access settings.
Have some lorem ipsum.
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed mollis lacinia magna. Orci varius natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Sed sagittis luctus odio eu tempus. Interdum et malesuada fames ac ante ipsum primis in faucibus. Pellentesque volutpat ligula eget lacus auctor sagittis. In hac habitasse platea dictumst. Nunc gravida elit vitae sem vehicula efficitur. Donec mattis ipsum et arcu lobortis, eleifend sagittis sem rutrum. Cras pharetra quam eget posuere fermentum. Sed id tincidunt justo. Lorem ipsum dolor sit amet, consectetur adipiscing elit.
''' '''
# A dependency - use the . to indicate dependency for a specific modid. Dependencies are optional. [[dependencies.minelittlepony]]
[[dependencies.examplemod]] #optional modId="hdskins"
# the modid of the dependency
modId="forge" #mandatory
# Does this dependency have to exist - if not, ordering below must be specified
mandatory=true #mandatory
# The version range of the dependency
versionRange="[90,)" #mandatory
# An ordering relationship for the dependency - BEFORE or AFTER required if the relationship is not mandatory
ordering="NONE"
# Side this dependency is applied on - BOTH, CLIENT or SERVER
side="BOTH"
# Here's another dependency
[[dependencies.examplemod]]
modId="minecraft"
mandatory=true mandatory=true
versionRange="[1.13.2]" versionRange="[5.0.0,)"
ordering="NONE" ordering="BEFORE"
side="BOTH" side="BOTH"