More moves and compilation fixes

This commit is contained in:
Sebastian Hartte
2020-06-29 02:15:31 +02:00
parent 3df93fc66d
commit 0d63f560d3
240 changed files with 2221 additions and 1926 deletions
@@ -99,8 +99,8 @@ public class GrinderBlockEntity extends AEBaseInvBlockEntity implements ICrankab
item = ItemStack.EMPTY;
}
this.inv.setStackInSlot(x, item);
this.inv.setStackInSlot(6, ais);
this.inv.setInvStack(x, item);
this.inv.setInvStack(6, ais);
return true;
}
}
@@ -137,7 +137,7 @@ public class GrinderBlockEntity extends AEBaseInvBlockEntity implements ICrankab
}
}
this.inv.setStackInSlot(6, ItemStack.EMPTY);
this.inv.setInvStack(6, ItemStack.EMPTY);
}
}