aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/me/shedaniel/rei/client/RecipeHelper.java
diff options
context:
space:
mode:
authorUnknown <shekwancheung0528@gmail.com>2019-01-22 20:11:04 +0800
committerUnknown <shekwancheung0528@gmail.com>2019-01-22 20:11:04 +0800
commit999b71d9da9c4c9dcc251f7be4578819a90d215f (patch)
tree1b73c92fbe9b23af74d16f79973c8c9e9d54b1d5 /src/main/java/me/shedaniel/rei/client/RecipeHelper.java
parentbbb92072372d8ceab79bb86186637af02cae6779 (diff)
downloadRoughlyEnoughItems-2.1.0.13.tar.gz
RoughlyEnoughItems-2.1.0.13.tar.bz2
RoughlyEnoughItems-2.1.0.13.zip
v2.1.0.13v2.1.0.13
Diffstat (limited to 'src/main/java/me/shedaniel/rei/client/RecipeHelper.java')
-rw-r--r--src/main/java/me/shedaniel/rei/client/RecipeHelper.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main/java/me/shedaniel/rei/client/RecipeHelper.java b/src/main/java/me/shedaniel/rei/client/RecipeHelper.java
index da0c4aab4..d5a360ee0 100644
--- a/src/main/java/me/shedaniel/rei/client/RecipeHelper.java
+++ b/src/main/java/me/shedaniel/rei/client/RecipeHelper.java
@@ -3,6 +3,7 @@ package me.shedaniel.rei.client;
import com.google.common.collect.Lists;
import com.google.common.collect.Maps;
import me.shedaniel.rei.RoughlyEnoughItemsCore;
+import me.shedaniel.rei.RoughlyEnoughItemsPlugin;
import me.shedaniel.rei.api.*;
import me.shedaniel.rei.listeners.RecipeSync;
import net.minecraft.item.ItemStack;