index
:
github/architectury-loom.git
dev/0.10.0
fix/osx-1.8.9
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
main
/
java
/
net
/
fabricmc
/
loom
/
build
/
ModCompileRemapper.java
Age
Commit message (
Expand
)
Author
2021-12-02
Validate remapped mods also have a remapped access widener. (#549)
modmuss50
2021-11-12
Fix `namedElements` not extending from api (#533)
modmuss50
2021-07-31
Add modCompileOnlyApi, modRuntimeOnly; deprecate modRuntime (#458)
Juuxel
2021-07-14
Refactor LoomGradleExtension (#431)
modmuss50
2021-07-10
Fix local file mod dependencies (#430)
Juuxel
2021-07-10
Use spotless for header validation, years have been back-filled from git history
modmuss50
2021-05-13
General cleanup by making use of java 16 features (#397)
modmuss50
2021-05-04
Make remapped configurations lazy
modmuss50
2021-01-19
Dont remap dependency sources when building on CI services.
modmuss50
2021-01-19
Centralise refreshDeps variable.
modmuss50
2020-12-30
Cleanup output files when remap fails. Fixes #321
modmuss50
2020-12-30
Fix classifier handling for remapped dependencies
modmuss50
2020-12-27
Optimise loom configuration, saves 1.2 seconds in my testing. #319
modmuss50
2020-12-24
General code cleanup (#313)
modmuss50