aboutsummaryrefslogtreecommitdiff
path: root/src/main/kotlin/repo/ExtraRecipeProvider.kt
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/kotlin/repo/ExtraRecipeProvider.kt')
-rw-r--r--src/main/kotlin/repo/ExtraRecipeProvider.kt7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/main/kotlin/repo/ExtraRecipeProvider.kt b/src/main/kotlin/repo/ExtraRecipeProvider.kt
new file mode 100644
index 0000000..9d3b5a0
--- /dev/null
+++ b/src/main/kotlin/repo/ExtraRecipeProvider.kt
@@ -0,0 +1,7 @@
+package moe.nea.firmament.repo
+
+import io.github.moulberry.repo.data.NEURecipe
+
+interface ExtraRecipeProvider {
+ fun provideExtraRecipes(): Iterable<NEURecipe>
+}