REI integration

This commit is contained in:
Aleksey 2020-10-02 15:12:53 +03:00
parent 74c6c14b2a
commit e0cf41db63
24 changed files with 272 additions and 38 deletions

View file

@ -28,7 +28,7 @@ import ru.betterend.recipe.AlloyingRecipe;
public class EndStoneSmelterScreenHandler extends AbstractRecipeScreenHandler<Inventory> {
public final static ScreenHandlerType<EndStoneSmelterScreenHandler> HANDLER_TYPE = ScreenHandlerRegistry.registerSimple(
BetterEnd.getResId(EndStoneSmelter.ID), EndStoneSmelterScreenHandler::new);
BetterEnd.getIdentifier(EndStoneSmelter.ID), EndStoneSmelterScreenHandler::new);
private final Inventory inventory;
private final PropertyDelegate propertyDelegate;