Move 1.11 stuff to comment

This commit is contained in:
Marcel
2016-11-28 11:40:32 +01:00
committed by GitHub
parent 41f32459a6
commit a6db549ffe
@@ -36,7 +36,8 @@ public class BrewingManager extends ContainerManager {
@Override @Override
protected int specificKeyToSlotIndex() { protected int specificKeyToSlotIndex() {
return mapKeyToSlot(4, 3, -1, 0, 1, 2, -1, -1, -1); //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);
} }
@Override @Override