Age | Commit message (Collapse) | Author |
|
|
|
This should prevent crashes if the validateAccessWidener
task is initialised manually (by other plugins or scripts
iterating all tasks, for example).
|
|
Should allow yarn versions to be used across mc versions when needed.
|
|
|
|
Signed-off-by: shedaniel <daniel@shedaniel.me>
|
|
|
|
|
|
|
|
Signed-off-by: shedaniel <daniel@shedaniel.me>
|
|
Signed-off-by: shedaniel <daniel@shedaniel.me>
# Conflicts:
# build.gradle
# src/main/java/net/fabricmc/loom/configuration/mods/ModProcessor.java
|
|
Signed-off-by: shedaniel <daniel@shedaniel.me>
|
|
Signed-off-by: shedaniel <daniel@shedaniel.me>
|
|
* Juuzify ArchitecturyLoomDecompiler
* Remove unused max memory
|
|
* Add architectury decompiler
Signed-off-by: shedaniel <daniel@shedaniel.me>
* Perhaps let's not include javaexec helpers
Signed-off-by: shedaniel <daniel@shedaniel.me>
* Fix checkstyle and resolve reviews
Signed-off-by: shedaniel <daniel@shedaniel.me>
|
|
* Validate remapped mods also have a remapped access widener.
* Fix checkstyle
|
|
Signed-off-by: shedaniel <daniel@shedaniel.me>
|
|
Signed-off-by: shedaniel <daniel@shedaniel.me>
|
|
Signed-off-by: shedaniel <daniel@shedaniel.me>
|
|
# Conflicts:
# src/main/java/net/fabricmc/loom/configuration/providers/mappings/LayeredMappingSpecBuilderImpl.java
# src/main/java/net/fabricmc/loom/configuration/providers/mappings/mojmap/MojangMappingLayer.java
# src/main/java/net/fabricmc/loom/configuration/providers/mappings/mojmap/MojangMappingsSpec.java
# src/test/groovy/net/fabricmc/loom/test/unit/layeredmappings/LayeredMappingSpecBuilderTest.groovy
|
|
Unpick will now get the same version of asm that loom is running with on its classpath.
|
|
A more sophisticated fix might be nice, but im not sure it will provide a lot of benefit.
|
|
|
|
|
|
from the official mojang mappings. (#538)
|
|
# Conflicts:
# src/main/java/net/fabricmc/loom/configuration/providers/minecraft/MinecraftMappedProvider.java
|
|
When using transitive access wideners the mc jar would always be re-processed.
|
|
|
|
Signed-off-by: shedaniel <daniel@shedaniel.me>
|
|
# Conflicts:
# src/main/java/net/fabricmc/loom/configuration/providers/mappings/MappingsProviderImpl.java
# src/test/groovy/net/fabricmc/loom/test/integration/FabricAPITest.groovy
|
|
* Fix `namedElements` not extending from api
Fix artifact not waiting for remapAllJars with shared caches
* Use apiElements
* Add a better test for this.
* Also add remapped api mods to namedElements
|
|
In the bundler its called 1.18 Pre-release 1 not 1.18-pre1, so we just assume there is only ever going to be 1 version per jar.
|
|
This will be used on a lot more projects now as transitive access wideners becomes more widely used.
|
|
|
|
|
|
# Conflicts:
# src/main/java/net/fabricmc/loom/api/LoomGradleExtensionAPI.java
# src/main/java/net/fabricmc/loom/extension/MinecraftGradleExtension.java
|
|
|
|
* allow to set custom intermediary url again
* apply suggestions
* add some javadoc
|
|
* Make CFR the default decompiler
Expose decompiler options
* Remove convention, default value is an empty map.
* Checkstyle..
|
|
|
|
Closes #481.
Co-authored-by: modmuss50 <modmuss50@gmail.com>
|
|
* Add dev config with default jar task on it, to aid with depending on sub projects.
* Rename to `namedElements`
* Update src/main/java/net/fabricmc/loom/configuration/CompileConfiguration.java
Co-authored-by: Juuxel <6596629+Juuxel@users.noreply.github.com>
Co-authored-by: Juuxel <6596629+Juuxel@users.noreply.github.com>
|
|
|
|
Signed-off-by: shedaniel <daniel@shedaniel.me>
|
|
Signed-off-by: shedaniel <daniel@shedaniel.me>
|
|
# Conflicts:
# build.gradle
# src/main/java/net/fabricmc/loom/configuration/ide/RunConfig.java
# src/main/java/net/fabricmc/loom/configuration/mods/ModProcessor.java
# src/main/java/net/fabricmc/loom/configuration/providers/mappings/MappingsProviderImpl.java
# src/main/java/net/fabricmc/loom/task/RemapJarTask.java
# src/main/java/net/fabricmc/loom/util/FileSystemUtil.java
# src/main/java/net/fabricmc/loom/util/TinyRemapperHelper.java
|
|
* Use nio for zip utils
* Make tests work
* Please work
* Fix some issues with tests
* Fix more issues with tests
* NIOZipUtils -> ZipUtils
* Resolve Juuxel's reviews
* Use our own FS utils
* Improve error handling, add loom Pair
* Add Unit tests + fixes
Co-authored-by: modmuss50 <modmuss50@gmail.com>
|
|
|
|
ModCompileRemapper for resolving mod jars.
|
|
(#524)
|
|
|