1
0
mirror of https://github.com/soarqin/DSP_Mods.git synced 2025-12-09 03:33:29 +08:00

fix README

This commit is contained in:
2022-09-11 10:18:38 +08:00
parent 668ea24140
commit fcb0376105
5 changed files with 11 additions and 7 deletions

View File

@@ -1,10 +1,10 @@
## 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. * 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. * 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 10/100 sands from each silicon/fractal silicon ore
* Get 1 sand from any other normal item but fluid * Get 1 sand from any other normal item but fluid
* Known bugs * Known bugs

View File

@@ -2,7 +2,7 @@
"name": "Dustbin", "name": "Dustbin",
"version_number": "1.0.0", "version_number": "1.0.0",
"website_url": "https://github.com/soarqin/DSP_Mods/tree/master/Dustbin", "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": [ "dependencies": [
"xiaoye97-BepInEx-5.4.17" "xiaoye97-BepInEx-5.4.17"
] ]

View File

@@ -4,4 +4,8 @@
* Tips/messages that can be hidden: random-reminder, tutorial, achievement/milestone card. * Tips/messages that can be hidden: random-reminder, tutorial, achievement/milestone card.
* Skip prologue for new game. * Skip prologue for new game.
* Each type of tips/messages is configurable individually. * Each type of tips/messages is configurable individually.
#### Updates
* 1.0.1
* Hide 3 more random tutorial tips popup from bottom-right panel

View File

@@ -2,7 +2,7 @@
"name": "HideTips", "name": "HideTips",
"version_number": "1.0.1", "version_number": "1.0.1",
"website_url": "https://github.com/soarqin/DSP_Mods/tree/master/HideTips", "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": [ "dependencies": [
"xiaoye97-BepInEx-5.4.17" "xiaoye97-BepInEx-5.4.17"
] ]

View File

@@ -72,11 +72,11 @@
## [Dustbin](Dustbin) ## [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. * 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. * 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 10/100 sands from each silicon/fractal silicon ore
* Get 1 sand from any other normal item but fluid * Get 1 sand from any other normal item but fluid
* Known bugs * Known bugs