1 2 3 4 5 6 7 8 9 10
package gregtech.nei.dumper; import gregtech.api.interfaces.modularui.IControllerWithOptionalFeatures; public class BatchModeSupportDumper extends MultiBlockFeatureSupportDumper { public BatchModeSupportDumper() { super("batch_mode", IControllerWithOptionalFeatures::supportsBatchMode); } }