Created preliminary manual structure.
This commit is contained in:
@@ -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));
|
||||
|
||||
@@ -0,0 +1,4 @@
|
||||
# Bus Cable
|
||||

|
||||
|
||||
TODO
|
||||
4
src/main/resources/assets/oc2/doc/en_us/block/charger.md
Normal file
4
src/main/resources/assets/oc2/doc/en_us/block/charger.md
Normal file
@@ -0,0 +1,4 @@
|
||||
# Charger
|
||||

|
||||
|
||||
TODO
|
||||
@@ -0,0 +1,4 @@
|
||||
# Computer
|
||||

|
||||
|
||||
TODO
|
||||
@@ -0,0 +1,4 @@
|
||||
# Disk Drive
|
||||

|
||||
|
||||
TODO
|
||||
10
src/main/resources/assets/oc2/doc/en_us/block/index.md
Normal file
10
src/main/resources/assets/oc2/doc/en_us/block/index.md
Normal 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)
|
||||
@@ -0,0 +1,4 @@
|
||||
# Network Connector
|
||||

|
||||
|
||||
TODO
|
||||
@@ -0,0 +1,4 @@
|
||||
# Network Hub
|
||||

|
||||
|
||||
TODO
|
||||
@@ -0,0 +1,4 @@
|
||||
# Redstone Interface
|
||||

|
||||
|
||||
TODO
|
||||
@@ -0,0 +1,4 @@
|
||||
# Block Operations Module
|
||||

|
||||
|
||||
TODO
|
||||
@@ -0,0 +1,4 @@
|
||||
# File Import/Export Card
|
||||

|
||||
|
||||
TODO
|
||||
@@ -0,0 +1,4 @@
|
||||
# Flash Memory
|
||||

|
||||
|
||||
TODO
|
||||
4
src/main/resources/assets/oc2/doc/en_us/item/floppy.md
Normal file
4
src/main/resources/assets/oc2/doc/en_us/item/floppy.md
Normal file
@@ -0,0 +1,4 @@
|
||||
# Floppy
|
||||

|
||||
|
||||
TODO
|
||||
@@ -0,0 +1,4 @@
|
||||
# Hard Drive
|
||||

|
||||
|
||||
TODO
|
||||
16
src/main/resources/assets/oc2/doc/en_us/item/index.md
Normal file
16
src/main/resources/assets/oc2/doc/en_us/item/index.md
Normal 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)
|
||||
@@ -0,0 +1,4 @@
|
||||
# Inventory Operations Module
|
||||

|
||||
|
||||
TODO
|
||||
4
src/main/resources/assets/oc2/doc/en_us/item/manual.md
Normal file
4
src/main/resources/assets/oc2/doc/en_us/item/manual.md
Normal file
@@ -0,0 +1,4 @@
|
||||
# The Computerists Handbook
|
||||

|
||||
|
||||
TODO
|
||||
4
src/main/resources/assets/oc2/doc/en_us/item/memory.md
Normal file
4
src/main/resources/assets/oc2/doc/en_us/item/memory.md
Normal file
@@ -0,0 +1,4 @@
|
||||
# Memory
|
||||

|
||||
|
||||
TODO
|
||||
@@ -0,0 +1,4 @@
|
||||
# Network Cable
|
||||

|
||||
|
||||
TODO
|
||||
@@ -0,0 +1,4 @@
|
||||
# Network Interface Card
|
||||

|
||||
|
||||
TODO
|
||||
@@ -0,0 +1,4 @@
|
||||
# Redstone Interface Card
|
||||

|
||||
|
||||
TODO
|
||||
4
src/main/resources/assets/oc2/doc/en_us/item/robot.md
Normal file
4
src/main/resources/assets/oc2/doc/en_us/item/robot.md
Normal file
@@ -0,0 +1,4 @@
|
||||
# Robot
|
||||

|
||||
|
||||
TODO
|
||||
4
src/main/resources/assets/oc2/doc/en_us/item/wrench.md
Normal file
4
src/main/resources/assets/oc2/doc/en_us/item/wrench.md
Normal file
@@ -0,0 +1,4 @@
|
||||
# Scrench
|
||||

|
||||
|
||||
TODO
|
||||
Reference in New Issue
Block a user