[Fix] Alloying Recipe Type is not registered
This commit is contained in:
parent
385e0baa5f
commit
61f5f41941
3 changed files with 8 additions and 1 deletions
|
@ -48,8 +48,9 @@ public class AnvilRecipe implements Recipe<Container>, UnknownReceipBookCategory
|
|||
);
|
||||
public final static ResourceLocation ID = BCLib.makeID(GROUP);
|
||||
|
||||
public static void register() {
|
||||
|
||||
public static void register() {
|
||||
//we call this to make sure that TYPE is initialized
|
||||
}
|
||||
|
||||
private final ResourceLocation id;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue