Continued work on **rei**

This commit is contained in:
Frank Bauer 2021-06-24 23:02:29 +02:00
parent aa1b0d87bb
commit 49386dc7e1
7 changed files with 120 additions and 165 deletions

View file

@ -28,8 +28,6 @@ public class REIAlloyingDisplay extends BasicDisplay implements SimpleGridMenuDi
private Recipe<?> recipe;
private float xp;
private double smeltTime;
public REIAlloyingDisplay(AlloyingRecipe recipe) {
super(
@ -62,7 +60,7 @@ public class REIAlloyingDisplay extends BasicDisplay implements SimpleGridMenuDi
@Override
public CategoryIdentifier<?> getCategoryIdentifier() {
return AlloyingRecipe.ID;
return REIPlugin.ALLOYING;
}
// @Override