Commit graph

16 commits

Author SHA1 Message Date
fc1e993b6f
setup CI 2025-04-15 01:29:06 +02:00
4ab94cd179
reupload codebase
Some checks are pending
Run Gradle Build / gradle (push) Waiting to run
Validate Gradle Wrapper / Validation (push) Waiting to run
2025-04-14 21:30:10 +02:00
Linnea Gräf
c1dabe37d8
Add access transformers 2024-08-08 12:44:50 +02:00
ILikePlayingGames
b96ba8a968 Small buildscript fixes
- Update devauth
- Fix remapJar not being included when configuring all tasks with type Jar
- Rename intermediate artifacts and folder to better show what they are
2024-07-06 15:34:44 +02:00
Linnea Gräf
fdc155bc48
Remove outdated asmhelper reference 2024-03-02 13:19:17 +01:00
Linnea Gräf
09cd2809fb
Add an auto discovery plugin for mixins
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.
2024-02-05 13:19:59 +01:00
ILikePlayingGames
f3ef0f11d5 Fix macOS crash automatically and remove server run config 2023-09-09 21:17:24 -04:00
nea
3bf02a0899
Use proper resources dir 2023-08-26 12:59:26 +02:00
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