Fix GUI and update to correct translate function

This commit is contained in:
MTRNord
2016-11-19 23:50:38 +01:00
parent 3a4afc5035
commit 923e391361
3 changed files with 16 additions and 14 deletions
@@ -36,7 +36,7 @@ public class BrewingManager extends ContainerManager {
@Override
protected int specificKeyToSlotIndex() {
return mapKeyToSlot(-1, 3, -1, 0, 1, 2, -1, -1, -1);
return mapKeyToSlot(4, 3, -1, 0, 1, 2, -1, -1, -1);
}
@Override