Update mods.toml

- Add CurseForge link, issue tracker link, and logo
This commit is contained in:
PepperBell 2021-06-16 12:20:08 -07:00
parent 785242d5b3
commit 39e467fe1c
2 changed files with 14 additions and 10 deletions

View file

@ -1,20 +1,24 @@
modLoader="javafml"
loaderVersion="[34,)"
#issueTrackerURL=""
modLoader="javafml"
loaderVersion="[34,)"
issueTrackerURL="https://github.com/Creators-of-Create/Create/issues"
license="MIT"
[[mods]]
[[mods]]
modId="create"
version="${file.jarVersion}"
displayName="Create"
displayName="Create"
#updateJSONURL=""
authors="simibubi"
displayURL="https://www.curseforge.com/minecraft/mc-mods/create"
logoFile="logo.png"
#credits=""
authors="simibubi"
description='''
Technology that empowers the player.'''
Technology that empowers the player.
'''
[[dependencies.create]]
[[dependencies.create]]
modId="forge"
mandatory=true
mandatory=true
versionRange="[35.1.16,)"
ordering="NONE"
side="BOTH"
@ -24,4 +28,4 @@ Technology that empowers the player.'''
mandatory=true
versionRange="[1.16.4,1.17)"
ordering="NONE"
side="BOTH"
side="BOTH"

BIN
src/main/resources/logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 58 KiB