Add Short Tooltip Description for Some AE2 Items (#761)
[FEATURE] [DETAILS] details = [ "**Including:**", "Pattern Expansion Card", "Crafting Card", "Acceleration Card", "Magnet Card", "Inverter Card", "Fuzzy Card", "Capacity Card", "Redstone Card", "Sticky Card", ] [DETAILS]
This commit is contained in:
parent
8e667af1d5
commit
f071c89c72
@ -6,7 +6,17 @@ import mods.gregtech.recipe.RecipeMap;
|
||||
<wct:magnet_card>.addTooltip(format.red("This is being removed. A temperary conversion recipe has been added. Check JEI for more details."));
|
||||
|
||||
// Tooltips
|
||||
<appliedenergistics2:material:59>.addTooltip(format.yellow("Used with the Quantum Ring multiblock. Allows wireless access from anywhere. Check the Quest Book for more information."));
|
||||
<appliedenergistics2:material:59>.addTooltip(format.yellow("Used with the Quantum Ring multiblock. Allows wireless access from anywhere. Check the Quest Book for more information.")); //quantum link card
|
||||
<appliedenergistics2:material:58>.addTooltip(format.yellow("Used in interfaces. Allows you to put more patterns in an interface then normally allowed up to 4x the normal amount of patterns. Check the Quest Book for more information.")); //pattern expansion card
|
||||
<appliedenergistics2:material:53>.addTooltip(format.yellow("Allows machines to craft items as they are used up automatically.")); //crafting card
|
||||
<appliedenergistics2:material:30>.addTooltip(format.yellow("Speeds up various AE2 processes.")); //acceleration card
|
||||
<appliedenergistics2:material:60>.addTooltip(format.yellow("When put in a wireless terminal, it will pick items off the floor and put them into your AE2 system based on your configuration.")); //magnet card
|
||||
<appliedenergistics2:material:31>.addTooltip(format.yellow("Inverts AE2 configurations.")); //inverter card
|
||||
<appliedenergistics2:material:29>.addTooltip(format.yellow("Only exports/imports/ items in a certain damage range.")); //fuzzy card
|
||||
<appliedenergistics2:material:27>.addTooltip(format.yellow("Allows importing/exporting more then one type of item from a machine, one card is 4 slots, and cards is 9 slots.")); //capacity card
|
||||
<appliedenergistics2:material:26>.addTooltip(format.yellow("Allows redstone control over ME machines.")); //redstone card
|
||||
<appliedenergistics2:material:61>.addTooltip(format.yellow("Defines specific destinations for items in the ME system.")); //sticky card
|
||||
|
||||
|
||||
<appliedenergistics2:material:10>.addTooltip(format.red("Made in a Crystal Growth Chamber from a Certus Quartz Seed."));
|
||||
<appliedenergistics2:material:11>.addTooltip(format.red("Made in a Crystal Growth Chamber from a Nether Quartz Seed."));
|
||||
|
Loading…
x
Reference in New Issue
Block a user