Skip to content
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

Bug: Multiblocks leave placeholder behind #71

Open
Lejo1 opened this issue May 22, 2020 · 4 comments
Open

Bug: Multiblocks leave placeholder behind #71

Lejo1 opened this issue May 22, 2020 · 4 comments
Labels
bug Something isn't working

Comments

@Lejo1
Copy link
Contributor

Lejo1 commented May 22, 2020

If you jump only the bottom of a door (or other Multiblocks like the ones from digiline_routing) the placeholder at the top will left behind.
After you jumped you can place blocks into the top of the door.
And nobody can destroy the placeholder.

@BuckarooBanzay BuckarooBanzay added the bug Something isn't working label May 22, 2020
@BuckarooBanzay
Copy link
Member

This is a known problem (did you see lga's "museum of oddities on pandorabox 😄).
Possible solutions:

  • Plugin api to register multinode blocks (and then block jump or remove them)
  • ...idk, i'm open for ideas

@Lejo1
Copy link
Contributor Author

Lejo1 commented May 23, 2020

Hmm,
I'm not sure what's the best way to fix it.

Just wanted to report the bug :)

@S-S-X
Copy link
Member

S-S-X commented Oct 29, 2020

I don't think disassembling things with jumpdrive is bad thing at all, it is logical that some things can break apart.

However there's also those things that use invisible placeholders like said digiline routing nodes, these should be cleaned up or blacklisted.
Digiline routing components also have actual digiline functionality on placeholder node, these nodes are invisible but digilines will connect to these nodes. Also not too easy to remove.

Blacklisting such components completely does not sound like nice idea but blacklisting around jump area edges could make sense while still simple to actually implement.

In my opinion as more general, but also probably close to impossible, solution for many nodes best fix would be to remove those placeholder nodes completely from mod, those placeholders just limit creativity on game that asks you to be creative.

@OgelGames
Copy link
Contributor

I don't think disassembling things with jumpdrive is bad thing at all, it is logical that some things can break apart.

I agree, especially for things that look like they are multiple nodes, such as fancy vendors.

blacklisting around jump area edges

That would probably be the most flexible solution 👍

And nobody can destroy the placeholder.

That's what technic constructors are for 😄

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants