GamingZacharyC

gradle.properties - Aetherium

Apr 20th, 2020
325
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Groovy 0.63 KB | None | 0 0
  1. # This is used to set some easy variables.
  2.  
  3. # StopModReposts thing
  4. stopmodreposts_version = 1.0.0
  5.  
  6.  
  7.  
  8. # MOD METADATA
  9.     # Mod Version Naming Scheme: #
  10.     #
  11.     # Revision . Version . Type . ReleaseNumber   (add .CT if it is a CurseForge test release)
  12.     #
  13.     # Example: "1.3.2.04.CT"
  14.     #          1.         3.         2.    04. CT
  15.     #          Revision 1 Version 3, Alpha 04  CurseTest
  16.     #
  17.  
  18.     mod.version = "0.1.1.01.CT"
  19.  
  20.     mod.mcversion = "1.12.2"
  21.  
  22.     url.aetherium_landing = "https://sites.google.com/view/gamingzacharyc/landing/43theri4114ndingp4d"
  23.  
  24.     url.aetherium_credits = "credurl"
  25.  
  26. # End Mod Meta
Advertisement
Add Comment
Please, Sign In to add comment