diff --git a/common/src/main/java/me/shedaniel/architectury/registry/Registries.java b/common/src/main/java/me/shedaniel/architectury/registry/Registries.java index e6b52740..0259b0db 100644 --- a/common/src/main/java/me/shedaniel/architectury/registry/Registries.java +++ b/common/src/main/java/me/shedaniel/architectury/registry/Registries.java @@ -62,6 +62,7 @@ public final class Registries { * Fabric: Use registry */ @Nullable + @Deprecated public static ResourceLocation getId(T object, net.minecraft.core.Registry fallback) { return IMPL.getId(object, fallback); }