aboutsummaryrefslogtreecommitdiff
path: root/src/main
AgeCommit message (Collapse)Author
2024-08-08Add access transformersHEADmasterLinnea Gräf
2024-02-05Add an auto discovery plugin for mixinsLinnea Gräf
This will automatically find mixins in the mixin plugin, not requiring the manual configuration. This is less friction, especially for newer users. Usually this isn't super advisable, or needs more configuration to avoid server/client mixins being incorrectly applied, but with the target demographic of mostly client mods, I think this is a worthwhile change.
2023-07-02Update dependencies and fix bugsILikePlayingGames
- Update Gradle to 8.2-bin - Update Shadow to 8.1.1 - Update DevAuth to 1.1.2 - Update Mixin to 0.8.5 - Add some missed property substitutions
2023-05-25Add constants to buildscript to allow easier setupWalker Selby
Refactor to create constants for common values to be replaced Signed-off-by: Walker Selby <git@walkerselby.com>
2022-07-21Initial commitnea