McJtyMods / XNet

Advanced item/liquid/energy/... networking
MIT License
92 stars 51 forks source link

Improve Router GUI #470

Open canvon opened 3 years ago

canvon commented 3 years ago

This is an attempt to improve the Router GUI: Get away with cryptic block coordinates & channel indices, count up Controller numbers and use 1-based channel numbers that correspond to the Controller GUI, instead.

The head commit is only meant as a suggestion, but everything up to it seem reasonable to me.

Before: 2021-02-17_22 23 26-local_build_of_unmodified_upstream

After 8d1b9ca: 2021-02-18_05 21 10-router_1

After 9e9df43: 2021-02-18_06 53 20-router_1

Please bear with me as this is the first time I've coded for a Minecraft mod.