diff --git a/src/main/java/com/hfstudio/guidenh/guide/compiler/PageCompiler.java b/src/main/java/com/hfstudio/guidenh/guide/compiler/PageCompiler.java index 00bee499..86afb7a1 100644 --- a/src/main/java/com/hfstudio/guidenh/guide/compiler/PageCompiler.java +++ b/src/main/java/com/hfstudio/guidenh/guide/compiler/PageCompiler.java @@ -16,8 +16,8 @@ import java.util.regex.Matcher; import java.util.regex.Pattern; -import net.minecraft.util.ResourceLocation; import net.minecraft.client.resources.IResourcePack; +import net.minecraft.util.ResourceLocation; import org.jetbrains.annotations.Nullable; diff --git a/src/main/java/com/hfstudio/guidenh/guide/compiler/ParsedGuidePage.java b/src/main/java/com/hfstudio/guidenh/guide/compiler/ParsedGuidePage.java index 6a352e46..fd62658f 100644 --- a/src/main/java/com/hfstudio/guidenh/guide/compiler/ParsedGuidePage.java +++ b/src/main/java/com/hfstudio/guidenh/guide/compiler/ParsedGuidePage.java @@ -19,8 +19,10 @@ public class ParsedGuidePage { /** * The exact resource pack selected while loading this page, when it originated from a resource pack. * - *

The textual source identifier remains useful for compiler identity, but it only contains a namespace and - * cannot identify which of several packs supplied the page.

+ *

+ * The textual source identifier remains useful for compiler identity, but it only contains a namespace and + * cannot identify which of several packs supplied the page. + *

*/ @Getter private final @Nullable IResourcePack sourceResourcePack;