mirror of
https://github.com/architectury/architectury-loom.git
synced 2026-03-30 13:05:27 -05:00
ArchitecturyCommonJson: Fix outdated error message
This commit is contained in:
@@ -59,7 +59,7 @@ public final class ArchitecturyCommonJson implements ModMetadataFile {
|
||||
@Override
|
||||
public List<InterfaceInjectionProcessor.InjectedInterface> getInjectedInterfaces(@Nullable String modId) {
|
||||
if (modId == null) {
|
||||
throw new IllegalArgumentException("visitInjectedInterfaces: mod ID has to be provided for architectury.common.json");
|
||||
throw new IllegalArgumentException("getInjectedInterfaces: mod ID has to be provided for architectury.common.json");
|
||||
}
|
||||
|
||||
return getInjectedInterfaces(json, modId);
|
||||
|
||||
Reference in New Issue
Block a user