-
Notifications
You must be signed in to change notification settings - Fork 121
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
Added static vertical mesecons (for more compact circuits) #480
base: master
Are you sure you want to change the base?
Conversation
Can't you do this with mese blocks? |
You can do similar things with mese blocks, but not this. |
I'd like something like this. It would be very useful. Mese blocks are very expensive. Two (or three) things are actually needed:
|
What if we separate the rods from the plates, rather than adding 3-4 new nodes? |
Automatic placement is convenient for the user but PITA for the modder. Having 4 nodes to place manually would be easy and powerful:
|
If we add a 5th item, converted from the current vertical mesecon wire item per alias, as craftitem, we could use this to automatically place. |
I mostly agree, but I'd simplify it a bit.
|
For backwards compatibility the plate that doesn't connect to the top is needed. |
That is true, although that is mostly a corner case that I wonder if we could cover with something less..janky. I have used it, but not often. All perfect-world clean mechanic wishes aside though, the bare minimum currently sits at:
The more I think about it though, the more I feel like we might be better just to add the center plate and keep everything else as-is. With the current state of mesecons I don't think we can get a cleaner setup and maintain backwards compatibility (although I wouldn't mind a Mesecons 2.0 which cleans up and normalizes the mechanics). |
I've opened a second PR: #481 |
I usually use ghoststone blocks as a workaround for that as they behave kinda like mese blocks (transmit mesecon signal, also way less expensive). |
This PR adds two blocks
mesecons_extrawires:static_vertical_bottom
mesecons_extrawires:static_vertical
These two blocks (no crafting yet) allow you to make compact circuits by replacing this
with this
They don't have a separate texture yet, but since I am bad at doing textures, I used the normal vertical mesecon texture