Reinstate commented out changes for v1.11

This commit is contained in:
Kirsty McNaught
2017-06-04 10:56:20 +01:00
parent 96682b3231
commit 2df8bf3582
13 changed files with 54 additions and 94 deletions
@@ -36,8 +36,8 @@ public class BrewingManager extends ContainerManager {
@Override
protected int specificKeyToSlotIndex() {
//NEW_1.11 return mapKeyToSlot(4, 3, -1, 0, 1, 2, -1, -1, -1);
return mapKeyToSlot(-1, 3, -1, 0, 1, 2, -1, -1, -1);
//TODO: check for v1.11
return mapKeyToSlot(4, 3, -1, 0, 1, 2, -1, -1, -1);
}
@Override