From fcb037610590586e34b2dc3ff984d07062d4cc74 Mon Sep 17 00:00:00 2001 From: Soar Qin Date: Sun, 11 Sep 2022 10:18:38 +0800 Subject: [PATCH] fix README --- Dustbin/README.md | 4 ++-- Dustbin/package/manifest.json | 2 +- HideTips/README.md | 6 +++++- HideTips/package/manifest.json | 2 +- README.md | 4 ++-- 5 files changed, 11 insertions(+), 7 deletions(-) diff --git a/Dustbin/README.md b/Dustbin/README.md index 62e5b04..3ac2de3 100644 --- a/Dustbin/README.md +++ b/Dustbin/README.md @@ -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 diff --git a/Dustbin/package/manifest.json b/Dustbin/package/manifest.json index 3900c6e..97886c1 100644 --- a/Dustbin/package/manifest.json +++ b/Dustbin/package/manifest.json @@ -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" ] diff --git a/HideTips/README.md b/HideTips/README.md index c7bdb35..71ff978 100644 --- a/HideTips/README.md +++ b/HideTips/README.md @@ -4,4 +4,8 @@ * 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. \ No newline at end of file +* Each type of tips/messages is configurable individually. + +#### Updates +* 1.0.1 + * Hide 3 more random tutorial tips popup from bottom-right panel \ No newline at end of file diff --git a/HideTips/package/manifest.json b/HideTips/package/manifest.json index 48cc37c..bf70937 100644 --- a/HideTips/package/manifest.json +++ b/HideTips/package/manifest.json @@ -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" ] diff --git a/README.md b/README.md index f967d67..92498a8 100644 --- a/README.md +++ b/README.md @@ -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