You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Regalis11 opened this issue
Dec 17, 2024
Discussed in
#15375
· 0 comments
Assignees
Labels
CodeProgramming taskModdingModding-related feature request or issue, or a bug that only occurs with modsTicketThe issue has been converted into an issue report.UnstableTickets that are included and being tested in the current Unstable build.
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
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
The text was updated successfully, but these errors were encountered:
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
CodeProgramming taskModdingModding-related feature request or issue, or a bug that only occurs with modsTicketThe issue has been converted into an issue report.UnstableTickets that are included and being tested in the current Unstable build.
Discussed in #15375
Originally posted by A2ur3 December 16, 2024
Disclaimers
What happened?
Alchemical table (a special deconstructor) is where you process (deconstruct) element materials
but items without
requireddeconstructor
can be deconstructed here toodiscussed in #13922
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 stationfor 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
The text was updated successfully, but these errors were encountered: