mirror of
https://github.com/architectury/architectury-loom.git
synced 2026-03-30 21:05:58 -05:00
Merge commit 'af21d602' into exp/1.1
This commit is contained in:
@@ -76,7 +76,6 @@ import net.fabricmc.loom.build.nesting.IncludedJarFactory.LazyNestedFile;
|
||||
import net.fabricmc.loom.build.nesting.IncludedJarFactory.NestedFile;
|
||||
import net.fabricmc.loom.build.nesting.JarNester;
|
||||
import net.fabricmc.loom.configuration.accesswidener.AccessWidenerFile;
|
||||
import net.fabricmc.loom.configuration.providers.minecraft.MinecraftSourceSets;
|
||||
import net.fabricmc.loom.extension.MixinExtension;
|
||||
import net.fabricmc.loom.task.service.MappingsService;
|
||||
import net.fabricmc.loom.task.service.TinyRemapperService;
|
||||
@@ -453,9 +452,7 @@ public abstract class RemapJarTask extends AbstractRemapJarTask {
|
||||
}
|
||||
|
||||
@Override
|
||||
protected List<String> getClientOnlyEntries() {
|
||||
final SourceSet clientSourceSet = MinecraftSourceSets.Split.getClientSourceSet(getProject());
|
||||
|
||||
protected List<String> getClientOnlyEntries(SourceSet clientSourceSet) {
|
||||
final ConfigurableFileCollection output = getProject().getObjects().fileCollection();
|
||||
output.from(clientSourceSet.getOutput().getClassesDirs());
|
||||
output.from(clientSourceSet.getOutput().getResourcesDir());
|
||||
|
||||
Reference in New Issue
Block a user