[Fix] Alloying Recipe Type is not registered

This commit is contained in:
Frank 2023-04-29 15:14:54 +02:00
parent 385e0baa5f
commit 61f5f41941
3 changed files with 8 additions and 1 deletions

View file

@ -250,4 +250,8 @@ public class AlloyingRecipe implements Recipe<Container>, UnknownReceipBookCateg
packetBuffer.writeVarInt(recipe.smeltTime);
}
}
public static void register() {
//we call this to make sure that TYPE is initialized
}
}