@Override
public Recipe getRecipe() {
ShapedRecipe recipe = new ShapedRecipe(toItemStack());
ToughMachineFrame mf = new ToughMachineFrame();
IntegratedCircuit ic = new IntegratedCircuit();
registerCustomIngredients(mf, ic);
recipe.shape("OCO", "DFP", "RGR");
recipe.setIngredient('O', Material.OBSIDIAN);
recipe.setIngredient('C', ic.getMaterialData());
recipe.setIngredient('D', Material.DISPENSER);
recipe.setIngredient('F', mf.getMaterialData());
recipe.setIngredient('P', Material.DIAMOND_PICKAXE);
recipe.setIngredient('R', Material.REDSTONE);
recipe.setIngredient('G', Material.GOLD_INGOT);
return recipe;
}
AutoBuilder.java 文件源码
java
阅读 24
收藏 0
点赞 0
评论 0
项目:sensibletoolbox
作者:
评论列表
文章目录