gradle.properties 729 B

12345678910111213141516171819202122232425262728293031
  1. # Project
  2. mod_version=9.0
  3. group=com.blamejared.controlling
  4. # Common
  5. minecraft_version=1.18
  6. common_runs_enabled=true
  7. common_client_run_name=Common Client
  8. common_server_run_name=Common Server
  9. # Forge
  10. forge_version=38.0.8
  11. //forge_ats_enabled=true
  12. # Fabric
  13. fabric_version=0.43.1+1.18
  14. fabric_loader_version=0.12.8
  15. # Mod options
  16. mod_name=Controlling
  17. mod_author=Jaredlll08
  18. mod_id=controlling
  19. mod_avatar=https://media.forgecdn.net/avatars/49/603/636079972364045115.png
  20. curse_project_id=250398
  21. curse_homepage=https://www.curseforge.com/minecraft/mc-mods/controlling
  22. git_first_commit=f55e1b9e9e9d2e7c1ebe2a7dee913c98d473b5c6
  23. git_repo=https://github.com/jaredlll08/controlling
  24. # Gradle
  25. org.gradle.jvmargs=-Xmx3G
  26. org.gradle.daemon=false