Build a Mojang mapped jar in addition to the reobf one, publish both to Modrinth with correct metadata (#2981)
This commit is contained in:
@ -64,7 +64,7 @@ public class WorldEditManifest {
|
||||
}
|
||||
|
||||
@Nullable
|
||||
private static Attributes readAttributes() {
|
||||
public static Attributes readAttributes() {
|
||||
Class<WorldEditManifest> clazz = WorldEditManifest.class;
|
||||
String className = clazz.getSimpleName() + ".class";
|
||||
String classPath = clazz.getResource(className).toString();
|
||||
|
||||
Reference in New Issue
Block a user