Feature more ez side config
castilio20 opened this issue ยท 5 comments
Describe the feature you'd like to have added
right now with east west side is a little les intiutive and you have to gues a little
would be nice if would be more ez like color for each side that mach to the tabs
or somthing more ez to know
the node doesnt have distinct faces
Additional information
No response
I also think QoL could be improved a little with configuring each side, because as it is now, the average player must do one of the following:
- F3
- Trace the stars like our ancestors/Install a compass type mod
- The guessing game
- For inventories that are surrounded by blocks, gotta break the walls, or do one of the above options to configure an inaccessible side.
There are a few things that I wish to suggest:
- When inserting a card/filter, automatically insert into the face with an adjacent inventory block, regardless of the side the player clicks. In the case of a node with multiple adjacent inventories see next suggestion.
- Show the item texture of an adjacent inventory block somewhere around the respective tab of each face, if any. I think the directional labels are still important, especially for repeating inventory types.
- The ability to change the a node's frame or its faces' colors, and have the direction tabs colored accordingly, for sides that do not (yet) have a node or inventory
Holding the Laser Wrench could display a colour overlay for each side when you are looking at a node.
Also if you are to take this suggestion, I would also say please would you pay homage to buildcraft and match the colours and orientation to the same as the diamond pipe's.
I was looking into this for myself and made a variation that displays the neighboring block's name instead of the direction on the node screen. (Example below)
My next step would be to display a small icon of the block inside the tab.
Is that something that could help the general public?
I'm very new to modding so just let me know if I'm off the mark.
related commit: SanderElsen@5058d21
Update: The variant with the blocks inside the tabs, I think I'm going to keep this one active for myself as it has the benefit of not having to check each tab and hovering the block also shows the block's tooltip incase I get confused what each block is.
The code is sketchy at best but works for me and as a POC
related commit: SanderElsen@942b029