Attempting to add recipes for ic2 stuff, replacing refiron with railcraft steel. Trying to getItem("miningPipe") returns null, and getIteming insulated and non-insulated hv cable returns insulated copper. Strings used are identical to those currently listed in Items.java, and the new reactor components are missing entirely.
 
															
		[1.106] API Items.java out of date
- 
			
- 
			- Official Post
 May that will help you Display Spoiler
 copperOre
 tinOre
 uraniumOre
 rubberWood
 rubberLeaves
 rubberSapling
 resinSheet
 rubberTrampoline
 ironFence
 reinforcedStone
 reinforcedGlass
 reinforcedDoorBlock
 constructionFoam
 constructionFoamWall
 scaffold
 ironScaffold
 bronzeBlock
 copperBlock
 tinBlock
 uraniumBlock
 copperCableBlock
 insulatedCopperCableBlock
 goldCableBlock
 insulatedGoldCableBlock
 doubleInsulatedGoldCableBlock
 ironCableBlock
 insulatedIronCableBlock
 doubleInsulatedIronCableBlock
 trippleInsulatedIronCableBlock
 glassFiberCableBlock
 tinCableBlock
 detectorCableBlock
 splitterCableBlock
 generator
 geothermalGenerator
 waterMill
 solarPanel
 windMill
 nuclearReactor
 reactorChamber
 batBox
 mfeUnit
 mfsUnit
 lvTransformer
 mvTransformer
 hvTransformer
 machine
 advancedMachine
 ironFurnace
 electroFurnace
 macerator
 extractor
 compressor
 canner
 miner
 pump
 magnetizer
 electrolyzer
 recycler
 inductionFurnace
 massFabricator
 terraformer
 teleporter
 teslaCoil
 luminator
 activeLuminator
 miningPipe
 miningPipeTip
 personalSafe
 tradeOMat
 energyOMat
 industrialTnt
 nuke
 dynamiteStick
 dynamiteStickWithRemote
 crop
 cropmatron
 resin
 rubber
 uraniumDrop
 bronzeDust
 clayDust
 coalDust
 copperDust
 goldDust
 ironDust
 silverDust
 smallIronDust
 tinDust
 hydratedCoalDust
 refinedIronIngot
 copperIngot
 tinIngot
 bronzeIngot
 mixedMetalIngot
 uraniumIngot
 treetap
 wrench
 cutter
 constructionFoamSprayer
 bronzePickaxe
 bronzeAxe
 bronzeSword
 bronzeShovel
 bronzeHoe
 miningDrill
 diamondDrill
 chainsaw
 electricWrench
 electricTreetap
 miningLaser
 ecMeter
 odScanner
 ovScanner
 frequencyTransmitter
 nanoSaber
 enabledNanoSaber
 toolbox
 hazmatHelmet
 hazmatChestplate
 hazmatLeggings
 hazmatBoots
 bronzeHelmet
 bronzeChestplate
 bronzeLeggings
 bronzeBoots
 compositeArmor
 nanoHelmet
 nanoBodyarmor
 nanoLeggings
 nanoBoots
 quantumHelmet
 quantumBodyarmor
 quantumLeggings
 quantumBoots
 jetpack
 electricJetpack
 batPack
 lapPack
 cfPack
 solarHelmet
 staticBoots
 nightvisionGoggles
 reBattery
 chargedReBattery
 energyCrystal
 lapotronCrystal
 suBattery
 copperCableItem
 insulatedCopperCableItem
 goldCableItem
 insulatedGoldCableItem
 doubleInsulatedGoldCableItem
 ironCableItem
 insulatedIronCableItem
 doubleInsulatedIronCableItem
 trippleInsulatedIronCableItem
 glassFiberCableItem
 tinCableItem
 detectorCableItem
 splitterCableItem
 cell
 lavaCell
 hydratedCoalCell
 bioCell
 coalfuelCell
 biofuelCell
 waterCell
 electrolyzedWaterCell
 airCell
 fuelCan
 filledFuelCan
 tinCan
 filledTinCan
 reactorUraniumSimple
 reactorUraniumDual
 reactorUraniumQuad
 reactorCoolantSimple
 reactorCoolantTriple
 reactorCoolantSix
 reactorPlating
 reactorPlatingHeat
 reactorPlatingExplosive
 reactorHeatSwitch
 reactorHeatSwitchCore
 reactorHeatSwitchSpread
 reactorHeatSwitchDiamond
 reactorVent
 reactorVentCore
 reactorVentGold
 reactorVentSpread
 reactorVentDiamond
 nearDepletedUraniumCell
 reactorIsotopeCell
 reEnrichedUraniumCell
 reactorHeatpack
 reactorReflector
 reactorReflectorThick
 reactorCondensator
 reactorCondensatorLap
 terraformerBlueprint
 cultivationTerraformerBlueprint
 irrigationTerraformerBlueprint
 chillingTerraformerBlueprint
 desertificationTerraformerBlueprint
 flatificatorTerraformerBlueprint
 mushroomTerraformerBlueprint
 coalBall
 compressedCoalBall
 coalChunk
 industrialDiamond
 scrap
 scrapBox
 hydratedCoalClump
 plantBall
 compressedPlantBall
 painter
 blackPainter
 redPainter
 greenPainter
 brownPainter
 bluePainter
 purplePainter
 cyanPainter
 lightGreyPainter
 darkGreyPainter
 pinkPainter
 limePainter
 yellowPainter
 cloudPainter
 magentaPainter
 orangePainter
 whitePainter
 dynamite
 stickyDynamite
 remote
 electronicCircuit
 advancedCircuit
 advancedAlloy
 carbonFiber
 carbonMesh
 carbonPlate
 matter
 iridiumOre
 iridiumPlate
 denseCopperPlate
 overclockerUpgrade
 transformerUpgrade
 energyStorageUpgrade
 coin
 reinforcedDoor
 constructionFoamPellet
 grinPowder
 debug
 coolant
 cropSeed
 cropnalyzer
 fertilizer
 hydratingCell
 electricHoe
 terraWart
 weedEx
 mugEmpty
 coffeeBeans
 coffeePowder
 mugCoffee
 hops
 barrel
 blockBarrel
 mugBooze
- 
			ironCableItem/insulatedIronCableItem both return Insulated Copper Cable, miningPipe returns null 
- 
			Someone should make a script to automatically update the javadoc... If I had source access I'd post the full Ic2Items class. 
 
		