diff --git a/src/main/resources/assets/opencomputers/doc/en_US/item/dataCard.md b/src/main/resources/assets/opencomputers/doc/en_US/item/dataCard.md new file mode 100644 index 000000000..91e5d4c04 --- /dev/null +++ b/src/main/resources/assets/opencomputers/doc/en_US/item/dataCard.md @@ -0,0 +1,7 @@ +# Data Card + +![Contrary to popular belief, it does not store data.](oredict:oc:dataCard) + +The data card is a utility card that provides a couple of algorithms which would be either hard to implement on an architecture, or run relatively slowly on them. It provides hashing functionalities, as well as basic inflate/deflate. Additionally it comes with an embedded file system that provides a number of programs using the functionality provided by the card, similar to the internet card. + +Keep in mind that there is a limit to the size of data that can be processed at a time, and that each operation consumes a bit of energy. diff --git a/src/main/resources/assets/opencomputers/doc/en_US/item/index.md b/src/main/resources/assets/opencomputers/doc/en_US/item/index.md index 6b900dce4..ee645cf42 100644 --- a/src/main/resources/assets/opencomputers/doc/en_US/item/index.md +++ b/src/main/resources/assets/opencomputers/doc/en_US/item/index.md @@ -20,6 +20,7 @@ Keep in mind that some of these may not be available, depending on the recipe se ### Cards * [AbstractBus Card](abstractBusCard.md) +* [Data Card](dataCard.md) * [Debug Card](debugCard.md) (aka AMI) * [Graphics Card](graphicsCard1.md) * [Internet Card](internetCard.md) diff --git a/src/main/resources/assets/opencomputers/lang/en_US.lang b/src/main/resources/assets/opencomputers/lang/en_US.lang index 6363a3fd8..ad0f8ae62 100644 --- a/src/main/resources/assets/opencomputers/lang/en_US.lang +++ b/src/main/resources/assets/opencomputers/lang/en_US.lang @@ -259,6 +259,7 @@ oc:tooltip.ComponentBus=This expansion allows servers to communicate with more c oc:tooltip.CPU=An essential component of all computers. The clock rate is a bit unreliable, but what do you expect when it runs on a pocket sundial?[nl] Supported components: §f%s§7 oc:tooltip.CPU.Architecture=Architecture: §f%s§7 oc:tooltip.CuttingWire=Used to cut clay blocks into circuit board shape. Breaks after one use, which probably makes it the most inefficient tool ever. +oc:tooltip.DataCard=Provides a couple of advanced algorithms such as hashing and deflate/inflate. oc:tooltip.DebugCard=Creative mode item, allows manipulating the world to make testing easier. Use at your own peril. oc:tooltip.Debugger=Can be used to output debug information on OC's internal network grid. Only use if so instructed by a dev. oc:tooltip.Disassembler=Separates items into their original components. §lWarning§7: returned items have a %s%% chance of breaking in the process! diff --git a/src/main/resources/assets/opencomputers/recipes/default.recipes b/src/main/resources/assets/opencomputers/recipes/default.recipes index c4c8eff71..f06981354 100644 --- a/src/main/resources/assets/opencomputers/recipes/default.recipes +++ b/src/main/resources/assets/opencomputers/recipes/default.recipes @@ -145,7 +145,7 @@ hdd3 { ["oc:circuitChip3", "oc:materialDisk", diamond]] } dataCard { - input: [[nuggetIron, "oc:materialALU", "oc:circuitChip1"] + input: [[nuggetIron, "oc:materialALU", "oc:circuitChip2"] ["", "oc:materialCard", ""]] } graphicsCard1 {