mirror of
https://github.com/MightyPirates/OpenComputers.git
synced 2025-09-18 03:36:47 -04:00
Added redirects for T2 and T3 data card manual pages.
This commit is contained in:
parent
2aa54dd199
commit
1d0a0b98ad
@ -1,6 +1,6 @@
|
||||
# Data Card
|
||||
|
||||

|
||||

|
||||
|
||||
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.
|
||||
|
@ -0,0 +1 @@
|
||||
#REDIRECT dataCard1.md
|
@ -0,0 +1 @@
|
||||
#REDIRECT dataCard1.md
|
@ -539,7 +539,7 @@ object Items extends ItemAPI {
|
||||
// TODO 1.6 Remove oc:dataCard oredict entry.
|
||||
Recipes.addSubItem(new item.DataCard(multi, Tier.One), Constants.ItemName.DataCardTier1, "oc:dataCard", "oc:dataCard1")
|
||||
|
||||
// 1.5.14
|
||||
// 1.5.15
|
||||
Recipes.addSubItem(new item.DataCard(multi, Tier.Two), Constants.ItemName.DataCardTier2, "oc:dataCard2")
|
||||
Recipes.addSubItem(new item.DataCard(multi, Tier.Three), Constants.ItemName.DataCardTier3, "oc:dataCard3")
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user