Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Fix mods.toml; Move credits to the mods section
- Loading branch information
1 parent
0bfce83
commit 75b4904fdc589a78c83411572e0728ab81f3a47f
Showing
1 changed file
with
2 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -1,10 +1,11 @@ | ||
modLoader="javafml" #mandatory | ||
loaderVersion="[31,)" #mandatory. 26 for 1.14.2, 27 for 1.14.3, 28 for 1.14.4. 29,30,31 for 1.15, 1.15.2/3 | ||
credits="Thanks suppergerrie2 for this example!" #optional | ||
|
||
[[mods]] #mandatory | ||
modId="stutorialmod" #mandatory | ||
version="1.0" #mandatory | ||
displayName="Tutorial Mod" #mandatory | ||
credits="Thanks suppergerrie2 for this example!" #optional | ||
description=''' | ||
A mod developed for suppergerrie2's tutorial | ||
''' |