Skip to content

Commit

Permalink
Opsie
Browse files Browse the repository at this point in the history
  • Loading branch information
Buuz135 committed Jul 19, 2017
1 parent 3d2d30d commit b33324f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,6 @@ public float work() {
treeOperation = true;

for (int i = 0; i < ((CropRecolectorBlock) this.getBlockType()).getTreeOperations(); ++i) {
//System.out.println(leavesCache.size());
if (woodCache.isEmpty() && leavesCache.isEmpty()) break;
if (!leavesCache.isEmpty()) chop(leavesCache);
else chop(woodCache);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,6 @@ public ItemStack extractItem(int slot, int amount, boolean simulate) {
ItemStack s = BlockRegistry.blackHoleUnitBlock.getItemStack(hole);
int a = BlockRegistry.blackHoleUnitBlock.getAmount(hole) + tile.getOutput().getStackInSlot(i).getCount();
double toAdd = Math.ceil(a / (double) s.getMaxStackSize());
System.out.println(i + ":" + slots + ":" + toAdd + ":" + slot);
if (slots == slot) {
slots = i;
break;
Expand Down

0 comments on commit b33324f

Please sign in to comment.