1 2 3 4 5
package gregtech.api.interfaces; public interface IMaterialRegistrator { void onMaterialsInit(); }