goauth

Fabric plugin for enhanced whitelists
git clone git://git.bain.cz/goauth.git
Log | Files | Refs | README | LICENSE

gradle.properties (406B)


      1 # Done to increase the memory available to gradle.
      2 org.gradle.jvmargs=-Xmx1G
      3 # Fabric Properties
      4 # check these on https://modmuss50.me/fabric.html
      5 minecraft_version=1.19.2
      6 yarn_mappings=1.19.2+build.13
      7 loader_version=0.14.9
      8 # Mod Properties
      9 mod_version=1.1.1
     10 maven_group=cz.bain.plugins
     11 archives_base_name=goauth
     12 # Dependencies
     13 # check this on https://modmuss50.me/fabric.html
     14 fabric_version=0.61.0+1.19.2