I have searched the depths of the internet.
All i need is a crafting recipe example including a filled universal bucket.
GameRegistry.addShapedRecipe(new ItemStack(ModItems.oily_obsidian_ingot),new Object[] {"OB ", " ", " ", 'O', ModItems.obsidian_ingot, 'B', UniversalBucket.getFilledBucket(IDK what goes here, ModFluids.FluidOil)});
Also I get an error at ModFluids.FluidOil