A little bit refactoring

This commit is contained in:
Aleksey 2020-12-30 23:13:39 +03:00
parent ed777b5955
commit 42f04b9614
9 changed files with 10 additions and 10 deletions

View file

@ -1,14 +0,0 @@
package ru.betterend.compat.rei;
import me.shedaniel.rei.plugin.containers.CraftingContainerInfoWrapper;
import me.shedaniel.rei.server.ContainerInfoHandler;
import ru.betterend.client.gui.EndStoneSmelterScreenHandler;
import ru.betterend.recipe.builders.AlloyingRecipe;
public class REIContainer implements Runnable {
@Override
public void run() {
ContainerInfoHandler.registerContainerInfo(AlloyingRecipe.ID, CraftingContainerInfoWrapper.create(EndStoneSmelterScreenHandler.class));
}
}