mirror of
https://github.com/architectury/architectury-loom.git
synced 2026-04-02 05:27:43 -05:00
Merge 1.2, part 2
This commit is contained in:
@@ -263,7 +263,7 @@ public class SourceRemapper {
|
||||
|
||||
final List<Path> classPath = new ArrayList<>();
|
||||
|
||||
for (File file : project.getConfigurations().getByName(Constants.Configurations.LOADER_DEPENDENCIES).getFiles()) {
|
||||
for (File file : project.getConfigurations().getByName(Constants.Configurations.MINECRAFT_COMPILE_LIBRARIES).getFiles()) {
|
||||
classPath.add(file.toPath());
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user