Hbm-s-Nuclear-Tech-GIT/src/main/java/com/hbm/handler/nei/LiquefactionHandler.java
2022-01-30 00:20:59 +01:00

12 lines
328 B
Java

package com.hbm.handler.nei;
import com.hbm.blocks.ModBlocks;
import com.hbm.inventory.recipes.LiquefactionRecipes;
public class LiquefactionHandler extends NEIUniversalHandler {
public LiquefactionHandler() {
super("ntmLiquefaction", "Liquefaction", ModBlocks.machine_liquefactor, LiquefactionRecipes.getRecipes());
}
}