public class NContent implements IFuelHandler
{
public void preInit ()
{
spawnEgg = new SpawnEgg().setUnlocalizedName("natura.spawnegg");
GameRegistry.registerItem(spawnEgg, "natura.spawnegg");
//Crops
plantItem = new PlantItem().setUnlocalizedName("barleyFood");
GameRegistry.registerItem(plantItem, "barleyFood");
crops = (CropBlock) new CropBlock().setBlockName("natura.crops");