diff --git a/common/src/lib/java/dev/engine_room/flywheel/lib/util/ResourceUtil.java b/common/src/lib/java/dev/engine_room/flywheel/lib/util/ResourceUtil.java index 0bc16e618..2563e78ff 100644 --- a/common/src/lib/java/dev/engine_room/flywheel/lib/util/ResourceUtil.java +++ b/common/src/lib/java/dev/engine_room/flywheel/lib/util/ResourceUtil.java @@ -16,7 +16,7 @@ public final class ResourceUtil { } /** - * Same as {@link ResourceLocation#ResourceLocation(String)}, but defaults to Flywheel namespace. + * Same as {@link ResourceLocation#parse(String)}, but defaults to Flywheel namespace. */ public static ResourceLocation parseFlywheelDefault(String location) { String namespace = Flywheel.ID;