When I did the last PR on electrical terrain deconstruction I did a new recipe to deconstruct grid gens which was a copy paste. I didn't rename it and nobody caught it in testing that we had identical deconstructs. We also lack a test to ensure no duplicate ID's in the same document or in the main project as a whole.
Describe the solution
Add grid_ to the name of the other deconstruct
Describe alternatives you've considered
Make Chaos do it, It's graveyard day and I'm watching the dumpster fire of Stalker 2 right now.
Checklist
Required
main
so it won't cause conflict when updatingmain
branch later.Purpose of change
When I did the last PR on electrical terrain deconstruction I did a new recipe to deconstruct grid gens which was a copy paste. I didn't rename it and nobody caught it in testing that we had identical deconstructs. We also lack a test to ensure no duplicate ID's in the same document or in the main project as a whole.
Describe the solution
Add grid_ to the name of the other deconstruct
Describe alternatives you've considered
Make Chaos do it, It's graveyard day and I'm watching the dumpster fire of Stalker 2 right now.
Testing
Tests because this is trivial
Additional context