aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/gregtech/api/graphs/Node.java
AgeCommit message (Collapse)Author
2021-12-10Overflows overflows everywhere (#791)Jason Mitchell
* Reformat * Stop energy calcs from overflowing by switching int->long in several places in the new graph code to be consistent with how they're used elsewhere.
2021-07-03fix typos in enet implementationGlease
Signed-off-by: Glease <4586901+Glease@users.noreply.github.com>
2021-06-16add graph network to pipes and implement it for powerkorneel vandamme