Advertisement
Guest User

Example mods.toml

a guest
Dec 23rd, 2020
4,243
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.71 KB | None | 0 0
  1. #Anything that is optional which you are not using, just delete that line. You can also delete any of the '#comments'
  2.  
  3. modLoader="javafml" #mandatory
  4. loaderVersion="[35,)" #mandatory
  5. license="All rights reserved" #mandatory https://choosealicense.com/
  6. issueTrackerURL="http://my.issue.tracker/" #optional
  7.  
  8. [[mods]] #mandatory
  9. modId="yourmodid" #mandatory
  10. version="Mod Version" #mandatory
  11. displayName="Mod Name" #mandatory
  12. updateJSONURL="http://myurl.me/" #optional
  13. displayURL="http://example.com/" #optional
  14. logoFile="examplemod.png" #optional
  15. credits="The credits for your mod." #optional
  16. authors="The authors of your mod." #optional
  17. description='''
  18. A multi-line description of your mod.
  19. Hello!
  20. ''' #mandatory
  21.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement