Fixes #1201
This commit is contained in:
parent
dc966c0d83
commit
0906f1fdc1
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ public class RollingMachineRecipeCategory extends BlankRecipeCategory<RollingMac
|
||||||
|
|
||||||
public RollingMachineRecipeCategory(IGuiHelper guiHelper) {
|
public RollingMachineRecipeCategory(IGuiHelper guiHelper) {
|
||||||
background = guiHelper.createDrawable(GuiRollingMachine.texture, 29, 16, 116, 54);
|
background = guiHelper.createDrawable(GuiRollingMachine.texture, 29, 16, 116, 54);
|
||||||
title = I18n.translateToLocal("tile.techreborn.rollingmachine.name");
|
title = I18n.translateToLocal("tile.techreborn:rolling_machine.name");
|
||||||
|
|
||||||
IDrawableStatic progressStatic = guiHelper.createDrawable(GuiRollingMachine.texture, 176, 14, 20, 18);
|
IDrawableStatic progressStatic = guiHelper.createDrawable(GuiRollingMachine.texture, 176, 14, 20, 18);
|
||||||
progress = guiHelper.createAnimatedDrawable(progressStatic, 250, IDrawableAnimated.StartDirection.LEFT, false);
|
progress = guiHelper.createAnimatedDrawable(progressStatic, 250, IDrawableAnimated.StartDirection.LEFT, false);
|
||||||
|
|
Loading…
Reference in a new issue