Add new MOD: Dustbin

This commit is contained in:
2022-09-10 23:19:47 +08:00
parent c629218e46
commit 78e5ba4266
9 changed files with 148 additions and 2 deletions
+12
View File
@@ -0,0 +1,12 @@
## Dustbin
### Storages with capacity limited to zero act like dustbins(abandon incoming items)
* Conditions to become dustbin: Storages with capacity limited to zero at top of storage stacks with nothing in 1st cell.
* Items sent into dustbin are removed immediately.
* Can get sands from abandoned items (with factors configurable):
* Get 100 sands from each fractal silicon ore
* Get 10 sands from each silicon ore
* Get nothing from fluids
* Get 1 sand from any other normal item
* Known bug: 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.
Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

+9
View File
@@ -0,0 +1,9 @@
{
"name": "Dustbin",
"version_number": "1.0.0",
"website_url": "https://github.com/soarqin/DSP_Mods/tree/master/Dustbin",
"description": "Storages with capacity limited to zero act like dustbins(abandon incoming items)",
"dependencies": [
"xiaoye97-BepInEx-5.4.17"
]
}