1. 10 Nov, 2021 2 commits
  2. 09 Nov, 2021 2 commits
  3. 25 Oct, 2021 1 commit
  4. 22 Sep, 2021 1 commit
  5. 26 Aug, 2021 1 commit
  6. 17 Aug, 2021 1 commit
  7. 17 Jul, 2021 1 commit
  8. 23 Jun, 2021 2 commits
  9. 08 Jun, 2021 1 commit
  10. 27 May, 2021 1 commit
  11. 12 May, 2021 1 commit
    • Update to 21w19a and Java 16 · 50f0be76
      This commit can be used as an example on how to update your mod to Java 16. You will need to ensure you have Java 16 installed and set as the active version to run this.
      
      Gradle 7 is required along with loom 0.8
      modmuss50 authored
  12. 27 Mar, 2021 1 commit
  13. 15 Mar, 2021 1 commit
  14. 26 Feb, 2021 1 commit
  15. 07 Feb, 2021 1 commit
  16. 03 Feb, 2021 1 commit
  17. 30 Jan, 2021 1 commit
  18. 15 Jan, 2021 1 commit
  19. 11 Nov, 2020 1 commit
  20. 10 Nov, 2020 2 commits
    • 1.16.4 · a126c791
      modmuss50 authored
    • Modernize Gradle buildscript (#71) · 90cb78d4
      * Modernize gradle buildscript
      
      * Bump yarn/loader/fabric api versions
      
      * Add GH actions to build example mod
      
      * Update in response to feedback
      zml authored
  21. 14 Oct, 2020 1 commit
    • Simply processResources logic & make it compatible with future versions of Gradle (#69) · 54035654
      * Ignore commonly generated Mac OS junk files
      
      This is optional, but it would be a huge quality of life improvement for anyone developing on Mac OS, as the first thing I do when starting a new project is always to add this to the .gitignore. Example: Just from the small changes I've made to the build script alone, I've generated 4 .DS_Store files, which would clutter up this PR if I included them.
      
      * Simply processResources logic & make it compatible with future versions of Gradle
      
      When the processResources task is currently run, it uses deprecated Gradle features. Running "gradle clean build --warning-mode all" should output a message along the lines of "Copying or archiving duplicate paths with the default duplicates strategy has been deprecated. This is scheduled to be removed in Gradle 7.0.". This is due to inlcuding all files twice, as the "from" blocks includes them for the second time (gradle includes these files by default). This PR simply edits the relevant files from the already selected resources directory. This also reduces the amount of repetition in the script.
      
      * Switch to double quotes to match style
      
      D'oh!
      Ned Loynd authored
  22. 27 Sep, 2020 1 commit
  23. 10 Sep, 2020 1 commit
  24. 11 Aug, 2020 1 commit
  25. 24 Jun, 2020 1 commit
  26. 23 Jun, 2020 1 commit
  27. 07 Jun, 2020 2 commits
  28. 09 Apr, 2020 1 commit
  29. 06 Apr, 2020 1 commit
  30. 18 Mar, 2020 1 commit
  31. 28 Feb, 2020 1 commit
  32. 25 Feb, 2020 1 commit
  33. 21 Jan, 2020 1 commit
  34. 17 Dec, 2019 1 commit
  35. 10 Dec, 2019 1 commit