Remove pointless ore dictionary registration.

This commit is contained in:
algorithmx2
2014-09-26 18:12:03 -05:00
parent 26c18b5bc4
commit 5d57e9dff8
@@ -709,9 +709,6 @@ public class Registration
mr.whiteListTileEntity( net.minecraft.tileentity.TileEntityNote.class );
mr.whiteListTileEntity( net.minecraft.tileentity.TileEntityHopper.class );
// very silly fix cause Reika decided to pair the item with a block.
OreDictionary.registerOre( "itemWheat", net.minecraft.init.Items.wheat );
/**
* Whitelist AE2
*/