mirror of
https://github.com/architectury/architectury-loom.git
synced 2026-03-28 04:07:01 -05:00
Revert "Fix server only jar, closes #966"
This reverts commit eb0c45956b.
This commit is contained in:
@@ -28,7 +28,6 @@ import java.io.IOException;
|
||||
import java.nio.file.Files;
|
||||
import java.nio.file.Path;
|
||||
import java.util.List;
|
||||
import java.util.Locale;
|
||||
import java.util.Map;
|
||||
import java.util.Objects;
|
||||
import java.util.function.Function;
|
||||
@@ -128,7 +127,7 @@ public abstract class ProcessedNamedMinecraftProvider<M extends MinecraftProvide
|
||||
@Override
|
||||
protected String getName(String name) {
|
||||
// Hash the cache value so that we don't have to process the same JAR multiple times for many projects
|
||||
return "minecraft-%s-%s".formatted(name, jarProcessorManager.getJarHash()).toLowerCase(Locale.ROOT);
|
||||
return "minecraft-%s-%s".formatted(name, jarProcessorManager.getJarHash());
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user