Advertisement
Guest User

Untitled

a guest
Apr 8th, 2020
506
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 1.18 KB | None | 0 0
  1. modLoader="javafml"
  2.  
  3. loaderVersion="[31,)"
  4.  
  5. issueTrackerURL="http://my.issue.tracker/"
  6.  
  7. [[mods]]
  8.  
  9. # The modid of the mod
  10. modId="honeystuffs"
  11.  
  12. version="1.0"
  13.  
  14. displayName="Honey Stuffs"
  15.  
  16. updateJSONURL="http://myurl.me"
  17.  
  18. displayURL="http://.com/"
  19.  
  20. logoFile="honeystuffs.png"
  21.  
  22. credits="gabriellolipop(MEE!!)"
  23.  
  24. authors="gabriellolipop"
  25.  
  26. description='''
  27.     This is Honey Stuffs
  28.         A mod where you can create tools and many other things, from using the new update we know and love, THE BUZZY BEE UPDATE!!
  29. '''
  30.  
  31.  
  32.  
  33.  
  34.  
  35.  
  36. [[dependencies.HoneyStuffs]] #optional
  37.     # the modid of the dependency
  38.     modId="forge" #mandatory
  39.     # Does this dependency have to exist - if not, ordering below must be specified
  40.     mandatory=true #mandatory
  41.     # The version range of the dependency
  42.     versionRange="[31,)" #mandatory
  43.     # An ordering relationship for the dependency - BEFORE or AFTER required if the relationship is not mandatory
  44.     ordering="NONE"
  45.     # Side this dependency is applied on - BOTH, CLIENT or SERVER
  46.     side="BOTH"
  47.  
  48. [[dependencies.HoneyStuffs]]
  49.     modId="minecraft"
  50.     mandatory=true
  51.     versionRange="[1.15.2]"
  52.     ordering="NONE"
  53.     side="BOTH"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement