AE2 Rework - Recipes (#1193)
* AE2 Rework * Adding a universal Requester recipe * Lower tier of ME Requester * Fix ME Requester again * Fix for terminals Eu Tier * Adding fluix dust to the AE2 Cables * Add redstone to smart cable * Change for Processor, Cryo Fluix in the Vac and new Fluix Crystal method * Nerf moon processors * Fixes to resolve PR * Adding Pack/Unpack for colored cables * Adding Accumulation Press Recipe and fix Molecular Assembler
This commit is contained in:
parent
ac7e57387a
commit
3daacb3c22
14 changed files with 1259 additions and 1210 deletions
|
|
@ -102,5 +102,14 @@ const registerTooltips = (event) =>
|
|||
// Vessels
|
||||
event.addAdvanced(['#tfc:fired_vessels'], (item, advanced, text) => {
|
||||
text.add(1, text.of('§cMax: 3024mB'))
|
||||
|
||||
})
|
||||
|
||||
// MEGA Deprecated 0.10
|
||||
event.addAdvanced(['#megacells:mega_interface'], (item, advanced, text) => {
|
||||
text.add(1, text.of('§cDeprecated cannot be craft anymore'))
|
||||
})
|
||||
event.addAdvanced(['#megacells:mega_pattern_provider'], (item, advanced, text) => {
|
||||
text.add(1, text.of('§cDeprecated cannot be craft anymore'))
|
||||
})
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue