Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix CraftingCPUCalculator allowing non-CraftingBlockEntities inside t…
…he multiblock (#8372) This pull request fixes a crash that happens when users try to mix AE2 cpus with `IAEMultiBlock`s that aren't `CraftingBlockEntity`s, as reported [here](pedroksl/AdvancedAE#108). Testing for an instance of `CraftingBlockEntity` shouldn't be more restrictive than the current implementation since the `updateBlockEntities` method will force cast to that class, anyway. --------- Co-authored-by: Sebastian Hartte <[email protected]>
- Loading branch information