Added some IC2 items.
This commit is contained in:
parent
2be3e5845a
commit
384da1b222
1 changed files with 4 additions and 1 deletions
|
@ -8,11 +8,14 @@ package net.minecraft.src.forge;
|
|||
import net.minecraft.src.ItemStack;
|
||||
|
||||
/** The current list of known classes.
|
||||
* oreTin, oreCopper, oreSilver
|
||||
* oreTin, oreCopper, oreSilver, oreUranium
|
||||
* ingotTin, ingotCopper, ingotSilver, ingotBrass, ingotBronze
|
||||
* ingotUranium, ingotRefinedIron
|
||||
* dyeBlue
|
||||
* gemRuby, gemEmerald, gemSapphire
|
||||
* itemDropUranium
|
||||
* woodRubber
|
||||
* itemRubber
|
||||
*/
|
||||
|
||||
public interface IOreHandler {
|
||||
|
|
Loading…
Reference in a new issue