[Change] Migrated to BCLRecipeBuilder
This commit is contained in:
parent
daa409af72
commit
f19d5345b0
11 changed files with 1062 additions and 1097 deletions
|
@ -1,14 +0,0 @@
|
|||
package org.betterx.betterend.recipe.builders;
|
||||
|
||||
import org.betterx.bclib.recipes.AlloyingRecipe;
|
||||
import org.betterx.betterend.BetterEnd;
|
||||
import org.betterx.betterend.config.Configs;
|
||||
|
||||
public class AlloyingRecipeBuilder extends AlloyingRecipe.Builder {
|
||||
private AlloyingRecipeBuilder() {
|
||||
}
|
||||
|
||||
public static AlloyingRecipe.Builder create(String id) {
|
||||
return AlloyingRecipe.Builder.create(BetterEnd.MOD_ID, id, Configs.RECIPE_CONFIG);
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue