Fixed manual overriding other manuals
This commit is contained in:
parent
07f342a9b4
commit
c962c3d508
6 changed files with 2 additions and 2 deletions
|
|
@ -40,8 +40,8 @@ public final class Manuals {
|
||||||
CONTENT_PROVIDERS.register(FMLJavaModLoadingContext.get().getModEventBus());
|
CONTENT_PROVIDERS.register(FMLJavaModLoadingContext.get().getModEventBus());
|
||||||
TABS.register(FMLJavaModLoadingContext.get().getModEventBus());
|
TABS.register(FMLJavaModLoadingContext.get().getModEventBus());
|
||||||
|
|
||||||
PATH_PROVIDERS.register("path_provider", () -> new NamespacePathProvider(LibreComponents.MOD_ID));
|
// PATH_PROVIDERS.register("path_provider", () -> new NamespacePathProvider(LibreComponents.MOD_ID));
|
||||||
CONTENT_PROVIDERS.register("content_provider", () -> new NamespaceDocumentProvider(LibreComponents.MOD_ID, "doc"));
|
// CONTENT_PROVIDERS.register("content_provider", () -> new NamespaceDocumentProvider(LibreComponents.MOD_ID, "doc"));
|
||||||
|
|
||||||
TABS.register("librecomponents", () -> new ItemStackTab(
|
TABS.register("librecomponents", () -> new ItemStackTab(
|
||||||
ManualModel.LANGUAGE_KEY + "/librecomponents/index.md",
|
ManualModel.LANGUAGE_KEY + "/librecomponents/index.md",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue