Added redirects for T2 and T3 data card manual pages.

This commit is contained in:
Florian Nücke 2015-07-25 14:10:58 +02:00
parent 2aa54dd199
commit 1d0a0b98ad
4 changed files with 4 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Data Card
![Contrary to popular belief, it does not store data.](oredict:oc:dataCard)
![Contrary to popular belief, it does not store data.](oredict:oc:dataCard1)
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.

View File

@ -0,0 +1 @@
#REDIRECT dataCard1.md

View File

@ -0,0 +1 @@
#REDIRECT dataCard1.md

View File

@ -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")
}