aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources
AgeCommit message (Collapse)Author
2021-04-04Merge remote-tracking branch 'FabricMC/dev/0.7' into dev/0.7-forgeshedaniel
# Conflicts: # .github/workflows/test-push.yml # build.gradle # src/main/java/net/fabricmc/loom/configuration/CompileConfiguration.java # src/main/java/net/fabricmc/loom/configuration/ide/RunConfig.java # src/main/java/net/fabricmc/loom/configuration/providers/MinecraftProvider.java # src/main/java/net/fabricmc/loom/configuration/providers/mappings/MappingsProvider.java # src/main/java/net/fabricmc/loom/configuration/providers/minecraft/MinecraftMappedProvider.java # src/main/java/net/fabricmc/loom/configuration/providers/minecraft/assets/MinecraftAssetsProvider.java # src/main/java/net/fabricmc/loom/decompilers/fernflower/AbstractFernFlowerDecompiler.java # src/main/java/net/fabricmc/loom/decompilers/fernflower/ForkingJavaExec.java # src/main/java/net/fabricmc/loom/task/RemapJarTask.java # src/main/java/net/fabricmc/loom/util/GroovyXmlUtil.java # src/main/java/net/fabricmc/loom/util/HashedDownloadUtil.java # src/test/groovy/net/fabricmc/loom/BuildUtils.groovy
2021-03-25Constant unpicking (#328)modmuss50
* Start adding constant unpicking * Update to use unpick cli * Fix build? * Fix? * Fix log spam when unpicking * Improve unpick tests
2021-02-02Merge remote-tracking branch 'FabricMC/dev/0.6' into dev/0.6-forgeshedaniel
2021-01-29Improve run configs (#318) (#338)modmuss50
Co-authored-by: ShadewRG <onankman@gmail.com> Co-authored-by: UndeadCat | Shadew <redgalaxysw@gmail.com> Co-authored-by: liach <7806504+liach@users.noreply.github.com>
2021-01-26Don't add tasks before run to idea anymore for archshedaniel
2021-01-23That was the wrong indentshedaniel
2021-01-23Silence ClassTransformershedaniel
2021-01-18Merge remote-tracking branch 'FabricMC/dev/0.6' into dev/0.6-forgeshedaniel
2020-12-21Move remapped mods into a full local maven repo (#300)modmuss50
2020-12-08Option to disable mojmap warning + ways to add tasks to do before run.shedaniel
2020-12-03Add environment variable support for idea run configsJuuxel
2020-11-07eclipse: Fix run configuration generation (#285)zml
Fixes #283
2020-07-26Allow IDEA run configs to be generated for non-root projects (#236)Jonas Herzig
2020-04-04Small fixes to the log4j config filemodmuss50
2020-04-04Use a custom dev time log4j config. Enables color output and improves ↵modmuss50
overall logging. (#186) * Use a custom dev time log4j config. Enables color output and improves overall logging. Color output is not enabled by default for eclipse users * Use the run config to force enable ansi colors * Improve IDE detection
2019-12-27Fix eclipse run config, Closes #111modmuss50
2019-09-26Pass target project argument to ${project_loc} variable in generated Eclipse ↵Daomephsta
run configs (#133)
2019-06-24Possible fix for intelij moudle not being selected in run configsmodmuss50
2019-04-30migrate away fabric-mixin-compile-extensions, fix root/sub project issues ↵Adrian Siekierka
wrt mixin/loom presence hopefully once and for all
2019-01-29Add working directory to Eclipse run config (#55)Virtuoel
2018-12-19Default idea's run config (when importing with idea's gradle tools) to use ↵modmuss50
the _main module. Not a perfect fix but will now work with the default import settings.
2018-12-12Auto generate eclipse launch filesmodmuss50
2018-11-05use one asset directoryasie
2018-11-05Generate idea run configs for dir based projectsmodmuss50
2018-11-03add gradle plugin marker (#11)NikkyAI
format build.gradle format do tabs
2018-10-24ongoing de-OMLificationasie
2018-10-22Revert "Remove a bunch of stuff + update to support modlauncher"modmuss50
This reverts commit 6b59f9c
2018-10-22Revert to old namemodmuss50
2018-08-05Remove a bunch of stuff + update to support modlaunchermodmuss50
2018-06-18Inital work on getting the prebaker to work, still very broken but things ↵modmuss50
have worked
2018-05-11Fix environment setupTheCodedOne
2016-10-12add partially working mixin remapasiekierka
2016-08-17Load project deps from within gradle, should allow moduals to be builtmodmuss50
2016-08-16Update Gradle wrapper to 3.0 (#2)Jamie Mansfield
- Rename plugin to 'net.fabricmc.loom' from 'fabric-loom' - Add .gitattributes - Use the same .gitignore from fabric-base - Add license headers
2016-08-16change plugin namemodmuss50
2016-08-16Rename thingsmodmuss50
2016-08-15recreate repoasiekierka