mirror of
https://github.com/architectury/architectury-loom.git
synced 2026-03-28 04:07:01 -05:00
@@ -289,6 +289,7 @@ public class MinecraftMappedProvider extends DependencyProvider {
|
||||
|
||||
// Bit ugly but whatever, the whole issue is a bit ugly :)
|
||||
AtomicReference<Map<String, String>> remappedSignatures = new AtomicReference<>();
|
||||
|
||||
if (fixSignatures) {
|
||||
postApply.add(new TinyRemapper.ApplyVisitorProvider() {
|
||||
@Override
|
||||
|
||||
@@ -39,7 +39,6 @@ import dev.architectury.tinyremapper.IMappingProvider;
|
||||
import dev.architectury.tinyremapper.TinyRemapper;
|
||||
import org.apache.commons.lang3.mutable.Mutable;
|
||||
import org.apache.commons.lang3.mutable.MutableObject;
|
||||
import org.apache.commons.lang3.tuple.Pair;
|
||||
import org.apache.commons.lang3.tuple.Triple;
|
||||
import org.gradle.api.Project;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user