Partially working REI
This commit is contained in:
parent
ea62902ee8
commit
e7c85c8148
9 changed files with 85 additions and 56 deletions
|
@ -0,0 +1,10 @@
|
|||
package ru.betterend.integration.rei;
|
||||
|
||||
import net.minecraft.world.item.crafting.BlastingRecipe;
|
||||
import ru.betterend.recipe.builders.AlloyingRecipe;
|
||||
|
||||
public class REIBlastingDisplay extends REIAlloyingDisplay{
|
||||
public REIBlastingDisplay(BlastingRecipe recipe) {
|
||||
super(recipe, recipe.getExperience(), recipe.getCookingTime());
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue