Skip to content

Commit eb016fa

Browse files
committed
Include CheckATs change from 1.21.11
1 parent 0ca3806 commit eb016fa

File tree

1 file changed

+1
-0
lines changed
  • src/main/groovy/net/minecraftforge/forgedev/legacy/tasks/checks

1 file changed

+1
-0
lines changed

src/main/groovy/net/minecraftforge/forgedev/legacy/tasks/checks/CheckATs.groovy

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -292,6 +292,7 @@ abstract class CheckATs extends CheckTask {
292292
final String comment = idx === -1 ? null : line.substring(idx)
293293
if (idx !== -1) line = line.substring(0, idx - 1)
294294
final data = (line.trim() + ' ').split(' ', -1)
295+
data[1] = data[1].replaceAll('/', '.') // Convert to Source names, internal names are fine by spec, but not supported by old AST based AT implementations.
295296
new Entry(data[0], data[1], data[2], comment)
296297
}
297298

0 commit comments

Comments
 (0)