Switch to the proper location of the RecipeRegistryProxy

This commit is contained in:
Pahimar 2016-05-19 15:53:50 -04:00
parent cf78ff792a
commit 0679af1993
3 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
package com.pahimar.ee3.recipe;
import com.pahimar.ee3.api.exchange.RecipeRegistryProxy;
import com.pahimar.ee3.api.recipe.RecipeRegistryProxy;
import net.minecraftforge.fluids.FluidContainerRegistry;
import net.minecraftforge.fluids.FluidContainerRegistry.FluidContainerData;

View File

@ -1,6 +1,6 @@
package com.pahimar.ee3.recipe;
import com.pahimar.ee3.api.exchange.RecipeRegistryProxy;
import com.pahimar.ee3.api.recipe.RecipeRegistryProxy;
import com.pahimar.ee3.exchange.WrappedStack;
import net.minecraft.init.Blocks;
import net.minecraft.init.Items;

View File

@ -1,6 +1,6 @@
package com.pahimar.ee3.recipe;
import com.pahimar.ee3.api.exchange.RecipeRegistryProxy;
import com.pahimar.ee3.api.recipe.RecipeRegistryProxy;
import com.pahimar.ee3.exchange.OreStack;
import com.pahimar.ee3.exchange.WrappedStack;
import com.pahimar.ee3.util.RecipeHelper;