Created preliminary manual structure.

This commit is contained in:
Florian Nücke
2021-07-12 20:22:03 +02:00
parent 4990e4587c
commit d62ede1dc8
23 changed files with 107 additions and 1 deletions

View File

@@ -35,8 +35,8 @@ public final class Items {
public static final RegistryObject<Item> WRENCH = register("wrench", WrenchItem::new);
public static final RegistryObject<Item> MANUAL = register("manual", ManualItem::new);
public static final RegistryObject<NetworkCableItem> NETWORK_CABLE = register("network_cable", NetworkCableItem::new);
public static final RegistryObject<Item> ROBOT = register("robot", RobotItem::new);
public static final RegistryObject<NetworkCableItem> NETWORK_CABLE = register("network_cable", NetworkCableItem::new);
public static final RegistryObject<MemoryItem> MEMORY_SMALL = register("memory_small", () ->
new MemoryItem(2 * Constants.MEGABYTE));

View File

@@ -0,0 +1,4 @@
# Bus Cable
![Party Bus](block:oc2:bus_cable)
TODO

View File

@@ -0,0 +1,4 @@
# Charger
![Codename: Leeroy](block:oc2:charger)
TODO

View File

@@ -0,0 +1,4 @@
# Computer
![1 + 1 = 10](block:oc2:computer)
TODO

View File

@@ -0,0 +1,4 @@
# Disk Drive
![Taking it for a spin](block:oc2:disk_drive)
TODO

View File

@@ -0,0 +1,10 @@
# Blocks
This index lists all documented blocks. If you're looking for an item, check out the [item index](../item/index.md) instead.
- [Computer](computer.md)
- [Bus Cable](bus_cable.md)
- [Network Connector](network_connector.md)
- [Network Hub](network_hub.md)
- [Redstone Interface](redstone_interface.md)
- [Disk Drive](disk_drive.md)
- [Charger](charger.md)

View File

@@ -0,0 +1,4 @@
# Network Connector
![The data must flow](block:oc2:network_connector)
TODO

View File

@@ -0,0 +1,4 @@
# Network Hub
![One to five](block:oc2:network_hub)
TODO

View File

@@ -0,0 +1,4 @@
# Redstone Interface
![Everything Red](block:oc2:redstone_interface)
TODO

View File

@@ -0,0 +1,4 @@
# Block Operations Module
![](item:oc2:block_operations_module)
TODO

View File

@@ -0,0 +1,4 @@
# File Import/Export Card
![](item:oc2:file_import_export_card)
TODO

View File

@@ -0,0 +1,4 @@
# Flash Memory
![](item:oc2:flash_memory)
TODO

View File

@@ -0,0 +1,4 @@
# Floppy
![](item:oc2:floppy)
TODO

View File

@@ -0,0 +1,4 @@
# Hard Drive
![](item:oc2:hard_drive_large)
TODO

View File

@@ -0,0 +1,16 @@
# Items
This index lists all documented items. If you're looking for a block, check out the [block index](../block/index.md) instead.
- [Scrench](wrench.md)
- [The Computerists Handbook](manual.md)
- [Network Cable](network_cable.md)
- [Memory](memory.md)
- [Hard Drive](hard_drive.md)
- [Flash Memory](flash_memory.md)
- [Floppy](floppy.md)
- [Redstone Interface Card](redstone_interface_card.md)
- [Network Interface Card](network_interface_card.md)
- [File Import/Export Card](file_import_export_card.md)
- [Robot](robot.md)
- [Inventory Operations Module](inventory_operations_module.md)
- [Block Operations Module](block_operations_module.md)

View File

@@ -0,0 +1,4 @@
# Inventory Operations Module
![](item:oc2:inventory_operations_module)
TODO

View File

@@ -0,0 +1,4 @@
# The Computerists Handbook
![](item:oc2:manual)
TODO

View File

@@ -0,0 +1,4 @@
# Memory
![](item:oc2:memory_large)
TODO

View File

@@ -0,0 +1,4 @@
# Network Cable
![](item:oc2:network_cable)
TODO

View File

@@ -0,0 +1,4 @@
# Network Interface Card
![](item:oc2:network_interface_card)
TODO

View File

@@ -0,0 +1,4 @@
# Redstone Interface Card
![](item:oc2:redstone_interface_card)
TODO

View File

@@ -0,0 +1,4 @@
# Robot
![](item:oc2:robot)
TODO

View File

@@ -0,0 +1,4 @@
# Scrench
![](item:oc2:wrench)
TODO