Guest User

mods.toml

a guest
Aug 5th, 2019
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.77 KB | None | 0 0
  1. loaderVersion="[28,)" #mandatory (26 is current forge version)
  2.  
  3. [[mods]] #mandatory
  4.  
  5. modId="tutorialmod" #mandatory
  6.  
  7. version="0.1" #mandatory
  8.  
  9. displayName="Tutorial Mod" #mandatory
  10.  
  11. updateJSONURL="http://myurl.me/" #optional
  12.  
  13. displayURL="http://example.com/" #optional
  14.  
  15. credits="SuchASaltyLemon" #optional
  16.  
  17. authors="SuchASaltyLemon" #optional
  18. description='''
  19. mod
  20. hello
  21. liososos
  22. '''
  23. [[dependencies.tutorialmod]] #optional
  24.  
  25.  
  26. modId="forge" #mandatory
  27.  
  28. mandatory=true #mandatory
  29.  
  30. versionRange="[28,)" #mandatory
  31.  
  32. ordering="NONE"
  33.  
  34. side="BOTH"
  35.  
  36.  
  37. [[dependencies.examplemod]]
  38. modId="minecraft"
  39.  
  40. mandatory=true
  41.  
  42. versionRange="[1.14.4]"
  43.  
  44. ordering="NONE"
  45.  
  46. side="BOTH"
Add Comment
Please, Sign In to add comment