From 6d5728bdfa64a8a0ee62bcc05e7558e755edc973 Mon Sep 17 00:00:00 2001 From: Sollace Date: Wed, 27 Mar 2019 21:28:14 +0200 Subject: [PATCH] Update the toml --- src/fml/resources/META-INF/mods.toml | 40 +++++++--------------------- 1 file changed, 9 insertions(+), 31 deletions(-) diff --git a/src/fml/resources/META-INF/mods.toml b/src/fml/resources/META-INF/mods.toml index 94423449..f97677a0 100644 --- a/src/fml/resources/META-INF/mods.toml +++ b/src/fml/resources/META-INF/mods.toml @@ -1,40 +1,18 @@ modLoader="javafml" loaderVersion="[25,)" issueTrackerURL="http://github.com/MineLittlePony/MineLittlePony/issues/" - -# A list of mods - how many allowed here is determined by the individual mod loader -[[mods]] #mandatory +[[mods]] modId="minelittlepony" -version="${file.jarVersion}" +version="3.2" displayName="MineLittlePony" -#updateJSONURL="http://myurl.me/" #optional displayURL="http://minelittlepony-mod.com/" -#logoFile="examplemod.png" #optional -credits="Thanks for this example mod goes to Java" #optional -authors="Love, Cheese and small house plants" #optional +authors="Verdana, Rene_Z, Mumfrey, Killjoy1221, Sollace" description=''' -This is a long form description of the mod. You can write whatever you want here - -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. +Mine Little Pony turns players and mobs into ponies. Press F9 ingame to access settings. ''' -# A dependency - use the . to indicate dependency for a specific modid. Dependencies are optional. -[[dependencies.examplemod]] #optional - # 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" +[[dependencies.minelittlepony]] + modId="hdskins" mandatory=true - versionRange="[1.13.2]" - ordering="NONE" - side="BOTH" \ No newline at end of file + versionRange="[5.0.0,)" + ordering="BEFORE" + side="BOTH"