This commit is contained in:
modmuss50 2017-07-28 21:03:12 +01:00
parent dc966c0d83
commit 0906f1fdc1
No known key found for this signature in database
GPG key ID: 773D17BE8BF49C82

View file

@ -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);