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
Age
Commit message (
Expand
)
Author
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
Improve run configs (#318) (#338)
modmuss50
2021-01-30
Append platform suffix again
shedaniel
2021-01-29
Cache the checksum of asset index files. (#335)
shedaniel
2021-01-29
Data Generator for Forge
shedaniel
2021-01-28
Merge remote-tracking branch 'FabricMC/dev/0.6' into dev/0.6
modmuss50
2021-01-28
Dont add the mojang maven repo twice.
modmuss50
2021-01-26
Don't add tasks before run to idea anymore for arch
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-21
Improve error handling around access widener remapping. Closes #311
modmuss50
2021-01-21
Override minVersion for dependencies.
shedaniel
2021-01-20
Auto generate vscode run configurations, inject our own pre launch tasks to t...
shedaniel
2021-01-20
Allow configuring additional local sourceSets.
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
Fix checkstyle
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
2021-01-18
Merge remote-tracking branch 'FabricMC/dev/0.6' into dev/0.6-forge
shedaniel
2021-01-17
Gradle 7 (and hopefully 8) support (#332)
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-26
Remove jcenter as a default maven repo. This will make builds faster and more...
modmuss50
2020-12-24
General code cleanup (#313)
modmuss50