Forgot to add CPU

This commit is contained in:
Robert MacRae 2025-01-26 15:01:26 -04:00
parent dc2efcd9e9
commit 4d0bbbcdd0
3 changed files with 14 additions and 5 deletions

View file

@ -5,8 +5,6 @@ import com.therealm18studios.lc.common.item.Items;
import li.cil.manual.api.ManualModel;
import li.cil.manual.api.Tab;
import li.cil.manual.api.prefab.Manual;
import li.cil.manual.api.prefab.provider.NamespaceDocumentProvider;
import li.cil.manual.api.prefab.provider.NamespacePathProvider;
import li.cil.manual.api.prefab.tab.ItemStackTab;
import li.cil.manual.api.provider.DocumentProvider;
import li.cil.manual.api.provider.PathProvider;
@ -40,9 +38,6 @@ public final class Manuals {
CONTENT_PROVIDERS.register(FMLJavaModLoadingContext.get().getModEventBus());
TABS.register(FMLJavaModLoadingContext.get().getModEventBus());
// PATH_PROVIDERS.register("path_provider", () -> new NamespacePathProvider(LibreComponents.MOD_ID));
// CONTENT_PROVIDERS.register("content_provider", () -> new NamespaceDocumentProvider(LibreComponents.MOD_ID, "doc"));
TABS.register("librecomponents", () -> new ItemStackTab(
ManualModel.LANGUAGE_KEY + "/librecomponents/index.md",
Component.translatable("manual." + LibreComponents.MOD_ID + ".items"),

View file

@ -0,0 +1,13 @@
# Central Processing Unit
![Going in circles](item:librecomponents:cpu_tier_4)
We add the following:
- 250MHz
- 300MHz
- 350MHz
- 400MHz
Computers *have to be shut down* before installing or removing this component. Installing it while the computer is running will have no effect, removing it may lead to system errors.
[Return](index.md)

View file

@ -1,6 +1,7 @@
# Items
This index lists all documented items.
- [CPU](cpu.md)
- [Floppy](floppy.md)
- [Hard Drive](hard_drive.md)
- [Memory](memory.md)