mirror of
https://github.com/soarqin/DSP_Mods.git
synced 2025-12-09 02:53:29 +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"
|
||||
]
|
||||
|
||||
@@ -5,3 +5,7 @@
|
||||
* Tips/messages that can be hidden: random-reminder, tutorial, achievement/milestone card.
|
||||
* Skip prologue for new game.
|
||||
* Each type of tips/messages is configurable individually.
|
||||
|
||||
#### Updates
|
||||
* 1.0.1
|
||||
* Hide 3 more random tutorial tips popup from bottom-right panel
|
||||
@@ -2,7 +2,7 @@
|
||||
"name": "HideTips",
|
||||
"version_number": "1.0.1",
|
||||
"website_url": "https://github.com/soarqin/DSP_Mods/tree/master/HideTips",
|
||||
"description": "Hide various types of tips/messages",
|
||||
"description": "Hide various types of tutorial tips/messages",
|
||||
"dependencies": [
|
||||
"xiaoye97-BepInEx-5.4.17"
|
||||
]
|
||||
|
||||
@@ -72,11 +72,11 @@
|
||||
|
||||
## [Dustbin](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
|
||||
|
||||
Reference in New Issue
Block a user