Move to correct place

This commit is contained in:
paulevsGitch 2020-09-23 21:41:13 +03:00
parent ea7cca31d5
commit 02477b2e31
3 changed files with 3 additions and 3 deletions

View file

@ -22,7 +22,7 @@ import net.minecraft.util.Identifier;
import net.minecraft.util.Util;
import net.minecraft.util.profiler.Profiler;
import net.minecraft.world.World;
import ru.betterend.mixin.recipe.EndRecipeManager;
import ru.betterend.recipe.EndRecipeManager;
@Mixin(RecipeManager.class)
public class RecipeManagerMixin