Fix JEI slot offsets for solderer

This commit is contained in:
Raoul Van den Berge
2016-07-03 15:36:24 +02:00
parent f35487ad82
commit bb53005c77

View File

@@ -17,7 +17,7 @@ public class SoldererRecipeCategory implements IRecipeCategory {
private IDrawable background; private IDrawable background;
public SoldererRecipeCategory(IGuiHelper helper) { public SoldererRecipeCategory(IGuiHelper helper) {
background = helper.createDrawable(new ResourceLocation("refinedstorage", "textures/gui/solderer.png"), 8, 5, 162, 89); background = helper.createDrawable(new ResourceLocation("refinedstorage", "textures/gui/solderer.png"), 8, 5, 162, 83);
} }
@Override @Override
@@ -56,7 +56,7 @@ public class SoldererRecipeCategory implements IRecipeCategory {
y += 18; y += 18;
} }
group.init(3, false, 134 - 9, 38 - 6); group.init(3, false, 127 - 9, 38 - 6);
if (recipeWrapper instanceof SoldererRecipeWrapper) { if (recipeWrapper instanceof SoldererRecipeWrapper) {
for (int i = 0; i < 3; ++i) { for (int i = 0; i < 3; ++i) {