Applied Energistics 2 Wireless Terminals

Applied Energistics 2 Wireless Terminals

29M Downloads

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

Mari023 opened this issue ยท 1 comments

commented
commented

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);
}