Open gradientvera opened 2 years ago
There are currently many incorrect stack prototypes defined in the resources. A correct stack prototype should have the following fields:
spawn
name
icon
Hi, I just came across this issue and reviewed the old PR. I'm still quite new to this, but I believe I can tackle it. I’ll create a draft PR later and start working on it.
Description
There are currently many incorrect stack prototypes defined in the resources. A correct stack prototype should have the following fields:
spawn
- An entity prototype ID specifying an entity of this stack type. Used by construction to spawn stacks by their stack prototypes alone.name
- A localization ID for the stack name.icon
- A sprite specifier that represents the stack. Used by construction for showing stack icons in guides.