update things
This commit is contained in:
parent
fb6b5135e4
commit
3b3deea57b
3 changed files with 14 additions and 4 deletions
|
@ -47,6 +47,11 @@ public class FusionReactorRecipeCategory implements IRecipeCategory {
|
|||
|
||||
}
|
||||
|
||||
@Override
|
||||
public void drawAnimations(Minecraft minecraft) {
|
||||
|
||||
}
|
||||
|
||||
@Override
|
||||
public void setRecipe(@Nonnull IRecipeLayout recipeLayout, @Nonnull IRecipeWrapper recipeWrapper) {
|
||||
recipeLayout.getItemStacks().init(inputSlot1, true, 21, 0);
|
||||
|
|
|
@ -63,4 +63,9 @@ public class FusionReactorRecipeWrapper implements IRecipeWrapper {
|
|||
fontRendererObj.drawStringWithShadow("Ticks to process: " + baseRecipe.getTickTime(), 0, 90, -1);
|
||||
fontRendererObj.drawStringWithShadow("Time to process: " + baseRecipe.getTickTime() / 20 + " seconds", 0, 100, -1);
|
||||
}
|
||||
|
||||
@Override
|
||||
public void drawAnimations(Minecraft minecraft, int recipeWidth, int recipeHeight) {
|
||||
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue