package gregtech.api.interfaces;

public interface IMaterialHandler {

    void onMaterialsInit();
}