Provides access to IC2 blocks and items.
Some items can be acquired through the ore dictionary which is the recommended way. The items are initialized while IC2 is being loaded - try to use ModsLoaded() or load your mod after IC2. Some blocks/items can be disabled by a config setting, so it's recommended to check if they're null first.
Getting the associated Block/Item for an ItemStack x: Blocks: Block.blocksList[x.itemID] Items: x.getItem()