Changed Inscriber to be upgradable with Cards

Supports up to 3 cards
Currently max 3 Acceleration Cards, each reducing the crafting time by 25%
This commit is contained in:
yueh
2014-09-25 22:30:19 +02:00
parent 8a1364146f
commit cdcae974e2
5 changed files with 132 additions and 29 deletions
@@ -660,6 +660,9 @@ public class Registration
// Molecular Assembler
Upgrades.SPEED.registerItem( AEApi.instance().blocks().blockMolecularAssembler.stack( 1 ), 5 );
// Inscriber
Upgrades.SPEED.registerItem( AEApi.instance().blocks().blockInscriber.stack( 1 ), 3 );
AEApi.instance().registries().wireless().registerWirelessHandler( (IWirelessTermHandler) AEApi.instance().items().itemWirelessTerminal.item() );
if ( AEConfig.instance.isFeatureEnabled( AEFeature.ChestLoot ) )