Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- // Remove Existing Recipes to avoid conflict
- recipes.remove(<IC2:blockMachine2:7>);
- recipes.remove(<IC2:blockMachine2:6>);
- recipes.remove(<IC2:blockMachine2:8>);
- recipes.remove(<IC2:blockMachine2:0>);
- // Values
- val crystal = <IC2:itemcrystalmemory>;
- val crystalm = crystal.onlyWithTag({ } );
- val laser = <IC2:itemToolMiningLaser:1>;
- val laserm = laser.onlyWithTag({ charge: 300000.0} );
- val mfe = <IC2:blockElectric:1>;
- val mfem = mfe.onlyWithTag({ energy: 4000000.0} );
- val freq = <IC2:itemFreq:0>;
- val freqm = freq.onlyWithTag({ } );
- // Recreate IC2 Recipes
- // Scanner
- recipes.addShaped(<<IC2:blockMachine2:7>,
- [[<IC2:itemPlates:4>, <IC2:blockAlloyGlass:0>, <IC2:itemPlates:4>],
- [<IC2:itemRecipePart:1>, <IC2:blockLuminatorDark>, <IC2:itemRecipePart:1>],
- [<IC2:itemPartCircuitAdv>, <IC2:blockMachine:12>, <IC2:itemPartCircuitAdv>]]);
- // Pattern Storage
- recipes.addShaped(<IC2:blockMachine2:6>,
- [[<IC2:blockAlloy:0>, <IC2:blockAlloy:0>, <IC2:blockAlloy:0>],
- [crystalm, <IC2:blockMachine:12>, crystalm],
- [laserm, <IC2:itemPartCircuitAdv>, laserm]]);
- // Replicator
- recipes.addShaped(<IC2:blockMachine2:8>,
- [[<IC2:blockAlloy:0>, <IC2:blockAlloyGlass:0>, <IC2:blockAlloy:0>],
- [<IC2:blockMachine2:0>, <IC2:blockMachine2:0>, <IC2:blockMachine2:0>],
- [<IC2:blockElectric:5>, mfem, <IC2:blockElectric:5>]]);
- // Teleporter
- recipes.addShaped(<IC2:blockMachine2:0>,
- [[<IC2:itemPartCircuitAdv>, freqm, <IC2:itemPartCircuitAdv>],
- [<IC2:itemCable:9>, <IC2:itemPartCarbonPlate:0>, <IC2:itemCable:9>],
- [<IC2:itemPartCircuitAdv>, <minecraft:diamond>, <IC2:itemPartCircuitAdv>]]);
Advertisement
Add Comment
Please, Sign In to add comment