mirror of
https://github.com/Creators-of-Create/Create.git
synced 2024-12-28 16:06:48 +01:00
Update mods.toml
- Add CurseForge link, issue tracker link, and logo
This commit is contained in:
parent
785242d5b3
commit
39e467fe1c
2 changed files with 14 additions and 10 deletions
|
@ -1,20 +1,24 @@
|
||||||
modLoader="javafml"
|
modLoader="javafml"
|
||||||
loaderVersion="[34,)"
|
loaderVersion="[34,)"
|
||||||
#issueTrackerURL=""
|
issueTrackerURL="https://github.com/Creators-of-Create/Create/issues"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
|
|
||||||
[[mods]]
|
[[mods]]
|
||||||
modId="create"
|
modId="create"
|
||||||
version="${file.jarVersion}"
|
version="${file.jarVersion}"
|
||||||
displayName="Create"
|
displayName="Create"
|
||||||
#updateJSONURL=""
|
#updateJSONURL=""
|
||||||
authors="simibubi"
|
displayURL="https://www.curseforge.com/minecraft/mc-mods/create"
|
||||||
|
logoFile="logo.png"
|
||||||
|
#credits=""
|
||||||
|
authors="simibubi"
|
||||||
description='''
|
description='''
|
||||||
Technology that empowers the player.'''
|
Technology that empowers the player.
|
||||||
|
'''
|
||||||
|
|
||||||
[[dependencies.create]]
|
[[dependencies.create]]
|
||||||
modId="forge"
|
modId="forge"
|
||||||
mandatory=true
|
mandatory=true
|
||||||
versionRange="[35.1.16,)"
|
versionRange="[35.1.16,)"
|
||||||
ordering="NONE"
|
ordering="NONE"
|
||||||
side="BOTH"
|
side="BOTH"
|
||||||
|
@ -24,4 +28,4 @@ Technology that empowers the player.'''
|
||||||
mandatory=true
|
mandatory=true
|
||||||
versionRange="[1.16.4,1.17)"
|
versionRange="[1.16.4,1.17)"
|
||||||
ordering="NONE"
|
ordering="NONE"
|
||||||
side="BOTH"
|
side="BOTH"
|
||||||
|
|
BIN
src/main/resources/logo.png
Normal file
BIN
src/main/resources/logo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 58 KiB |
Loading…
Reference in a new issue