Switch to proper API location for the recipe registry proxy

This commit is contained in:
Pahimar 2016-05-26 16:01:45 -04:00
parent f41b0279a6
commit c4f3039e60
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
package com.pahimar.ee3.recipe;
import com.google.common.collect.ImmutableList;
import com.pahimar.ee3.api.exchange.RecipeRegistryProxy;
import com.pahimar.ee3.api.recipe.RecipeRegistryProxy;
import com.pahimar.ee3.item.crafting.RecipeAludel;
import com.pahimar.ee3.util.LoaderHelper;
import com.pahimar.ee3.util.LogHelper;