Commit graph

8 commits

Author SHA1 Message Date
ILikePlayingGames
ae3d0d2975 Fix mixin being added to launch arguments twice
The loom mixin extension adds the mixin to the launch arguments automatically. Adding it in the launch config causes the argument to be added twice, which breaks launch logic. Adding the argument twice causes the first command line argument after the second mixin addition to be parsed incorrectly and therefore ignored.
2023-08-12 22:57:57 -04:00
ILikePlayingGames
8c46698f97
Update dependencies and fix bugs
- 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-07-02 14:16:32 +02:00
nea
1b8cfb5563
Add template repository workflow 2023-06-28 13:15:00 +02:00
Walker Selby
7e8fa83e5a
Add constants to buildscript to allow easier setup
Refactor to create constants for common values to be replaced

Signed-off-by: Walker Selby <git@walkerselby.com>
2023-05-25 02:24:37 +02:00
nea
cc5c1a8d1c
Move intermediary jars to extra directory 2023-04-29 01:17:00 +02:00
ILikePlayingGames
b53f3326ea Add log config and fix warnings
- Add log config to filter Hypixel scoreboard and sound errors
- Fix devauth warning and shadowImpl type warning
2022-09-02 03:35:01 -04:00
Roman / Nea
e287e601b2
Use java instead of kotlin class root for resources 2022-08-20 02:11:14 +02:00
nea
5bbf027f32
Initial commit 2022-07-21 19:46:41 +02:00