diff options
| author | Unknown <shekwancheung0528@gmail.com> | 2019-01-25 20:42:58 +0800 |
|---|---|---|
| committer | Unknown <shekwancheung0528@gmail.com> | 2019-01-25 20:42:58 +0800 |
| commit | 444498268e378223b5b61b985c83b1698c95f76d (patch) | |
| tree | 668d94f7b23f0b7efe1c4ebc0a82bb1aa7c36931 /src/main/java/me/shedaniel/rei/client/RecipeHelper.java | |
| parent | bf60f9c6c58bcb793e390f5d41ab2c06f4ac98d9 (diff) | |
| download | RoughlyEnoughItems-444498268e378223b5b61b985c83b1698c95f76d.tar.gz RoughlyEnoughItems-444498268e378223b5b61b985c83b1698c95f76d.tar.bz2 RoughlyEnoughItems-444498268e378223b5b61b985c83b1698c95f76d.zip | |
Updated to 19w04a & Campfire Category
Diffstat (limited to 'src/main/java/me/shedaniel/rei/client/RecipeHelper.java')
| -rw-r--r-- | src/main/java/me/shedaniel/rei/client/RecipeHelper.java | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/main/java/me/shedaniel/rei/client/RecipeHelper.java b/src/main/java/me/shedaniel/rei/client/RecipeHelper.java index 32d4f0ba5..378eb2f59 100644 --- a/src/main/java/me/shedaniel/rei/client/RecipeHelper.java +++ b/src/main/java/me/shedaniel/rei/client/RecipeHelper.java @@ -4,7 +4,6 @@ import com.google.common.collect.Lists; import com.google.common.collect.Maps; import me.shedaniel.rei.RoughlyEnoughItemsCore; import me.shedaniel.rei.api.*; -import me.shedaniel.rei.listeners.RecipeSync; import net.minecraft.item.ItemStack; import net.minecraft.recipe.RecipeManager; import net.minecraft.util.Identifier; @@ -14,7 +13,7 @@ import java.util.*; import java.util.List; import java.util.stream.Collectors; -public class RecipeHelper implements RecipeSync { +public class RecipeHelper { private static Map<Identifier, List<IRecipeDisplay>> recipeCategoryListMap; private static List<IRecipeCategory> categories; @@ -145,7 +144,6 @@ public class RecipeHelper implements RecipeSync { speedCraftFunctionalMap.put(category, list); } - @Override public void recipesLoaded(RecipeManager recipeManager) { this.recipeManager = recipeManager; this.recipeCategoryListMap.clear(); |
