summary refs log tree commit diff stats
AgeCommit message (Collapse)Author
2022-07-04Last minute quick fixesSoniEx2
2022-07-03Update mod metadataSoniEx2
2022-07-03[Project] Friend CodeSoniEx2
A Minecraft mod which adds friend codes, an easy way to play in the same world with remote friends.
2022-06-071.19modmuss50
2022-05-24Update loommodmuss50
2022-05-21Update loader, api & yarnmodmuss50
2022-04-27Update MC dep to disallow 1.18.1 since it's usually incompatiblePlayer
2022-02-28Update to 1.18.2modmuss50
Also updates fabric loader.
2022-02-28Update gradle.modmuss50
2022-01-24Update API, yarn, minimum loader version and mixin compat level.modmuss50
2022-01-24Update Loom & Gradle (#160)modmuss50
2022-01-19Migrate to SLF4J (#157)modmuss50
2022-01-08Update fabric latest versions link (#154)ap-1
The [old page](https://fabricmc.net/versions.html) is missing links to the online javadocs. It tells users to use the [new page](https://fabricmc.net/develop) instead, so we might as well provide the new one here to begin with.
2021-12-14Update Fabric Loader to 0.12.12Player
2021-12-10Update Fabric Loader to 0.12.10Player
2021-12-101.18.1modmuss50
2021-12-09Update depsmodmuss50
2021-11-301.18modmuss50
2021-11-17Revert compatibilityLevel bumpPlayer
Using JAVA_17 is currently broken with the production server and not necessarily indicated by how Mixin treats this field
2021-11-161.18-pre2modmuss50
2021-11-10Small cleanupmodmuss50
2021-11-10Update Fabric Loader and APImodmuss50
2021-11-10Update to loom 0.10modmuss50
2021-11-09Update to Gradle 7.3 and also build on Java 17modmuss50
2021-11-09Resolve plugin dependencies from maven central. (#138)modmuss50
2021-10-25Update yarn and fabric load/api (#134)Jasmine Hegman
* Update yarn and fabric load/api To keep up to date with https://fabricmc.net/versions.html?&version=1.17.1 * Set loader to latest stable version
2021-09-22Use Logger instead of println (#126)Levy Ehrstein
2021-08-26Update fabric APImodmuss50
2021-08-17Update Gradle, Loom, Yarn, Fabricmodmuss50
2021-07-17Update Minecraft and Gradle.modmuss50
2021-06-23Update Fabric versions link (#111)jackassmc
2021-06-23Update gradle.properties (#110)Qwinci
2021-06-081.17 stablemodmuss50
2021-05-271.17-pre1modmuss50
2021-05-12Update to 21w19a and Java 16modmuss50
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
2021-03-27Update dependencies (#92)David Bailey
Co-authored-by: ByMartrixX <47987888+ByMartrixx@users.noreply.github.com>
2021-03-15Unify inconsitent identation in build.gradle (#90)Geolykt
2021-02-26Update loom, gradle, yarn, loader and api.modmuss50
2021-02-07Improve description of repositories blocks (#81)YTG123
* Update build.gradle * Implements @liach's suggested changes * Update build.gradle Co-authored-by: Juuxel <6596629+Juuxel@users.noreply.github.com> * Update build.gradle Co-authored-by: Juuxel <6596629+Juuxel@users.noreply.github.com> * Update build.gradle * Update build.gradle Co-authored-by: Juuxel <6596629+Juuxel@users.noreply.github.com>
2021-02-03Remove jcenter from settings.gradle as jcenter is shutting down.modmuss50
Closes #78 This should have never been here, sadly not a lot I can do about the past.
2021-01-30Update default maven groupmodmuss50
2021-01-15Update minecraft, gradle, loader and api.modmuss50
2020-11-11Fix some IDE's (vsc) not detecting the correct java version to compile for.modmuss50
2020-11-101.16.4modmuss50
2020-11-10Modernize Gradle buildscript (#71)zml
* Modernize gradle buildscript * Bump yarn/loader/fabric api versions * Add GH actions to build example mod * Update in response to feedback
2020-10-14Simply processResources logic & make it compatible with future versions of ↵Ned Loynd
Gradle (#69) * 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!
2020-09-27Update api, loader, loom, gradlemodmuss50
2020-09-101.16.3modmuss50
2020-08-111.16.2modmuss50
2020-06-241.16.1modmuss50