aboutsummaryrefslogtreecommitdiff
path: root/README.md
AgeCommit message (Collapse)Author
2021-05-14Merge remote-tracking branch 'FabricMC/dev/0.8' into dev/0.8shedaniel
# Conflicts: # README.md # build.gradle # src/main/java/net/fabricmc/loom/LoomGradlePlugin.java # src/main/java/net/fabricmc/loom/build/mixin/AnnotationProcessorInvoker.java # src/main/java/net/fabricmc/loom/configuration/DependencyProvider.java # src/main/java/net/fabricmc/loom/configuration/mods/ModProcessor.java # src/main/java/net/fabricmc/loom/configuration/providers/MinecraftProvider.java # src/main/java/net/fabricmc/loom/configuration/providers/minecraft/assets/MinecraftAssetsProvider.java # src/main/java/net/fabricmc/loom/task/GenVsCodeProjectTask.java
2021-05-13General cleanup by making use of java 16 features (#397)modmuss50
* General cleanup by making use of java 16 features * use jackson-databind in place of gson when reading to a record * Fixes * cleanup * dep updates * Replace commons IOUtils usage with native java * Update fernflower
2021-02-03Update README.mdshedaniel
2021-01-20Auto generate vscode run configurations, inject our own pre launch tasks to ↵shedaniel
tasks.json
2021-01-18Merge remote-tracking branch 'FabricMC/dev/0.6' into dev/0.6-forgeshedaniel
2021-01-11Update README.mdshedaniel
2021-01-03Improve debugging repo instructions and fix typos (#323)Juuxel
* Improve debugging repo instructions and fix typos * Fix typo in README
2021-01-03Improve the readme a little.modmuss50
Feel free to improve via PRs
2020-12-28Update README.mdshedaniel
2020-12-08Setup forgified loom from Juuxel that allows for better production use.shedaniel
2020-12-04Remap mixins properly (and cursedly)Juuxel
2020-12-03Add missing Forge maven to READMEJuuxel
2020-12-03Update limitations in READMEJuuxel
2020-12-03Remap mod dependencies + their coremods and ATsJuuxel
2018-10-24ongoing de-OMLificationasie
2018-05-11Rename to OpenGradleTheCodedOne
2016-10-12Remove need to use genIdeaRuns, now just use the idea taskmodmuss50
Remove making everything public - breaks a lot of shit
2016-08-20Update README.mdShadowfacts
2016-08-15recreate repoasiekierka