Allow the quantum linking card to be disabled by config

Clean up some wrong tooltip
This commit is contained in:
PrototypeTrousers
2023-03-28 18:02:36 -03:00
parent ceee1f181f
commit 8092d0d354
3 changed files with 3 additions and 6 deletions
@@ -119,7 +119,7 @@ public enum MaterialType {
FLUID_CELL64K_PART(57, "material_fluid_cell64k_part", EnumSet.of(AEFeature.STORAGE_CELLS)),
CARD_PATTERN_EXPANSION(58, "material_card_pattern_expansion", EnumSet.of(AEFeature.ADVANCED_CARDS)),
CARD_QUANTUM_LINK(59, "material_card_quantum_link", EnumSet.of(AEFeature.ADVANCED_CARDS)),
CARD_QUANTUM_LINK(59, "material_card_quantum_link", EnumSet.of(AEFeature.ADVANCED_CARDS, AEFeature.QUANTUM_LINKING_CARD)),
CARD_MAGNET(60, "material_card_magnet", EnumSet.of(AEFeature.BASIC_CARDS));