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

Items deconstructable but without requireddeconstructor can be deconstructed at any deconstructor #15388

Open
2 tasks done
Regalis11 opened this issue Dec 17, 2024 Discussed in #15375 · 0 comments
Open
2 tasks done
Assignees
Labels
Code Programming task Modding Modding-related feature request or issue, or a bug that only occurs with mods Ticket The issue has been converted into an issue report. Unstable Tickets that are included and being tested in the current Unstable build.

Comments

@Regalis11
Copy link
Collaborator

Discussed in #15375

Originally posted by A2ur3 December 16, 2024

Disclaimers

  • I have searched the issue tracker to check if the issue has already been reported.
  • My issue happened while using mods.

What happened?

Alchemical table (a special deconstructor) is where you process (deconstruct) element materials
but items without requireddeconstructor can be deconstructed here too

discussed in #13922

I highly recommend to add the following as a default value for components, if nothing is configured by the modder:
requireddeconstructor="deconstructor"

This way if a modder for example just puts , it will automatically only become valid for the regular deconstructor and does not affect the item when put into a research station or other custom deconstructors unless it was specifically configured in the component. This would also solve the issue of any vanilla item getting deconstructed if put into a research station if that research station allows any item input.

discussed in #14656
although research station can now contain item with tag researchmaterial but you still need to override other vanilla item to make it can be put inside research station
for example: a new item can be researched along with alien circuitry but I still need to override alien circuitry to add tag "researchmaterial"

Reproduction steps

.

Bug prevalence

Just once

Single player or multiplayer?

Single player

-

No response

Version

v1.7.7.0 (Winter Update)

-

No response

Which operating system did you encounter this bug on?

Windows

Relevant error messages and crash reports

No response

@Regalis11 Regalis11 added Code Programming task Modding Modding-related feature request or issue, or a bug that only occurs with mods Ticket The issue has been converted into an issue report. labels Dec 17, 2024
@Regalis11 Regalis11 self-assigned this Dec 17, 2024
@Regalis11 Regalis11 added the Unstable Tickets that are included and being tested in the current Unstable build. label Dec 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Code Programming task Modding Modding-related feature request or issue, or a bug that only occurs with mods Ticket The issue has been converted into an issue report. Unstable Tickets that are included and being tested in the current Unstable build.
Projects
None yet
Development

No branches or pull requests

1 participant