diff options
| author | Unknown <shekwancheung0528@gmail.com> | 2019-06-02 19:41:28 +0800 |
|---|---|---|
| committer | Unknown <shekwancheung0528@gmail.com> | 2019-06-02 19:41:28 +0800 |
| commit | d414c887e0c42325cf2e7c778b32e3fb13ee2e69 (patch) | |
| tree | 7f8a3c76d1171664f7ad79d715f1a749f531f38e /src/main/java/me/shedaniel/rei/api/RecipeHelper.java | |
| parent | 6352ba7abe3a01b694b01e03238b297eef447df4 (diff) | |
| download | RoughlyEnoughItems-d414c887e0c42325cf2e7c778b32e3fb13ee2e69.tar.gz RoughlyEnoughItems-d414c887e0c42325cf2e7c778b32e3fb13ee2e69.tar.bz2 RoughlyEnoughItems-d414c887e0c42325cf2e7c778b32e3fb13ee2e69.zip | |
2.9.2 Live Generated Recipe Displays
Diffstat (limited to 'src/main/java/me/shedaniel/rei/api/RecipeHelper.java')
| -rw-r--r-- | src/main/java/me/shedaniel/rei/api/RecipeHelper.java | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main/java/me/shedaniel/rei/api/RecipeHelper.java b/src/main/java/me/shedaniel/rei/api/RecipeHelper.java index acb844e2e..a57b7146f 100644 --- a/src/main/java/me/shedaniel/rei/api/RecipeHelper.java +++ b/src/main/java/me/shedaniel/rei/api/RecipeHelper.java @@ -173,4 +173,6 @@ public interface RecipeHelper { */ Optional<DisplaySettings> getCachedCategorySettings(Identifier category); + void registerLiveRecipeGenerator(LiveRecipeGenerator liveRecipeGenerator); + } |
