Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add the network tool as a sort of "terminal" in the universal terminal #187

Open
Mari023 opened this issue Feb 5, 2023 · 1 comment
Open
Labels
dependent on ae2 there is a change needed in ae2 as a prerequisit for this issue to be solved enhancement New feature or request

Comments

@Mari023
Copy link
Owner

Mari023 commented Feb 5, 2023

No description provided.

@Mari023 Mari023 added the enhancement New feature or request label Feb 6, 2023
@Mari023
Copy link
Owner Author

Mari023 commented Feb 9, 2023

this would require changes in ae2: NetworkStatusMenu needs a constructor which accepts something not a NetworkToolMenuHost or ControllerBlockEntity

it is probably possible to say host has to be IInWorldGridNodeHost, and have NetworkToolMenuHost implement that

getGridNode(Direction dir) {
  host.getGridNode(dir);
}

@Mari023 Mari023 added the dependent on ae2 there is a change needed in ae2 as a prerequisit for this issue to be solved label Feb 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependent on ae2 there is a change needed in ae2 as a prerequisit for this issue to be solved enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant