[RELEASE] 1.8.0 BETA1-Release ready. Only a few changes are needed and a lot of imports batch changed. No new branch, just 5 lines of code for every release!

This commit is contained in:
0xSeb
2015-11-25 23:42:21 +01:00
parent dc54ca0a01
commit 04a67f6a76
3 changed files with 10 additions and 9 deletions
@@ -37,14 +37,14 @@ public class EnchantmentManager extends ContainerManager {
@Override
protected int specificKeyToSlotIndex() {
return mapKeyToSlot(-1, 0, -1, -1, 0, -1, -1, -1, -1);
// return mapKeyToSlot(-1, 0, 1, -1, 0, 1, -1, -1, -1);
// 1.8 return mapKeyToSlot(-1, 0, 1, -1, 0, 1, -1, -1, -1);
}
@Override
protected int getInventoryStartIndex() {
return 1;
// return 2;
// 1.8 return 2;
}
@Override
@@ -55,7 +55,7 @@ public class EnchantmentManager extends ContainerManager {
@Override
protected int[] getDropSlots() {
return new int[]{0};
// return new int[] {0, 1};
// 1.8 return new int[] {0, 1};
}
@Override