mirror of
https://github.com/soarqin/DSP_Mods.git
synced 2025-12-09 04:13:32 +08:00
21 lines
807 B
Markdown
21 lines
807 B
Markdown
## Dustbin
|
|
|
|
### Storages can destroy incoming items while capacity limited to zero
|
|
|
|
* Conditions to be dustbin: Storages with capacity limited to zero at top of stacks, and empty in 1st cell.
|
|
* Items sent into dustbins are removed immediately.
|
|
* Can get sands from destroyed items (with factors configurable):
|
|
* Get 10/100 sands from each silicon/fractal silicon ore
|
|
* Get 1 sand from any other normal item but fluid
|
|
* Known bugs
|
|
* Stack 1 more storage up on a zero limited one and remove it will cause dustbin stop working. Just put somethings
|
|
in and take them out to make the dustbin working again.
|
|
|
|
This is caused by a logic bug in original code where faulty set `lastFullItem` field of `StorageComponent` for
|
|
empty storages.
|
|
|
|
#### Updates
|
|
|
|
* 1.0.1
|
|
* Remove a debug log
|