mirror of
https://github.com/MineLittlePony/MineLittlePony.git
synced 2025-02-13 16:24:23 +01:00
Update the toml file
This commit is contained in:
parent
c2e28abe4b
commit
79aa29744a
2 changed files with 27 additions and 10 deletions
|
@ -1,18 +1,35 @@
|
|||
modLoader="javafml"
|
||||
loaderVersion="[25,)"
|
||||
loaderVersion="[24,)"
|
||||
issueTrackerURL="http://github.com/MineLittlePony/MineLittlePony/issues/"
|
||||
logoFile="minelp_logo.png"
|
||||
|
||||
[[mods]]
|
||||
modId="minelittlepony"
|
||||
version="3.2"
|
||||
displayName="Mine Little Pony"
|
||||
displayURL="http://minelittlepony-mod.com/"
|
||||
authors="Verdana, Rene_Z, Mumfrey, Killjoy1221, Sollace"
|
||||
description='''
|
||||
Mine Little Pony turns players and mobs into ponies. Press F9 ingame to access settings.
|
||||
'''
|
||||
modId="minelittlepony"
|
||||
version="3.2"
|
||||
displayName="Mine Little Pony"
|
||||
displayURL="http://minelittlepony-mod.com/"
|
||||
credits="Verdana, Rene_Z, Mumfrey, Killjoy1221, Sollace"
|
||||
authors="Verdana"
|
||||
description='''
|
||||
Mine Little Pony turns players and mobs into ponies.
|
||||
|
||||
Press F9 ingame to access settings.'''
|
||||
|
||||
[[dependencies.minelittlepony]]
|
||||
modId="forge"
|
||||
mandatory=true
|
||||
versionRange="[25,)"
|
||||
ordering="NONE"
|
||||
side="BOTH"
|
||||
[[dependencies.minelittlepony]]
|
||||
modId="minecraft"
|
||||
mandatory=true
|
||||
versionRange="[1.13.2]"
|
||||
ordering="NONE"
|
||||
side="BOTH"
|
||||
[[dependencies.minelittlepony]]
|
||||
modId="hdskins"
|
||||
mandatory=true
|
||||
mandatory=false
|
||||
versionRange="[5.0.0,)"
|
||||
ordering="BEFORE"
|
||||
side="BOTH"
|
BIN
src/fml/resources/minelp_logo.png
Normal file
BIN
src/fml/resources/minelp_logo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 74 KiB |
Loading…
Reference in a new issue