How to add an item to the scanner?

  • Hi, everybody. Please help me with adding an item to the scanner. Where should I do this and how? Which file to use. Please tell us with 0. This is very important to me. Thanks.

    • Official Post
    1. Open your industrialcraf2 .jar with 7zip or winrar.
    2. Go to assets/ic2/config. There you find a file called uu_scan_values.ini.
    3. Now go to your .minecraft/config folder and make a new folder in there called ic2
    4. Extract that uu_scan_values.ini into your .minecraft/config/ic2 folder.
    5. Now open and edit your uu_scan_values.ini with Notepad++ (or Wordpad, notepad maybe works).
    6. Add each item you want to make work with the scanner/replicator in a new line.
      1. The format goes like this: modid:itemid@metadata, so for example orange wool would be minecraft:wool@
      2. Then add the amount of UU that it should cost after that.


    Alternatively, you could open your IC2.ini in your config folder and scroll down until you find this:



    Code
    ; Additional initial uu values, a value of 1 equals cobblestone.
    
    ; Recipes may cause the final value be lower than the one specified here.
    
    ; Format: <name>[@metadata] = <value>
    [balance / uu-values / predefined]
    IC2:misc_resource#iridium_ore = 12000
    IC2:misc_resource#iridium_shard = 1333

    I never tried adding items before, but both of these methods should work.