Skip to content
This repository was archived by the owner on Dec 22, 2019. It is now read-only.

Commit 8e8acaa

Browse files
committed
Fix
1 parent d0181d7 commit 8e8acaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/therandomlabs/randomlib/CompatForgeRegistryEntry.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ public class CompatForgeRegistryEntry {
1111
TRLUtils.getClass("net.minecraftforge.fml.common.registry.IForgeRegistryEntry");
1212

1313
private static final Method GET_REGISTRY_NAME = TRLUtils.MC_VERSION_NUMBER > 11 ?
14-
null : TRLUtils.findMethod(CLASS, "getRegistryName", ResourceLocation.class);
14+
null : TRLUtils.findMethod(CLASS, "getRegistryName");
1515

1616
private final Object entry;
1717

0 commit comments

Comments
 (0)