supersaiyansubtlety

gradle.properties

Nov 2nd, 2020
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.83 KB | None | 0 0
  1. # Done to increase the memory available to gradle.
  2. org.gradle.jvmargs = -Xmx1G
  3.  
  4. # Fabric Properties
  5. # check these on https://fabricmc.net/use
  6. minecraft_version=1.16.4
  7. compatible_minecraft_versions=MC1.16.2-1.16.4
  8. min_minecraft_version=1.16.2
  9.  
  10. yarn_mappings=1.16.4+build.1
  11. loader_version=0.10.6+build.214
  12.  
  13.  
  14. # Mod Properties
  15. mod_id = automated_crafting
  16. mod_version = 1.3.14
  17. init_class = AutomatedCraftingInit
  18. client_init_class = AutomatedCraftingClientInit
  19. maven_group = net.sssubtlety
  20. archives_base_name = automated-crafting
  21. author = supersaiyansubtlety
  22.  
  23. # Dependencies
  24.  
  25. fabric_api_version=0.25.1+build.416-1.16
  26. min_fabric_api_version=0.17.2+build.396-1.16
  27.  
  28. libgui_version = 3.2.1
  29. autoconfig1u_version = 3.3.1
  30. cloth_config_2_version = 4.8.2
  31.  
  32. ## Suggested
  33. modmenu_version = 1.14.6+build.31
  34.  
  35.  
  36.  
  37.  
Add Comment
Please, Sign In to add comment