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
Age
Commit message (
Expand
)
Author
2021-07-13
Fix license headers
shedaniel
2021-07-13
Merge remote-tracking branch 'FabricMC/dev/0.9' into dev/0.9
shedaniel
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-06-03
Merge remote-tracking branch 'FabricMC/dev/0.8' into dev/0.8
shedaniel
2021-06-01
Fix MergedNestedJarProvider not calling the child's prepare
modmuss50
2021-05-30
Update tiny-remapper to 1.1.0
shedaniel
2021-05-30
Merge remote-tracking branch 'FabricMC/dev/0.8' into dev/0.8
shedaniel
2021-05-22
Add classifier to "fake" mods' id if they have a classifier specified (#394)
Mitchell Skaggs
2021-05-14
Fix merge conflicts
shedaniel
2021-05-14
Merge remote-tracking branch 'FabricMC/dev/0.8' into dev/0.8
shedaniel
2021-05-13
General cleanup by making use of java 16 features (#397)
modmuss50
2021-05-12
Merge remote-tracking branch 'architectury/dev/0.7-forge' into dev/future
shedaniel
2021-05-10
Merge remote-tracking branch 'architectury/dev/0.6-forge' into dev/0.7-forge
shedaniel
2021-05-10
Add detection for "architectury.common.marker" to remap
shedaniel
2021-05-05
Adds Forge Sources Remapping
shedaniel
2021-05-05
Merge remote-tracking branch 'FabricMC/future/dev' into dev/future
shedaniel
2021-05-04
Make remapped configurations lazy
modmuss50
2021-05-01
a
shedaniel
2021-04-30
Workaround for FileSystemAlreadyExists errors (#17)
Username404-59
2021-04-17
Merge remote-tracking branch 'architectury/dev/0.6-forge' into dev/0.7-forge
shedaniel
2021-04-14
Add more logging to JarRemapper
shedaniel
2021-04-14
Add "loom.forge.include" for include configuration on forge
shedaniel
2021-04-13
Simplify RemapJarTask remapRefmap
shedaniel
2021-04-13
Simplify RemapJarTask remapRefmap
shedaniel
2021-04-04
Merge remote-tracking branch 'FabricMC/dev/0.7' into dev/0.7-forge
shedaniel
2021-03-12
Mod Remapping Refactor. (#362)
modmuss50
2021-03-08
Use refmap-remapper to remap refmap to prevent double remapping
shedaniel
2021-03-05
Update tiny remapper
shedaniel
2021-02-14
Merge remote-tracking branch 'FabricMC/dev/0.6' into dev/0.6-forge
shedaniel
2021-02-11
Update MCE - Remove auto population of minVersion in mixins - Drop some log l...
modmuss50
2021-02-03
Merge remote-tracking branch 'FabricMC/dev/0.6' into 0.6-merge
shedaniel
2021-02-02
Generate fabric.mod.json for included submodule jars (#343)
Jason
2021-01-20
Merge remote-tracking branch 'FabricMC/dev/0.6' into dev/0.6-forge
shedaniel
2021-01-19
Dont remap dependency sources when building on CI services.
modmuss50
2021-01-19
Centralise refreshDeps variable.
modmuss50
2021-01-18
Merge remote-tracking branch 'FabricMC/dev/0.6' into dev/0.6-forge
shedaniel
2021-01-07
Remove usage of internal kotlin class, should fix crash with kotlin 1.4. Clos...
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