mirror of
https://github.com/soarqin/DSP_Mods.git
synced 2025-12-09 15:33:31 +08:00
fix README
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
## Dustbin
|
||||
|
||||
### Storages can abandon incoming items while capacity limited to zero
|
||||
### 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 abandoned items (with factors configurable):
|
||||
* 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
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
"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)",
|
||||
"description": "Storages can destroy incoming items while capacity limited to zero",
|
||||
"dependencies": [
|
||||
"xiaoye97-BepInEx-5.4.17"
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user