Skip to content
This repository has been archived by the owner on Dec 21, 2024. It is now read-only.

Releases: Supermarcel10/SimpleResourcepack

Updated Gradle Build

07 Jul 23:54
Compare
Choose a tag to compare

Change Log

  • Updated build.gradle.kts to generate only one combined JAR file.

1.16+ Release

07 Jul 23:28
Compare
Choose a tag to compare

Change Log

  • Wrote a compatibility layer for 1.20+ and 1.16+ which handles invoking correct methods with their parameters.
  • Changed from Maven to Gradle due to my lack of familiarity with compiling into multiple binaries efficiently. Gradle has some other benefits either way related to how it compiles and caches code.
  • Rewrote FileHoster to a more flexible, maintainable and efficient model.
  • Added self-checking to FileHoster to determine if the IP and port are public facing and accessible.
  • Fixed exception where server would hang if (old) FileHandler was inactive and trying to shut down itself.
  • Created .gitignore.
  • Added common non-tracked and build files to .gitignore.
  • Removed non-tracked files from repository.
  • Fixed minor typos, refactored some code.