Utils ported
This commit is contained in:
@@ -164,7 +164,7 @@ public abstract class AbstractFormationPlanePart<T extends IAEStack<T>> extends
|
||||
}
|
||||
|
||||
@Override
|
||||
public void onNeighborChanged(BlockView w, BlockPos pos, BlockPos neighbor) {
|
||||
public void onneighborUpdate(BlockView w, BlockPos pos, BlockPos neighbor) {
|
||||
if (pos.offset(this.getSide().getFacing()).equals(neighbor)) {
|
||||
final BlockEntity te = this.getHost().getTile();
|
||||
final AEPartLocation side = this.getSide();
|
||||
|
||||
Reference in New Issue
Block a user