mirror of
https://github.com/architectury/architectury-loom.git
synced 2026-04-02 13:37:45 -05:00
Forgot class AT only have 2 columns
This commit is contained in:
@@ -63,7 +63,7 @@ public final class AtRemapper {
|
||||
}
|
||||
|
||||
String[] parts = line.split(" ");
|
||||
if (parts.length < 3) {
|
||||
if (parts.length < 2) {
|
||||
logger.warn("Invalid AT Line: " + line);
|
||||
output.add(i, line);
|
||||
continue;
|
||||
|
||||
Reference in New Issue
Block a user