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
/
configuration
/
providers
Age
Commit message (
Expand
)
Author
2021-03-05
Update tiny remapper
shedaniel
2021-02-27
Merge remote-tracking branch 'FabricMC/dev/0.6' into dev/0.6-forge
shedaniel
2021-02-26
Add log4jConfigs to Loom extension (#356)
Shadowfacts
2021-02-22
Add way to add new launch arguments, because this can change without regenera...
shedaniel
2021-02-21
Add debug logging to publication modification, remove log spam in asset downl...
shedaniel
2021-02-20
Merge remote-tracking branch 'FabricMC/dev/0.6' into dev/0.6-forge
shedaniel
2021-02-14
Run tests against gradle 7 and fail on deprecation. Fix gradle 8 support again.
modmuss50
2021-02-14
Fix merge conflicts
shedaniel
2021-02-14
Merge remote-tracking branch 'FabricMC/dev/0.6' into dev/0.6-forge
shedaniel
2021-02-13
Add dev runtime dependencies to runtimeClasspath instead of runtimeOnly (#350)
Juuxel
2021-02-12
Rewrite minecraft game data handling.
modmuss50
2021-02-11
Update MCE - Remove auto population of minVersion in mixins - Drop some log l...
modmuss50
2021-02-09
Merge remote-tracking branch 'FabricMC/dev/0.6' into dev/0.6-forge
shedaniel
2021-02-03
Fix CME, Closes #345
modmuss50
2021-02-03
Still takes about a minute to download all the assets, should be much better ...
shedaniel
2021-02-02
Merge remote-tracking branch 'FabricMC/dev/0.6' into dev/0.6-forge
shedaniel
2021-01-30
Primitive MCP Support!
shedaniel
2021-01-29
Cache the checksum of asset index files. (#335)
shedaniel
2021-01-29
Data Generator for Forge
shedaniel
2021-01-24
Use the given manifest version hash if possible (#337)
Chocohead
2021-01-24
Update fabric mixin, fix #3, reduce logger spam
shedaniel
2021-01-20
Merge remote-tracking branch 'FabricMC/dev/0.6' into dev/0.6-forge
shedaniel
2021-01-19
Centralise refreshDeps variable.
modmuss50
2021-01-19
Cache the checksums on local asset files.
shedaniel
2021-01-19
Multi-thread native unpacking.
shedaniel
2021-01-19
Multi-thread assets checking, saving 500ms here.
shedaniel
2021-01-18
Mark Forge repo as ignoreGradleMetadataRedirection if possible
shedaniel
2021-01-18
Fix issue with resolving minecraft libraries on the wrong thread
Juuxel
2021-01-18
Merge remote-tracking branch 'FabricMC/dev/0.6' into dev/0.6-forge
shedaniel
2020-12-27
Optimise loom configuration, saves 1.2 seconds in my testing. #319
modmuss50
2020-12-24
General code cleanup (#313)
modmuss50